Search Results for 'test'
-
Search Results
-
i am having a problem with the automatically generated links that are suppose to bring you back to the above level pages. when i go into a forum you see the drill down location twice. Once on the line before the forum name and once on the line after the forum name. The first occurrence has the word “forum” in between the the home link and current forum and tries to go to http://www.lbpunderground.com/forums/forum/ were you encounter 404 error. the second version with forums works and leads to http://www.lbpunderground.com/forums/ as it should.
below is example of structure of how it is showing up with some comments added:Home › Forum › first (“forum” here leads to broken page 404)
first (forum title)
Home › Forums › first (“forums” leads to the correct forum directory)here is the page the above is taken from: http://www.lbpunderground.com/forums/forum/first/
another similar problem is when you go down into a topic the first line. now has “Topic” as the location between home and the current location on the first line. Again on the 3rd line the the drill down location is correct and functional. In the first line the link “Topic” leads to error 404 also.
Home › Topic › another test (topic leads to 404 error)
another test (topic title)
Home › Forums › category 1 › cat1 forum1 › another test (working drill down links)the above example is taken from the page: http://www.lbpunderground.com/forums/topic/another-test/
ideally i would like help to remove the first set of links, as their logic is not as ideal as the second set even if they are working properly. Or just a solution to fix them to work properly. But really i am not sure why the first set is there.
here is a description of my setup:
wordpress: Version 3.5.1
bbpress: Version 2.3.1
buddypress: Version 1.7.1
wordpress theme: responsiveTopic: Fancy Editor missing
I’m using WordPress 3.5.1 and bbPress 2.3.1. My site is here (forums are restricted but I created one sample one that isn’t):
http://www.redkitecreative.com/dev/ivas/forums/forum/sample-forum-for-checking-fancy-editor/
I have ‘Use the fancy WordPress editor to create and edit topics and replies’ enabled, but the fancy editor never appears, not even for logged-in site admins. I tested it with three user levels. I tried switching to Twenty Twelve but it made no difference.
I’m using TinyMCE Advanced on this site, I tried disabling it but the fancy editor is still not appearing. Please help.
Topic: Embed media not working?
Just upgraded to the latest and can’t embed media … just results in URLs that are linked. Is this a problem?
Topic: Group forums not loading?
Hello again,
I’m new to Buddy Press and trying to experiment with a personal site using WordPress 3.5.1 with I the latest version of my theme, DynamiX, which is supposedly BBPress Friendly.
http://thebrotherhoodguild.com
I am trying to create different groups and it looks as though I have but I cannot seem to actually -go into them. When I click on a particular group it just stays on the current group listing page. From the sites I have seen it should take me into that forum and display all the specific posts for that group. I have made sure that each of the groups have content but I cannot seem to successfully link there.
Suggestions?
Thanks in advance!
Hello,
I’m new to Buddy Press and trying to experiment with a personal site using WordPress 3.5.1
http://thebrotherhoodguild.com
On Chrome Version 26.0.1410.64 m the Register page will not load (Link). Instead, it keeps going back to the root directory. However, on Firefox 18.0.2 it does load. Not sure why this would happen. I am using the latest version of my theme, DynamiX, which is supposedly BBPress Friendly.
I do have a few plugins installed but I have tried deactivating them and still get this issue.
Topic: Topics Disappeared
Hi everyone, I searched to see if anyone else had this problem and didn’t find anything that matched exactly, so if the topic DOES exist and I missed it, I do apologize.
I have a site where I installed bbpress back in August of last year. Everything was working fine but the company was not utilizing the forums so they basically sat there un-noticed/unused.
The company has now decided that they are going make a push to their employees to start using them. When I went to look at them today, I noticed that while all of the forums are still there, the topics are gone. At first, when I went into the Admin Dashboard, under the forums, there were counts listed under the “Topics” column but when I went to topics, nothing was there.
I then went and reset the permalinks and still nothing. Ran the forum cleanup tool and then when I went back, the “Topics” column under forums shows all zeros.
There was not a ton of content there and I can re-enter it all, but the concern I have is that of where did they go? I know the client will be asking this and then the obvious follow-up of “will this happen again?”
Any help anyone can give me would be great. Naturally, I would prefer to recover the info if at all possible.
Running the latest version of bbpress (2.3.1).
Thanks,
-marc
Hello, My name is Robin and i run a WordPress website with bbpress.
I have installed a new theme i found on the internet and now when someone posts a Topic it works fine, but when someone wants to reply on the topic the anwser isnt shown.You can see for your self with the following login details :
Website : http://www.aeriscraft.nl
Username : bbpresstest
Password : bbpresstestAlso people cant edit there posts, i think its something with the theme or the bbpress.css
I use the newest wordpress and the newest bbpress. a clean installation.
I hope you guys can help me.
Iam sorry for my bad english.
Greetings
RobinTopic: can't access BBpress
I am very new to bbpress and am working on editing a new to me website. When I updated to the latest version of BBpress the link to add topics(forums) on the left menu area on the dashboard dissapeared…I checked support forums and “saved” the permalinks and deactivated and reactivated BBpress, but still no luck. Any suggestions? Please keep the explanation simple. I am running a customized genesis site.
Topic: Creating groups of users
I’m using the latest WP and bbPress 2.3.1.
bbPress seems like it will work for our veterinary organization’s site. The only thing missing is the ability to add a group of users to a forum… We’re using s2Member. For most forums, we have them restricted based on s2Member level and this is working fine. But for a couple of forums, we need to restrict them based on a smaller group of members, not an entire s2Member level.
For example, we have a Board of Directors s2Member level, and a bbPress forum for this. But in the forum, we only want to include a subset of the BOD members, not *all* of them.
Is there a way to add individual users to a forum, or to create a group that’s not all-inclusive of an entire role?
Hello
I’m trying to modify the latest topics widget with CSS. I want to show the widget like the IMAGE 1, but with my poor knowledge of CSS i can obtain only the IMAGE 2.

