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 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.03
seconds.
Search:
Posts Made By:
MarkFL
Forum:
vB3 General Discussions
09-09-2019, 01:22 AM
Replies:
2
How to remove the reason for edit in the topics
Views:
410
Posted By
MarkFL
Is this what you're wanting? Remove Post...
Is this what you're wanting?
Remove Post Edit History (from within postbits) (https://vborg.vbsupport.ru/showthread.php?t=321938)
Forum:
vB4 Programming Discussions
08-20-2019, 05:24 PM
Replies:
2
Poster's Username in signature
Views:
721
Posted By
MarkFL
You could create a plugin hooked at...
You could create a plugin hooked at 'postbit_display_complete" with the code:
if ($post['signature'])
{
$post['signature'] = ($post['username'] . '\'s Signature<br />' . $post['signature']);
}
Forum:
vB4 General Discussions
06-07-2019, 11:57 PM
Replies:
3
Capitalizing all letters in thread title
Views:
461
Posted By
MarkFL
You're going to have to run a database query to...
You're going to have to run a database query to convert all existing thread titles, and you're going to have to write a plugin to force all future thread titles to be all uppercase before being...
Forum:
vB4 General Discussions
06-06-2019, 04:51 PM
Replies:
2
Started by X in usergroup colour
Views:
279
Posted By
MarkFL
I've posted an addon here that will do what you...
I've posted an addon here that will do what you want:
Username Markup In Threadbits (https://vborg.vbsupport.ru/showthread.php?t=324753)
Forum:
vB4 General Discussions
05-26-2019, 03:47 PM
Replies:
2
Auto Move Closed threads to archive or other forum
Views:
356
Posted By
MarkFL
I am attaching a simple mod I developed that will...
I am attaching a simple mod I developed that will check once an hour for closed threads in the source forums you specify and move them to the destination forum you specify.
Forum:
vB4 General Discussions
04-17-2019, 12:34 PM
Replies:
2
List ignored users
Views:
296
Posted By
MarkFL
I published this product you might want to...
I published this product you might want to consider:
Ignored User Data (https://vborg.vbsupport.ru/showthread.php?t=319067)
Forum:
vB4 General Discussions
02-24-2019, 05:05 AM
Replies:
5
Trying to exclude a template using This Script but I keep getting errors
Views:
676
Posted By
MarkFL
If you want to exclude multiple scripts, I would...
If you want to exclude multiple scripts, I would use for the condition:
!in_array(THIS_SCRIPT, array(script1, script2, ...))
Forum:
vB4 General Discussions
02-02-2019, 07:16 PM
Replies:
4
A feature similar to "egosearch" or "View Your Posts" at phpBB
Views:
459
Posted By
MarkFL
I developed a simple product for that, which I...
I developed a simple product for that, which I will attach here...
It will add a "My Posts" dropdown menu to your secondary navbar. :)
Forum:
vB4 General Discussions
01-30-2019, 07:12 PM
Replies:
9
Why Disapperar New Posts after Reading
Views:
388
Posted By
MarkFL
For "This Week's Posts" I added a link under...
For "This Week's Posts" I added a link under quick links in the Navigation Manager of the form:
search.php?{session.sessionurl}do=getdaily&days=7&contenttype=vBForum_Post
Forum:
vBulletin 4.x Add-ons
01-29-2019, 12:20 AM
Replies:
145
Show Thread Enhancements -
Hide BBCodes/Signatures From Guests/Users
Views:
26,740
Posted By
MarkFL
Well, I'm glad reuploading the product seems to...
Well, I'm glad reuploading the product seems to have fixed the issue. I've never had any such issue from this product. :)
Forum:
vB4 General Discussions
01-09-2019, 06:03 PM
Replies:
2
Ads like new reply?
Views:
296
Posted By
MarkFL
I would give this one a try: ...
I would give this one a try:
https://vborg.vbsupport.ru/showthread.php?t=239981
Forum:
vB4 Programming Discussions
11-29-2018, 10:27 PM
Replies:
1
http://www.PreventSpamURLsInTheTopicTitle.com
Views:
296
Posted By
MarkFL
This product (available from either site below)...
This product (available from either site below) will allow you to prevent URLs from being posted in thread titles:
Good Thread Titles (MHB)...
Forum:
vBulletin 4.x Add-ons
11-12-2018, 12:49 AM
Replies:
7,574
Major Additions -
ibProArcade - professional Arcade System
Views:
2,329,105
Posted By
MarkFL
I just installed 2.7.6+ first on my dev site, and...
I just installed 2.7.6+ first on my dev site, and then on my live site and everything was as smooth as glass. Nice work!! Thanks for all your efforts. :)
Forum:
vBulletin 4.x Add-ons
11-09-2018, 04:52 PM
Replies:
18
New Posting Features -
Prevent Post Formatting Abuse
Views:
8,818
Posted By
MarkFL
This product is for post content, not thread...
This product is for post content, not thread titles. For thread titles, please check out the sites in my sig for my "Good Thread Titles" product.
Forum:
vBulletin 4.x Add-ons
11-08-2018, 05:56 PM
Replies:
18
New Posting Features -
Prevent Post Formatting Abuse
Views:
8,818
Posted By
MarkFL
Locate the plugin with this product titled "Fix...
Locate the plugin with this product titled "Fix Old Posts Being Viewed" and withing that plugin's code, immediately after the line:
build_thread_counters($post['threadid']);
Add this line,...
Forum:
vB4 General Discussions
11-06-2018, 01:10 PM
Replies:
3
Where do I change the forum default for postbit
Views:
210
Posted By
MarkFL
Under Options you'll find "Style & Language...
Under Options you'll find "Style & Language Settings" and on that page look for "Use Legacy (Vertical) Postbit Template." :)
Forum:
ibProArcade
11-04-2018, 02:17 PM
Replies:
9
Usernames markup
Views:
1,242
Posted By
MarkFL
This would be a nice feature for a future...
This would be a nice feature for a future upgrade. :)
Forum:
vBulletin 4.x Add-ons
11-01-2018, 05:41 PM
Replies:
672
Add-On Releases -
vBulletin Link Directory
Views:
128,683
Posted By
MarkFL
I would try editing the XML file to change the...
I would try editing the XML file to change the "dependencies block to read:
<dependencies>
<dependency dependencytype="vbulletin" minversion="4.0.0" maxversion="5.0.0" />
</dependencies>
Forum:
vBulletin 4.x Add-ons
10-26-2018, 07:11 PM
Replies:
7,574
Major Additions -
ibProArcade - professional Arcade System
Views:
2,329,105
Posted By
MarkFL
I figured out the issue, which was all my fault....
I figured out the issue, which was all my fault. I didn't have the database type set as "mysqli" in my config.php file.
All good now, and thanks for helping point me i the right direction. :)
Forum:
vB4 Design and Graphics Discussions
10-22-2018, 11:33 AM
Replies:
2
Show Only To Self (Template Conditional)
Views:
973
Posted By
MarkFL
In a plugin, I would user the conditional: ...
In a plugin, I would user the conditional:
$userinfo['userid'] == $vbulletin->userinfo['userid']
this should work in a template conditional as well.
Forum:
vB4 General Discussions
10-20-2018, 12:56 AM
Replies:
9
Alert when Mailbox is Full
Views:
445
Posted By
MarkFL
I don't know if Tapatalk bypasses the hook I'm...
I don't know if Tapatalk bypasses the hook I'm using (I think it bypasses most PHP plugin hooks), but I have turned my code into a product with settings to allow you to turn it on/off and to set the...
Forum:
vBulletin 4.x Add-ons
10-19-2018, 01:38 AM
Replies:
12
Forum Home Enhancements -
Affiliates Section
Views:
3,285
Posted By
MarkFL
I am attaching an updated version that allows you...
I am attaching an updated version that allows you to choose the block location as either in the WGO block (like the original version) or above the footer on all pages. :)
Forum:
vB4 General Discussions
10-17-2018, 04:57 PM
Replies:
8
Test forum in pc
Views:
491
Posted By
MarkFL
You'll need to set up something like xampp which...
You'll need to set up something like xampp which will create a local server on your hard drive. And on that you can run a copy of your forum.
Forum:
vBulletin 4.x Add-ons
10-17-2018, 01:10 AM
Replies:
2,765
New Posting Features -
[DBTech] Advanced Post Thanks / Like v3 (vB4) [AJAX]
Views:
543,045
Posted By
MarkFL
Yes, the Pro version allows you to limit how many...
Yes, the Pro version allows you to limit how many names are shown in the postbit:
https://vborg.vbsupport.ru/attachment.php?attachmentid=157220&stc=1&d=1539745749
Forum:
vBulletin 4.x Add-ons
10-13-2018, 02:08 AM
Replies:
12
Forum Home Enhancements -
Affiliates Section
Views:
3,285
Posted By
MarkFL
It's my understanding that you are allowed to...
It's my understanding that you are allowed to make any modifications to a published product here to suit your own needs (except for removing branding). You would want to get the consent of the...
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
Last
»
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
04:56 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.02857 seconds
Memory Usage
2,075KB
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)
pagenav_pagelinkrel
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(23)
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.0114
(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(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(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(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(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(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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(170, 0, 1,''); -> cached fperms for forum 170
(unspecified) fetch_permissions(170, 0, 1,''); -> cached fperms for forum 170
(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(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(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(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
FULLTEXT Search
php_sapi_name(): fpm-fcgi