Search Results for 'test'
-
Search Results
-
Hi there,
I have the latest versions of WP, Buddypress, bbPress and rtMedia installed on a test site.
My theme is SocialBuddy.When I have all 3 plug-ins activated and go to the Buddypress member profile eg. members/admin and press the Media tab which should bring me to the Media area it instead brings me to the bbPress user’s (Admin in this instance) profile page but keeps the pretty url as members/admin and not forums/users/admin/.
When I deactivate the bbPress plugin the Media tab works correctly…with no issue at all.
I’ve been in touch with both the rtMedia and SocialBuddy developers and they are unable to help.
Site is wp.photographyireland.net
Any advice?
Thanks
MarkTopic: Login doesn't work
I posted about this issue that I had a couple of weeks ago without any resolution. So I thought I would start at the beginning. I installed a fresh copy of WordPress (3.8.1) with the default themes on a newly created directory. Second I installed BBpress (2.5.3) and kept all the default settings. Upon completion I added the BBpress login widget and tested the login function. When I do this it hangs up on /wp-login.php page with nothing but a single period on the page.
Is anyone else having this same issue? I need help!!!!
Topic: Forum Hackers
Hello, I’m having some tests in a site named ffffind.com
Now the only problem is, it looks like someone has breached into my wordpress account and posted 20K+ posts and topics inside the bbpress extension.ffffind.com/forum/ is where the problem is at.
I am running the latest WP release as well as the latest BBpress release.How do i delete all of the posts in one hit and renew all of the bbpress content?
Is there a way to filter search results for non-logged-on users of the website so their results don’t display the contents of private forums which then go to a redirect loop when we try to follow the links?
An example from our testing site:
http://www.resourcescentreonline.co.uk/tim_play/?s=fisticuffs
The search results don’t include topics that have individually been made ‘private’ but I can’t find a way to set this to default for topics within a private forum – I can batch edit them afterwards but it would be good if, failing a solution to the search problem, this could happen automatically.
We’re running WordPress 3.8.1 and BBPress 2.5.3 (as part of a Commons In A Box setup) on an entirely custom theme.
If there’s any more information I need to provide, please let me know – thank you.
edit: glaring typo
Having issue with our site pages and BBPress. We are using WP 3.8.1 and the latest version of BB Press.
email: theig072@gmail.com
site: http://www.fretbuzz.com
site password: test12We want to customize our BB Press page (title, maybe input a button or two… who knows) BUT there is no actual BB Press page to customize? The forum seems to be automatically created upon install. Normally we can edit any page by selecting “edit page” at the top of the screen and in this case, there is no edit page button because the page doesn’t exist.
Following? So the logical next step is to create the page right? Well… when we go to the backend of WP in the admin dashboard -> Settings -> Forums -> we read (about halfway down this page) this text:“Forum Root Slug – Customize your Forums root. Partner with a WordPress Page and use Shortcodes for more flexibility.”
So we created a WP Page named forums. (http://www.fretbuzz.com/forums/) If this page is created then the forums appear until we edit anything. We cant select any option or input any text or the forums do not appear. So we deleted the page and the forums appear again. Then we created a separate WP page and labeled it test (http://www.fretbuzz.com/test/) and then moved the forum root slug to it, the forums again appear but If we again try to put any button shortcode or text or whatever in the page then nothing appears. So this begs the question…. What are the shortcodes BB Press talks about in the settings panel? How do we customize our BB Press Forums page?
End goal = Create an actual page that hold the forum roots on which we can add a button or two (with maybe some text). With an actual page as the root slug, I have access to turn on or off options as well such as “ratings” and “Author Bio”, which is quite annoying on the forums currently.
Our theme (DynamiX) has almost 9000 support members and this is what one of the support moderators said:
“Hi Tad,
I am not sure if this feature works correctly as I have tested it with DynamiX and the standard WP theme and they both have the same results. It must be a feature of BBPress that does not work properly.
Tom”This cannot be so…. Any suggestions. Any help is highly coveted. 🙂
Hi all,
I’m trying to figure out how to get a specific forum to be shown on a page and to keep users on that page.
I’m using the following shortcode:
[bbp-single-forum id=9232]
This does the job of showing the specific forum on the page, but it when a user posts a new topic or clicks on a topic to read it, it takes them to the bbPress page:
/forums/topic/test-topic
Is it possible to keep the user on that page throughout the process? I have different forums for separate members (using the Groups plugin), and would like to control who can see what from that single page.
Thanks 🙂
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