Search Results for '+.+default+.+'
-
Search Results
-
I have <?php bb_tag_heat_map( 9, 38, ‘pt’, 80 ); ?> in my tag.php file. Still I can only see 40 tags max in the heat map. Am I supposed to change “80” somewhere else too? Maybe in the function? Where do I find the function below? Got it from another topic.
Thanks.
function bb_tag_heat_map( $args = ” ) {
$defaults = array( ‘smallest’ => 8, ‘largest’ => 22, ‘unit’ => ‘pt’, ‘limit’ => 45, ‘format’ => ‘flat’ );
Hi,
I had set my post per page to 12 in the reading settings in my default Theme Kakumei Blue, and what happened was once a topic hit 13 pages, and it filled with 12 posts…your posts would not show up.
You could type it in and hit send, but nothing showed up. I would even get an email saying there was a new post, but when I clicked the link nothing showed up.
I ended up returning the setting to the default 30 posts per page and it is working again…is this the way that setting is supposed to work?
Thanks!
Scott
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

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):