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 2
1
2
>
Showing results 1 to 25 of 28
Search took
0.00
seconds.
Search:
Posts Made By:
MindStar
Forum:
vBulletin 3.8 Add-ons
02-12-2015, 08:26 AM
Replies:
673
New Posting Features -
[DBTech] Advanced User Tagging v3 (vB3)
Views:
141,778
Posted By
MindStar
Found a bug in ...
Found a bug in
dbtech/usertag/hooks/notifications_list.php
each reference to usertag.php should be prefixed by $vbulletin->options[bburl]
i.e. replace
'link' => 'usertag.php?' ...
Forum:
vBulletin 3.8 Add-ons
04-28-2009, 08:55 AM
Replies:
106
Add-On Releases -
User Countdowns & Countups
Views:
21,704
Posted By
MindStar
I have this installed and the countdown works. ...
I have this installed and the countdown works. Next question is, how do I remove a countdown from my profile? It's now counting up past the event date that I set.
Forum:
vBulletin 3.8 Add-ons
04-08-2009, 08:53 PM
Replies:
256
New Posting Features -
Automatic Thread Tagger for vB3.8
Views:
97,618
Posted By
MindStar
Hi, nice MOD :) Would you consider changing...
Hi, nice MOD :)
Would you consider changing the Auto-Tagging preferences so that the Auto-Tagger defaults to not auto-tagging every forum?
We have a lot of forums on our board and would rather...
Forum:
vBulletin 3.8 Add-ons
04-08-2009, 08:51 PM
Replies:
54
Add-On Releases -
Custom Tag Cloud for Forums, Threads, vbAdvanced & Social Groups
Views:
18,275
Posted By
MindStar
Sorry, I posted in the wrong mod thread, I meant...
Sorry, I posted in the wrong mod thread, I meant to post in the Auto Tagger Mod thread.
Forum:
vBulletin 3.8 Add-ons
04-08-2009, 02:04 PM
Replies:
54
Add-On Releases -
Custom Tag Cloud for Forums, Threads, vbAdvanced & Social Groups
Views:
18,275
Posted By
MindStar
Hi, nice MOD :) I've searched through the...
Hi, nice MOD :)
I've searched through the options, but but I can't find where to specify "Preferred Tags" :confused:
Would you consider changing the Auto-Tagging preferences so that the...
Forum:
vBulletin 3.8 Add-ons
04-01-2009, 06:56 AM
Replies:
641
Administrative and Maintenance Tools -
Multiple Account Detection & Prevention
Views:
192,708
Posted By
MindStar
My bad. in $threaddm->do_set(<PARAM>, <VAL>)...
My bad. in $threaddm->do_set(<PARAM>, <VAL>) <VAL> is passed by reference so you have to pass the value in a variable :o
Forum:
vBulletin 3.8 Add-ons
03-31-2009, 11:11 AM
Replies:
107
Administrative and Maintenance Tools -
Private Messages & Email Log
Views:
29,035
Posted By
MindStar
To add a "tool tip" showing the contents of a PM...
To add a "tool tip" showing the contents of a PM in the PM Log List screen, change line 280 in admincp/rcd_pm_log.php to
$row[] = "<a target=\"_blank\" href=\"" . $vbulletin->options['bburl'] ....
Forum:
vBulletin 3.8 Add-ons
03-31-2009, 08:29 AM
Replies:
641
Administrative and Maintenance Tools -
Multiple Account Detection & Prevention
Views:
192,708
Posted By
MindStar
No problem, glad to be able to give something...
No problem, glad to be able to give something back. Your Add-on has proved invaluable for keeping the trouble-makers at bay on my forum :)
Forum:
vBulletin 3.8 Add-ons
03-30-2009, 01:59 PM
Replies:
641
Administrative and Maintenance Tools -
Multiple Account Detection & Prevention
Views:
192,708
Posted By
MindStar
To fix the plugin so that it reports multiple...
To fix the plugin so that it reports multiple logins or registrations from the same account from a NULL IP address ("0.0.0.0"), open detection.php and insert the following code at line 280
...
Forum:
vBulletin 3.8 Add-ons
03-30-2009, 08:33 AM
Replies:
641
Administrative and Maintenance Tools -
Multiple Account Detection & Prevention
Views:
192,708
Posted By
MindStar
You could use SQL to find all the posts made by...
You could use SQL to find all the posts made by the reporting account whose title matches the reporting message (wildcarded) and then change the IP address of those posts.
SELECT * FROM `post`...
Forum:
Modification Graveyard
03-20-2009, 11:21 AM
Replies:
95
Forum Home Enhancements -
Member Visit Tracking
Views:
20,570
Posted By
MindStar
Hi excellent Mod, couple of suggestions for...
Hi excellent Mod, couple of suggestions for improving it...
Only show the link for detailed Member Tracking reports to users who have permission to see the link, i.e. rather than having a link...
Forum:
Modification Graveyard
02-18-2009, 09:33 AM
Replies:
382
Major Additions -
Classifieds
Views:
65,680
Posted By
MindStar
D'oh! I thought it was a file-system problem :o ...
D'oh! I thought it was a file-system problem :o Many thanks for the tip! :up:
I guess the permissions checking needs a bit of a revamp as I'm sure mine isn't the only forum that cascades...
Forum:
Modification Graveyard
02-17-2009, 12:27 PM
Replies:
382
Major Additions -
Classifieds
Views:
65,680
Posted By
MindStar
I noticed a lot of uncached template warnings at...
I noticed a lot of uncached template warnings at the bottom of the classifeds pages, that may be related.
I'm running Classifieds on my private test forum at the moment, so there's only me...
Forum:
Modification Graveyard
02-17-2009, 12:02 PM
Replies:
382
Major Additions -
Classifieds
Views:
65,680
Posted By
MindStar
How did you fix it? I've checked permissions on...
How did you fix it? I've checked permissions on the classifieds/photos/ folders and the usergroup manager and I still keep getting the same message :confused:
Forum:
vBulletin 3.8 Add-ons
01-13-2009, 01:28 PM
Replies:
637
Social Group and Album Enhancements -
All Albums
Views:
187,322
Posted By
MindStar
Abe, I made a similar fix for my forum. ...
Abe, I made a similar fix for my forum.
Could you please change references to album.php with $vboptions[bburl]/album.php so the links work with vBAdvanced and other add-on packages such as...
Forum:
vBulletin 3.6 Add-ons
01-12-2009, 08:47 PM
Replies:
705
Administrative and Maintenance Tools -
Username Request
Views:
145,856
Posted By
MindStar
Hi got this working on vB 3.8 - needed to add...
Hi got this working on vB 3.8 - needed to add permissions to use it via the UserGroups.
Suggestion for the next version: could you display the moderation queue count for members requesting...
Forum:
Modification Requests/Questions (Unpaid)
01-12-2009, 03:12 PM
Replies:
17
Avatar Pic Moderation
Views:
2,553
Posted By
MindStar
+1 I'd like to be able to Moderate Avatars,...
+1
I'd like to be able to Moderate Avatars, Profile Pictures and Signatures on my forum, it would save a heck of a lot of hassle dealing with troublemakers.
Forum:
vBulletin 3.8 Add-ons
01-12-2009, 09:41 AM
Replies:
385
Miscellaneous Hacks -
Cyb - Advanced Forum Rules
Views:
97,812
Posted By
MindStar
I ran into a problem with the NavBar link to the...
I ran into a problem with the NavBar link to the Forum Rules; it breaks if you reference it outside of the forum, e.g. when using vBAdvanced.
Easy fix, include the BBURL in the NavBar link that's...
Forum:
vBulletin 3.8 Add-ons
01-11-2009, 02:52 PM
Replies:
146
Miscellaneous Hacks -
Cyb - Login To User Account
Views:
60,900
Posted By
MindStar
Yup, that's fixed it. I had to manually...
Yup, that's fixed it.
I had to manually delete my forum cookies in Firefox; when I tried logging out I kept getting logged back in again. Weird! :confused:
Forum:
vBulletin 3.8 Add-ons
01-11-2009, 02:08 PM
Replies:
146
Miscellaneous Hacks -
Cyb - Login To User Account
Views:
60,900
Posted By
MindStar
I get the same thing :confused:
I get the same thing :confused:
Forum:
vBulletin 3.7 Add-ons
12-09-2008, 02:25 PM
Replies:
422
Moderators Functions -
Force Users to Read a Thread
Views:
153,219
Posted By
MindStar
Broken for me in vB3.7.4PL1, have uninstalled...
Broken for me in vB3.7.4PL1, have uninstalled until it's fixed.
Something appears to be wrong with recording that a user has read a thread; users get stuck in a loop forced to read the thread...
Forum:
vBulletin 3.7 Add-ons
08-29-2008, 02:17 PM
Replies:
954
Show Thread Enhancements -
AME 2.0 -Auto Media Embedding for posts, blogs, visitor and group messsages
Views:
334,037
Posted By
MindStar
FYI, I just tried replacing the call to...
FYI, I just tried replacing the call to file_get_contents with a call to the curl_get_file_contents and copy&pasted the function from the above php.net webpage and it worked :)
Forum:
vBulletin 3.7 Add-ons
08-28-2008, 09:04 AM
Replies:
954
Show Thread Enhancements -
AME 2.0 -Auto Media Embedding for posts, blogs, visitor and group messsages
Views:
334,037
Posted By
MindStar
Excellent! Would you consider using cURL...
Excellent!
Would you consider using cURL (http://www.php.net/manual/en/intro.curl.php) instead of file_get_contents to get the title of the video file?
* we have disabled file_get_contents on...
Forum:
vBulletin 3.7 Add-ons
07-05-2008, 03:53 PM
Replies:
153
Moderators Functions -
Spam Decimator
Views:
36,638
Posted By
MindStar
Excellent, I see that you've used the...
Excellent, I see that you've used the postbit_hook to install the button without requiring any pesky template edits :)
Keep up the good work!
Forum:
vBulletin 3.8 Add-ons
07-02-2008, 10:37 AM
Replies:
2,396
Show Thread Enhancements -
[AJAX] Post Thank You Hack
Views:
885,687
Posted By
MindStar
I think my feature request may have got lost in...
I think my feature request may have got lost in the wave of "how do I get it working" posts... :erm:
Showing results 1 to 25 of 28
Page 1 of 2
1
2
>
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
02:14 PM
.
-- 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.01639 seconds
Memory Usage
2,038KB
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
(1)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(74)
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.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(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(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(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(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(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