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:
firebrand media
Forum:
vB4 Programming Discussions
03-13-2013, 10:09 PM
Replies:
13
SOLUTION - VBulletin 4 External, Manual Member Signup/Registration/Login + Cookies
Views:
10,430
Posted By
firebrand media
Outstanding work. I was able to implement a crazy...
Outstanding work. I was able to implement a crazy SSO system based on the strategy you've outlined here. I'll post my version with extended error handling and allowing the userid to autoincrement in...
Forum:
vB4 General Discussions
02-27-2013, 08:37 PM
Replies:
0
always save in template history
Views:
337
Posted By
firebrand media
always save in template history
We recently had an issue where some template mods were lost because we forgot to tick the "save in template history" checkbox.
Is there a global setting to force this to always default to checked?
...
Forum:
vB4 Programming Discussions
01-25-2013, 06:03 PM
Replies:
13
jquery in 4.1.11
Views:
3,355
Posted By
firebrand media
I see this thread is a little old, but I just...
I see this thread is a little old, but I just solved this problem on my own installation.
The clue was to look at the mobile skin.
in the "headinclude" template, add the following after the YUI...
Forum:
vBulletin 4 Articles
01-18-2013, 08:14 PM
Replies:
543
[HOW TO - vB4] Create a New Tab in the navbar
Views:
112,520
Posted By
firebrand media
I'm using the plugin method to add tabs to...
I'm using the plugin method to add tabs to specific forums. I would like to apply the SELECTED class when displaying that class, but I'm not sure what criteria to use. Isn't THIS_SCRIPT always going...
Forum:
vB4 General Discussions
01-18-2013, 03:02 PM
Replies:
1
Is there an easy way to show the forum sidbar on CMS pages?
Views:
302
Posted By
firebrand media
Is there an easy way to show the forum sidbar on CMS pages?
I looked at "Sidebar Anywhere by BOP5" and "Everywhere Sidebar."
Couldn't get "Everywhere Sidebar" to install.
"Sidebar Anywhere by BOP5" works great, but doesn't include CMS pages.
We're...
Forum:
vBulletin 4.x Add-ons
01-17-2013, 10:02 PM
Replies:
1,920
Add-On Releases -
Everywhere Sidebar 4 VB4
Views:
2,613,442
Posted By
firebrand media
Attempting to evaluate this on a vBulletin 4.1...
Attempting to evaluate this on a vBulletin 4.1 installation.
product-everywhere_sidebar_1.5.3 installation went without error
cssrollup_everywhere_sidebar.xml gives "Invalid File Specified"
...
Forum:
vB4 Programming Discussions
01-07-2013, 04:33 PM
Replies:
4
Send Guests to an External URL or Static Page
Views:
688
Posted By
firebrand media
Thanks so much! That was exactly the magic that...
Thanks so much!
That was exactly the magic that was needed. :)
Forum:
vB4 Programming Discussions
01-04-2013, 08:26 PM
Replies:
4
Send Guests to an External URL or Static Page
Views:
688
Posted By
firebrand media
Exactly. But I don't know how to get vBulletin...
Exactly.
But I don't know how to get vBulletin 4.1 to send that header.
Forum:
vB4 Programming Discussions
01-04-2013, 06:47 PM
Replies:
4
Send Guests to an External URL or Static Page
Views:
688
Posted By
firebrand media
Send Guests to an External URL or Static Page
We're working on a heavily customized site for a client. This is a closed, "invitation-only" site.
So all guests need to go to a static HTML page with information and a login form.
The external...
Forum:
vB4 General Discussions
06-07-2012, 01:22 PM
Replies:
3
Force All Guests to a Custom Login
Views:
1,155
Posted By
firebrand media
I'm oh so close. Created a plugin hooked on...
I'm oh so close.
Created a plugin hooked on global_state_check
if ($vbulletin->userinfo['usergroupid'] == 1)
{
if ((THIS_SCRIPT == 'login') or ($_POST['do'] == 'login'))
{
} else {
Forum:
vB4 General Discussions
06-04-2012, 04:11 PM
Replies:
3
Force All Guests to a Custom Login
Views:
1,155
Posted By
firebrand media
Thanks so much kh99. The simplified login form...
Thanks so much kh99.
The simplified login form worked fine.
Just had to add a hidden field to prevent it from coming back to the login form:
<input type="hidden" name="url"...
Forum:
vB4 General Discussions
06-04-2012, 01:11 PM
Replies:
3
Force All Guests to a Custom Login
Views:
1,155
Posted By
firebrand media
Force All Guests to a Custom Login
I see this question asked many times for vBulletin4.x, but I can't find clear answers.
We're building a site that is a totally closed community. All guests must login through a page with ONLY the...
Forum:
vB4 General Discussions
06-01-2012, 03:43 PM
Replies:
2
Single Sign On (SSO) using ASP.net
Views:
1,212
Posted By
firebrand media
I'm trying to just create a standalone login...
I'm trying to just create a standalone login page. Which would be exactly the solution you're suggesting here for the iFrame.
But it doesn't appear to be trivial.
There's hidden fields and...
Forum:
vB4 Programming Discussions
06-01-2012, 02:45 PM
Replies:
1
Call login function from non vb page
Views:
961
Posted By
firebrand media
I've got a sloppy form working, but I'd like to...
I've got a sloppy form working, but I'd like to know the proper way to do this.
To get my cobbled-together form, I did a view source on the admincp login (which doesn't have extraneous navigation)...
Forum:
vB3 Programming Discussions
05-30-2012, 04:53 PM
Replies:
6
Custom page for guests
Views:
878
Posted By
firebrand media
So my attempt works in that non-logged in users...
So my attempt works in that non-logged in users are shown that template.
But I have two issues:
1) Logged in users aren't getting any stylesheets.
2) I haven't figured out how to pass...
Forum:
vBulletin 4.x Add-ons
05-29-2012, 03:19 PM
Replies:
1,920
Add-On Releases -
Everywhere Sidebar 4 VB4
Views:
2,613,442
Posted By
firebrand media
My apologies. I must have misunderstood the...
My apologies.
I must have misunderstood the product notes.
I'm still confused though about the versions.
The "gold" version is the paid one?
Where does one get it?
Forum:
vB4 Programming Discussions
05-29-2012, 03:13 PM
Replies:
3
Redirecting the redirect to login
Views:
800
Posted By
firebrand media
That's a clever solution. Won't work in our...
That's a clever solution.
Won't work in our case since we're handling the odd stuff with a couple custom pages and living mostly within vBulletin.
But glad to hear you got it working.
Forum:
vB3 Programming Discussions
05-25-2012, 04:40 PM
Replies:
6
Custom page for guests
Views:
878
Posted By
firebrand media
The "eval" makes me think this is a 3.x solution....
The "eval" makes me think this is a 3.x solution.
My attempt at a 4.x update: (Template names have been changed to protect the idiotic)
if ($vbulletin->userinfo['usergroupid'] == 1)
{...
Forum:
vB4 Programming Discussions
05-23-2012, 06:31 PM
Replies:
2
Add Recent Posts to custom page?
Views:
498
Posted By
firebrand media
I'm sure you're correct Lynne, but I don't...
I'm sure you're correct Lynne, but I don't understand how that could be. The code already exists in the system for both widgets and blocks. And yet not available for custom pages?
Oh well...
Forum:
vB4 Programming Discussions
05-22-2012, 08:30 PM
Replies:
2
Add Recent Posts to custom page?
Views:
498
Posted By
firebrand media
Add Recent Posts to custom page?
I've successfully made a custom page with a slew of feeds from external sources.
The data is stashed in "registered" values and displayed in a related template.
One of the last feeds I need is...
Forum:
vB4 Programming Discussions
05-21-2012, 05:30 PM
Replies:
0
Fetch Avatar by userID?
Views:
541
Posted By
firebrand media
Fetch Avatar by userID?
I'm building a sidebar element that needs to show the avatars of a bunch of users selected by an assortment of rules.
My SQL is pulling in the appropriate users, but surely there's a call to get the...
Forum:
vBulletin 4.x Add-ons
05-18-2012, 06:46 PM
Replies:
1,920
Add-On Releases -
Everywhere Sidebar 4 VB4
Views:
2,613,442
Posted By
firebrand media
I was about to hack my template to add sidebar to...
I was about to hack my template to add sidebar to the thread views, but if this works, it's worth the $29.
But I'm totally confused about what to install and where to get it.
The "gold" version is...
Forum:
vB4 Design and Graphics Discussions
05-04-2012, 02:54 PM
Replies:
0
Group Member avatars in sidebard
Views:
377
Posted By
firebrand media
Group Member avatars in sidebard
My designer wants to put a block of a few dozen avatars of other group members in a sidebar block.
Anyone have a recommended strategy for this? Or better yet an existing mod/hack you can point me to?
Forum:
vBulletin 4 Articles
05-03-2012, 10:17 PM
Replies:
31
How to add a new field to the CMS
Views:
12,262
Posted By
firebrand media
Ah... So I just add a column to the cms_node...
Ah...
So I just add a column to the cms_node table?
Easy enough.
This is my first foray into vBulletin modding and I just get nervous about operating with a chainsaw. :)
--------------- Added...
Forum:
vB4 Programming Discussions
05-03-2012, 02:41 PM
Replies:
3
Add fields to CMS articles
Views:
394
Posted By
firebrand media
I added this question to that article's thread,...
I added this question to that article's thread, but you lost me on step 1.
Could you add an appropriate article link to that thread?
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:26 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.01615 seconds
Memory Usage
2,035KB
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
(19)
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(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(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(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(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(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(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
(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(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
(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(245, 0, 1,''); -> cached fperms for forum 245
(unspecified) fetch_permissions(245, 0, 1,''); -> cached fperms for forum 245
(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(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(242, 0, 1,''); -> cached fperms for forum 242
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
FULLTEXT Search
php_sapi_name(): fpm-fcgi