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 28
Search took
0.00
seconds.
Search:
Posts Made By:
razec
Forum:
vB4 Programming Discussions
01-23-2010, 04:06 AM
Replies:
5
Change primary usergroup via PHP
Views:
1,558
Posted By
razec
Ahh, got it. That did the trick! Thank you.
Ahh, got it. That did the trick! Thank you.
Forum:
vB4 Programming Discussions
01-22-2010, 08:46 PM
Replies:
5
Change primary usergroup via PHP
Views:
1,558
Posted By
razec
I get an error when this code runs: ...
I get an error when this code runs:
The code I'm using is:
$userdata =& datamanager_init('User', $vbulletin, ERRTYPE_ARRAY);
$userdata->set('usergroupid', $new_group);
...
Forum:
vB4 Programming Discussions
01-22-2010, 04:13 AM
Replies:
5
Change primary usergroup via PHP
Views:
1,558
Posted By
razec
Change primary usergroup via PHP
I'm just curious as to what the best practice is for changing a user's primary usergroup through code. I tried searching the vB4 forum here for information on it but I didn't find anything. Is there...
Forum:
vB4 Programming Discussions
01-22-2010, 01:38 AM
Replies:
5
Adding dropdown to the top menu
Views:
713
Posted By
razec
That works perfectly, thanks.
That works perfectly, thanks.
Forum:
vB4 Programming Discussions
01-21-2010, 01:25 PM
Replies:
5
Adding dropdown to the top menu
Views:
713
Posted By
razec
MrMister: How did you get the content of your...
MrMister: How did you get the content of your dropdown to look good? Mine's out of alignment as well as having the dropdown contents look like crap.
Forum:
vB4 Programming Discussions
01-21-2010, 03:01 AM
Replies:
5
Adding dropdown to the top menu
Views:
713
Posted By
razec
Adding dropdown to the top menu
I've been trying to integrate a dropdown to the top menu (the section "Welcome, user Notifications My Profile ... etc). I've added a dropdown successfully to the navbars on my site, but...
Forum:
vB4 Programming Discussions
01-20-2010, 04:12 AM
Replies:
4
Item added to navbar doesn't appear on all pages
Views:
500
Posted By
razec
Lynne... you freaking rock. That feature is...
Lynne... you freaking rock. That feature is phenomenally useful. Thanks (yet again) for saving the day. :)
Forum:
vB4 Programming Discussions
01-20-2010, 04:08 AM
Replies:
6
LiveValidation JavaScript in templates
Views:
2,354
Posted By
razec
I've tried putting the script immediately after...
I've tried putting the script immediately after the </form> tag (before the <vb:else/>) and it gives me the same error. I really can't think of what I'm missing here.
Forum:
vB4 Programming Discussions
01-19-2010, 11:58 PM
Replies:
4
Item added to navbar doesn't appear on all pages
Views:
500
Posted By
razec
I see, interesting. So I'll have to change a...
I see, interesting. So I'll have to change a separate navbar template for each tab? They wouldn't happen to all conveniently contain "navbar" in their title so I can easily search for them, would...
Forum:
vB4 Programming Discussions
01-19-2010, 10:22 PM
Replies:
4
Item added to navbar doesn't appear on all pages
Views:
500
Posted By
razec
Item added to navbar doesn't appear on all pages
I added a popup menu on the navbar template, but it seems to only appear on some pages. Right now it's between "New Posts" and "Private Messages." It shows up when Forum is selected (except for when...
Forum:
vB4 Programming Discussions
01-19-2010, 08:53 PM
Replies:
6
LiveValidation JavaScript in templates
Views:
2,354
Posted By
razec
Hmm, it's still giving me the same error. This is...
Hmm, it's still giving me the same error. This is what my template looks like now (different one, shorter than the one I was referring to earlier so I'll use this one as my example):
{vb:stylevar...
Forum:
vB4 Programming Discussions
01-19-2010, 04:20 AM
Replies:
5
Registration process: Allow user to select user group?
Views:
1,202
Posted By
razec
Registration process: Allow user to select user group?
I'm looking to modify the registration process slightly but I'm not sure where to begin with it. When users sign up for the board I'm designing, they need to be able to select the type of user they...
Forum:
vB4 Programming Discussions
01-18-2010, 11:45 PM
Replies:
6
LiveValidation JavaScript in templates
Views:
2,354
Posted By
razec
LiveValidation JavaScript in templates
I've created some new vBulletin powered pages on my forum and these make use of the templates. Prior to doing it this way, with vB 3.8 I was using vBAdvanced and had these new pages integrated as PHP...
Forum:
vB4 Programming Discussions
01-16-2010, 06:08 PM
Replies:
2
Form problems: everything posts as "S"
Views:
332
Posted By
razec
The echo was just for testing purposes when I...
The echo was just for testing purposes when I realized the form wasn't working at all. As far as the input cleaner goes, I was not aware of that. I'll take a look for the article you mentioned.
...
Forum:
vB4 Programming Discussions
01-16-2010, 05:33 PM
Replies:
2
Form problems: everything posts as "S"
Views:
332
Posted By
razec
Form problems: everything posts as "S"
I created my own PHP-based form that integrates with vBulletin. When the form posts, everything has a value of "S" which makes absolutely no sense. I'll have a text input field called "CompanyName",...
Forum:
vB4 Design and Graphics Discussions
01-12-2010, 07:28 PM
Replies:
1
Changing "Welcome," color (really quick and stupid question)
Views:
802
Posted By
razec
Changing "Welcome," color (really quick and stupid question)
I know, dumb question but where is the correct/best place to change the color of the "Welcome," text at the top of the page when a user is logged in? I know I could throw font tags around it and do...
Forum:
vB4 General Discussions
01-10-2010, 10:11 PM
Replies:
4
StyleVars and CSS
Views:
585
Posted By
razec
I can wait until tomorrow. Thanks Lynne.
I can wait until tomorrow. Thanks Lynne.
Forum:
vB4 General Discussions
01-10-2010, 07:00 PM
Replies:
4
StyleVars and CSS
Views:
585
Posted By
razec
StyleVars and CSS
In order for a JavaScript that I use to properly work, I need to add some things to the forums' CSS. But I noticed that where I did this in 3.8 (Main CSS) is no longer supported. vBulletin pointed me...
Forum:
vB4 Programming Discussions
01-06-2010, 04:23 AM
Replies:
6
External PHP forms not posting properly, also question about structure
Views:
752
Posted By
razec
Dygear, Lynne: You two are great. Those...
Dygear, Lynne: You two are great. Those suggestions work perfectly. Thanks for your time and assistance :)
Forum:
vB4 Programming Discussions
01-04-2010, 05:47 PM
Replies:
6
External PHP forms not posting properly, also question about structure
Views:
752
Posted By
razec
That doesn't seem to be working. When I try to...
That doesn't seem to be working. When I try to save the template with:
{vb:stylevar htmldoctype}
<html xmlns="http://www.w3.org/1999/xhtml" dir="{vb:stylevar textdirection}" lang="{vb:stylevar...
Forum:
vB4 Programming Discussions
01-04-2010, 04:23 PM
Replies:
6
External PHP forms not posting properly, also question about structure
Views:
752
Posted By
razec
External PHP forms not posting properly, also question about structure
Regarding my last thread (https://vborg.vbsupport.ru/showthread.php?t=231999)...
When I attempt to post the form that I created, vBulletin gives an error:
The form was just a simple test...
Forum:
vB4 Programming Discussions
01-03-2010, 05:31 PM
Replies:
4
Problems integrating external PHP pages with VB4
Views:
812
Posted By
razec
Okay, so I have my new external pages working and...
Okay, so I have my new external pages working and using new VB templates. What I can't do is figure out how to integrate PHP into the template. It's just ignored. I know how to do this with widgets...
Forum:
vB4 Programming Discussions
01-03-2010, 04:54 AM
Replies:
4
Problems integrating external PHP pages with VB4
Views:
812
Posted By
razec
Adding the "THIS_SCRIPT" and "VB_AREA" defines...
Adding the "THIS_SCRIPT" and "VB_AREA" defines worked. I didn't try it with the CMS_SCRIPT define.
Thanks for your help, and thanks for the link. I'll check it out and post again if I have any...
Forum:
vB4 Programming Discussions
01-03-2010, 04:06 AM
Replies:
4
Problems integrating external PHP pages with VB4
Views:
812
Posted By
razec
Problems integrating external PHP pages with VB4
I have some PHP-based forms that I would like to include with VB4. I want to make sure that the following applies:
1. The scripts interact with vBulletin's configuration (mainly to access the same...
Forum:
vB3 Programming Discussions
11-21-2009, 06:16 PM
Replies:
0
Querying info about a user group
Views:
577
Posted By
razec
Querying info about a user group
I'm looking to make a change to my vBulletin system that would involve showing a link to a user only under select circumstances. Basically, I want members of a certain group to see a link to a form...
Showing results 1 to 25 of 28
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
09:53 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.01695 seconds
Memory Usage
2,061KB
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
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(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(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(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(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(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
FULLTEXT Search
php_sapi_name(): fpm-fcgi