Search Results for 'codes'
-
Search Results
-
Topic: Formatting text on bbpress
I’m new to bbpress, having previously only used phpbb where all the codes are present as follows:
Italics:
Bold:
So on and so forth. But these codes aren’t working for me on bbpress.
What are the codes for formatting text on bbpress, ie. bold, italics, underline, centralising, changing the size, etc?
Or is there a plugin I can get so the text bar appears at the top of the page like it does on a phpbb forum?
Topic: Avatar size
How to resize avatar in topic view, i didnt find any size codes in style.css.
I want my forum look more like bbpress.org
Recently I got this mesg who drives me crazy..
Warning: Visiting this site may harm your computer!
I don’t know what happened to my blog and forums.. I think all was secure and safe in my site.. I have talked to my hosting company they clean it.. but the problem is still there..
http://www.car-n-car.com (wordpress)
http://www.car-n-car.com/forums (bbpress)
It’s really disturbing me… how can I fix it?
is there any wordpress or bbpress authenticated plugin who defend my site from suspicious codes, and hackers attacks..
please guide me to remove this bloody mesg…. otherwise my site will useless
help me again…
Regards,
cNc
function get_post_img(){
global $bbdb;
$topic_id_ft = get_topic_id(); //topic id for getting text of first post of the topic
$first_post = (int) $bbdb->get_var("SELECT post_id FROM $bbdb->posts WHERE topic_id = $topic_id_ft ORDER BY post_id ASC LIMIT 1");
$content = substr(strip_tags(strip_shortcodes(get_post_text($first_post))),0);
preg_match('/[img](.*?)[/img]/i', $content, $matches);
$src = $matches[1];
echo $src;
}modified from here http://bbpress.org/forums/topic/show-a-snippet-of-the-post-under-the-topic-title#post-39260
I don’t know if anyone cares but I’ll just put it out there:
Every Theme you download from bbpressthemes.net (I can guarantee you the original authors didn’t do it) the headed.php has advertising codes….
<script language="javascript">
document.write('<style> #a1dd122 { margin: -40000px; position: absolute; text-align:right; } </style>');
</script><a href="somewebsite" id="a1dd122">blah</a>Is this considered okay???