getting rid of "last uploads"... getting rid of "last uploads"...
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

getting rid of "last uploads"...

Started by gcnetwork, March 16, 2005, 04:04:42 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

gcnetwork

On my main page I have two menus on the bottom "last uploads" and another one.  How do I remove them from the main page?

Also, how to I change the size of that text?  I can't figure out what part of the css it is and i can't load the styleguide

foulu

in themes.php

line 57

<a href="{LASTUP_TGT}">{LASTUP_LNK}</a> ::

delete it

Joachim Müller

Quote from: foulu on March 16, 2005, 04:10:53 AM
line 57
The line depends on the theme in use, but basically foulu is right: edit themes/yourtheme/theme.php and reomve items you don't want to use, or (even better), comment them out like this:<!--<a href="{LASTUP_TGT}">{LASTUP_LNK}</a> ::-->

Joachim