View Full Version : Can'tdo anything......
BOSS 302
04-22-2005, 03:43 AM
I can't seem to do anything i wanna... Why is this all so complicated? just wanna make some new boxes "modules" on my home page. i used the manual here and made one,but it shows up as typing, no box and links dont work in it either. What's with all this code stuff? random $#---)' {][ etc etc How can i just suddenly realise what code i need to make a actual module box?
zenithrs@bigpon
04-22-2005, 03:59 AM
No offence dude, but it's not complicated if you have a basic understanding of PHP and HTML. There must be a certain minimum understanding of these things before you can administer a website running vbulletin.
If you describe exactly what you're trying to achieve there are plenty of people on here will walk you through how to do it, but don't just expect everything to auto-magically happen without any effort on your part to learn.
What are you trying to do?
BOSS 302
04-22-2005, 04:04 AM
what a jerk!!!
j/k man haha, no offense taken, welll at the moment i am trying to make my home page. Meaning i am trying add modules. But when i followed the manul ad made one, it would shows as typing not a box.
here is a link take a look its just typing.
www.mustangmafia.com
zenithrs@bigpon
04-22-2005, 04:27 AM
Ah, ok. For the template you created for the module, use
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
<tr>
<td class="tcat"><span class="smallfont"><strong>$vba_options[portal_blockbullet]
INSERT THE TITLE FOR YOU BLOCK HERE
</strong></span></td>
</tr>
<tr>
<td class="$getbgrow">
INSERT CONTENT FOR YOUR BLOCK HERE
</td>
</tr>
</table>
<br />
BOSS 302
04-22-2005, 04:41 AM
THANKS MAN *gives you daps*
How do i make a forum link on my navbar? and a home link? similar this place here!
BOSS 302
04-22-2005, 04:44 AM
also how do i put links in the module?
zenithrs@bigpon
04-22-2005, 04:45 AM
http://www.vbadvanced.com/forum/showthread.php?t=6826
zenithrs@bigpon
04-22-2005, 04:47 AM
Links in the module? Just put a hyperlink into the template. e.g.
<a href="www.ninosport.com">www.ninosport.com</a>
BOSS 302
04-22-2005, 05:13 AM
http://www.vbadvanced.com/forum/showthread.php?t=6826
I did all that and get this error.......
The following error occurred when attempting to evaluate this template:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /export/home/mustan22/public_html/includes/adminfunctions_template.php(3096) : eval()'d code on line 175
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
BOSS 302
04-22-2005, 05:29 AM
Never mind, got it to work... But now it didnt give me a forum link, just gallery (which i dont even have)
Take a look www.mustangmafia.com
BOSS 302
04-22-2005, 08:03 AM
still can't figure it out, anyone?
Brian
04-22-2005, 01:24 PM
http://www.vbadvanced.com/forum/showthread.php?t=41
BOSS 302
04-22-2005, 02:10 PM
Thanks brian, your great help.
vBulletin® v3.7.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.