Go Back   vBulletin Setup > Blogs


Please Register to get full access to the forums.
Old

Career Change - Become a Truck Driver

Posted 02-28-2008 at 05:37 PM by ARealRedneck (Life as a worn out truck driver)
Updated 02-28-2008 at 06:37 PM by ARealRedneck
Are you unemployed? Or have you worked in an office for years and want something different to do to earn a living? I know Doctors, Lawyers, Police Officers, CEO, etc. who have decided that after years of service that they were either tired of it, or just didn't think that their field was worth it anymore. They are now truck drivers, going all over the country sight seeing and getting paid for it.
Anyone can be become a truck driver, provided they are not felons and are not alcoholics or drug...
ARealRedneck's Avatar
Views 1112 Comments 2 ARealRedneck is offline
Old

Random Images On Forum Home

Posted 02-19-2008 at 01:23 PM by CallieJo (CallieJo's Ramblings...)
Want to display a random image upon page refresh?

Here is what I use on my forum home page.

Code:
<script type="text/javascript">
var logo=["images/graphic1.jpg", "images/graphic2.jpg", "images/graphic3.jpg"]
logo.sort(function() {return 0.5 - Math.random();})
document.write('<img src="'+logo[0]+'">')
</script>
<noscript><img src="images/graphic1.jpg"></noscript>
...
Posted in VB Tips
Views 370 Comments 0 CallieJo is offline
Old

Remove last posted by...

Posted 02-19-2008 at 01:13 PM by CallieJo (CallieJo's Ramblings...)
Remove "last posted by..." from your forum listing.

Go to edit templates->forum home templates->forumhome_lastpostby and remove the following:

Code:
    <div style="white-space:nowrap<if condition="is_browser('ie', 6)">; float:$stylevar[left]</if>">
        <phrase 1="member.php?$session[sessionurl]find=lastposter&amp;f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase>
...
Posted in VB Tips
Views 581 Comments 0 CallieJo is offline
Old

Show only to members

Posted 02-19-2008 at 01:10 PM by CallieJo (CallieJo's Ramblings...)
Updated 02-22-2008 at 04:55 PM by CallieJo
To show stuff only to members....
Example...if you want to only show the "what's going on" box to just your members and not your guests you would surround your what's going on box code from forumhome template with this.

Place this before your stuff:
Code:
<if condition="$show['member']">
Place this after your stuff:
Code:
</if>
Posted in VB Tips
Views 288 Comments 3 CallieJo is offline
Old

Show only to guests

Posted 02-19-2008 at 01:07 PM by CallieJo (CallieJo's Ramblings...)
To show stuff only to guests....

Place this before your stuff:
Code:
<if condition="$show['guest']">
Place this after your stuff:
Code:
</if>
Posted in VB Tips
Views 284 Comments 0 CallieJo is offline

All times are GMT -6. The time now is 04:01 AM.

vBulletin Setup, vBulletin Setup Forums, vBulletin Services, vBulletin Blogs, vBulletin SEO, vBulletin Questions
vBulletin Skins, Styles, Templates, vBulletin Monetization, Blogs, vBulletin Link Directory,Quality Link Directory