View Full Version : Forum Home Enhancements - Marquee Announcements
smokin1337
10-04-2009, 10:00 PM
This is a simple announcement/news mod. It place a marquee announcement section anywhere on the forum you choose. On mouseover the marquee stops allowing users to view the messages. Integrates well in vBulletin.
Replace the text in red with your data. The image is optional.
HTML Code:
<!--Announcements-->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="2"><center>Your Title</center> </td>
</tr>
</thead>
<tr>
<td class="alt2"><img src="yourimage.png"/></td>
<!--Messages-->
<td class="alt2">
<marquee direction="left" scrollamount="6" onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=6"><font size="2"><b>
<!-- Your Message Here -->
</b></font></marquee>
<!--/Messages-->
</td>
</tr>
</tr>
</table>
<br />
<!--/Announcements-->
v1.1:
Made into an XML for easier management. Settings can be altered via admincp.
With the XML you can choose a location from preselected options or put it where you want on FORUMHOME using
<!-- announcements -->
Only draw back is with the XML it can only be displayed on FORUMHOME for now.
cindy helmond
10-05-2009, 01:53 PM
cool any screens ? :D
I tried it out on my local test site. Well done :cool::up: Tons of uses for this, you could even wire this right into your notices if you wanted to.
Here's a screen, although you need to run the code to get the full effect or else it's just a tcat box with letters ;)
saadessa
10-05-2009, 05:11 PM
very nice i will try later
thank you
smokin1337
10-05-2009, 05:18 PM
Just a note if you don't wnat the image at the end of the table just remove this line
HTML Code:
<td class="alt2"><img src="yourimage.png"/></td>
pein87
10-06-2009, 12:46 AM
font tag and bold tag are old try a
<span style="font-weight:bold; font-size:2px;"> <!-- content here --> </span>
change your image src to
<img src="" alt="" />
so it validates some what as transitional html.
smokin1337
10-06-2009, 02:26 AM
I appreciate the advice, I am just learning HTML and such.
Chuta
10-06-2009, 11:34 PM
Very, Very Nice For The Notices!
pein87
10-07-2009, 12:55 AM
I appreciate the advice, I am just learning HTML and such.
Lolz sorry if I seemed harsh its just users tend to forget about standards and such which puts the browser in quirks mode. Font tag is legacy html but vbulletin uses transitional xhtml as the doctype. Every good for your first edit I plan on using a similar method for a mods username.
ChopSuey
10-07-2009, 03:04 AM
Very nice smokin, i'll try tagged. :)
dacho
10-07-2009, 07:06 AM
10x man
expe_ue
10-09-2009, 02:50 AM
no images to help with the aparience? :(
smokin1337
10-09-2009, 03:52 AM
You can add whatever you like i used this image for the yourimagehere place. If that's what you mean.
COL NIL SATIS
10-09-2009, 01:54 PM
does it only scroll a third across the screen?????
smokin1337
10-09-2009, 02:36 PM
does it only scroll a third across the screen?????
It goes all the way across for me, depending on your style the code may need a little editing.
COL NIL SATIS
10-09-2009, 05:53 PM
It goes all the way across for me, depending on your style the code may need a little editing.
it goes only a third across for me mate..nice mod too...??? :confused:
s-p0k
10-09-2009, 08:14 PM
where to add this?
smokin1337
10-09-2009, 10:02 PM
where to add this?
Anywhere you want thats the reason i made it because i wanted different ones for different parts of my forum.
it goes only a third across for me mate..nice mod too...??? :confused:
Try removing this line and see if it helps, it seems to be doing that on IE.
<td class="alt2"><img src="yourimage.png"/></td>
linuxututs
10-10-2009, 01:23 PM
Great Hack ! Love it !
Thank You,
COL NIL SATIS
10-10-2009, 05:30 PM
Anywhere you want thats the reason i made it because i wanted different ones for different parts of my forum.
Try removing this line and see if it helps, it seems to be doing that on IE.
<td class="alt2"><img src="yourimage.png"/></td>
Thats great mate..works perfect now..thank you sir:)
s-p0k
10-10-2009, 09:08 PM
not working for me ........useing firefox..will try it later
smokin1337
10-11-2009, 12:50 PM
Updated to v1.1, i added an xml for easier management.
s-p0k
10-11-2009, 08:25 PM
Updated to v1.1, i added an xml for easier management.
TY WORKING NOW WITH THE XML...GOOD JOD
tafreeh
10-13-2009, 03:37 AM
Great mod.. working fine..
but there is Security Token code missing ...... users were getting Security Token missing error when i enabled your mod....
Can you please fix that and update the mod.. P.S can you make it work in all pages...
Thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.