PDA

View Full Version : I was wondering...


compact
03-03-2003, 05:01 PM
Hey guys. Gotta say this site is awsome! Helped me with a lot of hacks :)

I would like to know if anyone knows how to get rid of the member's post counters in the left hand column underneath their usename. (like this site) I think it's something to do with the postbit template? i think. I would llike to know what i can delete or modify to get rid of them completely? Thanks.

Any help or feedback will be appreciated greatly.

Dean C
03-03-2003, 05:58 PM
Go into your postbit template and find:


$post[posts]


Change it to:


<!--$post[posts]-->


Regards

- miSt

compact
03-03-2003, 08:09 PM
Oh, Awsome!! thank you VERY much. One more question though. There is a "posts:" left there without the actual post #. How can i get rid of that?

Sorry that i am not that knowledgable in hacking.

compact
03-03-2003, 08:11 PM
Oh nevermind. I got it. :) Thanks again.

compact
03-04-2003, 12:39 AM
There is one problem though...sorry to be a nag ;)

The post counter still exists in the pm box in members. How do i go about getting rid of those?

EchoHype.com
03-04-2003, 12:49 AM
in the private message templates, go to the priv msg tempalte

find:
Posts: $fromuserinfo[posts]

change to:
<!--Posts: $fromuserinfo[posts]-->

should work, Have fun!

compact
03-04-2003, 02:35 AM
Yeah it worked! You guys are awsome. :) Thanks very much!

EchoHype.com
03-04-2003, 02:46 AM
no problemo :)

Dean C
03-04-2003, 05:18 PM
To comment out a piece of code simply surround it like so:


Original Code:

$mist

Commented code:

<!--$mist-->


See the basics of it. Maybe you can use this in future :)

Regards :p

- miSt

compact
03-04-2003, 07:16 PM
Originally posted by Mist
To comment out a piece of code simply surround it like so:


Original Code:

$mist

Commented code:

<!--$mist-->


See the basics of it. Maybe you can use this in future :)

Regards :p

- miSt

Ahh, ok. thats awsome. I'm starting to get a hang of the commenting part :) i guess it's a start. ;) Thanks for the help.

EchoHype.com
03-04-2003, 09:22 PM
indeed it is a start ;)

I learnt all my coding knowledge/got interested in it from working with vb's, heh.

now me knows php, asp, C++, vbasic, html, java, etc.

I may only use a few(mainly php, heh), but it's coo

compact
03-04-2003, 10:40 PM
That's awsome. It just really impresses me how you guys know so much. Someday i guess...hopefully.

Dean C
03-05-2003, 03:40 PM
Hehe im still learning php ... longggggg way to go.. Just keep at it and you'll pick it up easily :D

- miSt