Search Results for '+.+default+.+'
-
Search Results
-
I would like to make email addresses viewable in member profiles to all of my forum members (but not unregistered viewers). By default, email addresses are only viewable to admins. How can I change this?
I have developed an ajaxed chat plugin, which uses phpfreechat.net script. That script has multiple themes, multiple languages, and multiple features.
There is also a settings page in which you can save various parameters/config for the script.
There can be 2 types of storages – mysql & file, default is mysql, it automatically uses the bbPress db you are using and makes
tableprefixajaxed_chattable.You can see the various commands that can be used in chat, and the FAQ at phpfreechat.net
There are 2 ways you can call the chat:
http://yoursite.com/?chator by placing this code anywhere in your template:
<?php if (function_exists('ajaxed_chat_load')) ajaxed_chat_load(); ?>Live Demo (At my test forums): http://forum.gaut.am/ (inside template) or http://forum.gaut.am/?chat (full screen)
Download Link – http://gaut.am/uploads/ajaxed-chat-1.0-beta.zip
Note – It is beta version, not a release (for now)
I still need to work on the admin settings page, but still its not too bad for now.
Comments, feedback & suggestions are welcomed!
Topic: Changing font
By default the text in the text box when you are writing a message is the Courier New. How can I change it?
By default the reply form/box only shows on the last page of a topic, if it has more than one page. If a topic has 5 pages, and you click reply on page 2, it will take u the reply form, which is located at page 5.
I did a hack in a file to make it show on all pages.
Open functions.bb-template.php and find
$defaults = array(
‘h2’ => ”,
‘last_page_only’ => true
Replace this with
$defaults = array(
‘h2’ => ”,
‘last_page_only’ => false
I’m confident that is not the best way, if someone has a better way, please leave a reply, this method is however working.
Recently i launched my forum at http://explore.maheroo.com. I am facing problem using theme rather than default.I uploaded four theme in my-templates directory created by the bbpress installer (latest version). But when i switch to the any of the templates, none of them is working. I added a link upward to visit the site looking for the problem. could anybody help me out of this. at present i activated peacemaker and remaining three are inove, guangzhou and WPmimic.
thanks
Topic: Admin Link in Sidebar
Hi everyone, I just started a site that uses WP and BBP together, and aside from a few outstanding issues, things are working out nicely.
I built a theme for the forum that matches the WP theme, and it has a sidebar. When the user is logged in, it shows Welcome [username] and shows the avatar, a link to edit profile, my favorites, and log out.
How can I have if the keymaster/admin/mod is logged in, a link to the dashboard? I tried some code from the default template, but nothing really seems to give me a direct link to admin. Is there a templates tag list for bbpress like the one for wordpress?
Topic: Permalinks 404 issues
My case is a little different then the search results I had, so a new topic.
As soon as I change my permalinks for bbPress, I get 404 errors for bbPress (even for bb-admin) so I lost control of everything and i had to manually delete the .htaccess file
Now when I switch to the 2nd permalink option then the forum loads up, admin panel is accessible too but any topic page or forum page gives a 404. And now when I switch back to none settings of the permalink everything works fine.
I delete the WP .htaccess too but it looks like that its permalink are working without any .htaccess file
I am a little lost here to what could be the problem.
Also when I delete the .htaccess file, the admin panel keeps redirecting me to the front page until I log out and login again from bbPress side.
I am stuck with the default permalinks option now.

and yeah, $allowed_tags is meant to be changed and then back again, not the cleanest way of doing things, but it should work. The copy that’s working live at the moment is below (I just realised I forgot to turn on the validation code too, oops):