-Version 1.32- Works vB 3.6 -vB 3.5 (special xml file inside zip)
********************************************* By C?dric Claerhout and Calorie
-Description-
This modification allows you to have new looks for quote, code, phg and html bbcodes. The installation is automatic ; the setup is very easy.
-Features-
Five news looks for bbcodes in order to enhance your messages : Light bbcode set ; Dark bbcode set ; Pastel bbcode set ; Simple bbcode set and Simple bbcode with transparency b/g. Configure this sets according to your styles. If you forget or don't want to specify a set for a style, it will use the defaut vB display.
GIF or PNG formats available for pictures. Autodetect IE 6 function to use gif extension for this browser. In order to work efficiently the Cached Posts Lifespan must be set to 0 in vB options
This hack works with vBa CMPS : it uses special templates to avoid to break the front page. The detection is automatic (since 1.31 version).
You can configure : the left margin of bbcode, the color and the size of text.
You can set a link to quoted user profile. It creates a clickable link between the person's username being quoted and her profile.
Mono or double bubbles for simple quote bbcode | special behaviour for quotes of light, dark and pastel sets.
-Installation-
Upload "bbcodemanager" pictures directory in vBulletin images directory : /forums/images/
Import the product xml file
Configure the mod in vBulletin options -> "BBcode templates manager"
-Updates-
-19/08/2006 : version 1.32 released. New option available : integration of Advanced Syntax Highlighting is now possible. Please note that "Code Block Width" must be in pixels (see "important" paragraphe)
-15/08/2006 : version 1.31 released. New vba procedure detection ; it's automatic now. Errors in vBa bbcode templates have been corrected. To upgrade from 1.30, just import product file.
-14/08/2006 : version 1.30 released thanks to Calorie : the installation is now fully automatic ; you just have to upload product file and that's all (no need to edit php file anymore) ; the english translation is also better thanks to Calorie.
-07/08/2006 : version 1.23 released ; new options available : Link to profil, Left margin, Text color and some Special behaviour for quotes of light, dark and pastel sets. Text color problem for some styles corrected. To update, just import xml product file and upload pictures (there are new ones)
-15/07/2006 : version 1.22b released ; link to a picture corrected
-14/07/2006 : version 1.22 released ; code is simpler ; use now $style[styleid] variable instead of $styleid ->allow guests to see the right bbcode set
-12/07/2006 : version 1.21 released ; now you can config several style ids (for real this time)
-12/07/2006 : version 1.2 released ; new installation procedure ; many big problems corrected ; html code of new bbodes templates updated ; tested and validated XHTML
-03/07/2006 : now you can config several style ids
-Important-
To update from 1.30 just import the product file
To uninstall version 1.1 or version 1.2, you have to follow a specific procedure described in the archive.
[s]To avoid display problems, i strongly advice you to set the "Code Block Width" (available in you style options) to 100%. If you prefer pixels, choose a little value ; especually if you're using legacy postbit. Never enter "auto" otherwise it won't work.[/s]
The "Code Block Width" must be in pixels Otherwise there are too numerous problems. So forget my advice to put a value in %. It must be in pixels. In 800x600 there is a display problem, but it's the same thing with vb default templates. So i guess we can't do anything.
If the text display doesn't suite you, you can do easily what you want. Just turn off the "CSS BBcode text" module and create the CSS : .bbcode
Do it on your own : you won't be helped for this.
This modification is available in french on vBulletin-fr.org
This french forum is acting against vB piracy
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
cclaerhout, I have worked out what the problem is when displaying bbcode_quote that contain GAL'ed words.
To come straight to the point, where in your templates can I change the linking back to original thread from the $username to the word 'Quote' on the left please?
I installed your hack and it just didnt work out with my forum, my forum is a very dark skin and it just didnt look right. Any way so I went to remove it, I put the class_bbcode.php back to normal (from a back up I created) and then removed the plugin using the plug in manager. This is where things went wrong...
Now if I attempt to go to any thread I get this
Quote:
Database error in vBulletin 3.5.4:
Invalid SQL:
SELECT
post.*, post.username AS postusername, post.ipaddress AS ip, IF(post.visible = 2, 1, 0) AS isdeleted,
user.*, userfield.*, usertextfield.*,
icon.title as icontitle, icon.iconpath,
avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight,
level,
deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason,
editlog.userid AS edit_userid, editlog.username AS edit_username, editlog.dateline AS edit_dateline,
editlog.reason AS edit_reason,
post_parsed.pagetext_html, post_parsed.hasimages,
IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid
FROM post AS post
LEFT JOIN user AS user ON(user.userid = post.userid)
LEFT JOIN userfield AS userfield ON(userfield.userid = user.userid)
LEFT JOIN usertextfield AS usertextfield ON(usertextfield.userid = user.userid)
LEFT JOIN icon AS icon ON(icon.iconid = post.iconid)
LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid) LEFT JOIN reputationlevel AS reputationlevel ON(user.reputationlevelid = reputationlevel.reputationlevelid)
LEFT JOIN deletionlog AS deletionlog ON(post.postid = deletionlog.primaryid AND type = 'post')
LEFT JOIN editlog AS editlog ON(editlog.postid = post.postid)
LEFT JOIN post_parsed AS post_parsed ON(post_parsed.postid = post.postid AND post_parsed.styleid_code = AND post_parsed.styleid_html = AND post_parsed.styleid_php = AND post_parsed.styleid_quote = )
WHERE post.postid IN (0,623,625,626,629,630)
ORDER BY post.dateline;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND post_parsed.styleid_html = AND post_parsed.styleid_php = AND post_parsed.s' at line 22
Error Number : 1064
Date : Wednesday, July 5th 2006 @ 08:42:18 PM
Script : http://www.************/dwg/showthread.php?t=201
Referrer : http://www.***********/dwg/forumdisplay.php?f=26
IP Address : ********
Username : ********
Classname : vb_database
I have my forum up again by reinstalling the plug in, however I would like to remove it.
Please help..
EDIT::
And if I try to disable the plug in, me and my user get this at the top of the page, when you click reply to any thread.
Quote:
Warning: in_array(): Wrong datatype for second argument in /includes/class_bbcode.php(1290) : eval()'d code on line 3
Warning: in_array(): Wrong datatype for second argument in /includes/class_bbcode.php(1290) : eval()'d code on line 36
Warning: in_array(): Wrong datatype for second argument in /includes/class_bbcode.php(1290) : eval()'d code on line 69
Warning: in_array(): Wrong datatype for second argument in /includes/class_bbcode.php(1290) : eval()'d code on line 102
Warning: in_array(): Wrong datatype for second argument in /includes/class_bbcode.php(1290) : eval()'d code on line 142
Warning: in_array(): Wrong datatype for second argument in /includes/class_bbcode.php(1441) : eval()'d code on line 2
Warning: in_array(): Wrong datatype for second argument in /includes/class_bbcode.php(1441) : eval()'d code on line 2
Warning: in_array(): Wrong datatype for second argument in /includes/class_bbcode.php(1441) : eval()'d code on line 51
Warning: in_array(): Wrong datatype for second argument in /includes/class_bbcode.php(1441) : eval()'d code on line 99
Warning: in_array(): Wrong datatype for second argument in /includes/class_bbcode.php(1441) : eval()'d code on line 126
Warning: in_array(): Wrong datatype for second argument in /includes/class_bbcode.php(1501) : eval()'d code on line 2
Warning: in_array(): Wrong datatype for second argument in /includes/class_bbcode.php(1501) : eval()'d code on line 2
Warning: in_array(): Wrong datatype for second argument in /includes/class_bbcode.php(1501) : eval()'d code on line 51
Warning: in_array(): Wrong datatype for second argument in /includes/class_bbcode.php(1501) : eval()'d code on line 99
Warning: in_array(): Wrong datatype for second argument in /includes/class_bbcode.php(1501) : eval()'d code on line 126
Version 1.2 is out :
-new installation procedure
-many big problems corrected
-html code of new bbodes templates updated
-new bbodes templates tested and validated XHTML
To uninstall version 1.1, follow this procedure. Sorry for this. The version 1.2 avoids this now.
Please I like this Version , I need install it but i can't becuase i use arabic font from right to left ,
Please help me and just let me how can o solve it if you don't have a time ,
Regards
You've already told me this and i had understood the first time. I've spent almost a week to debug and solve the problems. Beside this, i've got a job... . As i've already told you, when i saw the screen capture you've joined in your first message, i think the html code must be rewritten to use with right to left language. It requires time, but it first requires to have a good code otherwise i'm going to spend more time to make updates than to correct problems.
Well I dunno what happened, but this was working fine for me before and now with the upgrade following it to the letter, it's gone? No nice boxes now at all.