Search Results for 'test'
-
Search Results
-
Topic: Forum root confusion
Hi all.
My apologies if this is a fairly rudimentary query, or one covered elsewhere, I did search but managed to only confuse myself more ๐
My site is:
http://www.gastronomicslc.com/Running latest WP and a Genesis based theme from Studiopress. I installed bbPress but am having issues generating a coherent main page, I guess the forum root if you will. I followed the install instructions and made my forum root slug (foodie-talk), I also then made the foodie-talk page, however that doesn’t seem to work:
http://www.gastronomicslc.com/foodie-talk/
I have created two test sub-forums
http://www.gastronomicslc.com/foodie-talk/forum/general-talk/
http://www.gastronomicslc.com/foodie-talk/forum/ask-expert/with a test post in each. I have yet to link to the bbPRess directly from my site while I work on this. On the foodie-talk page I have the [bbp-forum-index] code right now.
I imagine I have made some simpleton fault, appreciate anyone pointing it out ๐
Topic: bbpress installation errors
Topic: How to ban a BBPress member?
I know I can block them in WP Users – is that how its done does anyone here know? I tried this on a testname and no I couldnt click on the BBPress topics but was taken to the forum topic page (chat-boards/topic/another-birthday-looms) that has all my sites pages links on it? Urgh, it even has Membership Cancel, Membership Checkout pages on it. Anyone know how to either get rid of this page or take the banned person to the homepage or somewhere else on my site? Thanks.
Topic: wordpress 3.8.1 MU
i have multisite network based on the latest WP
when i try to activate the plug in my WP-dashboard crushed
the web site is working and i cant access into the admin panel
i have to delete the plugin and only then i can access into to admin dashboardJust curious as I’m not a PHP-er and learning each day.
What I’m trying to make is a front-end tab-system that shows three tabs
Tab [1] = Topics
Tab [2] = Replies
Tab [3] = Refresh, just a reload of the pageTopics,
This should be a very easy query-/loop in general, it’s just a list of all new topics that have been added to my forum. There’s only one little thing, it should order at the date of creation so that when an older topic gets a reply it doesn’t bounce to the top of the list.Replies,
This should be a query for latests updated topics of any age, if a topic of 5 years old receives an update or bounce it should jump to the top of this list. + newly or older created topics without replies shouldn’t get listed inside this second ‘Replies’ tab.I came up with this idea:
<?php if ( bbp_has_topics( array( 'show_stickies' => false, 'order' => 'DESC', 'posts_per_page' => 120, 'max_num_pages' => 1 ) ) ): ?> <?php while ( bbp_topics() ) : bbp_the_topic(); ?> <?php if ( bbp_get_topic_reply_count() ) { bbp_get_template_part( 'last-topic-activity/last-replies-loop' ); } ?> <?php endwhile; ?> <?php endif; ?>
posts_per_page => 120 is a little bold but it’s just for testing right now.
Just curious if this is okay to work with, I found the bbp_get_topic_reply_count() function and it has a True or False statement so I thought lets just check if the topics have a reply_count … if it’s true than list a bunch of stuff through the custom-loop template I made.Hope somebody can verify if this is okay, it looks like it’s working.
Iโm using WordPress version 3.8.1 (the latest as of this writing) and bbPress version 2.5.3 The url wouldnโt show the problem since the forum is private and you would only see โOh bother! No forums were found here!โ on the page as a non-logged in non-member of the site. This question also relates to the WordPress dashboard rather than the site itself. I’ve given a user on the site the bbPress role of Moderator with the expectation that he should be able to set up new forums, however, when he logs in, he can only see/access topics, replies and profile in the WordPress dashboard. There is no link to “Forums” where he can add new ones. Why is this the case when according to the roles information on this page: http://codex.bbpress.org/bbpress-user-roles-and-capabilities/ a Moderator “can create and edit forums. Can create, edit and delete other usersโ topics and replies. Can manage Tags, and moderate a forum with the moderation tools”?
Topic: need some help
Im using the latest versions of WP and BBpress,
All i have learnt using WP and BBpress is from trial and error and use of support forums and information from other websites.
I gamer at heart and play many mmo’s, i use wordpress for our main site and wanted to include a forum for our members(BBpress). http://enigmas.eu
I have been able to change lay out and look, so it look like main site and i have install an Plugin (bbPress String Swap) to rename roles, but it only change them on the forum and not in the admin selection area and the same goes with Public-Privet-hidden forum.
I would like to be able to change the names with in the admin side, so that my Moderator’s know which role to select when a new member joins
Key master – Guild leaders
Moderator – Officer
Participant – MemberAlso when creating a forum know which one to select
Public – (can stay the same)
Private – Members Zone
Hidden – Officers ZoneAs im talking about the forum titles i would like to remove (private) from the forum breadcrumb i have seen many examples of how to do it and have tried them out, but they don’t seem to work. i don’t know if im doing some thing wrong. so look for a fresh input.
i know that my Moderator(Officers) could get used to knowing which role and forum section to choose from with out changing them. but the Private before the forum tile is a real pain.
any ideas would be great thank you
Nothing on site has been updated lately, no new plugins added. All replies in forum have disappeared. All topics remain working, and inside the forum the correct voices etc still show i.e. This topic contains 18 replies, has 7 voices.
Inside admin under Replies absolutely nothing shows in here either. It just seems like all replies have vanished. The only real sign of hope or saving them is that in the forums it’s still detecting them by saying the activity (which should be inside each topic).
What could have happened. Have tried deactivating plugin, nothing works. Page cache has been emptied also.
Am using the latest version 2.5.3
Any help much appreciated.
When I’m logged in as admin and trying to make a sticky, it sends me to the login page. Once I log in again and try once more, it does the same thing. I’m using the latest version of both bbpress and wordpress. Any ideas?
Hello- First time poster to the bbPress forums.
I am giving bbPress (WP plugin) a good test workout, and overall find it a great piece of work.
I am working up a set of forums where (with the Members plugin) I have a few forums for ‘Board members’, while most forums are for all members.
Q: Is there a way to generate a topic-index that excludes selected forums, that correctly paginates? I can easily exclude topics in ‘forum xyz’ by customizing loop-topics.php, but the topic pagination still includes those excluded topics in the pagination count.
It seems to me that many bbP users would benefit from the ability to list selected topics by excluding forums (ie, topics for all forums except forum-xyz).
Can this possibly be done via wp_query? Is the ‘forum name’ attached to each topic a Custom Field?
Thanks for any information. –Bill
Didn’t want to make a new Trac before knowing if this is a real bug or not.
I set the number of replies per page at 8 in the back-end. Save it, but right now I’ve already replied 31 times in one topic to test it and still the pagination menu doesn’t show up in the single-forum page ( topics list )
+ also the single-topic page doesn’t move to a second page it keeps adding content.Tested it on default installs with Twenty Twelve and WP 3.8
Topic: Upgrading WordPress
I run 3.7 right now. I was afraid to upgrade WP in case there wee issues with bbPress. So … if I update to 3.81 (the latest) can I expect issues or should it go smoothly?
I hired someone o set up my site with WP and bbPress. He hasn’t worked on the site after that so if I run into issues, I’m stuck. I’m only online two hours a day and can no longer code or fix errors (due to illness).
I’m leery about upgrading but know I have to do it.
Topic: Twitter embeds not working
I’m having a problem with Twitter oEmbeds not converting to embedded tweets. I’ve got the “allow embeds” checked in Forum settings, and it works for both YouTube and Flickr (the only other two URL types I’ve tested so far). But twitter URLS are not converting — instead they show up as a plain URL.
I tried posting this earlier with more details and links, but I think the post must have been flagged as spam (maybe because of the links)?
So this time I’m just posting the overview. If you need a URL to look at or test, let me know.