Published on August 7th, 2012 by mattjblanchard
Basically a website I am working on needs to have a white font when you write a forum post, at the moment it is grey and does not show up on my page.
If you look at the following you can see what I mean.
www.thirtysecondstomarsarmy.com/forums/forum/thirty-seconds-to-mars-army/
I can edit CSS but not sure where I’m looking here. If someone could help that would be great.
Cheers
Matt
Published on August 7th, 2012 by r4S
Hi,
Running with WP3.4.1 and bbPress 2.1.2
Even though in bbPress settings ‘Allow users to mark topics as favorites’ and ‘Allow users to subscribe to topics’ are checked I am not seeing Add this topic to favorites or Subscribe links on the topic pages.
Am I missing a trick or what should I investigate for these to show?
Thanks.
Published on August 7th, 2012 by mluther
WordPress: Version 3.4.1
bbPress: Version 2.1.2
Hello, I searched for bbPress in the plugin directory and installed it. I proceeded to create one Forum and one Topic.
After publishing them, I clicked on “View Topic”, but I get
> This is somewhat embarrassing, isn’t it? It seems we can’t find what
> you’re looking for. Perhaps searching, or one of the links below, can
> help.
Please help.
Published on August 7th, 2012 by raji1990
hi everybody i can’t see replies with my template and when i activate bbpress template i see them any solution for this issue thx in advance
http://mgamer.t15.org/wp/forums/topic/aaadsda/#post-144
Published on August 7th, 2012 by capsx
hello!
is it possible to import untouched content ?
i need to import forums from phpBB, and i need untouched content – import 1:1
???
Published on August 7th, 2012 by Good in Today
I’ve created a Widget that displays several different Forum related items in four different tabs. I’m having trouble with displaying the Forum Categories List properly however. I’ve modified loop-forums.php so that it calls loop-theWidget-single-forum.php and I’ve removed the bits from the loop-single forum that I did not need(in the copied one that’s displaying on the sidebar). This works perfectly EXCEPT … When you are on inside the Forums on the Topics List Page the Categories section of the Widget shows NOTHING AT ALL and then when you actually go inside of a Topic it then displays the infamous “Oh bother! No forums found.” thing. What I’m not fully understanding is that the Widget works EVERYWHERE ELSE on the website just fine.
Figure I’m missing some bit that I need to add so I came to the experts… What do I need to add / modify to make this tab of my Widget perform as intended? The Widget can be viewed at…
http://gitfit.tv
… and the current loop-single-forum.php that I’m utilizing looks like this…
<tr id="bbp-forum-" >
<a class="bbp-forum-title" href="" title="">
<!-- bbp-forum- -->
… any help would be most appreciated.
Thanks, in advance, for your time and assistance.
Andrew
Published on August 7th, 2012 by nchiari
Hi everyone! I’m using the fancy “new” TinyMCE box to post comments in the forums, but I have a site with black background, so the box where you write the comment is black too, but the letters are grey (WordPress default). If I try to change the CSS style, It changes the default TinyMCE box, so if I make the text white, I will have white text in WordPress’s “Write a new article” box too.
Is there any way to change the letters colors of the TinyMCE ONLY to use it in bbPress comments box? I would appreciate a detailed explaination ’cause I’m a little noob with WP and BBP.
Published on August 6th, 2012 by jabbamonkey
I am trying to install BuddyPress and BBPress. I install BuddyPress just fine. Then, since many posts on this forum said not to install BBPress “through” BuddyPress, I downloaded BBPress from this site (the most recent version), uploaded it to my FTP and then activated the plugin through WordPress. The moment I click ACTIVATE bbpress, the site breaks. I get the following error page when I try to go to ANY page of my site…
> The website encountered an error while retrieving
> http://www.mysite.com/wp-admin/plugins.php. It may be down for
> maintenance or configured incorrectly.
I can get my site back online by logging into FTP and renaming the pluging folder for bbpress (so WordPress can’t find the plugin). However, I would like to get the forum working on my site. Please help.
I’m using the most recent version of WordPress and the plugins…
- WordPress Version: 3.4.1
- Buddy Press Version: 1.6
- BBPress Version: 2.1.2
Published on August 6th, 2012 by andrea.ressell
I don’t want topics with recent replies to float to the top of the topics list. (This can be very disorientating in a big, active forum.) Is there a way to keep them ordered by creation date?
Published on August 5th, 2012 by DNBrawler
Hi I’d like to display the forum description right under the Forum Title. I’ve tried to do this by going into content-single-forum.php and placing :
http://pastebin.com/5qMN5Z1P
right before the pagination loop, and it worked. Now some portions of my forums are now unable to process blank pages. Would you guys know how to do this?
Please bear in mind that I want to include the forum description that you entered the content field in the admin back end. Not the single description that includes the last active id and number of posts/replies.
Thanks!