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 72
Search took
0.01
seconds.
Search:
Posts Made By:
John Lester
Forum:
vB4 Programming Discussions
09-11-2015, 01:30 PM
Replies:
26
Database query needed
Views:
1,625
Posted By
squidsk
Try this query. The database needs to be...
Try this query. The database needs to be backticked seperately from the table name, and I've added IGNORE after INSERT.
INSERT IGNORE INTO `muscle-mecca-BackUp`.`post`
(SELECT *
FROM...
Forum:
vBulletin 4.x Add-ons
07-20-2015, 11:06 AM
Replies:
498
Anti-Spam Options -
Spambot Stopper - Prevent Spambots from Registering
Views:
148,938
Posted By
kh99
Sorry again. I'll try to take a quick look at...
Sorry again. I'll try to take a quick look at what I was given and post that.
Forum:
vBulletin 4.x Add-ons
05-11-2015, 07:53 PM
Replies:
276
Board Optimization -
[DBTech] vB Optimise v2 (vB4)
Views:
103,869
Posted By
DragonByte Tech
vB Optimise v2.6.3 Changes To Existing...
vB Optimise v2.6.3
Changes To Existing Features:
Resource Saving Statistics
Now uses ChartJS to display the graph
Loads faster than Flash-based solutions
More laptop and mobile device...
Forum:
vB4 General Discussions
05-06-2015, 03:18 AM
Replies:
1
Mass Changing User Group for Older Users
Views:
504
Posted By
MarkFL
You could follow; AdminCP ► Maintenance ►...
You could follow;
AdminCP ► Maintenance ► Execute SQL Query
And run the manual query:
UPDATE user set usergroupid = 3 where (usergroupid = 2 AND ((UNIX_TIMESTAMP() -...
Forum:
vB4 General Discussions
05-01-2015, 02:03 AM
Replies:
30
View forum posts 4.1.12
Views:
2,423
Posted By
Lynne
How many rows in your post table? How many...
How many rows in your post table?
How many rows in your searchcore table? (It should have more than your post table if it was reindexed completely.)
Forum:
vB4 General Discussions
04-29-2015, 01:39 AM
Replies:
4
vBulletin and IPv6
Views:
2,317
Posted By
final kaoss
According to google, in 2014 it was 3 percent...
According to google, in 2014 it was 3 percent overall and so far in 2015, it's at 6.4 percent of all devices are using it.
https://www.google.com/intl/en/ipv6/statistics.html
Sure we don't need...
Forum:
vB4 Programming Discussions
04-13-2015, 06:07 AM
Replies:
6
Change b/g of post for OP's replies
Views:
609
Posted By
MarkFL
Using the color I chose above for demonstration,...
Using the color I chose above for demonstration, here's what it looks like on my local dev site:
https://vborg.vbsupport.ru/attachment.php?attachmentid=152238&stc=1&d=1428912411
Forum:
vB4 Programming Discussions
04-05-2015, 05:18 PM
Replies:
2
Ignored Users Quotes!
Views:
588
Posted By
Bounce
Works!!!! 4.2.2 Patch Level 4 Many many...
Works!!!! 4.2.2 Patch Level 4
Many many thanks :up::up:
Forum:
vB4 Programming Discussions
03-18-2015, 11:36 PM
Replies:
41
Usergroups and additional usergroup in vBSuperPMs - lite + Pro
Views:
4,848
Posted By
TheLastSuperman
If the author checks using two differnet bits of...
If the author checks using two differnet bits of code then it can be done, usually its not "double" the code either i.e. if the .xml file was 2mb it doesn't go to 4mb just by adding in a small amount...
Forum:
vB4 Design and Graphics Discussions
03-13-2015, 10:29 AM
Replies:
20
Help with blog styling
Views:
1,932
Posted By
kh99
Glad you got it figured out. For future...
Glad you got it figured out. For future reference, if someone wants to do it with CSS, it can be done like this:
div[id^="blogtagmenu_"] {
background-color:transparent !important;
border-width:...
Forum:
vB4 Design and Graphics Discussions
03-13-2015, 07:59 AM
Replies:
20
Help with blog styling
Views:
1,932
Posted By
HM666
No problem. :) This has been solved...
No problem. :)
This has been solved with some js added at the end of a couple of templates dealing with the blog. Its answered in this thread:...
Forum:
vB4 General Discussions
03-04-2015, 01:28 PM
Replies:
24
How to make .html extensions ?
Views:
1,837
Posted By
ccf
The old version of vBulletin linked to .html...
The old version of vBulletin linked to .html files, adn our in-bound was built while we were using it.
Forum:
vB4 Programming Discussions
02-08-2015, 10:44 AM
Replies:
20
Code to show a template on only the front page
Views:
1,337
Posted By
Dead Eddie
<vb:if...
<vb:if condition="$_GET['r']==114"></vb:if>
Forum:
vB4 General Discussions
01-24-2015, 02:25 PM
Replies:
5
vBSEO removed - here are some Google Analytics
Views:
1,519
Posted By
cellarius
vBSEO removed - here are some Google Analytics
Since this has been asked several times by now, here is what happened when I removed vBSEO from my vB3 site. If anything, vB4 would be expected to do better. Although it's certainly not really a...
Forum:
vB4 Programming Discussions
01-06-2015, 10:18 PM
Replies:
15
Adding Thread Author to "Find latest posts" Search Results
Views:
793
Posted By
MarkFL
I followed your advice, making a slight change to...
I followed your advice, making a slight change to the suggested template edit, and got exactly what I wanted.
This is the template edit I used:
<div class="username_container">...
Forum:
Modification Graveyard
10-14-2014, 08:21 AM
Replies:
19
End-User Options -
[OzzModz] Avatar Ignore System For Postbit
Views:
4,434
Posted By
ozzy47
Yeah that image should suit some people. Perhaps...
Yeah that image should suit some people. Perhaps in a future update, I can add a option in the ACP settings to display the replacement avatar or display nothing at all.
Forum:
Modification Graveyard
10-13-2014, 05:59 PM
Replies:
19
End-User Options -
[OzzModz] Avatar Ignore System For Postbit
Views:
4,434
Posted By
Max Taxable
I took the liberty of creating that image for...
I took the liberty of creating that image for you, see attached. 150px by 150px.
Forum:
Modification Graveyard
10-13-2014, 09:16 AM
Replies:
19
End-User Options -
[OzzModz] Avatar Ignore System For Postbit
Views:
4,434
Posted By
ozzy47
As it is now, it would show some text like...
As it is now, it would show some text like ozzy47's Avatar.
Forum:
vB4 General Discussions
10-01-2014, 04:23 AM
Replies:
3
Does anyone know what this guy is trying to do?
Views:
513
Posted By
tbworld
It is a spambot trying to register. This is...
It is a spambot trying to register. This is pretty well known code. Block it if you can, if not do not worry about it unless he registered. There are many variants of the same code. :)
Forum:
vB4 Programming Discussions
08-24-2014, 10:18 PM
Replies:
4
How can you add color in
Views:
579
Posted By
cellarius
Now, my guess would have been that he wants to...
Now, my guess would have been that he wants to color the username in the already existing "Welcome, username" message at the top of the header, not just adding it once againg a few pixels below.
...
Forum:
vB4 Design and Graphics Discussions
08-11-2014, 12:07 AM
Replies:
2
Vbulletin custom Grids
Views:
503
Posted By
devoidfeast
after spending some time on reading about yui i...
after spending some time on reading about yui i was able to write a grid for it.
here is the code,
<?xml version="1.0" encoding="UTF-8"?>
<grids>
<grid name="try1" auxheader="0" auxfooter="0"...
Forum:
vB4 General Discussions
06-21-2014, 10:03 AM
Replies:
2
If condition for blog this post
Views:
430
Posted By
tbworld
STEP1: Modify Plugin ...
STEP1: Modify Plugin
-------------------------------------------------
Product: vBulletin Blog
Plugin: Add links to blog
Find:
$this->registry->userinfo['userid']
Replace:
Forum:
vB4 General Discussions
06-21-2014, 07:50 AM
Replies:
4
[SEO] How to prevent duplicate content from post to thread ?
Views:
348
Posted By
cellarius
There is no problem. vB4 provides a canonical...
There is no problem. vB4 provides a canonical URL, so google and other spiders know which URL is the main one when accessing a page. They'll ignore others. No need to worry.
Forum:
vB4 General Discussions
04-07-2014, 01:57 AM
Replies:
10
Is there a way to do this?
Views:
906
Posted By
ozzy47
Here is the demo account mod,...
Here is the demo account mod, https://vborg.vbsupport.ru/showthread.php?t=310264
It is also available for:
vB3.8 https://vborg.vbsupport.ru/showthread.php?t=310263
vB3.7...
Forum:
vBulletin 4.x Add-ons
01-13-2014, 11:00 PM
Replies:
113
Miscellaneous Hacks -
Patched Flash Uploader to Fix Known Exploits
Views:
35,195
Posted By
alexm
Patched Flash Uploader to Fix Known Exploits
UPDATE Dec 2014: 4.2.2 PL2, 4.2.2 PL3 and 4.2.3 core download packages from vBulletin now include this patched version of uploader.swf as standard.
This is a patched version of YUI 2.9.0...
Showing results 1 to 25 of 72
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
03:34 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.03439 seconds
Memory Usage
2,056KB
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
(40)
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.0016
(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(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(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(253, 0, 1,''); -> cached fperms for forum 253
(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(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(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(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(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi