rejetto forum

Requesting a template edit

0 Members and 1 Guest are viewing this topic.

Offline gangooparsad

  • Occasional poster
  • *
    • Posts: 90
    • View Profile
well i think this topic should have been in help section but since i am asking fro a template mode i probably think this section is ok?

anyway i am using Terayon 1.2.1 template and recently i noticed that due to my stupidity & carelessness my server was accessed for some of my very personal pictures and items that i didnot really want to share with some ppl.

however, since then i have installed a password onto the root directory and also remove the private stuff from the sub folders...but apprantly these ppl are not getting the point they are totally starting to annoy me and i want to get my message accross to them.

since the password they get the following message for faild login:
Unauthorized


You need to login first, before you are able to acces the requested page.


is it possible to change this line to a very graphic picture which might seem obcense to some? i want to replace the message with a picture of middle finger and written message "F*** off"

Any help would be very apprecated.

thx


Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
into template you can find this section

[unauthorized]
<div class="MessageHeader">
   Unauthorized
</div>
   <br />
<div class="MessageText">
   You need to login first, before you are able to acces the requested page.
   <br /><br /><br />
   <img src="/~img14" height="15"/><a href="../" class="MessageText"> Back to previous page..</a>
   <br />
    &nbsp;
</div>


Modify at your convenience so that it shows what you want, without forgetting the link


<a href="javascript:history.go(-1);"> CLICK HERE TO RETURN</a>


Offline gangooparsad

  • Occasional poster
  • *
    • Posts: 90
    • View Profile
thx man

if i need add and image say the name of the file is "123.jpeg" how should i add it to the below line.

please advice thx

<img src="/~img14" height="15"/><a href="../" class="MessageText"> Back to previous page..</a>
   <br />
« Last Edit: October 06, 2007, 12:07:11 PM by gangooparsad »


Offline Giant Eagle

  • Tireless poster
  • ****
    • Posts: 535
  • >=3 RAWR!
    • View Profile
    • RAWR-Designs.com
if i need add and image say the name of the file is "123.jpeg" how should i add it.

If the image is located at the root of the VFS, you should use

<img src="/123.jpeg" /><a href="../" class="MessageText"> Back to previous page..</a>
   <br />