Search Results for 'test'
-
Search Results
-
Topic: New to bbPress
I decided to uninstall BuddyPress because it was too damn complicated to understand for a 68 year young non-geek!
So I have installed your latest version which said it was compatible with my version of WP which has the latest updates.
If you visit SpyCraftU you will see NO pages for the forum I have set up or the topics under it. So how do I set up a Members page for the forum so people can register?
I sure as hell hope that bbPress is easier than BuddyPress which looks like a NIGHTMARE to make work!
Thanks!
Hugh009 SpymasterTopic: Cannot access abc/forums
Hi
I am having quite a strange problem with a test site leading to a re-direction to what appears to be the front page [In firefox, up the browser in page title section, you see “Posts – Site Name”], considering the content, if I try to go to the recommended & set abc/forums main page. Furthermore, if I try to VIEW any created, “published” forum, I get a page not found error.
This site is in a folder /abc. The site in the root folder has no problem with accessing site-in-rootfolder.com/forums. So i assume it is not a server-settings issue.
Other plugins, including 2 or so requiring “post name” permalink settings have no problem with the link settings, except one, “RecipePress reloaded”, whose author also recommends “post name” permalinks. With this, one should be able to access the main recipe page at mysite.com/abc/recipes. Instead, like in the bbforum case, although the url appears correctly, the content is clearly that of the blog front page!
Resetting the permalinks, like he recommends, changes nothing.
After explaining the problem to him, he said it was a bug in the plugin & the code he gave me to try out, partly corrected the problem, because mysite.com/abc/recipes this time correctly showed the main recipes page. The only problem is, it seems to affect other links leading to page not found errors until I either remove the code or disable the recipe plugin.
That code was just for testing, so I guess he is going to improve on it.Since the bbforum plugin (& this recipepress reloaded), unlike ALL other plugins which are all OK & their respective content can be found in its rightful place, I guess there is an issue also with bbforum.
I have tried to unistall & re-install bbforum/buddy press, deactivated the rest of the plugins, etc to no avail.
This is the .htaccess I have, or get whenever I reset the permalinks:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /abc/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /abc/index.php [L] </IfModule> # END WordPressFor buddypress, the links to members, groups, etc are all OK.
I hope with the description of the problem, the source of & solution to the issue can be identified & suggested.
I am using the latest version of WordPress & all modules.
Same problem when using twentythirteen theme.PS: in case a helper finds the conditions on site different from those described, it might be code from the author of recipress reloaded plugin, which has a similar issue is being tested or implemented.
Thank you in advance.
Topic: Tough migration
I was using a standalone bbpress for many years, but the latest WordPress update did something to mess up cookie integration. The writing was on the wall for my old standalone forum, I decided to move forward and upgrade and migrate.
A sleepless week later, it is done.
First, it imported all posts, even years-old spam, so I deleted that migration and figured out how to really delete spam in the standalone, and then imported again.
Then I found out that tags were not integrated, rather if tags were in the forum, they simply deleted any tags or custom taxonomies with the same name in the wordpress install. The site relies heavily on these tags, so we we spent a few days re-tagging everything and re-checking.
Now this morning I see that one entire category of the wp install was deleted. Luckily it was not a heavily trafficked section of the site. At this point we’ve put days of work into this data, so rather than roll back, we’ll recreate that category.
bbpress has given our site community many things over the years, I can’t complain at all. But the new version is much slower than the standalone version, and much harder for us to edit and modify. My viewers actually have a diminished experience now.
The tide has turned over the years. While WordPress fumbled with bbpress and buddypress, Facebook came to the fore and basically sucked all the community out of the wp platform. It’s a shame, and not likely to turn around for any of us here. I applaud the hard work of the devs who worked on this platform over the years, but it has been an exhausting experience this last week, and I am not done yet. It will be another sleepless night.
The Forum Topic Pages look fine:
http://demo.gunshowtrader.com/forums/forum/gun-clubs/

However the forum Index page looks like this:
http://demo.gunshowtrader.com/forums/

