[REQ] Latest Forum Posts on Non-vB Page

SpeedRazors

New Member
This is very simple all it does is post topics on your non vb pages. This should work on almost every version of vbulletin.

Check the attached screen shot for further explanation.

Instructions to install.

Code:
Here is what you do.

1) Edit settings in newstopics.inc.txt
2) Rename newstopics.inc.txt to newstopics.inc.php
3) Upload newstopics.inc.php.
4) Add the following to your style sheet edit the colors to suit your needs.
Code:
.plain {
	background-color:#CCCCCC;
	text-align: left;
	vertical-align: middle;
	font-family: Tahoma, Verdana;
	font-size: 0.9em;
}
.smallfont {
	text-align: left;
	font-family: Tahoma, Verdana;
	font-size: 0.8em;
}
.even {
	background-color: #999999;
	text-align: left;
	vertical-align: middle;
	font-family: Tahoma, Verdana;
	font-size: 0.8em;
}
.odd {
	background-color:#CCCCCC;
	text-align: left;
	vertical-align: middle;
	font-family: Tahoma, Verdana;
	font-size: 0.8em;
}

5) Add this where you want it to show on your site.
<?php require("newstopics.inc.php") ?>

Wrap your content boxes around it or how ever you want to display it.Live Demo EliteHackers.info - Home

If you like it and use it please click install.
I hope its something someone can use.


Update: Added option to set your prefix in one line.
 
Top