rejetto forum

RAWR-Template-0.0.7 BETA

TSG · 29 · 25042

0 Members and 1 Guest are viewing this topic.

Baggio

  • Guest
As from versions 0.0.3, still down language in version 179. What correct this problem?
Help please!


Начиная с версии 0.0.3 Бета до сих пор слетает руссификатор. Как исправить эту проблему?
Помогите пожалуйста!


Offline TSG

  • Moderator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
Oh, Ladiko its appearing like that cause that custom filelist.tpl we made is now obsolete. Delete it and you will see it correctly.

No idea what your on about Baggio.


Offline ladiko

  • Occasional poster
  • *
    • Posts: 75
    • View Profile
but i like the custom filelist =(
it will never work again?


Offline Ивашко

  • Occasional poster
  • *
    • Posts: 2
    • View Profile
1)how i can turn off "update box" on main page?
2)how i can turn off highlighting files and folders on mouse hover because it use a lot of CPU resources when i scroll page
sorry my bad english :D


Offline TSG

  • Moderator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
Uhm, it seems to just need a line break, probably possible for us to edit it. I will play with it.

1) You can't but don't worry external IP addresses cannot see it.
2) Don't use Internet Explorer 6 ;) It is a javascript fix, only noticeable on old machines. (I actually intend to remove it anyway, maybe next build)
« Last Edit: February 21, 2008, 04:49:05 PM by That_Stevens_Guy »


Offline AYEHAN

  • Occasional poster
  • *
    • Posts: 92
    • View Profile
to disable update check box go to line 98 u will something like that

Code: [Select]
127.*;10.*;192.168.*
Replace it like that and it will never show again :) not on LAN nor on WAN

Code: [Select]
{{if|{{match|255.*|%ip%}}|
ok tog team another question :/

i made a simple html page on IIS and i wanna show the Statistic box on this page

Possible?

i made the shoutbox working there but didnt understand how i add statistic box there as it have %ip% things and only HFS understands that.

i put it this way on my page

Code: [Select]
<iframe id="datamain" src="http://521176.myshoutbox.com/?extcss=http://10.255.243.169:8081/code/ToG-Shoutbox.css" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" height="780" scrolling="yes" width="185"></iframe>


Offline Giant Eagle

  • Moderator
  • Tireless poster
  • *****
    • Posts: 535
  • >=3 RAWR!
    • View Profile
    • RAWR-Designs.com
Quote from: AYEHAN
i made a simple html page on IIS and i wanna show the Statistic box on this page

Possible?


Link your iframe to http://10.255.243.169:8081/~stats.htm, just make sure you use the same or partially the same CSS file as the one that rawr-template uses (so that the <span>'s float to the right)


ok here is what i get now, all files in one line:

cant image what's wrong oO

It was bugged from HFS #177 and up, the fix:

http://www.rejetto.com/forum/index.php?topic=5688.0
« Last Edit: February 21, 2008, 09:01:16 PM by Giant Eagle »


Offline ladiko

  • Occasional poster
  • *
    • Posts: 75
    • View Profile
thank you Giant Eagle :-)

like That_Stevens_Guy (and me too) guessed, there was a line break missing, but i dont thought, that a simply line break in the text file is enough. i thought there is something like <br/ > or %newline% missing.


Offline txrx

  • Occasional poster
  • *
    • Posts: 2
    • View Profile
I got one problem. i cannot find the FAQ for a LOGIN page. i want to have a main page for LOGIN. any help is appreciated.
Cheers...


Offline TSG

  • Moderator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
HFS doesn't have a login page. It is possible to fake a login page, but it is complicated. ToG uses the old method, I believe it would be better done with macro. But HFS doesn't have a login page naturally, I have removed this for simplicity in this template. I found it quite annoying when the login page would show up every now and then while logged in.


Offline txrx

  • Occasional poster
  • *
    • Posts: 2
    • View Profile
That_Stevens_Guy thank for the quick reply, i appreciate if you can guide me to some info so i can do on my own. i have a lot of users so i only want some close friends to have access to it instead of everyone. Sorry to trouble you.
Thanks and appreciated:-

Regards
Simon


Offline TSG

  • Moderator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
To explain it would be like writing a book on the template engine. Download ToG 3.0.0, install the login version and learn how to do it on your own, I'm sorry but I just do not have time to write out a step by step guide. A simple solution would be to not host things on the top level. People wont have access to your stuff if they are protected. You can protect the root of the server, which will prompt login before anyone sees the website, or you can protect all the files and folders on the top level. HFS doesn't naturally support a login page. Just a login prompt.


Offline AYEHAN

  • Occasional poster
  • *
    • Posts: 92
    • View Profile
Quote from: AYEHAN
i made a simple html page on IIS and i wanna show the Statistic box on this page

Possible?


Link your iframe to http://10.255.243.169:8081/~stats.htm, just make sure you use the same or partially the same CSS file as the one that rawr-template uses (so that the <span>'s float to the right)

can you please define it a little more as i am no web designer nor programmer, i just know how to edit a pre-made code :) what i understand is i have to made a ~stat.htm page .. and use the template CSS but how? if u get a little free time can u code this for me


Offline TSG

  • Moderator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
~stats.htm is already embedded in the template. It is what the updating statistics works from.