This demo site requires a login to view:
Username: Testuser
Password Abcd1234Hi all
I’m using a WP multisite. One of the sites is a bbpress forum.
On another site I’m pulling through the lastest post using the code below
The only thing I can’t seem to find is the shortcode to show an extract of the post.
Is there a shortcode to show an extract of the post.
<?php switch_to_blog( 3 ); $topics_query = array( 'author'=> 0, 'post_type'=> bbp_get_topic_post_type(), 'post_parent'=>'any', 'posts_per_page'=>3, //'post_status'=>join(',', array(bbp_get_public_status_id(), bbp_get_closed_status_id()), 'show_stickes'=> false, 'meta_key'=>'_bbp_last_active_time', 'orderby'=>'meta_value', 'order'=>'DESC', 'meta_query'=>array(bbp_exclude_forum_ids('meta_query')) ); $widget_query = new WP_Query($topics_query); if ($widget_query->have_posts()) : $widget_output = $before_widget; $widget_output .= $before_title . $title . $after_title; ob_start(); while ($widget_query->have_posts()): $widget_query->the_post(); $topic_id = bbp_get_topic_id($widget_query->post->ID); $author_link = bbp_get_topic_author_link(array('post_id'=>$topic_id, 'type'=>'both', 'size'=>60)); $forum_id = bbp_get_topic_forum_id($topic_id); ?> <div class="col-sm-4"> <div class="post"> <h4><a>"><?php bbp_topic_title($topic_id); ?></a></h4> <p class="date"><span><?php bbp_author_link($topic_id); ?></span> <?php bbp_topic_last_active_time($topic_id);?></p> <p> <!--show post extract--> </p> <a href="">Read more</a> </div> </div> <?php endwhile; endif; wp_reset_postdata(); ?>Topic: Create new topic via script
Here’s a weird question: is it possible to create a new topic via a script run by a continuous integration server? To provide more context, I’m trying to create a private forum so selected playtesters (users I manually entered, as you can’t register to this forum) can test my games. Ideally, I’d like to configure my Jenkins server to upload a Unity webplayer to my server, then create a new topic with the first post being the webplayer and the change log to a specified forum. I’m wondering if there’s an automated way to make this happen. Preferably, I would not like to rely on WordPress posts, since again, I’d like to keep these work-in-progress private.
Thanks for the help!
Quick stats:
Wordpress 4.0
bbPress 2.5.4Topic: Replies suddenly hidden
Hi
I’ve recently added a bbpress forum to my site, and everything was ticking along well. Then suddenly, in a couple of threads, replies are being hidden for no reason at all. Here’s a sample thread:
This thread has two more replies (one from a subscriber, and a test one from me) that won’t show up. They are definitely public replies.
I’ve tested on other threads and they’re fine – except for one other instance.
I cannot for the life of me work out why this is happening. Any ideas?
Links to my forums on my homepage have suddenly stopped working and are returning 404 Errors. I’ve now removed most of the links because my website members are reporting errors but I’ve left a group on my homepage on the right side side panel.
Does anyone have any suggestions for what this could be?
My website is: http://www.whichinvest.com
I’m running WP4 and latest BBPress and BuddyPress too.
Many thanks
Topic: 500 Internal Server Error
Hello Everyone,
I am using bbpress latest version with wordpress3.9.2. Everything is working fine on localhost. but when i uploaded the website on my development server. The forum page is fine but when i click on created forum, it gives 500 internal server error.
Please help to get rid of this.
Thank You.
[mod edit – moved to a new heading as the old subject was for version 1 of bbpress]
HI, I just freesh installl, BBPRESS BUDDYPRESS and WP 4 . and I find out that my fourm posts not loading for the view part. I test ony BBPRESS and its now showing anything .. I can see in admin the post. http://mundomisterios.com/grupos/ovni-en-el-mundo/forum/
or you can check from here . http://mundomisterios.com/forums/
WP is versión 4.0–es_ES . the problem is with regular theme too .
Topic: different log-in widgets
Hi,
A couple of weeks back, in the widgets area I noticed the bbPress login widgets on test1 and test1-nlcf test1 disappeared from the installed widgets area. I quickly shut down the sites and browser. I then logged in to both test1 and test1-nlcf, and in both installed new bbPress login widgets from the available widgets area. I set the widgets up the same as the ones that disappeared but the result was not the same. Now the login widgets appeared on the mobile version of my site – not only on the website version. I then noticed the bbPress login widgets that dissappeared were down in the unused widgets area. I removed the new login widgets and put the widgets from the unused widgets back where they were. Now the bbPress login widgets only appear on the website version of my site- not on the mobile version, the way the widgets were originally set up.
Now, on test1 and test1-nlcf the bbPress login widgets in the installed widgets area are different from the bbPress login widgets in the available widgets area.
Any help with this issue would be appreciated
Thank you for your time.
Jerry
