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 32
Search took
0.00
seconds.
Search:
Posts Made By:
JonZ
Forum:
vB3 General Discussions
04-23-2009, 05:28 PM
Replies:
1
I need an HowTo to add an additional UserCP option/page.
Views:
662
Posted By
JonZ
bump
bump
Forum:
vB3 Programming Discussions
04-16-2009, 03:09 AM
Replies:
0
What kind of variable is this? ($vbcollapse[collapseobj_xxx])
Views:
675
Posted By
JonZ
What kind of variable is this? ($vbcollapse[collapseobj_xxx])
I'm trying to generate an ID number for each 'newsbox' my script generate to make them collapsable by the user.
I use the toggle_collapse() script and it work all fine.
I generate the...
Forum:
vB3 Programming Discussions
04-15-2009, 10:52 PM
Replies:
0
[SOLVED] My collapsing boxes don't save cookies
Views:
608
Posted By
JonZ
[SOLVED] My collapsing boxes don't save cookies
I tried to make a custom collapsing window based on toggle_collapse() on an external portal.
Everythings work except when I refresh the page, my collapsed box is still expanded.
I have no js...
Forum:
vB3 General Discussions
04-15-2009, 07:30 PM
Replies:
1
I need an HowTo to add an additional UserCP option/page.
Views:
662
Posted By
JonZ
I need an HowTo to add an additional UserCP option/page.
I try to add another custom page in vB User's CP with fields, I don't know how. I only successfully add the button in UCP navbar.
I think there was a tut on this site how to do it, but obviously...
Forum:
vB3 Programming Discussions
04-14-2009, 04:15 AM
Replies:
25
help me to simplify my Quick Style Chooser mod
Views:
4,655
Posted By
JonZ
Firewalls blocks it.
Firewalls blocks it.
Forum:
vB3 Programming Discussions
04-13-2009, 07:22 PM
Replies:
25
help me to simplify my Quick Style Chooser mod
Views:
4,655
Posted By
JonZ
You can just echo it...
You can just echo it echo($_SERVER['HTTP_REFERER']);
Anyway I tried that already by the suggestion of Dismounted. Unfortunately, my server block this HTTP_REFERER requests and it not reliable...
Forum:
vB3 Programming Discussions
04-13-2009, 07:02 PM
Replies:
25
help me to simplify my Quick Style Chooser mod
Views:
4,655
Posted By
JonZ
that ?styleid query is captured somewhere in the...
that ?styleid query is captured somewhere in the requested files, I have no idea which one is treating the '?styleid' since there's so many things happening in global.php. It would be logical to...
Forum:
vB3 Programming Discussions
04-13-2009, 05:39 PM
Replies:
25
help me to simplify my Quick Style Chooser mod
Views:
4,655
Posted By
JonZ
Are you sure myprofile.php is on the same...
Are you sure myprofile.php is on the same location of your html portion? It not supposed to load anywhere else than myprofile.php.
Oh and make sure your html portion reside inside of a .php file...
Forum:
vB3 Programming Discussions
04-13-2009, 02:44 PM
Replies:
25
help me to simplify my Quick Style Chooser mod
Views:
4,655
Posted By
JonZ
Hmm, that's mean that the condition of the if is...
Hmm, that's mean that the condition of the if is not TRUE and exit it, or the condition inside just don't work. One way to know it is to comment out the exec_header_redirect(); and write echo...
Forum:
vB3 Programming Discussions
04-13-2009, 02:00 PM
Replies:
25
help me to simplify my Quick Style Chooser mod
Views:
4,655
Posted By
JonZ
I have this behavior too when I'm not logged to...
I have this behavior too when I'm not logged to the forum, were you logged on when you tried it? I haven't found the formula for guests to update the style yet.
Forum:
vB3 Programming Discussions
04-13-2009, 08:58 AM
Replies:
25
help me to simplify my Quick Style Chooser mod
Views:
4,655
Posted By
JonZ
Sorry but don't you think to be more explicit ...
Sorry but don't you think to be more explicit when you talk in terminology or just leave some random links? I'm not asking to write the code for me here. Otherwise I just keep bumping this thread...
Forum:
vB3 Programming Discussions
04-13-2009, 07:04 AM
Replies:
25
help me to simplify my Quick Style Chooser mod
Views:
4,655
Posted By
JonZ
.... How about a link on how to do it in PHP?
....
How about a link on how to do it in PHP?
Forum:
vB3 Programming Discussions
04-13-2009, 05:01 AM
Replies:
25
help me to simplify my Quick Style Chooser mod
Views:
4,655
Posted By
JonZ
So you mean that you took like the portion of the...
So you mean that you took like the portion of the code from profile.php and integrate it in misc.php? How do you bounce back the users where they were browsing?
can you be more specific? what...
Forum:
vB3 Programming Discussions
04-13-2009, 03:59 AM
Replies:
25
help me to simplify my Quick Style Chooser mod
Views:
4,655
Posted By
JonZ
The reason why I am doing it outside of plugin...
The reason why I am doing it outside of plugin mode or template for vB is I am doing this for outside vB, like portals. If I have to do your if code, I will have to do a pluggin to support the new...
Forum:
vB3 Programming Discussions
04-12-2009, 07:26 PM
Replies:
25
help me to simplify my Quick Style Chooser mod
Views:
4,655
Posted By
JonZ
I'm not working in plugin mode, I'm working...
I'm not working in plugin mode, I'm working straight in html/php. Besides, it basically my condition on my code above (maybe just not the proper $variable used), I just don't know how to make a code...
Forum:
vB3 Programming Discussions
04-12-2009, 12:12 PM
Replies:
25
help me to simplify my Quick Style Chooser mod
Views:
4,655
Posted By
JonZ
When you look on vb.org QSF, it transacting with ...
When you look on vb.org QSF, it transacting with misc.php, save the setting in the users profile and get you back to the page you were on. Is that what you mean by piggyback?
My php knowledge...
Forum:
vB3 Programming Discussions
04-12-2009, 01:32 AM
Replies:
25
help me to simplify my Quick Style Chooser mod
Views:
4,655
Posted By
JonZ
help me to simplify my Quick Style Chooser mod
vB Version: 3.7.3
Here's a summary of what I am trying to achieve:
I am trying to make the Quick Style Chooser (QSC) to actually record the theme into the users profile. What is the Quick Style...
Forum:
vB3 General Discussions
04-10-2009, 11:20 PM
Replies:
13
is there a way to put a description in the theme chooser rather than the current ?
Views:
1,469
Posted By
JonZ
ok now I know why it wasn't working, it was...
ok now I know why it wasn't working,
it was the
$stylesetlist .= construct_style_options($style['styleid'], $depthmark . '--', false, $quickchooser);
in the if line, it wasn't renamed...
Forum:
vB3 General Discussions
04-10-2009, 09:48 PM
Replies:
13
is there a way to put a description in the theme chooser rather than the current ?
Views:
1,469
Posted By
JonZ
everythings is defined properly, but from the...
everythings is defined properly, but from the code above, I am doing it wrong.
I almost found the culprit. $stylesetlist hold the selected="selected" value. It collect it html values from...
Forum:
vB3 General Discussions
04-10-2009, 08:23 PM
Replies:
13
is there a way to put a description in the theme chooser rather than the current ?
Views:
1,469
Posted By
JonZ
it almost working :) I need to get rid of...
it almost working :)
I need to get rid of the 'selected' popup. When users come in the page it still show the current running theme first, the legend second.
I tried to commenting out the...
Forum:
vB3 General Discussions
04-10-2009, 07:56 PM
Replies:
13
is there a way to put a description in the theme chooser rather than the current ?
Views:
1,469
Posted By
JonZ
^This. I want the selector to show the...
^This.
I want the selector to show the legend on top of the list rather than the actual theme running under the user. When the user click on the selector, or the legend, the dropdown options...
Forum:
vB3 General Discussions
04-10-2009, 04:17 PM
Replies:
13
is there a way to put a description in the theme chooser rather than the current ?
Views:
1,469
Posted By
JonZ
I can only see $quickchooserbits as the option...
I can only see $quickchooserbits as the option display in templates.
If I go deeper, I can see it declared in global.php:
if ($vbulletin->options['allowchangestyles'] AND empty($_POST['do']))...
Forum:
vB3 General Discussions
04-10-2009, 03:27 PM
Replies:
13
is there a way to put a description in the theme chooser rather than the current ?
Views:
1,469
Posted By
JonZ
See attachement. I took screenshot of...
See attachement. I took screenshot of vbulletin.com board itself at the bottom of topic lists.
By default, the name of the current running theme is shown on the box, when you click for scroll the...
Forum:
vB3 General Discussions
04-10-2009, 06:52 AM
Replies:
13
is there a way to put a description in the theme chooser rather than the current ?
Views:
1,469
Posted By
JonZ
bump :/
bump :/
Forum:
vB3 General Discussions
04-08-2009, 05:09 PM
Replies:
13
is there a way to put a description in the theme chooser rather than the current ?
Views:
1,469
Posted By
JonZ
is there a way to put a description in the theme chooser rather than the current ?
is there a way to put a description in the theme chooser rather than the current theme ?
The dropdown I have (optgroup label tag), is appearing as second entry in a dropdown list...
Showing results 1 to 25 of 32
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
11:58 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.04263 seconds
Memory Usage
2,049KB
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
(55)
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.0008
(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(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(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(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(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(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(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(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
FULLTEXT Search
php_sapi_name(): fpm-fcgi