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 24 of 24
Search took
0.00
seconds.
Search:
Posts Made By:
bridge2heyday
Forum:
vB4 General Discussions
09-02-2017, 02:07 PM
Replies:
7
assign language to forum ?
Views:
691
Posted By
bridge2heyday
You posted your thread in the wrong froum .. but...
You posted your thread in the wrong froum .. but anyway I think this is what you are looking for ?
https://vbulletin.org/forum/showthread.php?t=315843
Forum:
vBulletin 5.x Products & Extensions
08-07-2017, 01:01 PM
Replies:
64
Forum Display Enhancements -
Who has read this thread
Views:
35,727
Posted By
bridge2heyday
Very Useful Mod .. but please note noderead table...
Very Useful Mod .. but please note noderead table saves markread data for last 10 days only ( by Default ) and it is cleaned by cron job 'Hourly Cleanup'
vB::getDbAssertor()->delete('noderead',...
Forum:
vB4 Programming Discussions
03-02-2017, 05:50 PM
Replies:
6
Admincp hooks
Views:
479
Posted By
bridge2heyday
I think finding them is easier than posting a...
I think finding them is easier than posting a thread here :)
Forum:
vBulletin 4.x Add-ons
02-19-2017, 09:21 PM
Replies:
75
Mini Mods -
IMG Cacher - SSL Keeper - Mixed Content Block Solution
Views:
42,665
Posted By
bridge2heyday
This is my version of this plugin $link_parsed...
This is my version of this plugin
$link_parsed = parse_url($link);
if( $link_parsed['scheme'] == 'http'){
$ssl = 'https://'.$link_parsed['host'];
$stream = @stream_context_create (array("ssl"...
Forum:
News and Announcements
11-29-2016, 07:46 PM
Replies:
28
Please welcome Dave as our new Advisor!
Views:
14,064
Posted By
bridge2heyday
Congratulations , Dave is providing great help to...
Congratulations , Dave is providing great help to all users here ..
Forum:
vB5 Programming Discussions
05-14-2016, 01:27 PM
Replies:
28
Disable post count per forum
Views:
2,027
Posted By
bridge2heyday
in Template display_Forums_item find <td...
in Template display_Forums_item
find
<td class="posts-count"><vb:if condition="!$isSubcategory">{vb:number {vb:raw forum.posts}}</vb:if></td>
replace with
<td class="posts-count"><vb:if...
Forum:
vBulletin 4.x Add-ons
03-27-2016, 10:21 AM
Replies:
27
Show Thread Enhancements -
[Bridge2Heyday] - Video Downloader and Auto Media Embedder
Views:
6,795
Posted By
bridge2heyday
good suggestion , will consider it on the update.
good suggestion , will consider it on the update.
Forum:
vBulletin 4.x Add-ons
03-25-2016, 07:29 PM
Replies:
95
Show Thread Enhancements -
Vbulletin Social Content Locker [Lite] - Pay With Like , Tweet and +1
Views:
18,113
Posted By
bridge2heyday
what exactly not working ? ..anyway as some...
what exactly not working ? ..anyway as some buttons got broken due to API updates .. a new version will be released next week
Forum:
vB4 Programming Discussions
11-29-2015, 07:41 AM
Replies:
6
PHP Direct Evaluation problem
Views:
595
Posted By
bridge2heyday
you should return value not echo $query =...
you should return value not echo
$query = "SELECT team_id, win, loss FROM match_results WHERE season_id=12";
$result = mysql_query($query);
$output = "<table>";
while($row =...
Forum:
Modification Requests/Questions (Unpaid)
08-28-2015, 10:00 AM
Replies:
21
Is there a way to restrict how often guests can refresh?
Views:
1,727
Posted By
bridge2heyday
Is this what you are looking for ? Limited...
Is this what you are looking for ?
Limited Guest Viewing -- Motivate Guests to Register (https://vborg.vbsupport.ru/showthread.php?t=231352)
Forum:
vB4 General Discussions
07-11-2015, 05:04 PM
Replies:
1
Can we use .png favicons?
Views:
334
Posted By
bridge2heyday
In headinclude template REPLACE <link...
In headinclude template
REPLACE
<link rel="Shortcut Icon" href="{vb:stylevar favicon}" type="image/x-icon" />
WITH
<link rel="icon" href="images/favicon.png" type="image/png" />
Forum:
vB3 Design and Graphics Discussions
05-06-2015, 11:18 AM
Replies:
48
Mobile Responsive theme ?
Views:
23,211
Posted By
bridge2heyday
One of My clients got vBMobile skin expecting a...
One of My clients got vBMobile skin expecting a 500$ product should be very good . but unfortunately the style was unprofessional and full of bugs/problems ..
Forum:
vBulletin 4.x Add-ons
03-20-2015, 07:03 AM
Replies:
44
Miscellaneous Hacks -
Human Verification on Login
Views:
11,241
Posted By
bridge2heyday
Very Good Work , thanks for the mod
Very Good Work , thanks for the mod
Forum:
vB4 General Discussions
03-01-2015, 09:42 PM
Replies:
14
Add Login To HVM Config Options
Views:
3,943
Posted By
bridge2heyday
Vbulletin has Strikes system and it is very...
Vbulletin has Strikes system and it is very effective against brute force attacks
Forum:
vBulletin 4.x Add-ons
01-29-2015, 06:00 AM
Replies:
27
Show Thread Enhancements -
[Bridge2Heyday] - Video Downloader and Auto Media Embedder
Views:
6,795
Posted By
bridge2heyday
Thank you,you can just install this mod and run...
Thank you,you can just install this mod and run Admincp ->Maintenance ->General Update -> Update Post Vidoes
This will work whether you have AME3 installed before or not.
Forum:
vB4 General Discussions
01-13-2015, 06:04 PM
Replies:
11
general question about templates/custom pages and styling
Views:
781
Posted By
bridge2heyday
I think you need to read this...
I think you need to read this https://vborg.vbsupport.ru/showthread.php?t=228112
Forum:
vB4 Programming Discussions
01-13-2015, 05:08 AM
Replies:
16
want to have duplicate forumhome page
Views:
1,018
Posted By
bridge2heyday
You will have to do some file edits because no...
You will have to do some file edits because no hooks for that
in forumdisplay.php .. directly under
$navbits[''] = $foruminfo['title'];
put
$forum2list = array(1,2,3); //id's of forums of...
Forum:
vBulletin 4.x Add-ons
01-12-2015, 06:52 PM
Replies:
95
Show Thread Enhancements -
Vbulletin Social Content Locker [Lite] - Pay With Like , Tweet and +1
Views:
18,113
Posted By
bridge2heyday
The New PRO Version is OUT there http://removed!
The New PRO Version is OUT there http://removed!
Forum:
vB4 General Discussions
01-10-2015, 02:51 PM
Replies:
18
Something strange with some user
Views:
1,016
Posted By
bridge2heyday
Make sure the user has a record in userfield...
Make sure the user has a record in userfield table ..
Forum:
vB4 Programming Discussions
01-08-2015, 11:43 PM
Replies:
20
Code to show a template on only the front page
Views:
1,337
Posted By
bridge2heyday
You Can Try <vb:if condition="$nodeid == 1">...
You Can Try
<vb:if condition="$nodeid == 1"> </vb:if>
OR
<vb:if condition="(THIS_SCRIPT == 'vbcms' AND !$_GET['r'])"></vb:if>
Forum:
vB4 Programming Discussions
12-25-2014, 03:36 AM
Replies:
10
Post Count not working in case of unmoderated posts
Views:
1,109
Posted By
bridge2heyday
It is not an issue .. it is the default behavior...
It is not an issue .. it is the default behavior ... pending posts are not counted until approved .
Forum:
vBulletin 4.x Add-ons
12-05-2014, 11:33 AM
Replies:
95
Show Thread Enhancements -
Vbulletin Social Content Locker [Lite] - Pay With Like , Tweet and +1
Views:
18,113
Posted By
bridge2heyday
These 3 options are planned + option to...
These 3 options are planned + option to automatically hide attachments
Forum:
vBulletin 4.x Add-ons
10-20-2014, 10:00 PM
Replies:
36
Mini Mods -
[bridge2heyday] - Automatically Add a Copyright Notice To Copied Text
Views:
5,603
Posted By
bridge2heyday
[bridge2heyday] - Automatically Add a Copyright Notice To Copied Text
This Tiny Mod allows you to Automatically Add a Copyright Notice To Copied Text in Vbulletin....
Forum:
vBulletin 4.x Add-ons
10-19-2014, 10:00 PM
Replies:
95
Show Thread Enhancements -
Vbulletin Social Content Locker [Lite] - Pay With Like , Tweet and +1
Views:
18,113
Posted By
bridge2heyday
Vbulletin Social Content Locker [Lite] - Pay With Like , Tweet and +1
Do you still place social buttons on every page of your website? But visitors don?t like/share your content as often as you would like?
You should give people a reason why they need to click social...
Showing results 1 to 24 of 24
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
01:22 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.06785 seconds
Memory Usage
2,029KB
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
(24)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(55)
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(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(251, 0, 1,''); -> cached fperms for forum 251
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(unspecified) fetch_permissions(258, 0, 1,''); -> cached fperms for forum 258
(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(2, 0, 1,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(2, 0, 1,''); -> cached fperms for forum 2
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(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(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(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi