Published on August 25th, 2012 by chicadieta
Hi. I’ve been going around this all day and haven’t found the answers to my questions so I’m posting them here.
I’m running:
– bbPress v 2.1.2
– Thesis Theme v 1.8.2
– WordPress 3.5 (Network)
These are my problems:
1) I managed to remove the sidebars for bbPress forums puting a php code on the custom_functions.php file of the Thesis Theme, but I can’t get bbPress pages to be full width. How can I tell bbPress to use 100% width?
2) My main forums page doesn’t show anything. I even created a page with the correspond slug and put on it the short code
but this page is still empty.
3) For some reason, bbPress content font is really small. It’s always smaller than my site’s regular font. I have tried every combination of CSS classes and ids to try and change the font size used by bbPress but nothing changes. What’s the class I need to use for this? How can I get bbPress to use the same font size as the rest of my site?
My site is http://www.tunuevocuerpo.com
And the forums are (supposed to be) on http:////www.tunuevocuerpo.com/foros/
You can check one of the forums on http://www.tunuevocuerpo.com/foros/tema/programa/
Thanks in advance.
Published on August 25th, 2012 by callummccormick
I created another thread about this topic with an incorrect title. I’ll leave it up for the time being and close it when I get a response. This question is more precise:
QUESTION: If you are actually here, say
http://www.nordhavndreamers.com/forums/forum/dreamers/
And your user (or a Theme) tries to be intelligent and shows a link to here:
http://www.nordhavndreamers.com/forums/forum
You get a 404 Page Not Found error.
Any ideas how to fix so that the forum redirects elegantly..?
Callum.
Published on August 25th, 2012 by salromano
Hi, all. In the BBpress plugin for WordPress, the default theme does not contain log-in and profile links at the header of every page. How do I add this? Thanks!
Edit: Also. How do I add the latest discussions to the home page?
Published on August 25th, 2012 by sandrooo
please help me i have installed bbpress and created new forum but i don’t know where it is? so please help i just want to know where is forum installed! P.S sorry for my bad english 🙂
Published on August 25th, 2012 by trankhanhhoang
Hi, I used Byethost’s Free Hosting:
- PHP: 5.3.14
- WordPress: 3.4.1
- Better WP: 3.4.2 *
- bbPress: 2.1.2
I’m trying to activate Better WP and bbPress My website link
If I activate Better WP before, bbPress after so I coundn’t go to Dashboard (Blank page)
If I activate bbPress before, Better WP after so get this message:
> Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 122880 bytes) in /home/vol14/byethost3.com/b3_10883728/htdocs/epub/wp-admin/includes/schema.php on line 527
I used one of the other solutions but dont’t successfull:
> 1. Try adding this line to my wp-config.php file: define(‘WP_MEMORY_LIMIT’, ‘128M’);
2. Try adding this to an .htaccess file (because I don’t have access to PHP.ini): php_value memory_limit 128M
What additional information do you need? And do you have any ideas how to solve it?
Published on August 24th, 2012 by savvystephy
Hi,
Our forums have been working on our website until recently (perhaps due to an edit we didn’t realize). Currently what is happening is that topics (if posted through the wp-admin) show up, but when you click on the forum you get the error “Page Not Found”.
Would this be an issue with the database or some other code error?
I am sorry, I can’t show the page because it’s for a work project that isn’t allowed to be publicly shared. But a couple screenshots:
Forum not showing:
https://www.dropbox.com/s/jx3rue9077p50w9/forumnotfound.jpg
Post showing up:
https://www.dropbox.com/s/hompyfucw2j95k2/post-showingup.jpg
Thank you for any help that you might be able to give.
-Stephanie
Published on August 24th, 2012 by singhal_pooja_j
Hi All,
I have a requirement that I need a way to allow users to upload image and video file while registering. Can anyone suggest how can I achieve this? Are there any plugins available?
Published on August 24th, 2012 by callummccormick
I have just realised that Figero likes to make a stab at the page the user is on so that when viewing a page such as:
http://www.nordhavndreamers.com/forums/topic/test/
Figero, puts a link just under the menu which says
You are here: >> Home >> Topic >> Test
(with Home and Topic as URL links)
The problem though is that if you click the link, “Topic”, you get a 404 page not found.
Need some advice.
Thanks.
Callum (rainy Birmingham, England)
Published on August 24th, 2012 by Biggerplay
I’m a bit confused as to how BBPress works with themes. Can I choose any theme, and BBPress automatically works with it? or are there only specific themes it will work with?
Also I want to eventually make the forum the front page of the site, is that possible?
And finally, I’m going to be using the seedpod coming soon plug in, is that compatible with BBPress?
Published on August 24th, 2012 by tommysvr
Hi,
I’m not sure if this would be considered a request or perhaps just a modification I could make, so forgive me if this is the wrong section.
I would like to be able to display an image based on a users role. That is, if they’re a subscriber, the would have a the relevant subscriber image. The same for mods, admin etc. I feel the easiest way to do this would be with CSS, but unfortunately the role underneath a username on a post only has the class .bbp-author-role. Would it be possible to add another class such as .bbp-author-role-subscriber to allow further customisation?
I’m a bit of a php novice, so I’m completely sure where to start with it. I also feel this could be beneficial to others.
Thanks in advance.