Log in

View Full Version : I've got 2 questions


Speedy2000
10-10-2007, 07:32 PM
I've got 2 questions:
1. Off topic text
On some vBulletin forums I've seen a function to write off-topic text in a message by wrapping it into tags. Does anyone know how that plugin is called?

2. Put a link to subscription on main page
Is is possible to put a button named UPGRADE on the main forum page that links to the paid subscription page (where members can buy a subscription)?

Thanks

Opserty
10-10-2007, 09:10 PM
1. It's probably a custom BBCode which uses a custom CSS class do make it appear different, I'm not sure if there is one you can download though.

2. See this: https://vborg.vbsupport.ru/showthread.php?t=118924

Speedy2000
10-11-2007, 08:01 PM
I found it. Had to make a custum BB code with the following HTML code:

<hr style="color: rgb(255, 255, 255);" size="1"> <div class="offtopic"> <span class="smallfont" color="A9A9A9">Off Topic:</span><br><br>
<span class="smallfont" color="A9A9A9">{param}</span>
<hr style="color: rgb(255, 255, 255);" size="1"> <div class="offtopic">
</div>

and assigned them to the OT code.

Thanks anyway :up: