Search Results for 'code'
-
Search Results
-
Topic: Problems personalizing topic
Hi.
I have installed bbPress on my WordPress and I’m trying to personalize it.
I have already personalized the forum page (where list of topics appear) by editing file wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/bbpress/loop-single-topic.php and it worked well.
However, I can’t personalize the topic detail’s page. I thing the entry point here is wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/single_topic.php so I added some html code in there but it doesn’t appear (even on the html code that navigator gets) when clicking on a title on the topic.
I’m stuck. Can anyone give me a clue ?
Thank you.
Topic: BBpress file map?
Is it possible to find out where certain shortcode is in the actual bbpress code? In particular I”m thinking the code for bbp-topic-index.
The styling must be in the a file somewhere yeah? So why not have some sort of file map or layout so people could get in and play with it a little at their own peril?
Topic: bbPress bug with MultiSite
bbp_check_user_edit() appears to use the following condition:
if ( !is_user_logged_in() || ( is_multisite() && !current_user_can( ‘manage_network_users’ ) && bbp_is_user_home() && !apply_filters( ‘enable_edit_any_user_configuration’, true ) ) || !current_user_can( ‘edit_user’, bbp_get_displayed_user_id() ) ) {
The key portion of that being:
( is_multisite() && !current_user_can( ‘manage_network_users’ ) && bbp_is_user_home() && !apply_filters( ‘enable_edit_any_user_configuration’, true ) )
This appears to be written intending to disable the ability for site admins on a network to edit users. However the code here does not seam to do any tests for what the user id is and who’s currently logged in.
This has the unwanted effect of removing the ability for a normal non-superadmin user to edit their own profile because this code activates when multisite is enabled and doesn’t take the fact they are trying to edit their own profile into account.
I have one portal with 6 subdomains. All in wordpress multisite network. I have also install buddypress and bbpress all in the newest versions.
I want to have only one forum on main site where i will have forums for subdomains blogs. These forums i can create manualy.
The issue is.
How can i get the latest topics from each forum from main site on subdomain blog ?
Do I need to get it from databese or how ?
Please help me
Hi all, just put together a video tutorial on how to theme bbPress 2.0.
Check it out here: http://futurewebblog.com/ultimate-bbpress-theming-guide-video/
The timing is quite ironic seeing as the codex was released just today, so some things may have changed. If so let me know and I’ll update the video.
Topic: bbPress Codex
Testing out the new bbPress codex at http://codex.bbpress.org.
I’ll be adding some documents and moving things around soon. Wanted to give a heads up that it’s coming and I’m working on it before officially announcing anything on the blog.
If for some reason you’re not able to edit pages and would like to, drop me a note here and I’ll add you.
Hi,
For the sake of consistancy, I’d like to use the WP Socializer plugin to display Social Media buttons at the top of my forum Topics.
The plugin author said this:
“Please note that WP Socializer works in all pages or places where there the <?php the_content(); ?> function is called in the theme.
Simply make sure that the theme you use or the page of the custom post has the above function mentioned.
Instead, you can also use WP Socializer’s template functions also.
Use <?php echo wp_socializer(‘template-1’); ?> anywhere in the template which is used by the custom post type.”
Since I didn’t find reference to <?php the_content(); ?>,I’ve tried inserting it into the default theme and the single-topic.php file however the buttons fail to load.
I’m presuming this is because bbPress actually isn’t recognising the php code reference – would this be the case?
Any help would be appreciated.

