Search Results for '"wordpress"'
-
Search Results
-
Topic: Bbpress giving errors
My bbpress is giving this error after activation in debug mode: Notice: bbp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 2.3.) in C:\xampp\htdocs\wordpress\wp-includes\functions.php on line 3560
Also I noticed that after activation, some ajax features on my site will no more work, for instance, if i visit the media page on the dashboard, it will load forever without giving any result.
I need urgent help please.
Thanks.
Hi,
Is used the code snippet from the codex and it worked fine.
How could I modify the code to choose a specific menu?
E.g. primary oder secondary. Actually “Edit Profil” is shown in all my menues and I just want to have it on my Primary Menu.
// Filter wp_nav_menu() to add profile link add_filter( 'wp_nav_menu_items', 'my_nav_menu_profile_link' ); function my_nav_menu_profile_link($menu) { if (!is_user_logged_in()) return $menu; else $current_user = wp_get_current_user(); $user=$current_user->user_login ; $profilelink = '<li><a href="/forums/users/' . $user . '/edit">Edit Profile</a></li>'; $menu = $menu . $profilelink; return $menu; }Thanks!
Hi all!
Its a pretty noob question, but i didn’t find anything related to my issue…I added a quicktag to the wordpress default editor
function generico_quicktags() {if ( wp_script_is( 'quicktags' ) ) {
?>
<script type="text/javascript">
QTags.addButton(
'pov_generico',
'POV (Genérico)',
'[pov-generico]',
'[/pov-generico]'
);
QTags.addButton( 'pov_generico', 'p', '<p class="fala generico">', '</p>', '', 'Fala (Personagem Genérico)', 10 );
</script>
<?php
}}
add_action( 'admin_print_footer_scripts', 'generico_quicktags' );
But this don’t show in bbpress reply editor. How can i add this there too?
Hi,
i have some problem with integrate BBPRESS with my THEME.The plug in work perfectly with standard wordpress theme but when i activate my custom theme them topics insered in a forum don’t appear.
How can i integrate BBPRESS perfectly with my custom theme ?
Can you help me please ?
Best Regards
Emiliano
I followed the advice under: Using bbPress Forums with BuddyPress Group Forums
It is possible and quite powerful to use both bbPress sitewide forums as well as BuddyPress Group Forums. A few caveats apply in order to ensure an easy setup:
1. After installing and activating bbPress, please go to your admin dashboard under “Pages/All Pages” and find any page using the slug of “forums”.
2. If such a page slug exists, as would be normally be the case if you first installed BuddyPress, it is recommended that you delete this page so as to free-up the use of the “forums” slug for bbPress.
3. Be sure that you also empty the trash of this “forums” page to free-up the slug.
4. You can then create a new page slug for BuddyPress Group Forums, using a different name. Eg: “Group Forums”.
5. After creating a new page (Eg: “Group Forums”), go into Settings/BuddyPress/Pages and choose this new page to act as the placeholder for BuddyPress Group Forums
6. Finally, go to Settings/Permalinks and click “Save” to ensure that you update your permalink structure
All was going well until I got to Step 6 and when I saved it crashed the wp-admin. I have spent two days attempting to fix the problem to no avail.
I have to turn off User Groups in Buddypress to get bbpress to load. When I turn on the User Groups and set the Group Forums at Settings/BuddyPress/Pages it crashes. Then I have to FTP Delete the bbpress and change the settings back in order to reload bbpress and take another run at it. Something is wrong.
I am using bbpress 2.5.7, BuddyPress 2.2.3.1, with the BuddyBoss Theme and Child Theme and WordPress 4.2.2. All other plugins are deactivated.
Any suggestions?
Topic: Cutom topic headings
Hi!
I am planning to create a new forum website using bbPress. I want to change / add / remove topic headings. Since, I am yet planning I will use latest versions of WordPress and bbPress
eg;
instead of : Topic, Voices, Replies, Freshness
I want : Posts (Number of replies to the topic) Views (number of views) Posted By (Name /username of topic starter) Latest Reply (latest reply by + minutes ago)
I even want to add a few more headings like catagories
Thanks a lot for the help 🙂
Topic: Freshness/Voice columns
New user:
I’ve recently installed bbpress on my wordpress website.
The freshness/voice columns look out of shape, how can I fix this?
Here is the link: http://worldinsport.com/forums/forum/sports-general/
Many thanks
