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 8
1
2
3
>
Last
»
Showing results 1 to 25 of 200
Search took
0.02
seconds.
Search:
Posts Made By:
Seven Skins
Forum:
vB5 Design and Graphics Discussions
06-16-2021, 11:44 AM
Replies:
1
How to increase preview article title font size?
Views:
3,019
Posted By
Seven Skins
Add this to css_additional template. Adjust...
Add this to css_additional template. Adjust 2.5rem to your requirements.
.b-post__title { font-size: 2.5rem; }
Forum:
vB3 General Discussions
05-25-2021, 10:00 PM
Replies:
2
flag threat not to be deleted
Views:
4,472
Posted By
Seven Skins
If you just want to display notification you can...
If you just want to display notification you can use ad_location templates ... (below-navbar and showthread beforeqr). Edit the usergroups and threadid accordingly.
<if...
Forum:
vB4 General Discussions
04-05-2021, 03:59 PM
Replies:
3
Uploads problem in vbulletin 4.2.5
Views:
4,232
Posted By
Seven Skins
You can try disabling the flash upload in...
You can try disabling the flash upload in "Message Attachment Options"
Forum:
Community Lounge
03-11-2021, 12:09 PM
Replies:
10
HAPPY BIRTHDAY YILMAZ!!!
Views:
3,924
Posted By
Seven Skins
Happy Birthday!
Happy Birthday!
Forum:
vBulletin.org Site Feedback
01-18-2021, 09:59 PM
Replies:
34
Bug - vBulletin.org Login Issue
Views:
37,630
Posted By
Seven Skins
May be they put this in the "Recycle Bin"...
May be they put this in the "Recycle Bin" :rolleyes:
Forum:
vB5 General Discussions
07-20-2020, 05:22 PM
Replies:
2
I cant delete posts the have guest as poster..
Views:
317
Posted By
Seven Skins
GOTO AdminCP > Node Tools > Prune and use USER ID...
GOTO AdminCP > Node Tools > Prune and use USER ID 0 to search posts made by guests
Forum:
vB4 General Discussions
05-29-2020, 05:09 PM
Replies:
3
Editing a link in UserCP
Views:
403
Posted By
Seven Skins
#usercp_nav .blockrow .active { ...
#usercp_nav .blockrow .active {
background-color: blue;
}
Add this to additional.css and change the color accordingly.
Forum:
vB4 Programming Discussions
11-05-2019, 04:18 PM
Replies:
8
Change Logo in Footer
Views:
1,123
Posted By
Seven Skins
If you have the style/theme search each css file...
If you have the style/theme search each css file the classs mentioned or ….
<a href="http://www.blahblah.com/" rel="nofollow" target="_blank">
<img src="image.png" alt="">
</a>
Forum:
vB3 General Discussions
10-13-2019, 07:48 PM
Replies:
1
How can i fix black symbol
Views:
433
Posted By
Seven Skins
This may be Database Character Set issue, you...
This may be Database Character Set issue, you have to check your database to see if it is UTF8 etc …
Forum:
vB4 General Discussions
08-27-2019, 02:20 PM
Replies:
2
side bar blocks to only appear on FORUMHOME
Views:
477
Posted By
Seven Skins
I think this should be ? <vb:if...
I think this should be ?
<vb:if condition="THIS_SCRIPT == 'index' ">
</vb:if>
Forum:
vB4 General Discussions
07-13-2019, 06:35 AM
Replies:
2
How to add second email address to failed login email
Views:
315
Posted By
Seven Skins
You can try adding this line just below line 109...
You can try adding this line just below line 109 in the file, I haven't tried this but this may work.
.
vbmail($vbulletin->options['webmasteremail'], $subject, $message, true);
Forum:
vB4 Programming Discussions
07-01-2019, 01:51 PM
Replies:
10
move vbulletin 4.2.5 within public_html to public_html / example.com
Views:
1,033
Posted By
Seven Skins
1 - Your forum folder must be inside the...
1 - Your forum folder must be inside the public_html folder else public cannot use these file hence public cannot upload download attachments.
2 - Avoid Spaces in Your Filenames
3 - Use lower...
Forum:
vB4 Design and Graphics Discussions
03-04-2019, 10:00 PM
Replies:
2
How to get rid of these rounded corners?
Views:
783
Posted By
Seven Skins
This should turn everything square... * { ...
This should turn everything square...
* {
border-radius: 0px !important;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
}
Forum:
vB4 General Discussions
06-20-2018, 09:02 PM
Replies:
2
Different image for each subforum
Views:
669
Posted By
Seven Skins
You can use this in header template.. <vb:if...
You can use this in header template..
<vb:if condition="$forum['forumid'] = 2"> CODE HERE </vb:if>
Change forum id
Forum:
vB3 General Discussions
05-12-2018, 06:55 PM
Replies:
3
Using CookieConsent
Views:
1,128
Posted By
Seven Skins
For best page load speed js should be loaded from...
For best page load speed js should be loaded from footer as it will not block any DOM content from loading.
Forum:
vB4 Design and Graphics Discussions
05-11-2018, 06:33 PM
Replies:
4
Background Image
Views:
755
Posted By
Seven Skins
Try adding transparent in the background property...
Try adding transparent in the background property e.g.
background: transparent url(http://www.abod.faith/wp-content/uploads/.....
and see if it helps
Forum:
vB4 General Discussions
02-22-2018, 08:41 PM
Replies:
5
How to remove the forum navigation bar?
Views:
341
Posted By
Seven Skins
No need to edit navbar template .. just add the...
No need to edit navbar template .. just add the code below to additional.css template.
#breadcrumb {display:none;}
Forum:
Community Lounge
02-10-2018, 05:39 PM
Replies:
4
New members notification via email
Views:
926
Posted By
Seven Skins
Try sending an email to yourself form adminCP and...
Try sending an email to yourself form adminCP and see if you receive it.
And use SMTP email account from your own webhost e.g john@yoursite.com
Forum:
vB4 General Discussions
01-20-2018, 06:59 PM
Replies:
22
Problem after update
Views:
1,073
Posted By
Seven Skins
That tells us that you are not uploading...
That tells us that you are not uploading vbulletin publishing suite files
or you are uploading them in the wrong location
or you never had vbulletin publishing suite.
Forum:
vB4 General Discussions
01-17-2018, 09:34 PM
Replies:
22
Problem after update
Views:
1,073
Posted By
Seven Skins
Answer was given to you in post #12 in this...
Answer was given to you in post #12 in this thread.
Read the 2nd word in the 2nd line of above post before you disregard it.
It says upgrade not install.
PS. make backups before doing any major...
Forum:
vBulletin 4.x Add-ons
01-08-2018, 09:00 PM
Replies:
20
Mini Mods -
Cookie Consent
Views:
20,135
Posted By
Seven Skins
Search for this phrase...
Search for this phrase "cookie_consent_message"
Forum:
vB5 Design and Graphics Discussions
01-02-2018, 07:32 PM
Replies:
9
How to tile 1st gen child sub categories horizontally instead of ?the default? vertic
Views:
1,395
Posted By
Seven Skins
Not possible as vb5 uses tables .. You will...
Not possible as vb5 uses tables ..
You will have to edit templates.
Forum:
vB4 Design and Graphics Discussions
12-23-2017, 03:31 PM
Replies:
25
Navtab links
Views:
1,681
Posted By
Seven Skins
navbar_tab_color navbar_tab_border Edit...
navbar_tab_color
navbar_tab_border
Edit these
Forum:
vB3 General Discussions
12-09-2017, 01:24 PM
Replies:
3
I can not change members' passwords
Views:
468
Posted By
Seven Skins
Disable all plugin via config.sys file Reupload...
Disable all plugin via config.sys file
Reupload all clean vb3 files
Make and use default style
And try making an account and login.
Forum:
vB4 General Discussions
11-24-2017, 11:24 AM
Replies:
2
remove forumhome homepage icon
Views:
268
Posted By
Seven Skins
Add this to the additional.css template ...
Add this to the additional.css template
#breadcrumb { display: none; }
For 2nd item ... that is the name of your forum and welcome message.
Welcome message can be edited by editing phrases in...
Showing results 1 to 25 of 200
Page 1 of 8
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
12:57 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.04602 seconds
Memory Usage
2,048KB
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
(19)
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.0035
(unspecified) fetch_permissions(264, 0, 1,''); -> cached fperms for forum 264
(unspecified) fetch_permissions(264, 0, 1,''); -> cached fperms for forum 264
(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(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(7, 0, 1,''); -> cached fperms for forum 7
(unspecified) fetch_permissions(262, 0, 1,''); -> cached fperms for forum 262
(unspecified) fetch_permissions(262, 0, 1,''); -> cached fperms for forum 262
(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(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(13, 0, 1,''); -> cached fperms for forum 13
(unspecified) fetch_permissions(13, 0, 1,''); -> cached fperms for forum 13
(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(264, 0, 1,''); -> cached fperms for forum 264
(unspecified) fetch_permissions(264, 0, 1,''); -> cached fperms for forum 264
(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi