Search Results for '+.+default+.+'
-
Search Results
-
I’m using WordPress as my CMS and decided to go with Simple Press Forum to set up a forum. However, I’ve run into a roadblock and want to find out if BBPress can meet my needs before starting over.
I have a forum with specific users who need to be notified by email whenever a new topic is started or a reply is made to an existing topic. I’ve run across a plugin called Subscribe to Topic but want to confirm this will do what I’m looking for before starting all over with new forum software.
Bottom line- I want the small set of users to automatically be subscribed to all new topics and alerted of any updates. I do not want the users to have to subscribe to each topic.
This is meant as a solution to a common issue when including template files within plugin files.
Some plugins use their own files for outputting information to the browser. Usually, the instructions will tell you to modify the file to include files within the template you are using. I have found that most people will simply include, or require the file needed using a relative path, such as “../../bb-templates/kakumei/top-div.php”. Usually this is fine, unless the plugin file is called in such a way that the relative path doesn’t work. The best way around this is to use the function bb_get_template, which will get the file as an absolute path, using the current template, if applicable, or the default template if necessary. An example of this would be:
include(bb_get_template(“top-div.php”));
Hope this helps.
After researching this error for a while, I finally found a solution and wanted to share to hopefully help someone else out, so they don’t go through the same headache.
Searching for this issue within bbPress lead nowhere, so I abandoned that approach and looked at it from strictly a MySQL perspective. Finally I found that there wasn’t enough time being given to queries. Once the timeout was reached, an error would be thrown, and the query would be abandoned. For one of my client sites I found that, even though we had a dedicated server, the host used a default .cnf file for db settings, and had set the wait_timeout = 10, meaning if a query didn’t respond in 10 seconds (even if the server was under load at the time), the query would fail. This issue was resolved with the following settings:
interactive timeout = 25
wait timeout = 45
Note: The settings may need to be different for your site, and your host may not let you change these settings. I just wanted to mention this in case it can help you.
Topic: Godaddy installation issues
Hi,
So I uploaded the uncompressed files as instructed. Which of course come wrapped in a folder. Not being instructed otherwise, I uploaded the entire folder, wondering silently how the server would know how to handle the files.
Item number 4 carries the rather cryptic instruction to “Visit the intended URL of the bbPress site” which I think means to go to the website to which the bbPress files have been uploaded. Which I did.
Then it says that “You will be greeted with the bbPress installer”
Of course this didn’t happen.
Okay, so I figured you must have to remove the containing folder after all. So reupped the files now in unwrapped form.
Having done this a screen did appear which queried for database info. I entered all of that and it said that it “couldn’t establish a connection with the database”.
So I went into godaddy and created a new one thinking perhaps the password was wrong (though I checked it three times).
Maybe this was my undoing: I looked at the Godaddy instructions for installing bbPress. They claim you should edit the bb_config file directly. So I put in the database info for the new database. The sticking point is always the host name which everyone defaults as ‘localhost’. But that doesn’t work with Godaddy. So I pulled the hostname from the Server variables and settings and put that in the quotes. I upped that and….
Now it is saying I have to edit a table prefix which I assume is this line:
$bb_table_prefix = ‘bb_’;
I really have no idea what would go here.
Any ideas??
Thanks for any help.
Jeff
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: left aligned
I have installed BBPress and integrated it with my WP install and theme. The issue I am running into is the BBPress seems to be aligned left, I am using the default kakumei theme, any help on how to center it onto my page would be greatly appreciated. Link to my BB install is below.
Hi All
I have a bbpress install that is deep integrated with a wordpress MU 2.8.4. Everything is working perfectly, except that when i try to change the default language. When i remove the deep interagtion hook and use the default theme it works.
I can see in trac (ticket/1096)that this is supposed fixed (maybe) but could it be because i’m using wordpress mu instead of the regular ? … any ideas/workarounds ?
/thomas