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

Showing results 1 to 25 of 48
Search took 0.00 seconds.
Search: Posts Made By: galt
Forum: vBulletin 3 Articles 05-13-2009, 09:43 AM
Replies: 162
Views: 125,187
Posted By galt
Thanks. I had already tried that, then removed...

Thanks. I had already tried that, then removed it. That was my reference to "the global hack referenced a few posts back". It did not help. At this point I am creating a new user and maintaining...
Forum: vBulletin 3 Articles 05-12-2009, 01:33 PM
Replies: 162
Views: 125,187
Posted By galt
After hours of hacking at this, I am once again...

After hours of hacking at this, I am once again stuck. I have included this code in my CMS.

if ($vbswitch == 'Y') {
chdir('./forums');
define('THIS_SCRIPT','pg_usermgmt2.php');...
Forum: vB3 Programming Discussions 05-11-2009, 05:50 AM
Replies: 4
Views: 844
Posted By galt
Thanks. I was hoping for someone with some...

Thanks. I was hoping for someone with some specific knowledge of the vB globals or that can point me at some documentation. There are no errors. Without getting into the specifics of my program,...
Forum: vB3 Programming Discussions 05-11-2009, 01:53 AM
Replies: 4
Views: 844
Posted By galt
I don't have any global variables. I am concerned...

I don't have any global variables. I am concerned about the ones that vB is assigning and whether they are stepping on my local variables. I am just stuck on the learning curve that is VB, and it is...
Forum: vB3 Programming Discussions 05-10-2009, 03:42 PM
Replies: 4
Views: 844
Posted By galt
Is my problem global variables?

I am trying to sync registartion between vB and my CMS.

Here is what finally worked to get it to interpret cleanly.

if ($vbswitch == 'Y') {
chdir('./forums');...
Forum: vB3 General Discussions 05-08-2009, 05:58 PM
Replies: 1
Views: 443
Posted By galt
ENcrypting a password

I just need a couple of pointers in the right direction. I am inserting records into the VB user table as part of registering a user on my site.

1. How do I properly encrypt the password so...
Forum: Member Archives 05-14-2002, 03:42 PM
Replies: 2
Views: 758
Posted By galt
Thanks Xeon. Unfortunately, I do not have...

Thanks Xeon. Unfortunately, I do not have Photoshop, but am testing Fireworks right now.
Forum: Member Archives 05-13-2002, 02:46 AM
Replies: 3
Views: 884
Posted By galt
Obvious choice (to me) is some cheques. Maybe you...

Obvious choice (to me) is some cheques. Maybe you can even get a casino to sponsor you and use images of their cheques. Otherwise, a nice collection of different casinos would be cool too.
Forum: Member Archives 05-13-2002, 02:04 AM
Replies: 2
Views: 758
Posted By galt
Changing Buttosn 1 at a time?

I downloaded the GFXDEV kit from the vb site. There are a bunch of buttons in there. To change colors, do I really have to go thru them one at a time and make the change? In Fireworks, I could just...
Forum: Member Archives 05-01-2002, 02:36 AM
Replies: 2
Views: 642
Posted By galt
Design Contests?

How do people here feel about design contests? I need a couple of stylesets, including buttons and graphics (not logo), and would like to have a contest to get them done. I am thinking $50 for top...
Forum: Member Archives 04-16-2002, 11:36 AM
Replies: 2
Views: 832
Posted By galt
Ah, the rigors of design debates... First...

Ah, the rigors of design debates...

First off, your requirement to have a post for a thread seems fine, and I can certainly do that, I just need to figure out the timing within the system I am...
Forum: Member Archives 04-15-2002, 11:29 PM
Replies: 2
Views: 832
Posted By galt
INSERTing a thread ?

As I proceed along with my work-along CMS, I now need to create new threads from outside of VB. So far I have learned that when I insert a thread row:

I need to set up an invisible forum to attach...
Forum: vB3 Programming Discussions 04-14-2002, 11:28 PM
Replies: 7
Views: 1,597
Posted By galt
Cool site Mark. !! I will be joining up.

Cool site Mark. !!
I will be joining up.
Forum: vB3 Programming Discussions 04-14-2002, 11:23 PM
Replies: 7
Views: 1,597
Posted By galt
You win one gold star.

You win one gold star.
Forum: vB3 Programming Discussions 04-14-2002, 06:03 PM
Replies: 4
Views: 2,038
Posted By galt
All excellent resources. Many thanks.

All excellent resources. Many thanks.
Forum: vB3 Programming Discussions 04-14-2002, 06:01 PM
Replies: 7
Views: 1,597
Posted By galt
I guess I learned a lesson here. Never program...

I guess I learned a lesson here. Never program after 3am. In a previous late night session, I must have had some stupid reason to insert a Session_destroy() into the code, but can't imagine what it...
Forum: vB3 Programming Discussions 04-14-2002, 01:44 AM
Replies: 4
Views: 2,038
Posted By galt
Best PHP Help FOrum ?

I have been stuck for two days witha very wierd (to me) session variable problem. Where are there other forums on teh web that PHP People hang around in? I need to find some help quickly !!
Forum: vB3 Programming Discussions 04-13-2002, 03:19 PM
Replies: 7
Views: 1,597
Posted By galt
The code posted first is working great by...

The code posted first is working great by itself, but when tied into the rest of the system, somehow it seems to get lost between pages.

Does anyone know of a way to inspect the session...
Forum: vB3 Programming Discussions 04-13-2002, 03:22 AM
Replies: 7
Views: 1,597
Posted By galt
Session help please

Here is the code:
****************
session_start();

if (!session_is_registered("user")){
$user = new usertrack;
session_register("user");
echo "new";
};
**************
Forum: vB3 Programming Discussions 04-10-2002, 12:02 PM
Replies: 4
Views: 1,325
Posted By galt
Well sure, userid gives per user control, but...

Well sure, userid gives per user control, but loses the ability to group people together. It is obvious.

I always design for the extremes, and let everything in the middle take care of itself.
Forum: vB3 Programming Discussions 04-10-2002, 05:40 AM
Replies: 4
Views: 1,325
Posted By galt
Well I know that ideally they would be the same....

Well I know that ideally they would be the same. The question is, will something blow up in the future if they are different sizes (assume the data is consistent)?

I am looking at ways to...
Forum: vB3 Programming Discussions 04-09-2002, 11:25 PM
Replies: 4
Views: 1,325
Posted By galt
Integer Key Sizing

As two of you know, I am proceeding along with my modest yet poweful CMS that loosely couples with vBulletin.

I am seeking some design perspective.

JelSoft chose to implement usergroupid as a...
Forum: Community Reviews 04-03-2002, 11:03 AM
Replies: 5
Views: 1,441
Posted By galt
Hi Firefly. I do know there are...

Hi Firefly.

I do know there are unsubstantiated rumors of a possible CMS forthcoming maybe, with no clue as to features or functionality or delivery date. I know that my inquiries about it have...
Forum: Community Reviews 04-03-2002, 01:40 AM
Replies: 5
Views: 1,391
Posted By galt
I think menu bar fonts are too small at top, I...

I think menu bar fonts are too small at top, I can barely read them. And I would prefer a slightly more contrasty color instead of that medium blue-gray text, but it is readable.

Otherwise, it...
Forum: Community Reviews 04-03-2002, 01:34 AM
Replies: 5
Views: 1,441
Posted By galt
Please send me your styles for testing

I am slowly chugging along on my quest to build a CMS that couples loosely with vB. I am now working on programming issues, but would welcome the opportunity to evaluate how my design choices get...
Showing results 1 to 25 of 48

 
Forum Jump

All times are GMT. The time now is 04:49 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.01663 seconds
  • Memory Usage 2,039KB
  • 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
  • (6)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