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

Showing results 1 to 25 of 57
Search took 0.00 seconds.
Search: Posts Made By: diesel08
Forum: vB3 Programming Discussions 12-04-2005, 02:56 AM
Replies: 2
Views: 1,102
Posted By diesel08
thanks champ

thanks champ
Forum: vB3 Programming Discussions 12-04-2005, 12:38 AM
Replies: 2
Views: 1,102
Posted By diesel08
checking if a user is in group 10

i just need to check in php script.. if user is a member of group 10

ive been playing with code..

$vbulletin->userinfo['usergroupid'];

only returns 1 of the groups, and in my case group 6...
Forum: vB3 General Discussions 12-03-2005, 06:35 AM
Replies: 4
Views: 800
Posted By diesel08
b-b-bumpp

b-b-bumpp
Forum: vB3 General Discussions 12-02-2005, 03:52 AM
Replies: 3
Views: 1,482
Posted By diesel08
vbadvanced plugin

with 3.5 is it possible to install vbadvanced as a plugin or something else like that, so i dont have to extensively modify the php files.

i want a CMS without major modifications..
Forum: vB3 Programming Discussions 11-29-2005, 05:58 AM
Replies: 2
Views: 763
Posted By diesel08
user logged in on non vb page..

hi before i upgraded from 3.0.7 i had this in a non VB page.

<?php
require_once('./global.php');
?>

and it kept the user logged in..

since the upgrade of VB to 3.5 , this isnt working...
Forum: vB3 General Discussions 11-26-2005, 11:07 PM
Replies: 4
Views: 800
Posted By diesel08
group memberships, in view profile

I want to make group memberships show membership to a private group.

the group is subscribed to once the member pays for a subscription, so it has to be private, but i want others to see it when...
Forum: vB3 Programming Discussions 11-26-2005, 06:04 AM
Replies: 1
Views: 965
Posted By diesel08
Fatal error: Call to a member function on a non-object in .........

i just upgraded to 3.5.1 and now im getting this error.. wasnt getting it with 3.0.7

the line bold is the one getting called for the error.

//...
Forum: vB3 General Discussions 10-12-2005, 08:17 AM
Replies: 6
Views: 989
Posted By diesel08
.............

.............
Forum: vB3 General Discussions 10-11-2005, 06:07 AM
Replies: 6
Views: 989
Posted By diesel08
how do i email all site members without needing to sit there for hours

i need to email all members. is there an easier way to do this then having to click NEXT on every batch.. my batches have to be small (about 10) so i need something automatic... or a better solution!!
Forum: Modification Requests/Questions (Unpaid) 09-05-2005, 08:35 AM
Replies: 1
Views: 865
Posted By diesel08
referer stats

i want to know which websites are sending me visits... hwo can i get this info
Forum: vB3 General Discussions 09-05-2005, 08:34 AM
Replies: 1
Views: 819
Posted By diesel08
referer stats

i want to know which websites are sending me visits... hwo can i get this info
Forum: vB3 Programming Discussions 08-28-2005, 03:54 AM
Replies: 1
Views: 832
Posted By diesel08
strip vb number formatting

vb formats the numbers with commas - 1,673
and this is causing trouble in my IF statements

how do i strip the commas to make it just a plain number...
Forum: vB3 Programming Discussions 08-28-2005, 01:47 AM
Replies: 2
Views: 916
Posted By diesel08
this isnt working for me.. i am using the...

this isnt working for me..

i am using the function inside a page created using this..

https://vborg.vbsupport.ru/showthread.php?t=62164&highlight=page


it is not returning a value for...
Forum: vB3 Programming Discussions 08-27-2005, 12:16 PM
Replies: 2
Views: 916
Posted By diesel08
check for 10 posts or more

i want to add a function to check if a user has made 10 posts or more.. for index.php to trigger a piece of script

how would i do this.
Forum: Modification Requests/Questions (Unpaid) 08-27-2005, 03:36 AM
Replies: 2
Views: 849
Posted By diesel08
FOrum Bot's

does anyone know if forum bots exist..

e.g. to make it look like fake users are surfing your forum, to make it look busier?
Forum: vB3 Programming Discussions 08-23-2005, 07:28 AM
Replies: 1
Views: 982
Posted By diesel08
maximum execution time, is timing out after 30 seconds..

maximum execution time, is timing out after 30 seconds.. when i try to send batch emails through mail.php using the function through admincp in vbulletin,

i know the function to declare is in...
Forum: vB3 Programming Discussions 08-21-2005, 06:59 AM
Replies: 2
Views: 829
Posted By diesel08
magic! thanks champ :) just from...

magic!


thanks champ :)


just from an efficency perspective, is this function only run for display on forumhome or is it used in all forum generation..
Forum: vB3 General Discussions 08-20-2005, 12:23 PM
Replies: 2
Views: 881
Posted By diesel08
data not showing in templates...

Hi...
if i put this in index.php

$topfive = "hello";

then... put $topfive in the FORUMHOME template... it works on the page..

BUT!

if i put $topfive inside the template...
Forum: vB3 Programming Discussions 08-20-2005, 05:59 AM
Replies: 2
Views: 829
Posted By diesel08
variable data not showing in template...

Hi...
if i put this in index.php

$topfive = "hello";

then... put $topfive in the FORUMHOME template... it works on the page..

BUT!

if i put $topfive inside the template...
Forum: Modification Requests/Questions (Unpaid) 08-17-2005, 01:10 AM
Replies: 0
Views: 841
Posted By diesel08
list first 5 threads under name of forum in index page..

i just want the first 5 as links to appear under the forum name link on the index page, sort of like the sub forums appear...

I'll just give a bit more information about exactly what im after..
...
Forum: vB3 General Discussions 08-16-2005, 11:20 AM
Replies: 3
Views: 872
Posted By diesel08
thankyou but i dont understand where: Hook:...

thankyou but i dont understand where:

Hook: forumbit_display

is....?
Forum: vB3 General Discussions 08-16-2005, 09:13 AM
Replies: 3
Views: 872
Posted By diesel08
when you make a forum private...

when you make a forum private on forumhome it shows POSTS and THREADS as 0... how can i change this to -- instead.. and say PLEASE LOG IN instead of PRIVATE...
Forum: Modification Requests/Questions (Unpaid) 08-16-2005, 09:10 AM
Replies: 6
Views: 882
Posted By diesel08
this doesnt apply to 3.0 only.. it is general for...

this doesnt apply to 3.0 only.. it is general for vbulletin... HELP PLZ!!
Forum: Modification Requests/Questions (Unpaid) 08-16-2005, 12:55 AM
Replies: 6
Views: 882
Posted By diesel08
has anyone had any luck with this.. it must be...

has anyone had any luck with this.. it must be hard to design no?
Forum: Modification Requests/Questions (Unpaid) 08-14-2005, 12:13 PM
Replies: 6
Views: 882
Posted By diesel08
nah ive seen this done before.. it shows ...

nah ive seen this done before..

it shows

FORUM NAME
- thread1
- thread2
- thread3
- thread4
- thread5
Showing results 1 to 25 of 57

 
Forum Jump

All times are GMT. The time now is 06:30 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.01668 seconds
  • Memory Usage 2,029KB
  • 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 

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