Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
BBcode Manager 1.32 : New looks for your quote, html, php and code bbcodes ! Details »»
BBcode Manager 1.32 : New looks for your quote, html, php and code bbcodes !
Version: 1.32, by cclaerhout cclaerhout is offline
Developer Last Online: Feb 2013 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 3.6.7 Rating:
Released: 06-30-2006 Last Update: 08-18-2006 Installs: 340
Uses Plugins
Additional Files  
No support by the author.

*********************************************
BBcode Manager
-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-
  1. Upload "bbcodemanager" pictures directory in vBulletin images directory : /forums/images/
  2. Import the product xml file
  3. 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.

Comments
  #262  
Old 10-04-2006, 03:23 PM
mkdevo mkdevo is offline
 
Join Date: May 2004
Location: CT, USA
Posts: 269
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mkdevo
i have another issue as well.. when using the CODE bbcode, it is taking the entire contents and putting it on one line (removing the line breaks), and putting a horizontal scroll bar at the bottom. any idea why it would be doing this?
any word on this? seems others are having the same problem..
Reply With Quote
  #263  
Old 10-05-2006, 12:51 PM
mkdevo mkdevo is offline
 
Join Date: May 2004
Location: CT, USA
Posts: 269
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well, i've removed everything but the quotes from my installation for now.. i'd like to get everything working eventually, but just having the quotes will work for now..
Reply With Quote
  #264  
Old 10-11-2006, 04:09 AM
aquariumpros aquariumpros is offline
 
Join Date: Jul 2002
Location: Hawai`i
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Regarding Photopost Pro or Photopost Classifieds - it's causing an error when Photopost calls:

PHP Code:
// Strip out BB codes 
$find[] = '#\[.*/?\]#siU';  $replace[] = ''
It's the same code that causes the error on both programs - just set on different lines.

Anyone have any idea what needs to be added to this line for this to work?
Reply With Quote
  #265  
Old 10-11-2006, 11:01 PM
aquariumpros aquariumpros is offline
 
Join Date: Jul 2002
Location: Hawai`i
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by aquariumpros
Regarding Photopost Pro or Photopost Classifieds - it's causing an error when Photopost calls:

PHP Code:
// Strip out BB codes 
$find[] = '#\[.*/?\]#siU';  $replace[] = ''
It's the same code that causes the error on both programs - just set on different lines.

Anyone have any idea what needs to be added to this line for this to work?
This can't be that complicated...I only wish that I was more skilled in coding to figure this out...as I really like the look of the quoted text (especially with the Nested Quotes hack).

Would really appreciate any assistance that could help get this issue resolved.

Thanks in advance,
Reply With Quote
  #266  
Old 10-11-2006, 11:17 PM
mkdevo mkdevo is offline
 
Join Date: May 2004
Location: CT, USA
Posts: 269
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this hack is marked as 'supported', but there's no support in sight... it's a shame too, because it has a lot of potential..
Reply With Quote
  #267  
Old 10-12-2006, 02:51 AM
PoetJA-1975's Avatar
PoetJA-1975 PoetJA-1975 is offline
 
Join Date: Sep 2006
Location: Meh...
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's a shame - This hack seems so very beautiful and I'm sure my Members would have enjoyed the new quote look...

Couldn't get it to work on my 3.5.4

UNINSTALLS
Reply With Quote
  #268  
Old 10-13-2006, 05:50 PM
cclaerhout's Avatar
cclaerhout cclaerhout is offline
 
Join Date: Aug 2004
Location: Paris (France)
Posts: 448
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So you find the lake of support is a shame ? I've got the solution. I do not support anymore this hack for you.

I haven't had times to support it because i've stopped to work to go back to studies ; and this studies are quiete difficult to i've got no time for me and i won't have time for me during two years.

If you want support, i give all my rights to vbulletin-fr.org

I hope to have been clear.

Regards.
Reply With Quote
  #269  
Old 10-13-2006, 06:03 PM
aquariumpros aquariumpros is offline
 
Join Date: Jul 2002
Location: Hawai`i
Posts: 98
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cclaerhout
So you find the lake of support is a shame ? I've got the solution. I do not support anymore this hack for you.

I haven't had times to support it because i've stopped to work to go back to studies ; and this studies are quiete difficult to i've got no time for me and i won't have time for me during two years.

If you want support, i give all my rights to vbulletin-fr.org

I hope to have been clear.

Regards.
um - ok.

A little rude about it - but thanks.

Only problem - many of us here don't speak/read French - so, that's not going to be of much help.

**Edit - I have posted on vbulletin-fr.org asking for assitance -
http://forum.vbulletin-fr.org/showth...9491#post89491
I hope it does some good.
Reply With Quote
  #270  
Old 10-13-2006, 11:25 PM
PoetJA-1975's Avatar
PoetJA-1975 PoetJA-1975 is offline
 
Join Date: Sep 2006
Location: Meh...
Posts: 1,218
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by cclaerhout
So you find the lake of support is a shame ? I've got the solution. I do not support anymore this hack for you.

I haven't had times to support it because i've stopped to work to go back to studies ; and this studies are quiete difficult to i've got no time for me and i won't have time for me during two years.

If you want support, i give all my rights to vbulletin-fr.org

I hope to have been clear.

Regards.
I actually did mean it's a shame that I could not get it to work after trying all solutions within this thread.

Anyway....... Fine hack otherwise - beautiful work - just a shame I cannot get it to work and will not try again

Jacquii.
Reply With Quote
  #271  
Old 10-14-2006, 02:47 AM
Smoothie Smoothie is offline
 
Join Date: Oct 2001
Location: New York
Posts: 1,834
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cclaerhout,

Have you had time to figure out what's causing the problem with safari and the broken image when the quote is too large?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:33 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04713 seconds
  • Memory Usage 2,325KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete