Version: , by DeadMan384AD
Developer Last Online: Mar 2003
Version: Unknown
Rating:
Released: 08-31-2002
Last Update: Never
Installs: 0
No support by the author.
After looking thru just about every hack the only hack that I found that was close to what I wanted was the Galaga hack by TommyBoy.... and its obvious even to me that the code is pretty old...
What I want it to do, is display a picture according to how many posts the person has... But I dont think I'm calling the right data or something...
I have this after the global things in "buildpostbit"
Right now in the else statement I have it showing $RankNum for debug... cause it just shows the image for else, when I should be seeing image 6 in my posts... but for the debug, all I get is "2" for any user....
I've tried it taking $RankNum from $post[posts] as well, same output...
And in the final version, I want this to be using 34 different ranking levels...
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
uh.. Ok, well hopefully if I dont figure my own script out, yours is out soon, I'm hoping to get this done(plus a million other things, go figure for a SA) before I go back to school.
oh lol i didn't even see that you modified that my bad... didn't connect the names i guess... sorry about that regards... i know that this was a custom feature for ubbs...
Deadman, I think you're looking for what i've requested [g-force is working on it], having an image under your title/custom title like stars or a bar in different colours etc. Just like in UBB. I'm sure you want this for mods, supermods, admins aswell
Yah, cept its not going under the avatar.... elsewhere on the postbit... This should be a very easy hack to install... nothing fancy, it should only refer to the users post, and show the image relevant to the persons post count... I'm not even sure what "$RankNum -= 50 " does... but that might be the problem...
otherwise I think I can get most of it figured out, I just dont know how to get the users post into $RankNum....
If you wanna have fun, take the second line out of the if statements in my code, if it doesnt give you an error, it slows down the showthread really, really bad... yay for infinite loops! (found that out the hard way, its been a long time since I coded anything)
Yah the galaga hack works anywhere on the postbit...
I've got it to show up, and I've gotten it to display images, but its not working properly.
When I make output $RankNum all I get is "2" when I have it set the way it should be, I get the wrong image according to the amount of posts I have...
note- I cut out a huge portion, simply cause I've got a LOT of images...
Everything works fine, it posts, pulls up the proper image according to the post count.... Unfortunatly, its not using the post count of the person who made the post, its using the post count of the user browsing the page! What am I doing wrong?