replace {LASTUP_TGT} to show lastalb instead ? replace {LASTUP_TGT} to show lastalb instead ?
 

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

replace {LASTUP_TGT} to show lastalb instead ?

Started by lordprodigy, February 16, 2006, 12:20:42 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

lordprodigy

Hello everyone,

I want to replace the link which shows the latest uploaded photos to show latest uploaded albums...

I tried replacing for example http://www.bogho.com/b514/thumbnails.php?album=lastup with http://www.bogho.com/b514/thumbnails.php?album=lastalb and it works but I dont know how to modify correctly the tokens in the template.php.

The link is called in here <a href="{LASTUP_TGT}" title="{LASTUP_LNK}" class="topmenu">{LASTUP_LNK}</a> and I was hoping to replace it with something like <a href="{LASTALB_TGT}" title="{LASTUP_LNK}" class="topmenu">{LASTUP_LNK}</a> but didnt work since I think {LASTALB_TGT} doesnt exist.

Any ideas how I can do that? I have asked this before for 1.3.2 but my question was labeled as a feature request. I have no idea if we can do this in 1.4.x

Thanks in advance.