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

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

 
Forum Jump

All times are GMT. The time now is 06:41 PM.


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