[REQ] 10 mods from vbulletin.org

Nightvision

New Member
Catagory Icons
vbulletin.org link:
http://www.vbulletin.org/forum/showthread.php?t=127426

Force Users to Read a Thread
vbulletin.org link:
http://www.vbulletin.org/forum/showthread.php?t=151737

New Threads on Non VB page
vbulletin.org link:
http://www.vbulletin.org/forum/showthread.php?t=176297

One-touch Spam Ban and Cleanup
vbulletin.org link:
http://www.vbulletin.org/forum/showthread.php?t=156444

vB AJAX Cron
vbulletin.org link:
http://www.vbulletin.org/forum/showthread.php?t=123719

Sig Of The Week 1.3
vbulletin.org link:
http://www.vbulletin.org/forum/showthread.php?t=153588

Stop Members Bypassing Restrictions By Logging Out
vbulletin.org link:
http://www.vbulletin.org/forum/showthread.php?t=172305

Report PM
vbulletin.org link:
http://www.vbulletin.org/forum/showthread.php?t=154094

User Activity Logging
vbulletin.org link:
http://www.vbulletin.org/forum/showthread.php?t=145660

Prevent Spam Posts
vbulletin.org link:
http://www.vbulletin.org/forum/showthread.php?t=131568
 

Hoxxy

New Member
Catagory Icons:
http://www.vbteam.info/trash/835-req-catagory-icons.html

Force Users to Read a Thread 2.0
http://www.vbteam.info/vb-3-7-x-add...tions/4425-force-users-read-thread-2-0-a.html


New Threads on Non VB page

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.

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.

PHP:
.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:
<?php require("newstopics.inc.php") ?>

Wrap your content boxes around it or how ever you want to display it.

(ReadMe.txt newstopics.inc.txt attachments)
------------------------------------------------------------------------

One-touch Spam Ban and Cleanup
Installation

Download and import the .xml file via AdminCP -> Plugins & Products -> Manage Products -> Add/Import Product. Remember to click overwrite if upgrading

Configuration

Once installed, check in your AdminCP under "VBulletin settings" and look for the configuration group called "One-touch Spam Ban & Cleanup Options". The default options should be fine for most people.

How to use

If you have rights to use this tool (i.e. are an admin or moderator, or have configured it for the relevant user or group ID) you should see the option appear on the member profile page, or in a drop-down on the postbit (see attached screenshots for an example). The idea is that as soon as you see a spammer select the "One-touch Ban & Clean" option to remove all trace of the spammer.

--------------------------------------------------------------------------

vB AJAX Cron
Code:
ekd12x0002w#rt2200cmvbm

--------------------------------------------------------------------------

Sig Of The Week 1.3

Description: Add a signature of the week page to your forumhome page

Install:
1) Upload files
2) Add Products
3) Add into forumhome template:

PHP:
$sotw

--------------------------------------------------------------------------
Try to cut the amount of reQ's next time.....:D
 
Top