rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - teslaman

Pages: 1 2
16
HTML & templates / Re: HFS Live 0.2.5 EN/ES
« on: September 26, 2006, 02:52:58 AM »
teslaman,

will it be possible to add a comments appearable on this template,

maybe at the bottom of the files and folder or above is good

That kinda stuff would go to chrno, like he said above. ;) I am not very good with scripting, I am more of a reverse engineer. :) Glad I could help out with the other probs though.

Tnx again Chrno, Can't wait to see what ya have in the next version. ;)

17
HTML & templates / Re: HFS Live 0.2.5 EN/ES
« on: September 25, 2006, 11:20:02 AM »
Hey,

Yeah I get that to, that one chrno will probably fix in his next version. It was also there in the original, before I edited it. It's probably something simple, but I am not very good with javascript to know.  :-\

Yep it is there when uploading/downloading.

EDIT: Lol I got it. The code was just missing an " . So just open up the template, enter that line in the "find" and replace it with:
Code: [Select]
<input name="Button2" type="button" value="Close" id="input_upload" onClick="javascript:window.close()"; />
... I am updating the link in my above post with the update. ;)

18
HTML & templates / Re: HFS Live 0.2.5 EN/ES
« on: September 24, 2006, 07:09:11 AM »
Hey guys, just wanted to say that I got everything to work for me, just by adding two pieces of code. Check out my above post which I updated. :) I dunno if it's the "proper" code, but it got the glitch on the upload page fixed ;) .

19
HTML & templates / Re: HFS Live 0.2.5 EN/ES
« on: September 23, 2006, 07:44:35 AM »
This is a great template, but I am having a few problems using it with IE (version: 6.0.2900.2180 SP2). Here are some screencaps of what each of the pages looks like for me and what I have done:

The background on all pages doesn't show because of the windows theme I am using, I added:
Code: [Select]
body { margin:0; background-color:#FFFFFF; } and everything looks fine, even the glitch on the upload page in IE. :) There seems to also be a script error at the bottom of the status page.

Before:


After:


Changes I made to the power edition:
1. The upload and about page were cut off in IE so I re-adjusted them.
2. I re-did alot of the language (not scripting language :) ) to better suit the English version. This includes fixing the link to the about file and converting it to english like Edward suggested.
3. I added the white background color into the [style] script, which also inadvertently fixed the error on the upload page (see pic). And I added the the white background color into the "about" page.
4. Fixed the line of code on the status page for the close button.

If you like the changes feel free to use them in the update, here is the link: http://rapidshare.de/files/34380087/live025a_en.rar.html

Cheers  ;D

Pages: 1 2