The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Showing results 1 to 15 of 15
Search took
0.00
seconds.
Search:
Posts Made By:
MoMan
Forum:
vBulletin 3.8 Add-ons
01-25-2012, 11:00 PM
Replies:
52
Forum Display Enhancements -
Users can see own moderated threads prior to approval
Views:
13,227
Posted By
MoMan
Users can see own moderated threads prior to approval
On my forum, to prevent spam, threads from new users are checked for common spam keywords, including links. If any such keywords are found, the thread gets auto-moderated.
In order to prevent...
Forum:
vBulletin 3.8 Add-ons
09-17-2011, 10:16 PM
Replies:
38
New Posting Features -
Message auto-save/drafts
Views:
20,151
Posted By
MoMan
I've uploaded version 0.5. This introduces some...
I've uploaded version 0.5. This introduces some efficiency fixes: if a user erases their post while typing it, it will now be completely removed from the browser storage (instead of being replaced...
Forum:
vBulletin 3.8 Add-ons
09-13-2011, 10:00 PM
Replies:
38
New Posting Features -
Message auto-save/drafts
Views:
20,151
Posted By
MoMan
Message auto-save/drafts
An auto-save feature was recently added to vB4, so I figured it would be nice if we vB3 users could also get something similar ;)
While this this isn't a server-side solution, I think that it's...
Forum:
vBulletin 3.8 Add-ons
08-13-2011, 09:15 PM
Replies:
22
Moderators Functions -
Unapprove Reported Posts (Based on No. of Reports & Usergroups)
Views:
4,690
Posted By
MoMan
Not that this really matters, but technically a...
Not that this really matters, but technically a redundant query is made once a post has enough reports and gets unapproved.
I've updated my plugin code to the following:
if ($_POST['do'] ==...
Forum:
vBulletin 3.8 Add-ons
08-11-2011, 01:30 PM
Replies:
82
Mini Mods -
Subscribed Threads in Notifications
Views:
16,928
Posted By
MoMan
I've updated this thread with the latest version...
I've updated this thread with the latest version of this mod. I've also removed the memcached version, as it seemed it was caused more confusion than it did good. If admins of large forums are...
Forum:
vBulletin 3.8 Add-ons
08-09-2011, 12:07 PM
Replies:
59
Show Thread Enhancements -
iQuote vB3 - Fast & Easy Text Quoting
Views:
12,683
Posted By
MoMan
rcd_iquote.js Note that you should download...
rcd_iquote.js
Note that you should download v1.0 not 1.1, as 1.1 has minified JS.
Forum:
vBulletin 3.8 Add-ons
07-25-2011, 08:27 PM
Replies:
40
Moderators Functions -
Ban Users from a Thread
Views:
14,338
Posted By
MoMan
It's not a feature that's part of this mod, but...
It's not a feature that's part of this mod, but there's a relatively efficient way of doing it- just use a query like this:
SELECT threadid, title, threadbans FROM " . TABLE_PREFIX . "thread WHERE...
Forum:
vBulletin 3.8 Add-ons
07-24-2011, 01:19 PM
Replies:
40
Moderators Functions -
Ban Users from a Thread
Views:
14,338
Posted By
MoMan
I guess you will have to open the php file in...
I guess you will have to open the php file in tapatalk responsible for adding new posts, and add a call to the newreply_start hook.
I knew that tapatalk was insecure, despite their claims that...
Forum:
vBulletin 4.x Add-ons
07-23-2011, 10:00 PM
Replies:
38
Mini Mods -
Subscribed threads in notifications
Views:
12,386
Posted By
MoMan
Subscribed threads in notifications
This is a re-release of my subscribed threads mod for vb 3.8: https://vborg.vbsupport.ru/showthread.php?t=250461 It has been reported to work on vB 4.x.
What does it do?
It adds a notification...
Forum:
News and Announcements
07-03-2011, 02:23 PM
Replies:
36
July Updates - Like System
Views:
27,278
Posted By
MoMan
Suggestion: disable the reputation spread option,...
Suggestion: disable the reputation spread option, because I can't like your post ;)
Forum:
vBulletin 3.8 Add-ons
03-08-2011, 10:00 PM
Replies:
40
Moderators Functions -
Ban Users from a Thread
Views:
14,338
Posted By
MoMan
Ban Users from a Thread
This is a modification of AcidX's original "Ban Threads User" plugin (https://vborg.vbsupport.ru/showthread.php?t=259017) for vBulletin 3.7. It has been for the most part rewritten with a focus on...
Forum:
vBulletin 3.8 Add-ons
09-13-2010, 10:00 PM
Replies:
82
Mini Mods -
Subscribed Threads in Notifications
Views:
16,928
Posted By
MoMan
Subscribed Threads in Notifications
As seen on www.pentaxforums.com/forums/ , I'm bringing you a handy mod that adds the number of new subscribed threads to the notifications area, as well as a link to subscription.php. This means...
Forum:
vBulletin 3.8 Add-ons
09-13-2010, 10:00 PM
Replies:
59
Show Thread Enhancements -
iQuote vB3 - Fast & Easy Text Quoting
Views:
12,683
Posted By
MoMan
iQuote vB3 - Fast & Easy Text Quoting
New version (1.1) released 3/23/2011: added support for social groups.
This is a vBulletin 3 implementation of the following mod: https://vborg.vbsupport.ru/showthread.php?t=248504
It allows...
Forum:
vBulletin 3.8 Add-ons
09-03-2010, 10:00 PM
Replies:
16
Miscellaneous Hacks -
Style Switcher like on vB.org
Views:
4,388
Posted By
MoMan
Style Switcher like on vB.org
I've written a simple JS function that can be used if you want to implement a style selector like on vB.org (using colored icons instead of a dropdown).
Simply add this to vbulletin_global.js, or...
Forum:
General Articles
08-12-2010, 10:00 PM
Replies:
20
Using Memcached to optimize vB hacks
Views:
16,408
Posted By
MoMan
Using Memcached to optimize vB hacks
As we all know, there are lots of great hacks here at vB.org, but some of them are certainly not written with large forums in mind. On my site, www.pentaxforums.com...
Showing results 1 to 15 of 15
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
03:20 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X
vBulletin 3.8.12 by vBS Debug Information
Page Generation
0.02027 seconds
Memory Usage
1,982KB
Queries Executed
10
(?)
More Information
Template Usage:
(1)
ad_footer_end
(1)
ad_footer_start
(1)
ad_header_end
(1)
ad_header_logo
(1)
ad_navbar_below
(1)
footer
(1)
forumjump
(1)
gobutton
(1)
header
(1)
headinclude
(1)
navbar
(2)
navbar_link
(120)
option
(1)
post_thanks_navbar_search
(1)
search_results
(15)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(44)
threadbit_pagelink
Phrase Groups Available:
global
inlinemod
prefix
search
Included Files:
./
search.php
./
global.php
./includes/
init.php
./includes/
class_core.php
./includes/
config.php
./includes/
functions.php
./includes/
class_hook.php
./includes/
modsystem_functions.php
./includes/
functions_search.php
./includes/
functions_databuild.php
./includes/
functions_forumlist.php
./includes/
functions_misc.php
./includes/
functions_forumdisplay.php
./includes/
functions_bigthree.php
Hooks Called:
init_startup
init_startup_session_setup_start
init_startup_session_setup_complete
cache_permissions
style_fetch
cache_templates
global_start
parse_templates
global_setup_complete
search_before_process
search_start
search_results_start
search_results_query_posts
search_results_prebits
threadbit_process
search_results_postbit
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0007
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(2, 0, 1,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(189, 0, 1,''); -> cached fperms for forum 189
(unspecified) fetch_permissions(189, 0, 1,''); -> cached fperms for forum 189
FULLTEXT Search
php_sapi_name(): fpm-fcgi