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.


Topics - SpiderPig902

Pages: 1
1
HTML & templates / If Statement
« on: June 15, 2010, 03:59:11 PM »
ok im drawing a total blank.
I set this statement: ShowServerLimits=No
under special:strings.
Now im trying to base a IF THEN statement under that and cant seem to get it after hours
of messing with this thing!
I have this:
            {.if|{.!ShowServerLimits.}|Yes
            Test Worked
            .}

Its suppose to display the "test Worked" only if the "ShowServerlimits" is set to "Yes".

Please help.

Thanks

SP

2
Programmers corner / beta macros and symbols
« on: May 24, 2010, 03:40:03 PM »
hi, is there a list of new macros and symbols that will be used in the upcomming release? im using hfs2.3 build 260. Im assuming there are new symbols and such in teh new builds?

Thanks

SP

3
HTML & templates / Drop Down User List
« on: May 24, 2010, 03:10:17 PM »
Hi, im back to finish my admin template and am stuck on something. Im trying to make the username list a drop down list. Like in my html i have this:
<select name="username">username
<option title="option" value="">{.get|accounts.}
</option>
</select>
This just make a list of the name and instead i need to create a drop down list so that i can shoose the specific name i want.
Can someone help with this? Im stuck.

Thanks

SP

4
RAWR-Designs / javascript error
« on: March 05, 2010, 06:13:30 PM »
I am racking my brain trying to figure out this java script error. Every time my page loads i get a "Unterminated String Constant".
here is where the problem is. If i remove this form statement the error goes away:
<form action="/" method="get" style="padding:5px 0px 0px;margin:0px" name="simpleSearch"><input type="text" name="search" value="{.$search-data.}" onclick="if(this.value=='{.$search-data.}')this.value=''" style="width:100px"/> <input type="submit" value="Search"></form>


The actual line is the input box. if i remove that the error goes away also.

Does anyone know java enough to see what the problem is?


The section is "[FolderOptions]" in the Terayon" template.
Thanks in advance.

Tony

5
HFS ~ HTTP File Server / Archive problem
« on: March 05, 2010, 03:53:09 PM »
Hi, seems no matter what i do or set every folder is always archivable by the user. I right click on the download folder in HFS and then properties, By default the 'Archivable" button is unchecked. Even if i check it again or uncheck it, makes no difference in the templates. Even the default.
What am i missing?

thanks

6
HTML & templates / VAR Question
« on: March 05, 2010, 02:14:28 PM »
Hi, im trying to add a VAR to my template. I want something like this:
[Set Admin]
{.administrator|SpiderPig.}

i want to set the %administrator% VAR to "spiderPig" so i can reference the %administrator% var throughout my template and if i want to change the admin i would only have to change it in one place.

Can that be done?

thanks

7
HTML & templates / Template Files
« on: March 03, 2010, 02:44:11 PM »
I have i hope a simple questions. Can you have multiple templates files for one template? For example, i have many many sections in my TPL file and it takes forever to sift through the file. I would like to make multiple files and the maybe use a "INCLUDE" statement in the main TPL file to include the sub files into the template.
Can that be done? Or anything close?

Thanks

8
RAWR-Designs / Macro Fustration
« on: March 02, 2010, 06:08:40 PM »
Ok, im working on a new integrated admin panel for Terayon 1.3.3. Im using the HFS 2.3 beta build 257.
For some reason many symbols are not working and i cannot figure out why. For example, i cant show any data for files being uploaded or downloaded. All the symbols come back on the page like this:
Upstream:
%filename%
%done-bytes% / %total-bytes% bytes
Current upload speed:
%speed-kb% KB/s
Percentage complete: %perc%
.
Is there something that im missing? many of the others do work like all the server stats (ie. time/date/inbound traffic.......)

Help!!!

Thanks

Tony


Pages: 1