Search Results for 'test'
-
Search Results
-
Topic: Unable to find forum
I installed the plugin, and made a forum to test it out. It says it was created and shows the link I should see it at, but when I click ‘View Forum’ wordpress gives a 404 error and the page isn’t found. Same when I manually type it in.
What could it be? I’m sure it’s an easy fix, but I cannot for the life of me figure this out.
Thanks for the help!
Is it just me or is 2.1 ignoring certain template files when using bbPress as a child theme?
To illustrate I added a backtrace to the top of form-topic.php.
When viewing a forum, template file single-forum.php is used as expected (Bottom up #
:
#7 bbp_get_template_part(content, single-forum) called at [C:xampphtdocsdomain.comwp-contentthemesbbp-child-testsingle-forum.php:25]
#8 include(C:xampphtdocsdomain.comwp-contentthemesbbp-child-testsingle-forum.php) called at [C:xampphtdocsdomain.comwp-includestemplate-loader.php:43]
#9 require_once(C:xampphtdocsdomain.comwp-includestemplate-loader.php) called at [C:xampphtdocsdomain.comwp-blog-header.php:16]
#10 require(C:xampphtdocsdomain.comwp-blog-header.php) called at [C:xampphtdocsdomain.comindex.php:17]But then if you go into a topic and click EDIT, page.php is used to display form-topic.php even though template files single-topic.php and single-topic-edit.php both exist (Bottom up #13):
#12 get_template_part(content, page) called at [C:xampphtdocsdomain.comwp-contentthemestwentyelevenpage.php:22]
#13 include(C:xampphtdocsdomain.comwp-contentthemestwentyelevenpage.php) called at [C:xampphtdocsdomain.comwp-includestemplate-loader.php:43]
#14 require_once(C:xampphtdocsdomain.comwp-includestemplate-loader.php) called at [C:xampphtdocsdomain.comwp-blog-header.php:16]
#15 require(C:xampphtdocsdomain.comwp-blog-header.php) called at [C:xampphtdocsdomain.comindex.php:17]Or am I missing something?
Hey,
I tried the last few days to figure out, what I did wrong. On my test version of WordPress I installed bbpress for development. Everything is working fine there.
For the customer, I installed the latest WordPress 3.4 Release Candidate. But when I tried to call */forums, the request slows down and All I get is the theader element. I can get to single forums, topics etc, but I cannot see the whole forums.
Any Idea how to solve this?
I’m using bbPress 2.1 on my of buddypress powered sandbox & enable the new “group forum” feature that comes with 2.1.
Everything works perfectly except for one thing: I’m only able to post topic & reply in the group forum. When I tried to edit, split, close, stick, merge, trash, spam a topic / reply in the group forum, it don’t work and like if nothing is happen.
If you want to take a look, please go to http://cheng.scirefs.org and login using the following info:
Try posting a topic or a reply in the forum of one of the test group and try to edit it. You’ll know what I’m mean.
Do anyone here is having the same problem?
Hi
This topic is posted on 2 places :
– bbpress.org forum
– premium.wpmudev.org community support forum
While working on a site to be launched on the same day (= I had to have it working
I discovered something interesting
BBpress second level forum (= with a parent forum/category) also in the permalink, will result in page not found.
I searched for this issue and came across a few topics, where it was advised to reapply the permalinks, then save again the BBpress settings, where we set the slugs.
I tried everything there and still the same issue, but it was clearly an issue with rewrite.
So I begun to deactivate every other plugin I have and after every deactivation I tried if second level forums were loading. I thought specifically about security plugins such as Wordfence, Better WPSecurity, but nope.
Finally, it was when ******I deactivated wpmudev’s Pro Sites plugin, that the second level forums were loading.*******
I tried another forum plugin but really I will need BBPress (big amount of subforums necessary on this website)
now I made some tests, and to make short :
– if Pro Sites activated :
-> 1st level forum will work
-> 2nd level forum will not work
– if Pro Sites is deactivated :
-> 1st level forum will work
-> 2nd level forum will work and can be reached with those 2 url
A: example.com/forums/forum/level1/level2
B: example.com/forums/forum/level2
(forums/forum beeing the slugs set in Forums settings page)
is it normal we can reach with 2 different permalinks?
***** and as it changes automatically, is there a way to force (in BBPress code) a subforum permalink to stay 1st level even if in a sublevel? would be interesting also in the case a forum is moved to another category then it wouldn’t change url ***** (and at the same time it would solve/hide the issue with Pro Sites)
so cleary this is a rewrite stuff that goes beyond my knowledge, for info my permalinks are set to the second option /2012/06/07/exemple-article/ and .htaccess present with necessary change in it
I use also buddypress on that site but didn’t go until desactivate it as it worked when I deactivated Pro Site,
the site I was working on has buddypress, but not the groups and forum elements checked, forum beeing BBpress anyway (I also tried to check/uncheck forums in buddypress settings, really not related to the issue)
so I was thinking to install a testsite with only vanilla WP Multisite and buddypress, as I need all my tests done that way
+ for this issue : Pro Sites and BBPress
so if there is anything you tell me to try, it will be done
thank you very much in advance (anybody, eveybody
Hi please help.
I’m using the latest bbpress plugin on a multisite.
If I go to the user profile page, eg. http://example.com/forum/users/username, there is an edit link next to the profile but only Super-Admins can click on this link and edit their profile from the frontend. If they are not super-admins then the page refreshes to the same page without offering the editing functions.
How can I allow subscribers etc to edit their profile page?
Thank you.