vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Stars for vB2.2.1 (english/german) (https://vborg.vbsupport.ru/showthread.php?t=34626)

Wolf42 01-06-2003 08:28 AM

Quote:

Originally posted by Zalbard
Ahhh! When I get to Admin/misc.php, I can't find maketableheader("Update Users Info</b> - </b>updates user titles<b>","",0); and I tried over and over again! Wher is this line? Please help!
In vB 2.2.9 its line 380
PHP Code:

  maketableheader("Update User's Titles","",0); 

Seams I have to modify it again. :(

Dean C 01-06-2003 11:14 AM

A lot of people are getting problems as the releases go up..

Perhaps it's best you make this version for 2.2.9 :)?

- miSt

Angelus 01-08-2003 01:03 PM

wie kommen die stars ins getinfo ?
habe versucht folgenden code in die member.php zu kopieren:

PHP Code:

 // Stars Hack Ende
  
$sli 0;
  while (
$sli $post[starlevel]) {
    
$post[stars] .= "<img src=\"images/stars/$post[starimg].gif\" border=\"0\">";
    ++
$sli;
  }
// Stars Hack Ende 

es wir mir im userprofil nicht angezeigt :(

Wolf42 01-08-2003 01:34 PM

Hallo Angelus!

Du hast einen kleinen Denkfehler, ist aber kein Problem. Statt $post solltest Du $userinfo verwenden. Das sieht dann ungef?hr so aus:
PHP Code:

  $sli 0;
  while (
$sli $userinfo[starlevel]) {
    
$userinfo[stars] .= "<img src=\"{imagesfolder}/stars/$userinfo[starimg].gif\" border=\"0\">";
    ++
$sli;
  } 

Und im getinfo-Template f?gst Du dann irgendwo (wo Du die Sterne gerne haben m?chtest] $userinfo[stars] ein. Thats it. ;)

Angelus 01-08-2003 04:48 PM

danke für den tipp nun klappt es superstar

iceman11111 03-28-2003 03:12 AM

Please Help

after I installed this hack, whenever someone registers it doesn't send them the verification email!

Also, any email that I send via the admin options doesn't get to the user!

Wolf42 03-28-2003 05:43 AM

Did the mail-function work before installing the hack? And which version of vB are you using? Couse the hack dosn't change anything in the mail-function of vB. :confused:

iceman11111 03-28-2003 12:56 PM

Hi

Yes, everything was working before.

Ver 2.2.9

Also, I had to add a '3' to the end of every php

because I am using php3

iceman11111 03-28-2003 01:14 PM

Ok, I have semi figured it out!

I figured out that it is the stars.php file

iceman11111 03-28-2003 01:21 PM

FIXED

I had to add "error_reporting(7);"

just after the first line "<?php"


All times are GMT. The time now is 03:43 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.01270 seconds
  • Memory Usage 1,738KB
  • 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
  • (3)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete