Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[0.8.5] Watch this item become you are now watching this item (nay27uk)
#1
Open item.tpl and locate

Code:
<!-- IF B_LOGGED_IN -->
        <a href="{SITEURL}item_watch.php?{WATCH_VAR}={ID}">{WATCH_STRING}</a>
<!-- ELSE -->
        <a href="{SITEURL}user_login.php?">{L_5202}</a>
<!-- ENDIF -->

and replace with
Code:
<!-- IF B_LOGGED_IN --> 
<!-- IF WATCH_VAR eq 'add' --> 
<a href="{SITEURL}item_watch.php?{WATCH_VAR}={ID}">{WATCH_STRING}</a> 
<!-- ELSE --> 
<a href="{SITEURL}item_watch.php?={ID}">{L_001A}</a> 
<!-- ENDIF --> 
<!-- ELSE --> 
<a href="{SITEURL}user_login.php?">{L_5202}</a> 
<!-- ENDIF -->

Next open up languages/EN/messages.php

Find code

Code:
$MSG['001'] = "New user registration";

Bellow add

Code:
$MSG['001A'] = "Item is in your watch list";
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)

Rommie