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 71
Search took
0.01
seconds.
Search:
Posts Made By:
webmastersun
Forum:
Community Lounge
06-19-2019, 09:12 AM
Replies:
27
Add funds to make vB4.x get supported again?
Views:
4,064
Posted By
slash77xx
Good morning , the truth that I am observing,...
Good morning ,
the truth that I am observing, and I do not see why if they are easy to adapt to vb5 and being a vb4 a dinosaur,
vbulleting.org is still using vb3 3.8.12 or this website will soon...
Forum:
Community Lounge
06-19-2019, 01:41 AM
Replies:
27
Add funds to make vB4.x get supported again?
Views:
4,064
Posted By
In Omnibus
It was Paul Marsden who developed a PHP7...
It was Paul Marsden who developed a PHP7 compatible version of vBulletin 4 but he did not and is not authorized to make it public. I don't even know if he continues to use it. I think it would be...
Forum:
vB3 Programming Discussions
06-03-2019, 11:11 AM
Replies:
5
Help, can't install vb3 on my site
Views:
636
Posted By
Dave
Maybe it's easier to just import the database and...
Maybe it's easier to just import the database and then go find their email addresses in the users table of the database?
Forum:
Community Lounge
03-25-2019, 10:25 PM
Replies:
5
Xenforo vs IPS
Views:
1,510
Posted By
TheLastSuperman
If you were splicing (combining) two softwares...
If you were splicing (combining) two softwares such as Wordpress with vBulletin or any other software WITH vBulletin then many of our members would be up for discussions about which they think is...
Forum:
Community Reviews
05-08-2018, 12:22 AM
Replies:
66
Please review Internet Marketing Forum
Views:
43,419
Posted By
puertoblack2003
I like your setup. reminds me of wordpress...
I like your setup. reminds me of wordpress theme.
Forum:
Community Reviews
05-04-2018, 04:05 AM
Replies:
66
Please review Internet Marketing Forum
Views:
43,419
Posted By
Brandon Sheley
I also agree that the layout needs an overhaul...
I also agree that the layout needs an overhaul for today's standards. This may have been the look 5 years ago but today people want a simple layout so they can get to the content they want as fast as...
Forum:
vB4 General Discussions
10-19-2017, 06:03 PM
Replies:
9
Adsense and 4.2.4
Views:
874
Posted By
RichieBoy67
I always add directly to templates as well but...
I always add directly to templates as well but the I thought the ad manager would be easier for the op. :)
Forum:
vB4 General Discussions
10-08-2017, 09:35 PM
Replies:
5
VB4 .htaccess redirect old url to new url
Views:
1,112
Posted By
Dave
You could take a look at...
You could take a look at http://www.inmotionhosting.com/support/website/redirects/setting-up-a-301-permanent-redirect-via-htaccess which is almost exactly what you want.
As for your question that...
Forum:
vB4 General Discussions
03-16-2017, 09:22 AM
Replies:
16
How to Use Cloudflare on Vbulletin 4.x (100% Working)
Views:
7,878
Posted By
vimarc
How to Use Cloudflare on Vbulletin 4.x (100% Working)
In this tutorial I am going to share How to Use Cloudflare on Vbulletin 4.x (100% Working).
Check out Demo (http://www.topcelebforum.com/)
This method is 100% working for me and I am not...
Forum:
vB4 General Discussions
03-03-2017, 01:29 AM
Replies:
76
Sticky:
PHP 7 (vB4)
Views:
98,058
Posted By
MarkFL
The only issues I experienced when moving to PHP...
The only issues I experienced when moving to PHP 7.x were a few deprecation warnings, and replacing mysql() with mysqli(). These are generally easy to fix. If you can supply the exact error messages,...
Forum:
vB4 General Discussions
03-02-2017, 09:31 PM
Replies:
76
Sticky:
PHP 7 (vB4)
Views:
98,058
Posted By
Paul M
Which reminds me, I should give them Beta 3,...
Which reminds me, I should give them Beta 3, which came out this week.
Forum:
vB4 Design and Graphics Discussions
02-01-2017, 01:33 PM
Replies:
6
Image without wrapper in forum sidebar
Views:
1,030
Posted By
Seven Skins
You should be able to edit the forumhome page...
You should be able to edit the forumhome page template manually and insert the images you want. Look at around line 180 of the template.
Forum:
vBulletin Pre-Sales Questions
01-05-2017, 04:26 PM
Replies:
4
Healthcare Forums List
Views:
2,857
Posted By
Lynne
You want us to post a list of healthcare forums...
You want us to post a list of healthcare forums running vBulletin? Did you try just googling it?
Forum:
vB4 Programming Discussions
12-24-2016, 05:24 AM
Replies:
15
Box borders don't line up?
Views:
1,820
Posted By
MarkFL
Try adding this to your "additional.css"...
Try adding this to your "additional.css" template:
#thread_inlinemod_form div {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
Forum:
vB4 General Discussions
10-20-2016, 11:13 PM
Replies:
14
Social Connect for vBulletin 4.2.x
Views:
1,074
Posted By
In Omnibus
Dave hasn't even been on his own site since June...
Dave hasn't even been on his own site since June 20th. He disappeared from here before then. I'm not sure he's even developing any longer.
Forum:
vB4 General Discussions
08-09-2016, 09:17 AM
Replies:
3
Where is this phrase?
Views:
561
Posted By
Stratis
That's right, actually this is the exact you want...
That's right, actually this is the exact you want to search
No {1} specified. If you followed a valid link, please notify the <a href="{2}">administrator</a>
Forum:
vB4 General Discussions
08-09-2016, 07:45 AM
Replies:
5
Memcached can run with PHP7 on vB4.2.x?
Views:
884
Posted By
Paul M
My test site is running on 7.0.9 with opcache. ...
My test site is running on 7.0.9 with opcache.
No idea about memcached, what is the problem with that ?
Forum:
vB4 General Discussions
08-09-2016, 07:12 AM
Replies:
5
Memcached can run with PHP7 on vB4.2.x?
Views:
884
Posted By
Kane@airrifle
I am running Zend Opcache on PHP 7.0.9. Board is...
I am running Zend Opcache on PHP 7.0.9. Board is a test site running 4.2.5 A
Memcached is a no go.
Forum:
vB4 Programming Discussions
03-15-2016, 05:57 PM
Replies:
15
Return to the previous 4.2.2 ..
Views:
2,560
Posted By
Paul M
Dont. There is no good reason to go...
Dont.
There is no good reason to go backwards, if you want to change version, you should move forwards, to 4.2.4
Forum:
vB3 General Discussions
03-12-2016, 09:47 PM
Replies:
3
Is quick creating threads from forumhome possible?
Views:
806
Posted By
Lynne
Doing a search, I found this -...
Doing a search, I found this - https://vborg.vbsupport.ru/showthread.php?t=184118&highlight=thread%2A
Forum:
vB4 General Discussions
03-06-2016, 10:35 PM
Replies:
9
how do i fix this
Views:
721
Posted By
MarkFL
Hello, You will have better luck getting...
Hello,
You will have better luck getting help if you explain exactly what you are trying to do. Saying you want to fix something in most cases is simply too vague. If someone wanting to help has...
Forum:
vB4 Programming Discussions
02-02-2016, 06:09 AM
Replies:
6
Fetch templates from file instead of database
Views:
687
Posted By
mokujin
Fetch templates from file instead of database
Hello,
Is there a way to move templates to files (html, tpl, etc.) instead of fetching them from Database? vb4 or vb3.
Everytime I want to edit I need to go to admincp.
Thank you :-)
Forum:
Community Reviews
01-19-2016, 03:40 AM
Replies:
66
Please review Internet Marketing Forum
Views:
43,419
Posted By
RichieBoy67
I am sure this has been mentioned in this thread...
I am sure this has been mentioned in this thread but I really I love your navbar drop downs! Really nice work!
Forum:
vB4 General Discussions
01-18-2016, 09:05 AM
Replies:
2
Link keyword plugin
Views:
343
Posted By
z3r0
Try this -...
Try this - https://vborg.vbsupport.ru/showthread.php?t=263699
Forum:
Modification Requests/Questions (Unpaid)
01-11-2016, 10:42 PM
Replies:
11
Force user to have an avatar to browse the forums
Views:
1,252
Posted By
Manoel J?nior
Ridiculous for your needs. Each have a need.
Ridiculous for your needs. Each have a need.
Showing results 1 to 25 of 71
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
10:40 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.04574 seconds
Memory Usage
2,038KB
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
(31)
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.0013
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(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(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(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(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(26, 0, 1,''); -> cached fperms for forum 26
(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(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(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(14, 0, 1,''); -> cached fperms for forum 14
(unspecified) fetch_permissions(14, 0, 1,''); -> cached fperms for forum 14
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
FULLTEXT Search
php_sapi_name(): fpm-fcgi