Search Results for 'test'
-
Search Results
-
Hey guys, so I dont know whats happening, Ive looked around everywhere but cant find a server.
I transferred from Goldsboro Web hosting (local NC based host) to Fatcow today. All my plugins work fine, but when I install bbPress, it gives me 500 internal server error when trying to get into http://www.skyforgelabs.com/wp-admin (thats my site)
When I delete the bbPress folder via FTP, I can get into my admin panel just fine
When I install bbPress via the WordPress dashboard, it gives me the 500 error mentioned above and stops me from getting into wp-admin
My site is hosted on Fatcow, and my friends site is also. He faced the same issue and was unable to get it resolved.
Im using the latest stable version of WP and bbP
Someone please help me out here?
Topic: Layout/format issues
Hi all,
I’m very new to bbpress forum – had just installed the latest version but am having some layout/format issues with my forum (i.e. no space in between some words)
1) Title of latest topic is appearing in the “Freshness” column (beside the timestamp)
URL: http://www.propertyelite8.com/forum/2) When user click to view the list of topics in this forum, again, title of the latest topic appears at the top of the page (where breadcrumbs are supposed to be)
URL: http://www.propertyelite8.com/forum/forum/ask-propertyelite8/3) No space in between topic title and “ReplyTo” when user click to reply
URL: http://www.propertyelite8.com/forum/topic/career-path/Hope to receive some help from you gurus! Thanks!
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.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
THey are coming through fine on my test user accounts. Could this be a firewall problem or something else their end?
Thanks,
Kris
UPDATE: sorry, its the notify me tab underneath the text editor that isnt working.

