Search Results for 'code'
-
Search Results
-
Not sure if this question should go to the Installation forum or Troubleshooting. I actually posted this question last night to the forum, and this morning it has disappeared. So trying again…
I have spent all weekend installing bbPress and modifying the kakumei template to integrate with my site. It all looked great in Firefox and Safari, but when I view the site in Internet Explorer 8, I cannot reach any pages besides front page, and only then if I browse to http://fakeplasticfish.com/discuss/index.php. Simply browsing to http://fakeplasticfish.com/discuss/ in Internet Explorer brings up a 404 Error, as do all the other forum pages.
Here are details of my install:
WordPress 2.8.4 installed at the root: http://fakeplasticfish.com
bbPress 1.0.2 installed at http://fakeplasticfish.com/install/
bbPress is installed into the same database as WordPress on a GoDaddy Linux server.
I have added this code to my bb-config file as instructed:
/** Integrate with WordPress */
require_once(‘/home/content/b/e/t/bethfish/html/wp-blog-header.php’);
This is because I want my WordPress plugin menu bar to appear in bbPress as well as other WordPress functions.
I thought perhaps the issue had to do with pretty permalinks, as I read some entries in this forum on that issue, so I actually switched back to the original ugly permalinks, cleared the browser cache and restarted IE. IE will still not open any of the bbPress pages besides index.php and returns a 404 error from the server (not my WordPress 404 page.)
I have two .htaccess files, one in the root folder created by WordPress and one in /discuss/ created by bbPress. I tried deleting that file after switching back to ugly permalinks, and now there is a new one there.
I am a novice. I don’t understand the information in the .htaccess file, but I am happy to copy the information from both files over here if that would help.
I just really don’t understand why the bbPress pages work fine in Firefox and Safari and not in IE.
Hi
I have tried integrate wordpress into bbPress according to the documentation, in my localhost, and im getting this error.
Fatal error: Call to undefined function bloginfo() in C:wampwwwgm_wordpresswp-contentthemesdefaultfooter.php on line 12Do i have to call every file in wordpress with “require_once”… Or is there any other solution ?
I ll be great if you guys can help me out..

Thanx
Topic: sorting posts by topic_title
Hello,I’m a wordpress user and I just downloaded bbpress for a project I’m working on since I can’t get some key features on wordpress. My project involves polls that can be created by users of the site, and also regular forum topics.
I have gotten the polls plugin bbpress polls and it adds ‘[poll]’ in front of the topic title. now I want to use this feature to display topics with polls separately from topics that don’t have polls since this seems to be the most distinguishing factor.
My question is how can I get the topic title in the loop for use in my code? the Function topic_title() displays the topic i.e. it echoes it, but I would like to get it as a string that I can use in functions.
Also, I would like to know how I can get a reference of all the index keys in the $topics array so I can use them in my code.
Hi all,
just installed bbPress at http://www.autogas-umruestungen.de/forum
Do I have to protect this directory somehow? The index.php is in the same directory with bb-config.php etc. and other vital files?
Seems unsafe? Or am I wrong?
Thanks for your help..
Great tool this bbPress

Sebastian
Topic: Avatar – setup help
2. Add “post_avatar();” (between the php tags) in post.php or wherever you want it if using your own template.
ok guys, i don’t see a post.php is it bb-post.php?
Also looking in bb-post.php I havent got a clue where to insert it.. can some give me a clue
Topic: Avatar Upload
How or where do i add the code to have the avatars show up in bbpm?