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

Showing results 1 to 22 of 22
Search took 0.00 seconds.
Search: Posts Made By: dannyb2100
Forum: vB3 Programming Discussions 09-29-2009, 08:47 PM
Replies: 3
Views: 657
Posted By dannyb2100
Its a fully custom script ;) userdb is part...

Its a fully custom script ;)

userdb is part of my own code, I know its not working as there is no mysql update :)
Due to it being my own code I cannot reveal SOO much only what I believe is not...
Forum: vB3 Programming Discussions 09-29-2009, 07:44 PM
Replies: 3
Views: 657
Posted By dannyb2100
Plugin not working ! Any ideas ?

Adding a pluging with the hook location:

newthread_post_complete
newreply_post_complete
newpost_complete

With the query,
$db->query_write("UPDATE userdb SET fpoints=fpoints+'2' WHERE...
Forum: vB3 Programming Discussions 09-05-2009, 02:46 PM
Replies: 7
Views: 729
Posted By dannyb2100
Hey Lynn, Thanks for the reply, I changed...

Hey Lynn,

Thanks for the reply, I changed the code as you said,

but it's still feeding me back 0 as a userid........


Image Here ??
<table cellpadding="0" cellspacing="0" align="left"...
Forum: vB3 Programming Discussions 09-01-2009, 03:14 PM
Replies: 7
Views: 729
Posted By dannyb2100
ok, Um, As par my sig I use VBB as my forum, so...

ok, Um, As par my sig I use VBB as my forum,
so its quite a complex system that mixes the two,


$curdir = getcwd ();
chdir('forum');
require_once('forum/global.php');
chdir ($curdir);
Forum: vB3 Programming Discussions 09-01-2009, 02:49 PM
Replies: 7
Views: 729
Posted By dannyb2100
Its a none template page, its part of the php,...

Its a none template page, its part of the php, global.php is included yes,
I'm trying to get the userid if the person viewing the page.
Forum: vB3 Programming Discussions 09-01-2009, 01:19 PM
Replies: 7
Views: 729
Posted By dannyb2100
Avatars on none VB pages.

Hey all, I'm trying to get the avatar to link on a none vb page ??

Any help or ideas,

Code as follows


<img...
Forum: vB3 Programming Discussions 09-01-2009, 07:45 AM
Replies: 2
Views: 751
Posted By dannyb2100
Thanks Seven Skins Sorry for late reply,...

Thanks Seven Skins

Sorry for late reply, haha.:D
Forum: vB3 General Discussions 08-31-2009, 03:30 PM
Replies: 0
Views: 499
Posted By dannyb2100
Avatar on none VB pages

Hey all, I'm trying to get the avatar to link on a none vb page ??

Any help or ideas,

Code as follows


<a...
Forum: vB3 Programming Discussions 06-10-2009, 10:42 AM
Replies: 1
Views: 568
Posted By dannyb2100
Content Parsing

Hey VB.Org

Looking to create a little modifcation but hit a block on how to do this,

I'm looking to parse content from a few "YouTube" websites, but I cant seem to get the content to parse...
Forum: vB3 Programming Discussions 06-10-2009, 10:39 AM
Replies: 2
Views: 751
Posted By dannyb2100
email Users who have not logged in for x days

Hello all,

I'm looking for a mod or a way to send a email to users who have not logged in for x days just too basically email them a pre-defined email which I will specify

If there is already...
Forum: vBulletin 3.8 Add-ons 03-31-2009, 10:02 AM
Replies: 641
Administrative and Maintenance Tools - Multiple Account Detection & Prevention
Views: 192,691
Posted By dannyb2100
Thanks for the update :) Keep up the good work.

Thanks for the update :)
Keep up the good work.
Forum: vBulletin 3.7 Add-ons 02-27-2009, 08:20 PM
Replies: 2,644
Add-On Releases - vBExperience
Views: 799,011
Posted By dannyb2100
Thank you Phalynx, Works ACE now :D.

Thank you Phalynx, Works ACE now :D.
Forum: vBulletin 3.7 Add-ons 02-27-2009, 07:39 PM
Replies: 2,644
Add-On Releases - vBExperience
Views: 799,011
Posted By dannyb2100
Hey I'm having a weird problem, the hook...

Hey I'm having a weird problem, the hook $template_hook[postbit_userinfo_left] is in place but its still not rendering the bars ?
Any reason for this ?

come's up with things like

Points: 31,...
Forum: Community Reviews 02-26-2009, 10:55 PM
Replies: 0
Views: 1,074
Posted By dannyb2100
My TB-RPG, Soul Quest RPG

Hey guys, http://www.soulquestrpg.com

My Text Based RPG, Recently integrated VBB into it as well :)

Let me know what you think everyone !
Forum: vB3 General Discussions 02-24-2009, 06:30 PM
Replies: 12
Views: 1,821
Posted By dannyb2100
There's a mod called Auto Prune which does work...

There's a mod called Auto Prune which does work just needed to edit a few files and it worked a treat.
Forum: vB3 Programming Discussions 02-22-2009, 08:26 PM
Replies: 3
Views: 823
Posted By dannyb2100
That would explain an afull lot will test now, ...

That would explain an afull lot will test now,

Thanks again Lynee :)


EDIT.

Worked like a treat !, Thanks Lynee
Forum: vB3 Programming Discussions 02-22-2009, 07:25 PM
Replies: 3
Views: 823
Posted By dannyb2100
Help using the session table

Hey all, ok I've created a plugging at hook Global_start.

if ($vbulletin->session->vars['email'] == 0)
{
$varemail = $bbuserinfo[email];
//Add the user email to the session var
...
Forum: vB3 Programming Discussions 02-20-2009, 06:46 PM
Replies: 7
Views: 858
Posted By dannyb2100
I cant seem to get the plugging to function as I...

I cant seem to get the plugging to function as I want it, I'm sorry to sound like such a douche I don't know whats wrong with me for some reason I just cant read PHP its been one of them days,

Is...
Forum: vB3 Programming Discussions 02-20-2009, 04:38 PM
Replies: 7
Views: 858
Posted By dannyb2100
Basicly I have my own user system as I run a TB...

Basicly I have my own user system as I run a TB RPG and I'm adding VBB to it I've come up with a system which links the 2 user-databases so thats sorted I'm just having trouble racking my brain...
Forum: vB3 Programming Discussions 02-19-2009, 10:10 PM
Replies: 7
Views: 858
Posted By dannyb2100
Help a noob

Ok I don't know weather my brains melted or I've just turned noob over night but basicly I cant seem to rack my mind round where the mysql query is on a user registration is on VB, I know it uses the...
Forum: vB3 Programming Discussions 02-11-2009, 04:07 PM
Replies: 1
Views: 591
Posted By dannyb2100
Porting my current member system into VB

Hey just got hold of VBB and wish to port my current member system into VBB, Can anyone help me out here, I only use one table for my user-information on my current system, with the array-variable...
Forum: vBulletin 3.6 Add-ons 02-11-2009, 11:33 AM
Replies: 36
Views: 25,004
Posted By dannyb2100
I have same problem, Is there a solution yet >

I have same problem, Is there a solution yet >
Showing results 1 to 22 of 22

 
Forum Jump

All times are GMT. The time now is 12:19 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.01727 seconds
  • Memory Usage 2,007KB
  • 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)post_thanks_navbar_search
  • (1)search_results
  • (22)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (14)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
  • forumjump
  • search_complete
  • navbits
  • navbits_complete