Search Results for 'code'
-
Search Results
-
Greetings all, I hope everyone is having a safe holiday season.
When I upgraded to 3.5 and I go to the page that houses bbpress forums, these are the error messages my browser is displaying…
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; .NET CLR 2.0.50727; .NET4.0C; .NET CLR 3.5.30729; InfoPath.2; OfficeLiveConnector.1.5; OfficeLivePatch.1.3; .NET CLR 3.0.4506.2152; BRI/2; BOIE8;ENUS)
Timestamp: Mon, 17 Dec 2012 01:41:19 UTCMessage: Object required
Line: 191
Char: 1
Code: 0
URI: http://joseph.heavenboundministry.com/jjblog/?forum=discussion-forumMessage: ‘length’ is null or not an object
Line: 2
Char: 14331
Code: 0
URI: http://joseph.heavenboundministry.com/jjblog/wp-includes/js/jquery/jquery.js?ver=1.8.3Message: ‘length’ is null or not an object
Line: 2
Char: 14331
Code: 0
URI: http://joseph.heavenboundministry.com/jjblog/wp-includes/js/jquery/jquery.js?ver=1.8.3Message: ‘length’ is null or not an object
Line: 2
Char: 14331
Code: 0
URI: http://joseph.heavenboundministry.com/jjblog/wp-includes/js/jquery/jquery.js?ver=1.8.3Message: ‘length’ is null or not an object
Line: 2
Char: 14331
Code: 0
URI: http://joseph.heavenboundministry.com/jjblog/wp-includes/js/jquery/jquery.js?ver=1.8.3Message: ‘length’ is null or not an object
Line: 2
Char: 14331
Code: 0
URI: http://joseph.heavenboundministry.com/jjblog/wp-includes/js/jquery/jquery.js?ver=1.8.3Thank you all for helping me fix my web site, Thanks and happy holidays…
Joseph
In any theme file (preferably header.php), how can I check if the current page is a bbp-user-page, the pages that show info regarding the bbp-user. Using
bbp_is_user_home()I can see if the current user is on his user-page, but I need to check if the user-page is current regardless of who is viewing it. Anyone know how? ThanksTopic: bbPress Forums index/home
I’m running into an odd problem, I need to apply some custom changes to the base forums page/index, which would be easy except for this issue: If I try to get the url, title, or any value of the index page, it uses all the values from the last Category in that forum. To further clarify, if my 4 main categories of my forum index are:
– Forums –
Basketball
Football
Volleyball
TennisAnd on this index page wherever I use
echo the_title();, it will show “Tennis” instead of “Forums”. It does this for ANY wp variable/function etc. The Forum Index simply uses the values of the last category. If I change the order of the categories, or add a new forum, the forum index values will change to the last descending forum. This is making it impossible for me to print specific information out on the forums index page.Anyone have any idea what the issue is that’s causing it? I’ve played around with permalinks, pages, posts etc… it always does the same thing.
All I want is a way to print the name of the parent category for any given bbPress page from the header.php file of my theme.
I need something as simple as:
echo forum_name($forum->forum_parent);Although that doesn’t work for me. Anyone know how to get the parent name? Thanks!
Hey guys,
I am doing a project needs a forum, so I’m using bbPress 2.0. Since it’s for my company which is multinational and we have more than 1 language spoken, I modified the Recent Replies and Recent Topics widgets to show the parent forum so that people can determine if they can actually understand what is in there. You can add the Show Parent Forum through te widget option and I sticked to the original code format when doing the mod.I didn’t create a plugin for this, if someone wants to, they can go ahead and do just that. Maybe add others options that they want. Code is below:
put it in a .php file, and in functions.php add something like
include TEMPLATEPATH . '/lib/widgets/widget-bbpress.php';of course, replace /lib/widgets/widget-press.php with your location to the file.
Topic: Other ChortCodes or Linksโฆ
Hi Guys!
Please … I found of course the ShortCode Page on http://codex.bbpress.org/shortcodes/ BUT … I do not know if and how insert in a page the EDIT PROFILE code … Any help ??
…
For instance, when I go to see my profile, I can use different link …
Here’s a ScreenShot on http://www.pietrosferrino.com/ScreenShot.png.
How can I use that links in order to make by myself a page where every single user can use them?
Thank You.
PietroWithout the fix located at http://mysitemyway.com/docs/index.php/BbPress I get the default blank blog page at /forums/, with it, I get the error
Fatal error: Call to undefined function mysite_after_page_content() in /home/content/39/10190339/html/wp-content/themes/twentytwelve/archive-forum.php on line 25
This only shows up at the bottom, but I can still click on my forum post.
But when clicking on the forum post, I get the errorFatal error: Call to undefined function mysite_before_entry() in /home/content/39/10190339/html/wp-content/themes/twentytwelve/forum.php on line 26
And it does NOT display my post, only displays this error. I tried searching the mysite function, but no solution to be found.
bbPress: 2.2.3
Wordpress:3.5
Site: troop121.usHello,
absolutely happy about the integration of bbPress 2 into BuddyPress groups I tested this out today. BuddyPress was already installed with group forums on, but not used yet. Installed bbPress completely fresh.
WP 3.5 multisite, bbPress 2.2.3, BuddyPress 1.7-bleeding-#6628, using bp-default theme.
I followed these steps: http://codex.buddypress.org/buddypress-site-administration/migrating-from-old-forums-to-bbpress-2/
and this guide: http://labzip.com/the-definitive-guide-to-buddypress-bbpress-configuration/Result: I can create everything vom backend: Forums, topics, replies.
I can add topics in frontend to sitewide forums.
But I cannot create topics to a group forum, also in new groups from frontend – only from backend.
I found the bug here that Forum tab doesn’t show up at group creation. I don’t know if that matters – if I turn group forum on after creation in admin panel, the tab is there, with all forum empty messages and new topic form. And these group forums show up in the backend forums view under group forums, so the hierarchy is correct.Sure this is a test / dev install, no live site. And there’s no hurry, but I’d like to test more out with your plugin ๐
Is there something I did wrong until here? Or I could try?thanks, Fee