Search Results for 'code'
-
Search Results
-
Topic: 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
Topic: Blank page please help
Hi i just insalled bbpress to test it but i cant figure out whats wrong i just get a blank page
This is what ive dona so far: I installed the plugin–> created a forum–> created a page which i named forum–> entered the shortcode [bbp-forum-index]–> When i go to the front i see the page click it and up comes the forum i created when i then click the forum and i get the blank page…–> in the adressfield it says http://www.kanin.se/forums/forum/theforumicreated and the page i blank.
I have the latest wordpress and bbpress
feeling stupid for not seeing the possibly easy solution.
I have searched this forum and the webb even watched a 30 min video on the setup of bbpress didnt get any smarter.
Thanks for your help!
Hi everyone,
Im new to the worldpress plugin scene coming from a more oop like language like java that uses JavaDoc or Doxygen to describe stuff.
I was wondering how developers writing plugins are finding the hooks/actions/filters they need to solve something. I haven’t found http://codex.bbpress.org/ very helpful because its seems to only document a small collection of functions.
I haven’t found it easy because IDEs don’t tend to detect functional apis with their code completion engines. Is it just a matter of slowly grinding through all the core files trying to memorize all the functions and callbacks? I hope not.
I setup bbpress with a shortcode to display the forums on a page, you can see it here: http://www.clonescriptnews.com/forums/
When you are on that page everything seems to be fine, however if you click on this:
http://www.clonescriptnews.com/forum/forums/general/introductions/
and look at the breadcrumbs, when you try to go back to “forums” by clicking on the breadcrumb Forum link, it’s linked to just “forum” and then it tries to open the forum inside what looks to be a post.
you can view that here (if you click on the breadcrumb forum link, you’ll see this) http://www.clonescriptnews.com/forum/
It seems that no matter what I do in the forum settings area with the forums base and forum slug that keeps happening.