Search Results for '\"wordpress\"'
-
Search Results
-
Topic: Breadcrumb issue – kinda
I have a breadcrumb plugin, it’s all working quite well other then one thing:
With the bbPress forum it shows my “Forums” slug twice. Both link to the Forums index page, but it’s weird to have it double it’s self. Any ideas? I don’t have this issue with the plugin on anything else.
Using latest of WP and bbP – website is http://www.novasev.com
Topic: User Profiles
I’m trying to figure out a few things – I’ve done a search and read through a couple dozen or so items without much luck.
I’d like to incorporate some more info into the bbPress user profiles – I know I can probably do this using the $curauth params but want to make sure. I also want to make authors/contributors/etc link to the bbPress profiles as well. Is there a quick piece of code I can use to do this within my WordPress theme files?
I have this function to return an author profile page when the name is clicked on:
function new_comment_author_profile_link(){ /* Get the comment author information */ global $comment; $comment_ID = $comment->user_id; $author = get_comment_author( $comment_ID ); $url = get_comment_author_url( $comment_ID ); /* Return the default WordPress comment author link if comment author is not a registered user */ if ($comment_ID == 0){ if ( empty( $url ) || 'http://' == $url ) $return = $author; else $return = "<a href='$url' rel='' class='author-url'>$author</a>"; } else { /* Return the link to the comment author's profile page if otherwise */ $return = '<a href="'.home_url().'/?author='.$comment_ID.'">'.$author.'</a>'; } return $return; }Can I plug in some line/piece of code to direct it to the bbPress profile instead? If so, what piece?
Wordpress & bbPress are latest versions – website is http://www.novasev.com
Appreciate the feedback.Wordpress Version 3.8.1
bbPress version – Version 2.5.3It seems that I got the bbpress import from phpbb to work with all the topics and replies. The problem is that the users are imported wrong so the topics are credited to the wrong user. I went through other forums which said it was a WP United issue but I do not have this installed.
Please help. I see some suggestions of writing a MySQL query which I see are back from 2012 so they are not working for me. Any assistance would be appreciated.
Hi
I have roles setup in wordpress which i would like to display in the forums in place of the bbPress roles.
Or is there a way to create new bbPress roles with the titles I want then have the roles synchronized with wordpress?
eg.
Wordpress –> bbPress
Guest –> Guest
Builder –> Builder
Moderator –> Moderator
Admin –> Admin
Co-Owner –> Co-Owner
Owner –> OwnerEach role has different capabilities but i would like them to show as different roles on the forums as the titles link up to our small gaming server.
WordPress Version: 3.8.1
bbPress Version: 2.5.3-5249
BuddyPress Version: 1.9.2Testing Website: http://bob1nz.com
hello everybody,
I’m trying to import my phpbb linked to wordpress with wp-united to bbpress.first thing, is that I got some troubles to access to the bbpress menu from the wp-admin panel. (not visible and access denied) to solve this first issue, I had to install “user role editor” wordpress plugin and click on reset, right after. bbpress menu was well present.
After first import I noticed that some topics where started by Anonymous and after that all my topics where written by another user;… I finally understood the fun part.
In phpbb you have from id 3 to 51 robot crawler user…due to that, it’s not syncing well with wp_user…
I will try a manual fix tonight but if anybody already did the manip I’m ready for any extra info. (about attachement, mp,…etc,…)cheers,
Hello everyone
Sorry for asking a simple question, but i have just spent an hour figuring out how to increase the font-size in the html text editor. That is, the one we use to make replies or post topics. I don’t think it is related, but the font size is also very small when I submit a quick message on the Activity page in BuddyPress, ut just saying if somebody knows something about it.
I am using WordPress 3.8.1, Fruitful theme and WP USer frontend. The font size is small only on the Activity page in BuddyPRess and in bbpress. The comment section and WP user frontend seem to work fine picking up the 14px font size from my theme. To remind you, I am talking about the html editor, not the visual editor (which doesn’t even show up in topic/reply fields, I believe)
Thank you in advance!
Hi all.
What can be done to get bbpress page load faster ? What are best practices ? Is there a tutorial I have missed ?
It appears as if I have a redirection-problem, where my browser is stalling ?
Is there still a gravatar-issue where I have to remove some code for speed optimization ?
What ressources can be cached with htaccess or otherwise ?
And so on …. ?BBpress is really looking better and better and the bbpress-for-wordpress-comments in 2.6 feature would be quite a fix for wordpress which doesnt even have an edit feature for commenteers. I like how things have gone so far. But seriously – SPEED, SPEED, SPEED.
I am definately no coder just an annoying end-user. But it is simply not decent for such a relatively simple set of functionalities to be so slow as it appears to me. I simply cannot annoy forum members with such page loads and also making wordpress load slower with bbpress installed.
What is a boy to do if he really would like to use bbpress ?
Thanks for anything.

