Author Topic: How can i do like that  (Read 3246 times)

0 Members and 1 Guest are viewing this topic.

Offline e@agle

  • Newbie
  • *
  • Posts: 20
    • View Profile
How can i do like that
« on: July 10, 2007, 11:07:25 PM »
Befor registered  (You must be registered in order to view the full sized images) i wanna write my web site




ex: www.girls-on-bikes.com

Offline mawenzi

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.500
    • View Profile
Re: How can i do like that
« Reply #1 on: July 10, 2007, 11:48:15 PM »
... in your jpg.html a.s.o. use the following ...
Code: [Select]
{if user_loggedout}
You must be registered in order to view the full sized images
{endif user_loggedout}
{if user_loggedin}
<img src="{media_src}" border="1" alt="{image_name}"{width_height} />
{if user_loggedin}

... you can also use a image "not_registered.gif" instead of text and tables ...
... but design is of course your part ...  :wink:
Your first three "must do" before you ask a question ! ( © by V@no )
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

You are on search for top 4images MOD's ?
- then please search here ... Mawenzi's Top 100+ MOD List (unsorted sorted) ...

Offline e@agle

  • Newbie
  • *
  • Posts: 20
    • View Profile
Re: How can i do like that
« Reply #2 on: July 13, 2007, 06:06:26 PM »
thanks but for different langues how can i do i will write same not for german, when users change languese it muss be change self
but how ?????????

and where i musst add it in jpg.html
« Last Edit: July 13, 2007, 06:18:05 PM by e@agle »