Search Results for '+.+default+.+'
-
Search Results
-
Where is the language file for “Enter a few words (called tags) separated by spaces to help someone find your topic: “?
I need to change spaces to commas. Also, I think this needs to be updated in the new bbpress, but the default setting I got was separated by commas, but spaces is misleading to those who post.
Topic: No avatars show up
Hi.
I recently installed bbPress on my WordPress site here at http://agitainment.com/ics/forum/.
I’ve built a theme based on 1col_fixed 1.1 (I believe it’s kakumei with most of the CSS stripped out). In any case, when I go to my forums I can see my Gravatars and default avatars in kakumei, but when I switch on my theme they disappear.
Is there a php file I’m missing or a block of code somewhere I need to copy over from the kakumei theme to get these to work? If so, where should I put the code?
Thanks!
Hi All,
I recently upgraded to 0.9.0.2 and since this upgrade the “remember me” functionality we used to have is now not working at all.
Basically if you close the browser down completely, and reopen it, then access the site you have to login Each time.
Any ideas?? i tried switching to default themes, etc and it made no difference.
Also, i should add that i have no WordPress integration at all, its a pure bbpress site.
Topic: Change the Permalinks
I’m wondering if there’s a way to change the default Permalink structure and prefixes.
For example :
http://www.exolimpo.com/foro/topic/post-de-prueba
I would like to change topic for something else.
and
http://www.exolimpo.com/foro/forum/anime
I would also like to change Forum, since Foro already means forum in spanish.. so “Forum Forum” is reiterative.
If there’s a way to do this tell me, I don’t mind editing a little bit of code in the core, I just need a little bit of direction.
Here is how to correctly install Avatar Upload.
The “Additional Info” is not too detailed.
Here is the instructions on how to get the plugin (currently) on your bbPress site:
1. Download and upload the plugin to your bbPlugins directory.
2. Activate the plugin in the bbPress Admin section.
3. Follow the file movement instructions:
In the “additional-files” folder (inside this Avatar Upload plugin directory) there is several files. These need to be moved elsewhere.
- Move the entire “avatars/” folder to your bbPress root directory. (Including the “default.png” inside.)
- Move the “avatar-upload.php” to the bbPress root directory.
- Move the “avatar.php” (inside the “my-templates” folder) to your template(s) (theme(s)). Example: Move “my-templates/avatar.php” to “forums/bb-templates/kakumei/” (So it is like “forums/bb-templates/kakumei/avatar.php”.)
I hope this helps someone
I’m using Tera-WURFL to detect whether my bbpress forum is being accessed by a mobile browser.
I also have a specific theme (1col_fixed, I think it’s called) that works very nicely in mobile browsers.
Now, what I want to do is to have bbpress use the 1col_fixed theme when a mobile browser is detected, and use my default theme otherwise. What function(s) do I call to set the currently activated theme to a different theme? And how do I make it ‘stick’ just for the mobile user — cookies? sessions?
Thanks so much if anyone can help me.
I created a database with full privileges and a user on the host and then entered it into the script. I received a message saying there was a failure to connect to the database.
The user name and password fields were populated with the admin login and pass from my WordPress installation. I used that login and name to create a user for the database, and then I re-ran the script with the default entries. Still can’t connect.
Any help would be appreciated.
This was originally going to be an “It’s not working!” post, but I made some progress. Now it’s “Is what I did ok?” post.
I kept getting a”This Topic is Closed” error every time I tried to create a new topic. Traced it back to the insert statement in ‘bb_insert_topic’ in functions.php. The database was responding with the error of “The value ‘ ‘ is not a valid integer for column ‘topic_id’. (I am paraphrasing, I don’t have the exact response in front of me)
I suspected it had something to do with the fact that the topic_id value is being supplied to MySql, but it is set to be an auto-increment / not null field.
So, I commented out in the $default array definition in ‘bb_insert_topic’:
// 'topic_id' => false, // accepts ids or slugs
and I changed this line:
unset( $default, $defaults );
to this:
unset( $args, $defaults );
Did the same thing under the ‘bb_insert_post’ function in the same file, but for the ‘post_id’ variables.
Presto. Everything seems to work OK now.
Could this issue be specific to my version of MySql? Although it is strange, because the original query works just fine using a third party tool (SQLyog).
Has anyone encountered this issue before? Or – can anyone comment on the validity of my changes, and if they might cause issues going forward?
Finally – should this be logged as a bug?
Thanks!
WP 2.6, BB 1.0, IIS 6.
I installed bbPress 0.9.0.2 and tried to integrate with WP 2.5 site. The two are at http://www.my-site/forum and http://www.mysite/blog under the root directory. I have two issues:
First is with permalinks set to the default (/forum.php?id=1), no problem, I can view profiles and posts within bbPress. However if I use either of the other settings for a permalink, when I click on any profile or post topic within admin control panel or site view, I only get a blank page, no error. Example: the post should be at “forum/post-name”, which is exactly where the link takes me but a blank page exists. However I can view the user profiles registered at bbPress within the WP admin area, so I believe the two are at least partially integrated.
The host is GoDaddy and there are no problems with WP permalinks. I have tried the using the following htaccess code with the /forum directory:
# BEGIN bbPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /forum/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /forum/index.php [L]
</IfModule>
Also just having one line:
Options +MultiViews
Also the exact code generated at bb-admin/rewrite-rules.php
Second issue is after login to bbPress, a simple link to the WP admin requests me to login again. Does this take more than a simple link to “…/blog/wp-admin/”? I have checked the cookies and both look identical.
Thanks for any help
Topic: Anyone use GoDaddy host?
Anyone use Godaddy webhost? I just use the service and moved my old site to .
WordPress http://xxx.com (URL Rewrite is fine)
bbPress http://xxx.com/forum/
but the default (rewrite-rules.php) permalinks is not work. Anyone know how to use bbPress URL Rewrite with GoDaddy?