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 38
Search took
0.01
seconds.
Search:
Posts Made By:
jagtpf
Forum:
vBulletin.org Site Feedback
05-23-2019, 02:07 PM
Replies:
22
Sticky:
Request - Account Deletion aka "Delete My Account"
Views:
23,404
Posted By
Joshua G.
We do not delete threads and posts, not typically...
We do not delete threads and posts, not typically anyway. What we do now is change the username before deleting the user so the username doesn't remain on their threads and posts.
Forum:
vBulletin 4.x Add-ons
08-06-2018, 08:21 AM
Replies:
224
Forum Display Enhancements -
All Topic - Master Forums - Shows threads from multiple forums in one forum
Views:
45,710
Posted By
BirdOPrey5
A random option for thread display would seem...
A random option for thread display would seem like its own separate mod, it wouldn't be part of this since this mod doesn't alter how threads are displayed. But thank you for the kind words about the...
Forum:
vB4 General Discussions
07-27-2018, 06:32 AM
Replies:
6
Created a New Thread, now you must post
Views:
369
Posted By
djbaxter
That's exactly what will happen. The same...
That's exactly what will happen.
The same thing happens when you have a minimum posts limit before the member can post links or create a signature. You just end up with a lot of crap posts while...
Forum:
vBulletin 4.x Add-ons
11-23-2016, 02:28 AM
Replies:
66
New Posting Features -
New Thread/Post Reminder Message
Views:
10,903
Posted By
MarkFL
Update - Version 1.3: Now allows for...
Update - Version 1.3:
Now allows for different messages/titles to be displayed in different forums.
For example, if you edit your message to read:
BEGINFORUMIDS 2,3,4 ENDFORUMIDSMessage...
Forum:
vBulletin 3.8 Add-ons
03-18-2016, 12:05 PM
Replies:
450
Administrative and Maintenance Tools -
Multiple account login detector (AE Detector)
Views:
146,674
Posted By
Alan_SP
If user knows what this mods looking for, he can...
If user knows what this mods looking for, he can avoid it. And that can be done very easily. As you probably know, cookies are easily controlled within any browser, just deleting all cookies, or if...
Forum:
vB4 General Discussions
03-15-2016, 06:01 PM
Replies:
6
What happened to tachy goes to coventry in VB4?
Views:
2,155
Posted By
Paul M
Its standard code in all versions of vB4.
Its standard code in all versions of vB4.
Forum:
vB4 Programming Discussions
02-26-2016, 01:38 PM
Replies:
1
Adding posts to nominated thread
Views:
494
Posted By
MarkFL
Suppose you have the threadid of the thread whose...
Suppose you have the threadid of the thread whose first post content you want to grab, stored in $threadid. You can the query the database as follows:
$fposts = $vbulletin->db->query_read("...
Forum:
vB4 General Discussions
02-20-2016, 09:47 AM
Replies:
18
Pest members
Views:
1,158
Posted By
Skyrider
Let me know if it works :)
Let me know if it works :)
Forum:
vBulletin 3.8 Add-ons
02-17-2016, 02:07 PM
Replies:
450
Administrative and Maintenance Tools -
Multiple account login detector (AE Detector)
Views:
146,674
Posted By
squidsk
You need to manually remove cookies. Logging off...
You need to manually remove cookies. Logging off only removes the cookies vbulletin itself adds not ones used by any products you have installed.
Forum:
vBulletin 3.8 Add-ons
02-17-2016, 10:54 AM
Replies:
450
Administrative and Maintenance Tools -
Multiple account login detector (AE Detector)
Views:
146,674
Posted By
blind-eddie
If you set admins to allow more then one account...
If you set admins to allow more then one account then that is why your ip does not trigger it.
Forum:
vBulletin 4.x Add-ons
02-14-2016, 03:08 PM
Replies:
81
Mini Mods -
Restrict Posting By Forum
Views:
16,876
Posted By
MarkFL
I have no way to test if Tapatalk users can get...
I have no way to test if Tapatalk users can get around the restrictions of this product or not.
Forum:
vB4 General Discussions
02-14-2016, 11:33 AM
Replies:
18
Pest members
Views:
1,158
Posted By
Skyrider
Why not use something like this? ...
Why not use something like this?
https://vborg.vbsupport.ru/showthread.php?t=125871
https://vborg.vbsupport.ru/showthread.php?t=183268
Be sure to read the latest posts for vB4 compatibility.
Forum:
vB4 General Discussions
02-13-2016, 07:41 PM
Replies:
18
Pest members
Views:
1,158
Posted By
Paul M
I just ban them again when we come across them,...
I just ban them again when we come across them, no message, no fuss.
They eventually get bored of constant re-regeristing, its a lot of work for them, a single click for me.
Forum:
vB4 General Discussions
02-13-2016, 02:21 PM
Replies:
18
Pest members
Views:
1,158
Posted By
Dave
Every time I see a new proxy registration, I...
Every time I see a new proxy registration, I always block the whole host (all IP ranges that belong to that host) and block the email domain in case it's a spam/temporary domain. Currently have a...
Forum:
vB4 General Discussions
02-13-2016, 01:23 PM
Replies:
18
Pest members
Views:
1,158
Posted By
final kaoss
Are you using a proxy killer? Might help in this...
Are you using a proxy killer? Might help in this case.
Forum:
vB4 Programming Discussions
02-08-2016, 12:52 PM
Replies:
16
Coding problem
Views:
828
Posted By
Dave
That happens because you're not escaping the...
That happens because you're not escaping the variable correctly.
The following is the right way:
$template_hook['postbit_userinfo_right_after_posts'] .=
'<br><dt>Nominate for Members Choice...
Forum:
vBulletin 4.x Add-ons
02-08-2016, 09:13 AM
Replies:
81
Mini Mods -
Restrict Posting By Forum
Views:
16,876
Posted By
Alan_SP
It looks double (in this case triple) posting...
It looks double (in this case triple) posting bug.
I have that from time to time and also noted that having TapaTalk installed can affect it in negative way.
Forum:
vBulletin 4.x Add-ons
01-29-2016, 02:22 PM
Replies:
175
Miscellaneous Hacks -
Featured Threads
Views:
23,979
Posted By
MarkFL
Okay, sorry for the confusion...the setting...
Okay, sorry for the confusion...the setting description is wrong, and the custom icon does need to be upload to your "markfl_featuredthreads/icons" folder. :o
The blank screen I presume is...
Forum:
vBulletin 4.x Add-ons
01-29-2016, 12:21 PM
Replies:
181
Miscellaneous Hacks -
[DBTech] vBNominate v1 (vB4) [AJAX]
Views:
45,862
Posted By
DragonByte Tech
That would appear to be the case, from looking at...
That would appear to be the case, from looking at the code.
Fillip
Forum:
vBulletin 4.x Add-ons
01-28-2016, 08:19 AM
Replies:
81
Mini Mods -
Restrict Posting By Forum
Views:
16,876
Posted By
Stratis
Don't bother Mark :) I have put that number, some...
Don't bother Mark :) I have put that number, some times we might change from admins panel
and forget to change the phrase, as I say its not a big deal, both of them to my previous post.
This mod...
Forum:
vBulletin 4.x Add-ons
01-26-2016, 03:01 PM
Replies:
81
Mini Mods -
Restrict Posting By Forum
Views:
16,876
Posted By
MarkFL
Yes, if you have several forums restricted, users...
Yes, if you have several forums restricted, users will be able to post up to the limit in each of the restricted forums. Suppose you have the restriction set to a maximum of 5 posts, then they can...
Forum:
vBulletin 4.x Add-ons
01-21-2016, 02:16 PM
Replies:
1,896
Major Additions -
Yet Another Awards System
Views:
378,401
Posted By
squidsk
Here's the, not complete, list of changes that...
Here's the, not complete, list of changes that will be in the next version. I don't do this professionally, and when RL comes along my coding projects all take a back seat, and the last year my...
Forum:
vBulletin 4.x Add-ons
01-20-2016, 03:27 PM
Replies:
175
Miscellaneous Hacks -
Featured Threads
Views:
23,979
Posted By
MarkFL
If I had to wager a guess, it would be the...
If I had to wager a guess, it would be the MariaDB that's at the heart of the issue...:)
Forum:
vB4 Programming Discussions
01-16-2016, 07:30 PM
Replies:
7
Help with profile tab content
Views:
634
Posted By
Gio~Logist
You don't need everything you put, actually. ...
You don't need everything you put, actually.
So, instead of contenttype, you're fine with just contenttypeid.
This would work:
Also, while testing, you can add &nocache=1 this way you get...
Forum:
Board of the Month
01-09-2016, 05:49 PM
Replies:
0
Sticky:
Board of the Month Update
Views:
20,135
Posted By
BirdOPrey5
Board of the Month Update
As of January 1st, 2016 we are putting a hold on the Board of the Month contest. We will re-evaluate demand in several months and decide whether we will bring the contest back at that time.
Thank...
Showing results 1 to 25 of 38
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
09:54 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.01918 seconds
Memory Usage
2,039KB
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
(54)
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.0010
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(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(245, 0, 1,''); -> cached fperms for forum 245
(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(245, 0, 1,''); -> cached fperms for forum 245
(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(245, 0, 1,''); -> cached fperms for forum 245
(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(245, 0, 1,''); -> cached fperms for forum 245
(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(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(94, 0, 1,''); -> cached fperms for forum 94
(unspecified) fetch_permissions(94, 0, 1,''); -> cached fperms for forum 94
FULLTEXT Search
php_sapi_name(): fpm-fcgi