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 v0.2.3 (https://vborg.vbsupport.ru/showthread.php?t=19081)

rickjansen105 08-17-2001 07:07 AM

maybe someone posted this already, but this thread is sooo long (10 pages!)

uhm, is this working with VBB 2.0.3?

Thomas P 08-17-2001 07:55 AM

Yep, is working...
Read page 8, especially Pie'oh'pah's posting.
It's not "VBB", it's "vB" :rolleyes:
hth,
-Tom

P.S.: There's a saying in german - Wer lesen kann ist klar im Vorteil :D
(nope, won't translate that ;) )

rickjansen105 08-17-2001 10:53 AM

Quote:

Originally posted by Thomas P
P.S.: There's a saying in german - Wer lesen kann ist klar im Vorteil :D

muhahahah
i can understand German (at least enough for that single line ;))
hmm... i CAN read, but i don't want to :)
anyway, thx for your reply...

this hack is a nice piece of good vB hacking... Good job Tubedogg! Thx!

maverick1236 08-18-2001 02:20 AM

im running 2.03-the stars hack went well-no errors at all

only problem is-no stars show up in postbit-there is a space where they would be-but thats it

ive checked my paths and updated counters-no luck

any suggestions?

thanks!!

Pie'oh'pah 08-18-2001 06:05 AM

Hmmm

make sure you don't use file extensions for the stars in the admin cp.....

else...dunno, not much information to work with :p

-Alex

illogicalx 08-19-2001 10:08 PM

mmm

I have used that hack with 2.0.3 but there is one problem

In the user groups its working well

But in the posts part it couldn’t work automatically .

Mike D One 08-20-2001 02:23 PM

I get the exact same problem with vb203 hack install without a problem but stars don't show in the posts :(
stars show up in the control panel but nothing in the post the only hack in place is couner on front page and total view in front page.

any suggestion?

illogicalx 08-20-2001 02:31 PM

sorry it's working now :)

just i remove the star from the member title in user groups

now it's working a great hack

Pie'oh'pah 08-20-2001 03:27 PM

Quote:

Originally posted by Mike D One
I get the exact same problem with vb203 hack install without a problem but stars don't show in the posts :(
stars show up in the control panel but nothing in the post the only hack in place is couner on front page and total view in front page.

any suggestion?

You probably made same mistake as illogicalX.

In the UserGroups only add stars for such as Admin and Mods, those who are given a fixed amount of stars.

for the users u will need to configure the star system according to their postings.

eg:

10 Posts = 1 Star
20 Posts = 2 Stars
...
100 Posts = 10 Stars

or whatever suites you best.

What i'm saying is, that users, who'll get their stars by postcount are not to be declared in the UserGroups setup

hth

-Alex

Mike D One 08-20-2001 03:28 PM

I finally solved my problem of stars not showing in the post with vb203
when i installed i edited only funcions.php and not showtread.php and guess what i was wrong !
i edited like mentioned by Pie'oh'Pah but i also edited the showtread with the same code and now is perfectly working !

Quote:

Originally posted by Pie'oh'pah
Hi Joey,

instead of showthread.php you need to edit the admin/functions.php !

**Find
PHP Code:

if ($post['receivepm'] and $enablepms==1) {
            eval(
"\$post[pmlink] = \"".gettemplate("postbit_sendpm")."\";");
        } else {
            
$post[pmlink] = "";
        } 

**Right under it, add
PHP Code:

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

That's it. :D:D

-Alex



All times are GMT. The time now is 04:28 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.01459 seconds
  • Memory Usage 1,748KB
  • 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
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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