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 34
Search took
0.00
seconds.
Search:
Posts Made By:
zivester
Forum:
vB3 Programming Discussions
06-29-2009, 08:01 PM
Replies:
1
Include private.php?do=newpm w/ QuickEdit using AJAX
Views:
859
Posted By
zivester
Anyone have any ideas or do what I've described...
Anyone have any ideas or do what I've described successfully?
Forum:
vB3 Programming Discussions
06-17-2009, 02:52 PM
Replies:
1
Include private.php?do=newpm w/ QuickEdit using AJAX
Views:
859
Posted By
zivester
Include private.php?do=newpm w/ QuickEdit using AJAX
I have a custom page built that utilizes the jQuery framework. I use jQuery.ui for loading the private.php?do=newpm private messaging template into a given div.
The page loads into the given div...
Forum:
vB3 General Discussions
05-20-2009, 02:12 PM
Replies:
1
Run Plugins in own context
Views:
423
Posted By
zivester
Run Plugins in own context
I have a plugin that I wish to use that has functions declared that overlap with some vbulletin functions. Is it possible to run my plugins within their own context so that i dont error out with...
Forum:
Miscellaneous Images
05-19-2009, 06:52 PM
Replies:
97
Profile Enhancements -
Country Flag Gif's
Views:
44,752
Posted By
zivester
Is there any chance we can get these flags...
Is there any chance we can get these flags without the animation? It's kool, but on a site without any animations, its kind of distracting...
Love them though!
Forum:
vB3 General Discussions
09-16-2008, 05:07 PM
Replies:
1
Profile Field Title, where is it?
Views:
656
Posted By
zivester
Profile Field Title, where is it?
In what database is the profile field title stored? It's not in vb_profilefield where I thought it would be...
Forum:
vB3 General Discussions
08-27-2008, 02:10 PM
Replies:
4
$userinfo in plugin?
Views:
728
Posted By
zivester
wow... that easy... So $vbulletin->userinfo...
wow... that easy...
So $vbulletin->userinfo is the logged in user
and $userinfo is the page of the currently viewed user...
just to clarify for others. I'm guessing this is the case for site...
Forum:
vB3 General Discussions
08-26-2008, 09:55 PM
Replies:
4
$userinfo in plugin?
Views:
728
Posted By
zivester
User Profile (member.php)
User Profile (member.php)
Forum:
vB3 General Discussions
08-26-2008, 09:46 PM
Replies:
4
$userinfo in plugin?
Views:
728
Posted By
zivester
$userinfo in plugin?
What is the equivalent of $userinfo outside of the templating system? $vbulletin->userinfo is actually $bbuserinfo from what I can tell.
I'm trying to get $userinfo->[field8] in one of my...
Forum:
Miscellaneous Images
08-26-2008, 07:01 PM
Replies:
97
Profile Enhancements -
Country Flag Gif's
Views:
44,752
Posted By
zivester
I do inclusion outside of the vbulletin system...
I do inclusion outside of the vbulletin system (through a plugin).. how to I access the $post[field8] from another php file? I tried $vbulletin->post[field8] to no avail...
Forum:
vB3 General Discussions
08-26-2008, 01:55 PM
Replies:
0
Perform Action on Post
Views:
622
Posted By
zivester
Perform Action on Post
I would like to perform some javascript on the current page when a user performs a successful post... Either through the quickreply or the regular post reply option. Where should I look to hook to...
Forum:
vB3 Programming Discussions
07-31-2008, 06:26 PM
Replies:
1
Users viewing own Page
Views:
689
Posted By
zivester
Users viewing own Page
How (in code) can I determine if the user is viewing their own page?
$userinfo[userid] is the page that I'm on right?
If so, whats the code for the current active user? How can I make the...
Forum:
vB3 General Discussions
07-31-2008, 05:58 PM
Replies:
1
Password Re-use delay
Views:
597
Posted By
zivester
Password Re-use delay
How can I change/eliminate the password re-use delay? (the one that doesn't allow me to reuse the same password before 360 days is up).
I'm testing some mods and would like to now change my...
Forum:
vB3 Programming Discussions
07-29-2008, 05:50 PM
Replies:
3
Style specific Plugin
Views:
709
Posted By
zivester
How are they referenced? I have 3 styles, with...
How are they referenced? I have 3 styles, with display orders... do I call them by name or id or what?
Forum:
vB3 Programming Discussions
07-29-2008, 04:46 PM
Replies:
3
Style specific Plugin
Views:
709
Posted By
zivester
Style specific Plugin
I'm creating a new style for my forums, and I want to try out some new plugins.
I'm including an external file from the plugin manager that alters all the variables I want to change.
Is there a...
Forum:
vB3 Programming Discussions
07-29-2008, 02:48 PM
Replies:
2
Need hook after setup/before header load
Views:
695
Posted By
zivester
ahhh... that $vbulletin was it... thanks...
ahhh... that $vbulletin was it... thanks dismounted!
Forum:
vB3 Programming Discussions
07-28-2008, 06:15 PM
Replies:
2
Need hook after setup/before header load
Views:
695
Posted By
zivester
Need hook after setup/before header load
I've done this before, but on my new plugin, the same hook location doesn't work.
I have a php file that I want to use to create a specific nav. I've put into my header a variable, $ppheader that...
Forum:
vB3 Programming Discussions
07-23-2008, 03:38 AM
Replies:
0
Customize fetch_error? or better solution
Views:
991
Posted By
zivester
Customize fetch_error? or better solution
So I created my own Registration Page, and there are 3 cases that happen when the submit button is pressed.
1. The page has errors and returns to the current page with the errors.
2. The user...
Forum:
vB3 Programming Discussions
07-22-2008, 07:52 PM
Replies:
1
Register page below forum Directory
Views:
601
Posted By
zivester
Register page below forum Directory
I have my root directory of my site, and a vBulletin 'forum' inside of it.
I've copied forum/register.php to forum/register2.php and to register.php (in the root)
The first line of my file...
Forum:
vB3 Programming Discussions
07-22-2008, 03:17 PM
Replies:
6
SQL queries to create a valid user
Views:
838
Posted By
zivester
i dont have a globals.php, but i have a...
i dont have a globals.php, but i have a global.php .... but when i include/require that, my page fails to load.
its the only line in the file...
require("/mydir/forum/global.php");
echo...
Forum:
vB3 Programming Discussions
07-22-2008, 03:05 PM
Replies:
6
SQL queries to create a valid user
Views:
838
Posted By
zivester
What files must be included? datamanager_init()...
What files must be included? datamanager_init() and $vbulletin must be defined somewhere right?
Forum:
vB3 Programming Discussions
07-22-2008, 02:47 PM
Replies:
6
SQL queries to create a valid user
Views:
838
Posted By
zivester
SQL queries to create a valid user
I'm creating my own registration form outside of the vbulletin templates... I would like to know what queries are required to successfully add a user to vbulletin. I've done a simple insert into...
Forum:
vB3 General Discussions
06-18-2008, 03:39 PM
Replies:
4
City, State, Country plugin
Views:
914
Posted By
zivester
Not Exactly what I'm looking for. I could have a...
Not Exactly what I'm looking for. I could have a multiselect box for country and state just by acquiring a list of them.. I guess i was looking for some kind of sensing mod that can detect when I...
Forum:
vB3 General Discussions
06-18-2008, 03:06 PM
Replies:
4
City, State, Country plugin
Views:
914
Posted By
zivester
Am I asking this in the wrong place? This has to...
Am I asking this in the wrong place? This has to exist, no?
Forum:
vB3 General Discussions
06-13-2008, 01:51 PM
Replies:
4
City, State, Country plugin
Views:
914
Posted By
zivester
City, State, Country plugin
Is there a profile City, State, Country plugin kinda like facebook has where autocompletion works?
I'm looking for something within th vBulletin profile that will take care of grouping up users by...
Forum:
vB3 General Discussions
06-11-2008, 09:17 PM
Replies:
16
Include Search on Another Page
Views:
1,483
Posted By
zivester
Oh Snap... even my regular search isn't...
Oh Snap... even my regular search isn't working... what did I do ?
EDIT:
and Memberlist Search does work...
--------------- Added 1213223628 at 1213223628 ---------------
I think it...
Showing results 1 to 25 of 34
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
06:41 PM
.
-- 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.01664 seconds
Memory Usage
2,030KB
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.0009
(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(125, 0, 1,''); -> cached fperms for forum 125
(unspecified) fetch_permissions(125, 0, 1,''); -> cached fperms for forum 125
(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(125, 0, 1,''); -> cached fperms for forum 125
(unspecified) fetch_permissions(125, 0, 1,''); -> cached fperms for forum 125
(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(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(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