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 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
0.02
seconds.
Search:
Posts Made By:
yotsume
Forum:
vBulletin 4.x Add-ons
12-15-2015, 08:58 PM
Replies:
337
Administrative and Maintenance Tools -
Navigation Manager Enhancements
Views:
96,465
Posted By
yotsume
Thanks I will give this a try. However, making a...
Thanks I will give this a try. However, making a menu should not have to be so complicated...
Forum:
vBulletin 4.x Add-ons
12-15-2015, 08:01 PM
Replies:
337
Administrative and Maintenance Tools -
Navigation Manager Enhancements
Views:
96,465
Posted By
yotsume
Oh I see! So my logical next question is... Is...
Oh I see! So my logical next question is... Is there a list of vBulletin functions that use "THIS_SCRIPT"?
I also have the same problem with the forum Tab becoming active when I make my own menu...
Forum:
vBulletin 4.x Add-ons
12-15-2015, 02:23 PM
Replies:
337
Administrative and Maintenance Tools -
Navigation Manager Enhancements
Views:
96,465
Posted By
yotsume
How do you keep a Tab active when you click on a...
How do you keep a Tab active when you click on a link under that Tab?
Example I have a Tab called HUB and under that Tab I have a menu i made for Private Messages. When you go to the Inbox link in...
Forum:
vBulletin 4.x Add-ons
12-15-2015, 02:14 PM
Replies:
337
Administrative and Maintenance Tools -
Navigation Manager Enhancements
Views:
96,465
Posted By
yotsume
This mod has a huge bug. Sometimes it will make...
This mod has a huge bug. Sometimes it will make sub-menus and their links vanish.
When you set a menu under a tab to have other parents... that other parent tab will have its links vanish.
(I have...
Forum:
vBulletin 4.x Add-ons
12-14-2015, 10:42 PM
Replies:
63
Add-On Releases -
vBSocial.com Memberlist- Inspired by Facebook
Views:
36,078
Posted By
yotsume
Too bad this doesn't have tabs at the top for...
Too bad this doesn't have tabs at the top for usergroup sorting of members. Also, need to show custom user profile fields on the members list. I'm looking for a members list replacement for a mod...
Forum:
vBulletin 4.x Add-ons
12-14-2015, 07:53 PM
Replies:
36
Add-On Releases -
Brando Amp3 Mp3 Attachment Player
Views:
8,515
Posted By
yotsume
I just reinstalled this on my site running vb...
I just reinstalled this on my site running vb 4.2.3 and I get the player to show but says "File Not Found".
Make sure that you have the code in the template if you updated your site. It might have...
Forum:
vB4 General Discussions
12-14-2015, 07:35 PM
Replies:
20
Navigation Manager and vBadvanced
Views:
1,537
Posted By
yotsume
Thanks for the help though. The thread about this...
Thanks for the help though. The thread about this over on the vBa board is pitiful! VERY POOR INSTRUCTIONS over there. It's a shame vBa is no longer supported. There are too many missing clean coded...
Forum:
vB4 General Discussions
12-14-2015, 07:19 PM
Replies:
20
Navigation Manager and vBadvanced
Views:
1,537
Posted By
yotsume
So the missing part to the instructions that I...
So the missing part to the instructions that I overlooked is that you do NOT create a plug-in you use the NAV TAB plugin that already is there and replace the code in that plug-in!!!
Not one time...
Forum:
vB4 General Discussions
12-14-2015, 07:02 PM
Replies:
20
Navigation Manager and vBadvanced
Views:
1,537
Posted By
yotsume
Here are screenshots of my plug-in settings on my...
Here are screenshots of my plug-in settings on my HOME tab settings.
I feel I am so close but must be missing something!???
Forum:
vB4 General Discussions
12-14-2015, 06:42 PM
Replies:
20
Navigation Manager and vBadvanced
Views:
1,537
Posted By
yotsume
For my home tab I made a plugin like this: ...
For my home tab I made a plugin like this:
if (THIS_SCRIPT == 'adv_index' AND $_GET['pageid'] == 'home')
{
$root= 'tab_mda1_175';
}
But the Home tab will not highlight. What am i doing...
Forum:
vB4 General Discussions
12-14-2015, 06:31 PM
Replies:
20
Navigation Manager and vBadvanced
Views:
1,537
Posted By
yotsume
So the other part of instructions im not clear on...
So the other part of instructions im not clear on is that I would have to make unique plug-ins for any VBA pages correct?
Forum:
vB4 General Discussions
12-14-2015, 06:27 PM
Replies:
20
Navigation Manager and vBadvanced
Views:
1,537
Posted By
yotsume
Just want one tab at a time to highlight. I'm...
Just want one tab at a time to highlight. I'm trying your plug-in code. I',m not sure what the {yourpage} code should be for different pages? Can you give an example.
For instance my HUB page is:...
Forum:
vB4 General Discussions
12-14-2015, 06:23 PM
Replies:
20
Navigation Manager and vBadvanced
Views:
1,537
Posted By
yotsume
Yes I check that box for my second page and only...
Yes I check that box for my second page and only the homepage tab i created highlights.
My Tab settings:
Tab 1: Home (id: 48)
Tab Script(s) adv_index
Append 'tabid' to URL set to NO
Tab 2:...
Forum:
vB4 General Discussions
12-14-2015, 06:16 PM
Replies:
20
Navigation Manager and vBadvanced
Views:
1,537
Posted By
yotsume
Can you please help with some step by step...
Can you please help with some step by step instructions for using that plug-in to get multiple tabs to highlight.
I run vBulletin 4.2.3 and vBa 4.3.0
Forum:
vB4 General Discussions
12-14-2015, 06:03 PM
Replies:
20
Navigation Manager and vBadvanced
Views:
1,537
Posted By
yotsume
I created that plug-in but can only get one Tab...
I created that plug-in but can only get one Tab to work and highlight. The instructions are not very clear.
if (THIS_SCRIPT == 'adv_index')
{
$tabid = '48';
}I put my tab id #48 in the...
Forum:
vB4 General Discussions
12-14-2015, 05:52 PM
Replies:
20
Navigation Manager and vBadvanced
Views:
1,537
Posted By
yotsume
So how would I make say two tabs that are linked...
So how would I make say two tabs that are linked to two different vba pages that can have their own sub-links using the Navigation Manager?
Do you have any instructions to get the navigation...
Forum:
vB4 General Discussions
12-14-2015, 04:38 PM
Replies:
20
Navigation Manager and vBadvanced
Views:
1,537
Posted By
yotsume
From what I can tell. It looks link installing...
From what I can tell. It looks link installing vBadvanced with vBulletin 4.2.2 breaks the navigation manager. You can add a tab but you can not add any sub-links under the tabs.
Anyway to fix this?
Forum:
vBulletin 4.x Add-ons
12-13-2015, 09:50 PM
Replies:
8
Mini Mods -
ibProArcade Tab in Navbar vb4.2+
Views:
5,401
Posted By
yotsume
Of course I didn't make it active! That would...
Of course I didn't make it active! That would have been to simple of a solution! DOH!
WORKS PERFECTLY!
Now I'm gonna go read the manual: "How to use VB4x"
Forum:
vBulletin 4.x Add-ons
12-13-2015, 03:11 PM
Replies:
10
Add-On Releases -
ibProArcade New Thread on Highscore
Views:
5,049
Posted By
yotsume
I can't seem to get it to make a new post...
I can't seem to get it to make a new post...
Forum:
vBulletin 4.x Add-ons
12-13-2015, 02:58 PM
Replies:
8
Mini Mods -
ibProArcade Tab in Navbar vb4.2+
Views:
5,401
Posted By
yotsume
EDIT: Works like a charm (especially when you...
EDIT: Works like a charm (especially when you follow the instructions and make it active!) :o
Forum:
vBulletin 4.x Add-ons
12-10-2015, 07:12 PM
Replies:
438
vBulletin Project Tools -
vBulletin Project Tools Open Source 2.2.2
Views:
115,250
Posted By
yotsume
Tried to install this version of Project Tools on...
Tried to install this version of Project Tools on vBulletin 4.2.3 and got this database error:https://vborg.vbsupport.ru/external/2015/12/15.jpg (http://www.vbulletin.com/)
PHP Warning:...
Forum:
vBulletin 3.8 Add-ons
09-04-2015, 05:22 PM
Replies:
27
Moderators Functions -
View all of a user's Visitor Messages
Views:
8,905
Posted By
yotsume
Could you make a vb3.7x version? Your version...
Could you make a vb3.7x version? Your version here I tried to install but doesn't show up in the admincp.
Forum:
vBulletin 3.8 Add-ons
09-03-2015, 01:42 PM
Replies:
4
Administrative and Maintenance Tools -
Log In Log Out Redirection.(With the User Group Exclusion)
Views:
2,669
Posted By
yotsume
Old mod but it would be nice if when you login to...
Old mod but it would be nice if when you login to the admincp you didn't get redirected to the login url that was set. You should be taken straight to the admincp rather then being redirected. Can...
Forum:
vBulletin 4.x Add-ons
08-30-2015, 07:22 PM
Replies:
252
Major Additions -
[DBTech] vBQuiz v2 (vB4)
Views:
53,639
Posted By
yotsume
Your mode has a bug I think. Your navbar drop...
Your mode has a bug I think. Your navbar drop menu doesn't display correctly in vbAdvanced, vbForum or any other location besides on the main vbQuiz page.
The drop menu is missing links. (see...
Forum:
vBulletin 3.8 Add-ons
08-29-2015, 09:33 PM
Replies:
2,086
Add-On Releases -
DJ's AMEs :: Media Definitions for AME 2.5 :: More Video, Twitter, Pinterest...
Views:
506,031
Posted By
yotsume
Can you please update the TED.com video...
Can you please update the TED.com video definition. It is not working for me.
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
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
09:36 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.03014 seconds
Memory Usage
2,077KB
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)
pagenav_pagelinkrel
(1)
post_thanks_navbar_search
(1)
search_results
(25)
search_results_postbit
(1)
spacer_close
(1)
spacer_open
(65)
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.0126
(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(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(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(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(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(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(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(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(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(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