Quote:
Originally Posted by CoreyLTH
Open up your "Forum Home" template. Look for:
Some where below that you will see something like:
Code:
{vb:rawphrase bb.forumtitle}
{vb:rawphrase bb.forumdescription}
Then wrap <center></center> tags around that coding. It's not the exact coding that I quoted, I removed that part from my forum home so I couldn't tell you exactly, but it looks awfully similar to that.
So your end result would be...
Code:
<center>{vb:rawphrase bb.forumtitle}
{vb:rawphrase bb.forumdescription}</center>
|
The following is what I needed to do, but you really did help point me in the right directions (thanks)
PHP Code:
<center><div id="pagetitle">
<h1>{vb:raw vboptions.bbtitle}</h1>
<p id="welcomemessage" class="description">{vb:rawphrase welcome_to_the_x, {vb:raw vboptions.bbtitle}}</p>
</div></center>
Released this bit of info as a modification. Shared credit (50/50).
https://vborg.vbsupport.ru/showthread.php?t=257765