I’m using the following:
float: left; height: 30px; width: 30px; }What can I add to show my widget similar to IMAGE 1? Only the image and text, not the comments and likes icon.
Thanks
Edit – Sorry, the latter error was because I missed part of my functions.php code to comment out. Editing accordingly.
I’ve been using the following code, originally found in my functions.php to change “Key Master” to “Administrator”:`function my_custom_roles( $role, $user_id, $user_role ) {
if( $role == ‘Key Master’ )
return ‘Administrator’;return $role;
}add_filter( ‘bbp_get_user_display_role’, ‘my_custom_roles’, 10, 3 );`
Which returns the error: “Warning: Missing argument 3 for my_custom_roles() in /home/kaenim/public_html/test/wp-content/themes/bsky/functions.php on line 216” above my avatar.
Does anyone know what this “argument 3” is, or how I could modify this code to work in 2.3.1? I’d ask in the original discussion, but it’s several months old and to be honest, I’m simply not aware of what bbPress’ forum policy is regarding reviving old topics; I figured making a new topic would be best.
Topic: how to add video bbpress 2.3
WordPress Version: 3.5
BBpress Version: 2.3I know this question has been asked alot on how to embed video and add youtube videos, I know how to do this by simply posting the link in the topic…. and it will automatically insert the youtube video…
But my problem is i want to have a few video tutorials that i want to insert and the mp3 or mp4 files are located on my server, i dont want to upload them to youtube…
so i was wondering if their was a way to use my own videos, i have already tried inserting the link that points to my server http://mysite.com/video.mp3 and it will not work that way..
So i tried creating a topic from the admin and use the insert media and it did not work that way , then i tried using a plugin to allow jw player shortcode and it did not work that way either… this is one of the plugins i tried using http://wordpress.org/extend/plugins/bbpress2-shortcode-whitelist/ with no sucess…
Then i tried adding this code to my functions.php
add_filter(‘bbp_reply_content’, ‘jwplayer_tag_callback’);
add_filter(‘entry_content’, ‘jwplayer_tag_callback’);
add_filter(‘bbp-reply-content’, ‘jwplayer_tag_callback’);
add_filter(‘entry-content’, ‘jwplayer_tag_callback’);this method did not work, it seems almost impossible to add my own video from my server, most the topics are super old 3 to 4 yrs old which really doesnt apply to the latest version of bbpress since so much of the code has changed, if someone could help me out or point me in the right direction i would appreciate it…
I am not trying to let my users be able to use shortcodes as i read they are a security risk and i am not trying to let my users be able to upload or use their own videos from a strange server..
I just want to be able to use my own videos instead of using youtube.
Topic: Search doesn't work
I recently installed bbpress on my site (great plug-in, by the way). I’m currently working out the kinks.
One of my biggest problems is that the search function doesn’t work. See http://www.churchofficehelpdesk.com/test where I’m using the shortcode. I’ve used words that I know are on the site. Not only do they not show up, but “sorry, no results were found appears multiple times on the results page.”
Thanks for any help!