Forum Replies Created
-
In reply to: jquery loading
<?php bb_enqueue_script(‘jquery’); ?>
In reply to: Forum Names immitate wp_list_pages()i dont understand with your second question.
maybe you can give me an example forum page.
In reply to: Limiting latest discussionsIn reply to: Forum Names immitate wp_list_pages()In reply to: WordPress.org forums' WYSIWYG / markup…in bbcode-button.js
var CSS=’#bbcode_buttons div {float:left; background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; padding: 0px 6px 1px 6px; margin: 1px 7px 2px 0;’
+’font: 1.2em times, serif; word-spacing: -1px; height: 16px; vertical-align:middle; line-height:16px;’
+’text-align:center; position:relative; cursor: pointer; cursor: hand;}’;
In reply to: WordPress.org forums' WYSIWYG / markup…In reply to: bb-attachments modified nice permalinkhmm you not use the mod
In reply to: Newbie QuestionIn reply to: bb-attachments modified nice permalinkcan you show me your bbpress web?
In reply to: bb-attachments modified nice permalinkis your old image permalink like this ?
xxx.com?bb_attachments=51644&bbat=8&inline
In reply to: How to get Forum name from Topic?<?php forum_link($topic->forum_id); ?>
<?php forum_name($topic->forum_id); ?>
In reply to: jquery loadingyou can use bb_get_location()
like
if ( bb_get_location() == ‘login-page’ {
your jquery script
}
In reply to: New Vanilla 2 Inspired themenice theme
http://i40.tinypic.com/8wfhqx.jpg <– look at this image some css problem i think.
im using firefox 3.
thanks, but meta description not working because it will insert embed code and image code to header if the first line of the post have markup code. thats a bad thing ryt?