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 6
1
2
3
>
Last
»
Showing results 1 to 25 of 127
Search took
0.01
seconds.
Search:
Posts Made By:
Jon12345
Forum:
vB3 Design and Graphics Discussions
01-18-2020, 05:27 PM
Replies:
0
Right column renders last
Views:
843
Posted By
Jon12345
Right column renders last
My vbulletin site has an annoying rendering "feature", where the main forum section fills the screen, then the right column appears right at the end, shoving the main forum section to the left.
...
Forum:
vB3 Programming Discussions
11-28-2018, 10:44 AM
Replies:
3
Rotating text links on my site
Views:
787
Posted By
Jon12345
I got a solution now. All done!
I got a solution now. All done!
Forum:
vB3 Programming Discussions
11-26-2018, 10:03 AM
Replies:
3
Rotating text links on my site
Views:
787
Posted By
Jon12345
I don't mean physical rotation but rather...
I don't mean physical rotation but rather rotating between a list of several different links.
e.g. link to Google. When page is refreshed, it then shows Facebook link. etc.
Or, it can just be...
Forum:
vB3 Programming Discussions
11-23-2018, 10:16 AM
Replies:
3
Rotating text links on my site
Views:
787
Posted By
Jon12345
Rotating text links on my site
I want to rotate some text links on my side. My code is:
<a href="https://mysite.com" target="_blank" rel="nofollow">Anchor text</a>
Is there some simple code I can put in my template for this?
Forum:
vB3 Design and Graphics Discussions
06-20-2018, 09:36 AM
Replies:
2
Aligning navigation tabs
Views:
1,078
Posted By
Jon12345
Yes of course! This is the header code. ...
Yes of course! This is the header code.
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="35" height="32" bgcolor="#FFFFFF"<div...
Forum:
vB3 Design and Graphics Discussions
06-19-2018, 08:25 AM
Replies:
2
Aligning navigation tabs
Views:
1,078
Posted By
Jon12345
Aligning navigation tabs
I've been updating the header area of my forum recently. The tabs at the top of the page are Home, Forum & Contact. Currently, they are slightly to the right of centre at the top. I'm using tables to...
Forum:
vB3 Design and Graphics Discussions
07-20-2017, 11:02 AM
Replies:
2
Code button on Quick Reply toolbar
Views:
2,115
Posted By
Jon12345
Oh that's just brilliant MarkFL, thanks so much...
Oh that's just brilliant MarkFL, thanks so much for that!
Forum:
vB3 Design and Graphics Discussions
07-19-2017, 01:16 PM
Replies:
2
Code button on Quick Reply toolbar
Views:
2,115
Posted By
Jon12345
Code button on Quick Reply toolbar
I had a request from a user to put a Code button on the Quick Reply toolbar. Is that easy to do with a template edit/ I am on 3.8.
Forum:
vB3 Programming Discussions
10-29-2013, 05:41 PM
Replies:
13
Randomly running some code
Views:
1,040
Posted By
Jon12345
How do I reverse the condition? I have an...
How do I reverse the condition?
I have an advert showing if condition=x. But I want to stop showing an advert in another location is condition=x. So, what is the reverse?
Edit:Worked it out....
Forum:
vB3 Programming Discussions
10-25-2013, 02:28 PM
Replies:
13
Randomly running some code
Views:
1,040
Posted By
Jon12345
Something doesn't seem quite right. For 1 in 3, I...
Something doesn't seem quite right. For 1 in 3, I am now at 9 out of 13.
Forum:
vB3 Programming Discussions
10-25-2013, 02:16 PM
Replies:
13
Randomly running some code
Views:
1,040
Posted By
Jon12345
My code is: <if condition="TIMENOW%4==0"> ...
My code is:
<if condition="TIMENOW%4==0">
<td>
<div data-type="ad" data-publisher="xxx.mysite.site" data-zone="ron" data-format="300x250"></div>
</td>
</if>
I got it to show 2 out of 13...
Forum:
vB3 Programming Discussions
10-25-2013, 01:02 PM
Replies:
13
Randomly running some code
Views:
1,040
Posted By
Jon12345
I am trying 1 in 4 right now. TIMENOW%4==0 ...
I am trying 1 in 4 right now. TIMENOW%4==0
See it in action (or not as the case may be!):http://access-programmers.co.uk/forums/showthread.php?p=1301767&mode=linear#post1301767
The third post...
Forum:
vB3 Programming Discussions
10-25-2013, 12:31 PM
Replies:
13
Randomly running some code
Views:
1,040
Posted By
Jon12345
I've tried using 2 and it showed my ads 1 in 2...
I've tried using 2 and it showed my ads 1 in 2 chance. But when I tried 4 or 7, it didn't show 1 in 4 or 1 in 7 times. Maybe the maths is a bit out somehow? Do I need to clip off the decimals or...
Forum:
vB3 Programming Discussions
10-24-2013, 12:42 PM
Replies:
13
Randomly running some code
Views:
1,040
Posted By
Jon12345
Clever idea, thanks! I will try that. :) ...
Clever idea, thanks! I will try that. :)
--------------- Added 1382625240 at 1382625240 ---------------
Seems to work. :) Would be nice to work out how to vary the probability of display. e.g 1...
Forum:
vB3 Programming Discussions
10-24-2013, 11:12 AM
Replies:
13
Randomly running some code
Views:
1,040
Posted By
Jon12345
Randomly running some code
I have some ad code, but only want to show it with a 1 in 10 chance. The code is:
<div data-type="ad" data-publisher="abc.mysite.site" data-zone="ron" data-format="728x90"></div>
It will be in...
Forum:
vBulletin 4.x Add-ons
10-22-2013, 02:23 PM
Replies:
3,497
Anti-Spam Options -
[GlowHost] Spam-O-Matic - Spam Firewall stops forum spam
Views:
24,555,079
Posted By
Jon12345
Couple of questions: 1. I have v2.1.0 - is...
Couple of questions:
1. I have v2.1.0 - is it important to upgrade to v2.1.2? If so, how do I upgrade?
2. I am getting some errors:
Database error in vBulletin 4.2.0:
Invalid SQL:
Forum:
vB3 General Discussions
10-15-2013, 05:11 PM
Replies:
7
www.mysite.com and mysite.com
Views:
729
Posted By
Jon12345
So what I had in there was slightly different...
So what I had in there was slightly different versions of the same thing? i.e. one of them was redundant?
I have a very long htaccess file due to Wordpress security plugins and cache. These have...
Forum:
vB3 General Discussions
10-15-2013, 11:13 AM
Replies:
7
www.mysite.com and mysite.com
Views:
729
Posted By
Jon12345
I already had this code in my htaccess file: ...
I already had this code in my htaccess file:
RewriteEngine On
# Externally redirect only direct client requests for /index.php to /
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\...
Forum:
vB3 General Discussions
10-14-2013, 03:48 PM
Replies:
7
www.mysite.com and mysite.com
Views:
729
Posted By
Jon12345
www.mysite.com and mysite.com
When you go to my homepage, if you type mysite.com, it goes to www.mysite.com. But if you go to mysite.com/forums/, it stays there.
Am I losing rankings as a result of this? How can I get it to...
Forum:
vBulletin 3.6 Add-ons
08-08-2013, 01:06 PM
Replies:
46
Mini Mods -
MNG - Send Custom PM or Email to User on Paid Subscription
Views:
19,561
Posted By
Jon12345
I have installed this plugin on my forum now and...
I have installed this plugin on my forum now and set up all the emails and private messages. Is there any way to test that it will send a message and what it will look out without me having to...
Forum:
vB3 General Discussions
07-10-2013, 12:41 PM
Replies:
2
vBulletin paid subscription email
Views:
608
Posted By
Jon12345
vBulletin paid subscription email
I have set up paid subscription for my forum. Is there some way that I can get vBulletin to send a customised email when someone signs up? Maybe there is a mod for this out there?
It seems strange...
Forum:
vB3 Design and Graphics Discussions
06-25-2013, 02:24 PM
Replies:
3
Removing excess whitespace
Views:
930
Posted By
Jon12345
Thanks for replying. I found the solution was to...
Thanks for replying. I found the solution was to reduce the table height from 120 to 95. That did the trick.
But, I have a similar problem but slightly different.
Logged in members of my forum...
Forum:
vBulletin 3.8 Add-ons
06-21-2013, 03:10 PM
Replies:
47
Miscellaneous Hacks -
Subscription Notifications -- Drive paid subscriptions & renewals
Views:
16,231
Posted By
Jon12345
Thanks for following up on that. I found the code...
Thanks for following up on that. I found the code for the tables there but in fact I think its the wrong place for me to look. I want to reduce the space above and below that table rather than inside...
Forum:
vB3 Design and Graphics Discussions
06-21-2013, 03:07 PM
Replies:
3
Removing excess whitespace
Views:
930
Posted By
Jon12345
Removing excess whitespace
How do I reduce the excess whitespace between my 728x90 banner ad and navbar?
http://www.access-programmers.co.uk/forums/index.php
Thanks,
Jon
Forum:
vBulletin 3.8 Add-ons
06-20-2013, 06:24 PM
Replies:
47
Miscellaneous Hacks -
Subscription Notifications -- Drive paid subscriptions & renewals
Views:
16,231
Posted By
Jon12345
I still can't work out where you mean. I have...
I still can't work out where you mean. I have gone to Styles & Templates > Style Manager. Then I choose Edit Templates using the drop down box on the right. Then I expand all templates so I can see a...
Showing results 1 to 25 of 127
Page 1 of 6
1
2
3
>
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
06:28 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.02026 seconds
Memory Usage
2,047KB
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
(26)
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.0024
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(168, 0, 1,''); -> cached fperms for forum 168
(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(168, 0, 1,''); -> cached fperms for forum 168
(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(111, 0, 1,''); -> cached fperms for forum 111
(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(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(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(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(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(168, 0, 1,''); -> cached fperms for forum 168
(unspecified) fetch_permissions(168, 0, 1,''); -> cached fperms for forum 168
(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