Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 133,842
» Latest member: lili123
» Forum threads: 176,960
» Forum posts: 1,239,744
Full Statistics
|
|
|
Post HTML in threads |
Posted by: TayloeGray - 2010-09-09, 03:29 PM - Forum: 1.6 General Support
- Replies (1)
|
|
Hey all,
I am new to myBB and I am wondering how to allow users to post html in the forums? I am currently using version 1.6 with this plugin <a href="http://mods.mybb.com/view/users-can-post-html-v1.0.0">http://mods.mybb.com/view/users-can-post-html-v1.0.0</a>, but it does not seem to work. I've even modifed the code so all users can post html, like below:
//if($post['canposthtml'] == 'yes'){
$parser_options['allow_html'] = 'yes';
//}
$post['message'] = $parser->parse_message($post['message'], $parser_options);
[/code]
Am I doing something wrong or is there another plugin?
|
|
|
Will replacing variables increase performance? |
Posted by: faviouz - 2010-09-09, 10:41 AM - Forum: 1.6 General Support
- Replies (2)
|
|
There are some useless variables throughout the templates such as {$mybb->settings['bbname']} and {$mybb->settings['bburl']}, which I could replace with its static value.
My question is, does it increase performance at all? I'm guessing so, since it would run less queries, right?
|
|
|
Initial Installation Problem |
Posted by: samburnell - 2010-09-09, 05:19 AM - Forum: 1.6 General Support
- Replies (2)
|
|
Hi,
I host a website (www.motorsport-tech.com) on an xp box and am trying to add a mybb forum. I really tried, read the documentation, read the discussions, etc., but I am stumped.
Apache 2.2.14, php 5.2.14, and mysql server 5.1 are installed on the machine where the html for the website resides.
I uploaded the "Upload" folder's contents to a folder in my web html directory named "forum". So, the url path to the install folder is
http://www.motorsport-tech.com/forum/install/
The local path is
"C:\Documents and Settings\mainuser\Desktop\Motorsport Database\msWebFolder\forum\install"
Your instructions say "The installer is found in the 'install' directory within the mybb folder". I assume the mybb folder is now the newly named "forum" folder, since that's where I put the contents of the "Upload" folder.
Anyway, when I access that url path in a browser, it gives me nothing because "http://www.motorsport-tech.com/forum/install/" is a folder.
I could append the "index.php" file to the path and access that file, but what do I do then?
I also don't know how to go about creating a mysql database.
I've run into a brick wall and I'm just not sure at this point how to get this installed. Can someone please help?
|
|
|
Brackets in Forum Post Counter |
Posted by: blueparukia - 2010-09-09, 05:06 AM - Forum: 1.6 General Support
- No Replies
|
|
What's this mean for the post counters on a forum:
Threads Posts
291 (11) 4,218 (13)
Have no clue what the brackets are for, anyone care to enlighten me?
EDIT: Found out, unnaproved threads/posts. Cheers
Cheers:
|
|
|
|