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 - rich2323

Pages: 1
1
RAWR-Designs / Re: ToG and folder creation
« on: February 17, 2009, 10:35:06 PM »
User error. I was putting the code in the wrong spot. I figured it out. Still trying to get the hang of html and such. Thanks for your speedy response.

Rich

2
RAWR-Designs / Re: ToG and folder creation
« on: February 17, 2009, 05:36:15 PM »
I am running beta version 2.3 build 223.

Thanks,

Rich

3
RAWR-Designs / ToG and folder creation
« on: February 16, 2009, 08:20:33 PM »
Hello again,

I was reading in another post about creating folders, and i was able to get the HFS "default" templete to create folders. I have tried adding the same code to the ToG 4.0.1 template and the folders will not create. Here is the code that the other post mentions:

Quote
Code:

<form method='get'>
   {.if|{.get|can upload.}|
      Folder name: <input  type='text' name='fldname' maxlength="25" size="25" >
      <input  type='submit' name='createfolder' value='Create Folder' >
    /if.}
</form>



and add this code to generate the folder
Code:

[special:begin]
{.if|{.and| {.get|can upload.} | {.urlvar|createfolder.} .}|{:
   {.mkdir|%folder-resource%\{.urlvar|fldname.}.}
:}/if.}

Do you have any suggestions on how I can get the folder creation to work with ToG?

Thanks,

Rich

4
RAWR-Designs / Re: TOG and "uploaded by:"
« on: February 11, 2009, 11:40:57 PM »
That worked  ;D .I pulled the [upload-success] section from the default templete and added it to the ToG templete. Thank you. Also got the shoutbox working by changing the templte folders permission to "everyone". Thanks again for the quick response.

Rich

5
RAWR-Designs / TOG and "uploaded by:"
« on: February 10, 2009, 11:15:27 PM »
Hello,

First off i want to say I love the program and the templates.

I have just begun(2 days now) using HFS and everything is great, so i wanted to dabble with using some of the preconfigured templetes, so I upgraded to the lasted beta version(222) and installed ToG(4.0.1). I get the templete working but have a couple of issues. I can seem to figure out how to have the file tagged by who uploaded it when using the TOG, I dont have the issue when I am using the "default" templete, only the ToG templete. So I was wondering if anyone could point me in the right direction to fix this. I was also trying to figure out how to use the shoutbox, but have been unable to get it to work, anything I type in does not show up in the shoutbox screen.

I have uninstalled and resinstalled both the app and the templete. I have also made sure that I have installed the templete in the same directory as the hfs222.exe folder.

I have searched the forum for solutions to these issues, but it does not look like anyone else is having these issues.

Thanks in advance for your help.

Rich

Pages: 1