PDA

View Full Version : few questions and help


ofir24
12-20-2011, 07:56 AM
1.
2 prefix sets in two diffrent positions (https://vborg.vbsupport.ru/showthread.php?t=274685)

2.
add ads on the sides of the forum (https://vborg.vbsupport.ru/showthread.php?t=274470)

3.
the statistics of my forum is crazy (https://vborg.vbsupport.ru/showthread.php?t=274197)

4.
can't add tags to posted thread (https://vborg.vbsupport.ru/showthread.php?t=273226)

5.
align to center my bb code (https://vborg.vbsupport.ru/showthread.php?t=273887)

6.
i disabled the avatars but.. (https://vborg.vbsupport.ru/showthread.php?t=272453)

7.
where the save button when i edit in "Style Manager" (https://vborg.vbsupport.ru/showthread.php?t=272309)

8.
bb codes: i want to put all the bb codes on separate bar,
example: in that forum there is : B,I,U and it separate from other things, i want do that to my bb codes on vb 4.1.7.

9.
title of thread as link, i want to make thread with no content, i want the title in to be link to whatever i choose.

10.
sometime when i try to post a message it did nothing (https://vborg.vbsupport.ru/showthread.php?t=275764)

kh99
12-20-2011, 01:01 PM
8.
bb codes: i want to put all the bb codes on separate bar,
example: in that forum there is : B,I,U and it separate from other things, i want do that to my bb codes on vb 4.1.7.

The toolbars can be reconfigured by using a plugin on hook editor_toolbar_set, or by editing the file vb/ckeditor.php. In either case you shoud look the function setToolbar() in ckeditor.php to see how the $toolbar array is created.


9.
title of thread as link, i want to make thread with no content, i want the title in to be link to whatever i choose.

Forums can be links, and you can set that in the forum manager. I don't think there's any way to do that for threads.


Most of the questions you linked to above have been answered to some extent. A lot of the things you want to do would have to be done by writing/modifying php code. If you have problems with the way the unmodified vbulletin is working (like naybe that rtl problem you described), you might want to post it at vbulletin.com.