Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT. The time now is 09:26 AM.


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