| Author |
Message |
jdimaging Hangin' Around

Joined: Oct 25, 2003 Posts: 27
|
Posted:
Tue Apr 05, 2005 5:31 pm |
|
I have been looking for this for quite a while and have never come across this as I would like to simplify my site. I am sure I need to edit php but still very uncomfortable with this.
When reading aritcles on my site I would like to deactivate the related links, articles rating and the options is there any way to do this, I have absolutely no idea what file to edit. Any only have 2 columns once this is done.
Also I need to make the site so the admin sets up users and no one else is able to sign up. You help would be appreciated and if this has been posted before I am sorry for missing it. Thanks.
Darlene |
|
|
|
 |
chatserv The Mouse Is Extension Of Arm

Joined: May 02, 2003 Posts: 1396 Location: Puerto Rico
|
Posted:
Tue Apr 05, 2005 6:32 pm |
|
In modules/News/article.php look for several lines containing the word themesidebox, i.e.:
themesidebox($boxTitle, $boxContent);
comment them out by adding two slashes in front of each, i.e.:
//themesidebox($boxTitle, $boxContent); |
|
|
|
 |
jdimaging Hangin' Around

Joined: Oct 25, 2003 Posts: 27
|
Posted:
Wed Apr 06, 2005 12:33 am |
|
Thank you so much for that. It was exactly what I wanted.
Any ideas on me making the site so that admin sets up users and no one else is able to sign up. You help would be appreciated and if this has been posted before I am sorry for missing it. Thanks. |
|
|
|
 |
chatserv The Mouse Is Extension Of Arm

Joined: May 02, 2003 Posts: 1396 Location: Puerto Rico
|
Posted:
Wed Apr 06, 2005 1:24 am |
|
I would think you can use CNB's Your Account tweak, i'm sure you'll find it on this site's downloads. |
|
|
|
 |
jdimaging Hangin' Around

Joined: Oct 25, 2003 Posts: 27
|
Posted:
Wed Apr 06, 2005 2:48 pm |
|
Thank you so much, that is exactly what I wanted, though I would have never guessed that from the description.
You saved me.
Darlene |
|
|
|
 |
|
|
|
|