vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   [Release Vb 2.x] Vb Code modification (https://vborg.vbsupport.ru/showthread.php?t=14779)

floleb7 04-20-2001 10:00 PM

i don't like Vb Code system actually so i use a simple system
you click on the img one time there is the first tag you click another time the tag is closed more simple i think ;)



Code:

<a alt1="[mail]" alt2="[/mail]" t="0" onClick="t=1-t;if (t==1){message.value=message.value+alt1};if (t==0){message.value=message.value+alt2}"><img src="images/bbcode/mail.gif"
            border=0></a>


Aaron Pepper 04-21-2001 04:49 PM

Can I see a demo of this in action?

floleb7 04-21-2001 05:45 PM

i can just put a screen (i like this method without JS)

screen here

Streicher 04-29-2001 08:58 AM

It does not work with Netscape 4.7x.

floleb7 04-29-2001 04:10 PM

hum i haven't test with NS i will see a correction for NS's user

floleb7 05-05-2001 10:10 AM

so with this it works with ns 4.7 so 6 i hope
1) add this to template
before /header

Code:

<script language="JavaScript" src="scripts.js"></script>
2) add this to the same template each time where you want in the template (with a good image)
each time you add an image with a bbcode be careful about addcode('') you need to put the good action

Code:

<img src="img/bbcode/gras" border="0" alt="Mettre le texte en gras : texte"  onMouseUp="addCode('gras')">

2) open scripts.txt and remplace replier to the name of your textarea (name="" in template)
3) modify the code as you want (it's in french so don't worry ;))
4)save to scripts.js
5) upload scripts.js to your forum directory

Streicher 05-19-2001 09:01 AM

That is really good. Do you know how to make a dropdown field to insert the values directly into the textarea.

For example a dropdown field with two entries:

Arrow down and arrow up. And for arrow down insert &darr; and for arrow up &uarr; in the textarea


All times are GMT. The time now is 10:39 AM.

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.00897 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete