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...
Page 1 of 3
1
2
3
>
Showing results 1 to 25 of 60
Search took
0.00
seconds.
Search:
Posts Made By:
SnakeV
Forum:
News and Announcements
12-16-2015, 12:23 AM
Replies:
61
A Big Welcome to MarkFL
Views:
27,742
Posted By
SnakeV
Congratulations Mark! :) You have helped a...
Congratulations Mark! :)
You have helped a lot of members and have it very well deserved.
Forum:
vBulletin 4.x Add-ons
11-10-2015, 09:59 PM
Replies:
19
Administrative and Maintenance Tools -
Advanced Noindex (Lite) (Count/Prune/Move) by Forumsetup.net
Views:
10,110
Posted By
SnakeV
It's possible to combine two conditions at the...
It's possible to combine two conditions at the same time?
For example 'noindex' when thread has less than 200 words and has no replies.
Thanks!
Forum:
vB4 Programming Discussions
10-23-2015, 08:43 PM
Replies:
0
Add CDN to external images in posts
Views:
515
Posted By
SnakeV
Add CDN to external images in posts
I'm trying to include a CDN in all images embeded in posts.
For this purpose i have created a plugin with a simple preg_replace:
preg_replace("/<img...
Forum:
vB4 Programming Discussions
10-16-2015, 12:16 PM
Replies:
1
Convert timestamp to readeable format?
Views:
566
Posted By
SnakeV
Convert timestamp to readeable format?
Hi,
I'm trying to get the last reply date of a thread for displaying it on the SHOWTHREAD template.
I have found that $thread[lastpost] display the last reply on a timestamp, ex: 1444930933
...
Forum:
vB3 Programming Discussions
10-04-2015, 01:56 AM
Replies:
1
SEO problem: Duplicate content in tags pages (vB3 BUG)
Views:
1,437
Posted By
SnakeV
SEO problem: Duplicate content in tags pages (vB3 BUG)
It seems that tag pages lack of a check for navigation like forumdisplay and showthread pages have. This generates a lot of duplicate content which could penalize forums in Google and other search...
Forum:
vB3 General Discussions
06-30-2015, 05:37 PM
Replies:
14
Adding <link rel="prev" etc
Views:
2,689
Posted By
SnakeV
First i would like to thank you kh99 and Ameise,...
First i would like to thank you kh99 and Ameise, the code on post #7 works perfectly for SHOWTHREAD and FORUMDISPLAY pages.
The unique problem is with tag pages, on the second page of the tags it...
Forum:
vBulletin 3.8 Add-ons
03-01-2013, 11:41 PM
Replies:
96
Major Additions -
vBSocial Notifications | 6.2 | Facebook Inspired
Views:
33,885
Posted By
SnakeV
It seems to be hopeless. It's a shame because...
It seems to be hopeless. It's a shame because this look very promising.
Forum:
vB3 Programming Discussions
04-18-2012, 04:19 PM
Replies:
8
TIMENOW in Plugins
Views:
955
Posted By
SnakeV
It looks like that it's not available in this...
It looks like that it's not available in this hook, what i can do for get it working?
Thanks
---
Got it working with: if ($GLOBALS['forumid'] == X)
Forum:
vB3 Programming Discussions
04-18-2012, 01:45 AM
Replies:
8
TIMENOW in Plugins
Views:
955
Posted By
SnakeV
Thanks, it works great! I was also trying to...
Thanks, it works great!
I was also trying to put an if in the same plugin for check forumid i used if ($foruminfo['forumid'] == 4) and if ($threadinfo['forumid'] == 4) but it doesn't want to work....
Forum:
vB3 Programming Discussions
04-18-2012, 01:10 AM
Replies:
8
TIMENOW in Plugins
Views:
955
Posted By
SnakeV
TIMENOW in Plugins
Hello,
I have the following code on hook threadfpdata_presave:
if($vbulletin->userinfo['joindate'] > TIMENOW - (86400 * 1))
{
$this->set('visible', 0);
}
However the if...
Forum:
vB3 Programming Discussions
02-16-2012, 08:12 PM
Replies:
1
Thread moderation
Views:
650
Posted By
SnakeV
Thread moderation
Hi
I'm using hook: postdata_presave to sent to thread awaiting moderation when certain criteria is matched.
For sent the post to moderation i use this and works fine: $this->set('visible', 0);...
Forum:
vB3 General Discussions
12-27-2011, 05:35 PM
Replies:
0
Database error on profiles when user have >1000 friends
Views:
760
Posted By
SnakeV
Database error on profiles when user have >1000 friends
When an user have more than 1000 friends in the Friends List the profile shows Database error:
Invalid SQL:
SELECT user.*, (user.options & 512) AS invisible , avatar.avatarpath, NOT...
Forum:
Forum and Server Management
12-03-2011, 06:14 PM
Replies:
833
Sphinx Search
Views:
246,953
Posted By
SnakeV
If anyone interested on doing support for similar...
If anyone interested on doing support for similar threads:
https://vborg.vbsupport.ru/showthread.php?p=2274364
Forum:
vBulletin 3.8 Add-ons
08-18-2011, 11:15 PM
Replies:
22
Moderators Functions -
Unapprove Reported Posts (Based on No. of Reports & Usergroups)
Views:
4,815
Posted By
SnakeV
Good catch. One question, did you use this...
Good catch.
One question, did you use this mod directly with it's default install code?
ALTER TABLE " . TABLE_PREFIX . "post ADD reports INT(10) UNSIGNED NOT NULL DEFAULT '0'
Because i have...
Forum:
vBulletin 4.x Add-ons
07-26-2011, 04:10 PM
Replies:
47
Board Optimization -
Load templates from XCache
Views:
13,252
Posted By
SnakeV
+1 for 3.8x :)
+1 for 3.8x :)
Forum:
Forum and Server Management
07-25-2011, 04:38 PM
Replies:
833
Sphinx Search
Views:
246,953
Posted By
SnakeV
I'm under vB 3.8, and as far i know the...
I'm under vB 3.8, and as far i know the digitalpoint sphinx is only for vB 4.x.
Forum:
Forum and Server Management
07-25-2011, 05:59 AM
Replies:
833
Sphinx Search
Views:
246,953
Posted By
SnakeV
Anyone got this working with similar threads?, i...
Anyone got this working with similar threads?, i have installed all and it's working nice, except that.
I'm willing to pay if anyone can do this compatible with Similar Threads.
Forum:
vBulletin 3.8 Add-ons
07-08-2011, 01:54 PM
Replies:
29
Moderators Functions -
Reported posts Goes to Moderation Queue
Views:
7,486
Posted By
SnakeV
That's exactly what i'm looking!, do you have...
That's exactly what i'm looking!, do you have plans on releasing it or do you sell that Mod?
Thank you!
Forum:
Modification Requests/Questions (Unpaid)
03-03-2011, 04:49 PM
Replies:
17
thread starter can delete posts in his OWN threads
Views:
2,566
Posted By
SnakeV
Would be great if you release the mod :) as you...
Would be great if you release the mod :) as you said this is an essencially feature for some community's.
Thanks :up:
Forum:
vBulletin 4.x Add-ons
09-02-2010, 09:54 PM
Replies:
232
Moderators Functions -
Moderation Auto-PM v4.0.6
Views:
66,796
Posted By
SnakeV
It works fine for me using vB 3.8x
It works fine for me using vB 3.8x
Forum:
vBulletin 3.8 Add-ons
08-27-2010, 04:35 AM
Replies:
469
Anti-Spam Options -
Is Bot: Registration Time Check
Views:
164,715
Posted By
SnakeV
Is possible to modify this plugin to work with...
Is possible to modify this plugin to work with newthread pages instead of register?
It should calculate the time between these pages:
newthread.php?do=newthread
newthread.php?do=postthread
I...
Forum:
vB3 General Discussions
07-26-2010, 03:54 AM
Replies:
1
Condition for first page?
Views:
574
Posted By
SnakeV
Condition for first page?
There is any condition for display some text ONLY on first page of a thread?.
Thanks!
Forum:
vBulletin 3.6 Add-ons
03-26-2010, 02:19 AM
Replies:
381
BB Code Enhancements -
Embed XHTML valid YouTube and Google Video into your posts
Views:
267,396
Posted By
SnakeV
Same issue, any have a fix for this? :confused:
Same issue, any have a fix for this? :confused:
Forum:
vBulletin 4.x Add-ons
01-25-2010, 01:37 AM
Replies:
463
Mini Mods -
Automatic Tagger From Message Content and Title
Views:
107,928
Posted By
SnakeV
Wow thank you i was waiting for this. ...
Wow thank you i was waiting for this.
Installed and nominated for MOTM.
Forum:
vBulletin 3.8 Add-ons
01-18-2010, 07:56 PM
Replies:
442
New Posting Features -
Automatic Thread Tagger From Post Content and Title
Views:
106,219
Posted By
SnakeV
+1 :D
+1 :D
Showing results 1 to 25 of 60
Page 1 of 3
1
2
3
>
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
08:49 AM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X
vBulletin 3.8.12 by vBS Debug Information
Page Generation
0.01596 seconds
Memory Usage
2,035KB
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)
pagenav
(1)
pagenav_curpage
(2)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(45)
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
pagenav_page
pagenav_complete
forumjump
search_complete
navbits
navbits_complete
Messages:
time to check permissions: 0.0013
(unspecified) fetch_permissions(2, 0, 1,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(2, 0, 1,''); -> cached fperms for forum 2
(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(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(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
FULLTEXT Search
php_sapi_name(): fpm-fcgi