PDA

View Full Version : [SOLVED]Vbulletin custom message + html when board is disabled


darkdragon2889
07-11-2014, 12:47 PM
As the title say i dunno if there are already or not but is there any product or modification that can improve the custom message inside the box that appear when the board is offline?
Example:
I disable my forums from admin cp
I wanna add a link and an image to my custom message for visitors, how can i do that?
The basic option don't accept html code etc inside the box
My vb is 4.2.1, if is there something like this please put the link, till now i can't find nothing.
Thanks

kh99
07-11-2014, 02:03 PM
Which message are you talking about? The "Reason For Turning vBulletin Off" box takes html, and you can also put html in the "Alert: The forums are currently turned off!" phrase.

Dave
07-11-2014, 02:40 PM
The following should work perfectly fine.

<p>
The forums are currently turned off!<br>
Go <a href="http://link.com">here</a> for something.<br>
<img src="http://image.com/image.png">
</p>

darkdragon2889
07-11-2014, 04:22 PM
The following should work perfectly fine.

<p>
The forums are currently turned off!<br>
Go <a href="http://link.com">here</a> for something.<br>
<img src="http://image.com/image.png">
</p>

Yes now seems work probably was a browser page loading error now seems work.
Before i don't get the link and the image but only the text like the form doesn't accept the html.
Ty