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 2
1
2
>
Showing results 1 to 25 of 43
Search took
0.00
seconds.
Search:
Posts Made By:
futureaudio
Forum:
vB4 Design and Graphics Discussions
10-21-2013, 08:38 AM
Replies:
9
Fix navbar hover? [Solved]
Views:
889
Posted By
futureaudio
You can change the hover color and image in...
You can change the hover color and image in additional.css.
Make a search on and change contents of:
.navtabs li a.navtab:hover
Forum:
Modification Requests/Questions (Unpaid)
10-19-2013, 05:09 AM
Replies:
17
Floating Navbar
Views:
2,978
Posted By
futureaudio
You need a small JavaScript to detect top scroll...
You need a small JavaScript to detect top scroll position of the page and change "top" of the menu accordingly. You can take clues from that site or something. I don't think you can do this with just...
Forum:
vB5 General Discussions
10-19-2013, 05:06 AM
Replies:
2
vbulletin external page
Views:
1,165
Posted By
futureaudio
You need to include global.php and declare...
You need to include global.php and declare $vbulletin as global to be able to access vbulletin and related information:
require_once('./global.php');
global $vbulletin;
Forum:
vB4 General Discussions
10-18-2013, 05:39 AM
Replies:
4
Add Reply in Activity Stream
Views:
464
Posted By
futureaudio
I think you should be easily able to add the link...
I think you should be easily able to add the link by going to respective styles:
activitystream_forum_post
and activitystream_forum_thread
Forum:
vB5 Programming Discussions
10-17-2013, 02:23 AM
Replies:
3
Posts with images/urls disappearing?
Views:
656
Posted By
futureaudio
It probably has to do with one of the mods you...
It probably has to do with one of the mods you installed. Try disabling mods and see if it makes any difference. Have you checked moderation queue or something?
Forum:
Modification Requests/Questions (Unpaid)
10-15-2013, 08:43 PM
Replies:
17
Floating Navbar
Views:
2,978
Posted By
futureaudio
You should be able to adjust the vertical...
You should be able to adjust the vertical placement with "top" attribute. "top: 0" for topmost placement and then add as many pixels to it as need be.
Forum:
vB4 General Discussions
10-14-2013, 10:37 PM
Replies:
4
Please help with album photo URL rewrites after uninstalling vBSEO
Views:
420
Posted By
futureaudio
This is going to be a bit of mess. Is there a...
This is going to be a bit of mess. Is there a particular reason you are switching these many variables at the same time? Personally, I would just redirect all url's from old to new domain and handle...
Forum:
Modification Requests/Questions (Unpaid)
10-14-2013, 06:16 PM
Replies:
17
Floating Navbar
Views:
2,978
Posted By
futureaudio
It could be easily done by adding...
It could be easily done by adding "position:fixed" to the parent container div. Depending on the style used, it might require a bit of editing and moving things around though.
Forum:
vB4 General Discussions
10-14-2013, 06:12 PM
Replies:
1
Pruned control panel log/moderator log - now want to restore from backup. How?
Views:
453
Posted By
futureaudio
You could restore just the moderatorlog table if...
You could restore just the moderatorlog table if needed by copying just that part from SQL file and importing through phpMyadmin or something.
Forum:
vB3 General Discussions
10-14-2013, 06:07 PM
Replies:
7
www.mysite.com and mysite.com
Views:
785
Posted By
futureaudio
You need to create a .htaccess file to redirect...
You need to create a .htaccess file to redirect all your visitors to one version.
Add this code to the file if you want to redirect them to www version of your site:
RewriteEngine On...
Forum:
vB4 General Discussions
10-14-2013, 03:37 AM
Replies:
2
Restrict category by user age
Views:
366
Posted By
futureaudio
You can create a hook in forumdisplay and...
You can create a hook in forumdisplay and showthread and restrict access to users if their age is < 18. That should mostly cover it I think.
Forum:
vB4 General Discussions
10-14-2013, 03:35 AM
Replies:
10
Misplaced Avatar
Views:
519
Posted By
futureaudio
Looks like parent div is not extending down to...
Looks like parent div is not extending down to cover the width. It could be simply fixed by the correct CSS attribute. This is a shot in the dark though.
A link to the live site or something could...
Forum:
vB4 General Discussions
10-14-2013, 03:16 AM
Replies:
3
How to Let User's Color Either Their Username Or Status Text?
Views:
377
Posted By
futureaudio
You can easily add a custom color to usergroups...
You can easily add a custom color to usergroups using settings. If you want to let user choose the color etc, you'd probably need to install a mod ( if it already exist ) or get one made for you.
Forum:
vB4 General Discussions
10-14-2013, 02:25 AM
Replies:
4
Please help with album photo URL rewrites after uninstalling vBSEO
Views:
420
Posted By
futureaudio
Unless I'm mistaken here, you would need a script...
Unless I'm mistaken here, you would need a script to resolve the details into actual attachmentid which can be referenced through htaccess in background.
Forum:
vB4 General Discussions
10-14-2013, 02:22 AM
Replies:
8
Do you keep your mods up to date?
Views:
563
Posted By
futureaudio
Update or patch those where security issues are...
Update or patch those where security issues are found. That's what I would recommend to do at the least. Most of my clients end up having the mods customized one way or other, so updating each time a...
Forum:
vB4 General Discussions
11-06-2012, 05:54 AM
Replies:
2
Mod Causing Issues
Views:
396
Posted By
futureaudio
Looks like a style mod. Disable it temporarily...
Looks like a style mod. Disable it temporarily and see if that resolves the issue?
Forum:
vB3 Programming Discussions
11-02-2012, 10:57 AM
Replies:
3
I want a condition to exclude some threads
Views:
804
Posted By
futureaudio
I don't think theread information exist in the...
I don't think theread information exist in the context of navbar template. You probably need to create a plugin or use javascript.
Forum:
vB4 General Discussions
06-04-2012, 10:41 PM
Replies:
2
Reputation phrase
Views:
547
Posted By
futureaudio
You can change the phrases in "Admincp >> User...
You can change the phrases in "Admincp >> User Reputation Manager".
Forum:
vB4 Programming Discussions
06-04-2012, 12:35 PM
Replies:
3
verify_username fails with missing charset in stylevars
Views:
561
Posted By
futureaudio
Admin CP -> Languages & Phrases -> Language...
Admin CP -> Languages & Phrases -> Language Manager -> [Edit Settings] -> HTML Character Set (needs to be set UTF-8)
Make sure everything else in the forum matches though.
Forum:
vB4 General Discussions
06-04-2012, 12:29 PM
Replies:
7
I need help changing something in style and templates...HELP!
Views:
586
Posted By
futureaudio
Lynne is correct. I misread the question.
Lynne is correct. I misread the question.
Forum:
vB4 Programming Discussions
06-04-2012, 06:01 AM
Replies:
2
Footer Template error
Views:
1,208
Posted By
futureaudio
Correct syntax for "If" block in VB 4.x is: ...
Correct syntax for "If" block in VB 4.x is:
<vb:if condition="condition">
<vb:else />
</vb:if>
Replace your if tags and it should be fine.
Forum:
Forum and Server Management
04-30-2011, 06:07 PM
Replies:
2
Switching to a deddicated server.
Views:
654
Posted By
futureaudio
I'm not familiar with what all options hostgator...
I'm not familiar with what all options hostgator provides but do they provide you with a control panel like cpanel etc? You can just take a full cpbackup in that case, if not, then you might have to...
Forum:
vB4 General Discussions
04-30-2011, 03:34 AM
Replies:
2
Automatically post blogs in a forum
Views:
462
Posted By
futureaudio
Have you tried searching? This could be easily...
Have you tried searching? This could be easily done using using custom code if there isn't a mod to do this already.
Forum:
Modification Requests/Questions (Unpaid)
04-29-2011, 07:42 PM
Replies:
2
Spammers driving me nuts
Views:
687
Posted By
futureaudio
Keeping spammers out is a cat and a mouse game. ...
Keeping spammers out is a cat and a mouse game.
Have you tried "Question and Answer Verification" from human verification option? That can work with some creative questions which you change every...
Forum:
vB4 Design and Graphics Discussions
04-29-2011, 08:43 AM
Replies:
3
profile are fonds are hidden
Views:
514
Posted By
futureaudio
This looks like a problem with skin. Have you...
This looks like a problem with skin. Have you upgraded your forums recently or something?
Showing results 1 to 25 of 43
Page 1 of 2
1
2
>
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
07:03 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.01603 seconds
Memory Usage
2,032KB
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
(1)
pagenav_pagelink
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(8)
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.0010
(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(112, 0, 1,''); -> cached fperms for forum 112
(unspecified) fetch_permissions(112, 0, 1,''); -> cached fperms for forum 112
(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(263, 0, 1,''); -> cached fperms for forum 263
(unspecified) fetch_permissions(263, 0, 1,''); -> cached fperms for forum 263
(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(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(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(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(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(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(232, 0, 1,''); -> cached fperms for forum 232
(unspecified) fetch_permissions(232, 0, 1,''); -> cached fperms for forum 232
(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
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
(unspecified) fetch_permissions(253, 0, 1,''); -> cached fperms for forum 253
FULLTEXT Search
php_sapi_name(): fpm-fcgi