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

Showing results 1 to 25 of 69
Search took 0.00 seconds.
Search: Posts Made By: Vinney
Forum: vBulletin 2.x Full Releases 06-09-2003, 04:11 PM
Replies: 267
Views: 43,876
Posted By Vinney
ok ... i've installed this ok. Well it seems ok....

ok ... i've installed this ok. Well it seems ok. But, the images are broken :

and are linked like :

/images/flags/Un.gif

instead of

/images/flags/United Kingdom.gif
Forum: vBulletin 2.x Full Releases 09-20-2002, 03:11 PM
Replies: 23
Views: 27,024
Posted By Vinney
well in my son !!!! been wanting this for ages.

well in my son !!!! been wanting this for ages.
Forum: Member Archives 08-28-2002, 02:25 PM
Replies: 5
Views: 698
Posted By Vinney
i dont need to include gobal.php, as the vb...

i dont need to include gobal.php, as the vb portal mainfile.php includes it.

i've just tryed what you said, and that also work too !

there is no need for a mysql query then.
cheers.
Forum: vB3 Programming Discussions 08-27-2002, 10:59 PM
Replies: 1
Views: 748
Posted By Vinney
an easy one - well for you anyways :)

i want to do a password check, so to make sure that both $pass and $pass1 equal the same before continuing

what is the php version of this ?

is it :

if($pass != $pass1) {...
Forum: vB3 Programming Discussions 08-27-2002, 08:56 PM
Replies: 13
Views: 1,548
Posted By Vinney
g-force2k2 spot on ! cheers !

g-force2k2 spot on ! cheers !
Forum: vB3 Programming Discussions 08-27-2002, 03:55 PM
Replies: 13
Views: 1,548
Posted By Vinney
what is $usercustomfield there for ?

what is $usercustomfield there for ?
Forum: vB3 Programming Discussions 08-27-2002, 03:42 PM
Replies: 13
Views: 1,548
Posted By Vinney
Cheers NDLR .....but i cant get it to work, i get...

Cheers NDLR .....but i cant get it to work, i get this error :

Database error in vBulletin 2.2.6:

Invalid SQL: SELECT field5,field9 WHERE userid='1'
mysql error: You have an error in your SQL...
Forum: vB3 Programming Discussions 08-26-2002, 10:42 PM
Replies: 13
Views: 1,548
Posted By Vinney
bump.

bump.
Forum: vB3 Programming Discussions 08-26-2002, 09:47 PM
Replies: 13
Views: 1,548
Posted By Vinney
it's not in the postbit, sorry i confused you. am...

it's not in the postbit, sorry i confused you. am trying to call the userfields for my own script.


<?php
error_reporting(7);
require ('../../mainfile.php');
$index = 1;
global...
Forum: vBulletin 2.x Full Releases 08-26-2002, 09:02 PM
Replies: 49
Views: 13,174
Posted By Vinney
amazing ! cant wait too install it !

amazing ! cant wait too install it !
Forum: Member Archives 08-26-2002, 09:00 PM
Replies: 5
Views: 698
Posted By Vinney
please someone !

please someone !
Forum: vB3 Programming Discussions 08-26-2002, 08:59 PM
Replies: 13
Views: 1,548
Posted By Vinney
bump :(

bump :(
Forum: vB3 Programming Discussions 08-25-2002, 11:01 PM
Replies: 13
Views: 1,548
Posted By Vinney
whats the whole query please ? am a noob ..... i...

whats the whole query please ? am a noob ..... i dont know anything about mysql in php.

and what do i use to call the custom user fields of field5 and field9?

would $post[field9] and...
Forum: vB3 Programming Discussions 08-25-2002, 10:41 PM
Replies: 13
Views: 1,548
Posted By Vinney
mysql query.

what is the db query i need to pull the custom user profile fields into a script am making please ?

:eek: cheers
Forum: Member Archives 08-25-2002, 09:01 PM
Replies: 5
Views: 698
Posted By Vinney
is this what i need $userinfo =...

is this what i need

$userinfo = mysql_query("SELECT * FROM user,userfield WHERE user.userid='X' AND userfield.userid='X'");

is so, the X value is the for the users forum id right ?

i need x...
Forum: Member Archives 08-25-2002, 08:51 PM
Replies: 5
Views: 698
Posted By Vinney
please anyone ?

please anyone ?
Forum: Member Archives 08-25-2002, 11:31 AM
Replies: 5
Views: 698
Posted By Vinney
calling a custom user field.

it's mean again.

How do you get 'User Profile Fields' to be displayed. this is what i have :


<?php
error_reporting(7);
include ("../../mainfile.php");
$index = 1;
global...
Forum: vBulletin 2.x Full Releases 08-25-2002, 10:46 AM
Replies: 142
Views: 22,582
Posted By Vinney
it's mean again. How do you get 'User...

it's mean again.

How do you get 'User Profile Fields' to be displayed. this is what i have :


<?php
error_reporting(7);
include ("../../mainfile.php");
$index = 1;
global...
Forum: vBulletin 2.x Full Releases 08-24-2002, 10:29 PM
Replies: 142
Views: 22,582
Posted By Vinney
whats does the " exit; " do ? is that needed ? ...

whats does the " exit; " do ? is that needed ?

also is it possible to place the group in an array.

Am a newbie at php, bit am trying different methods to get the same result at the moment.

i...
Forum: vB3 Programming Discussions 08-24-2002, 09:53 PM
Replies: 13
Views: 1,323
Posted By Vinney
ok am trying to get too big for my boots here, i...

ok am trying to get too big for my boots here, i cant seem to get this to work:

know why ?

<?php
error_reporting(7);
include ("../../mainfile.php");
$index = 1;
global $Pmenu,$breadcrumb;...
Forum: vB3 Programming Discussions 08-24-2002, 05:52 PM
Replies: 13
Views: 1,323
Posted By Vinney
my example : if...

my example :

if (!$bbuserinfo[usergroupid]==1 || $bbuserinfo[usergroupid]==3 || $bbuserinfo[usergroupid]==11) {

your example:

if($bbuserinfo[usergroupid] != 1 || $bbuserinfo[usergroupid] !=...
Forum: vB3 Programming Discussions 08-24-2002, 05:46 PM
Replies: 13
Views: 1,323
Posted By Vinney
ok this works too : <?php ...

ok

this works too :

<?php
error_reporting(7);
include ("../../mainfile.php");
$index = 1;
global $Pmenu,$breadcrumb;
$Pmenu="";
Forum: vB3 Programming Discussions 08-24-2002, 05:40 PM
Replies: 13
Views: 1,323
Posted By Vinney
my example does work. my...

my example does work.

my require('./global.php'); is in the mainfile.php, that isn't an issue.
Forum: vB3 Programming Discussions 08-24-2002, 05:37 PM
Replies: 13
Views: 1,323
Posted By Vinney
and .... sorry ( am a newbie - am just trying to...

and .... sorry ( am a newbie - am just trying to get my head around this )

1.

using your example, how would allow multiple usergroups ?

--------------------------------

2.
Forum: vB3 Programming Discussions 08-24-2002, 05:25 PM
Replies: 13
Views: 1,323
Posted By Vinney
this is what i've got so far ... it works. ...

this is what i've got so far ... it works.

<?php
error_reporting(7);
include ("../../mainfile.php");
$index = 1;
global $Pmenu,$breadcrumb;
$Pmenu="";
$breadcrumb="Account Activation";...
Showing results 1 to 25 of 69

 
Forum Jump

All times are GMT. The time now is 04:52 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.02308 seconds
  • Memory Usage 2,045KB
  • 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
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (43)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