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

Pages: 1 ... 3 4 5 6 7 ... 136
61
RAWR-Designs / Re: Live v3.0.1 - Released!
« on: September 11, 2010, 11:12:29 AM »
I don't do anything different that I know of... from the other templates. Not sure why that would happen, the charset is UTF-8.

62
RAWR-Designs / Re: Comment language (HTML/BB)
« on: September 11, 2010, 09:45:16 AM »
That is because comments are not allowed to use HTML with Live 3.0.1.

If you had read the readme.txt about tooltips, I did outline this issue.

Code: [Select]
---------------------------------------------------------------------------
----- Tooltips.
---------------------------------------------------------------------------

  Live template has never been able to display the extra item information
  that HFS can provide (such as comments), until now.

  We have come up with a tooltip system, it integrates with the current
  interface and displays when you hover on items, or the server
  information in the footer. You can hover on the tooltip itself to pause
  and read the information.

  If you do not want tooltips you can turn them off in the
  template settings.
[color=red]
  HTML markup and Double Quotes are not allowed in the comment field
  of Live. A small HFS macro is used to prevent this issue from breaking
  the template.[/color]

Actually I will expand as to why that is here,

I use a custom attribute on each item, and fill the content of the tooltip dynamically with JavaScript. I can't use double quotes otherwise it breaks the attribute string, and I can't use HTML because it breaks the template, depends on the markup you use, but its bad to let it happen. You shouldn't need to use anything for the comments, Live is only designed to have small informative item comments anyway.

63
RAWR-Designs / Re: Comment language (HTML/BB)
« on: September 10, 2010, 03:03:58 PM »
HTML

64
RAWR-Designs / Live v3.0.1 - Released!
« on: September 10, 2010, 12:53:49 PM »
It's here, and ready for people to use on their HFS servers. ::) It has been secretly out in the wild for a few weeks, I have several beta testers. So this should be quite a stable release, following the trend set by Live 3.

This may be a single build change, but it has been extended massively. Using jQuery I have enabled Live to use modern HFS functionality, and maintain a very similar interface. I wont bother listing all the changes. But the main things, Media Previews, Selective Archive and Delete, Tooltips... the list goes on.

Read the 'readme.txt' if you need help understanding how this template works, the code is complex but I paid a lot of attention with my comments and code layout, to make sure a novice user should be able to make simple changes, and understand it.



Thanks to rejetto and my mate flynsarmy, for helping me crunch some of the more difficult issues and get this done quicker. I will also credit jQuery, it is like magic, and I suppose the Top-Up plugin also deserves a mention, even though I modified it heavily.

Update: From HFS 2.3 beta 270, Live 3.0.1 supports special characters using UTF-8 properly.

Consider donating if you like what we do for the HFS community. The website is kept online by donations, and is a mirror for HFS. We do not profit from donations. Donations only help to keep the website online. Use the PayPal link on the homepage. (>^_^)>

65
RAWR-Designs / Re: Live 3.0.1 Preview
« on: September 10, 2010, 11:15:36 AM »
No this build wont have that, the default template does a lot of stuff and I am trying to keep it simple.

66
Programmers corner / Re: Pagination Macro
« on: September 07, 2010, 05:17:56 PM »
Haha, reading your translated posts are always interesting, but I get the idea!

This is true, the only solution we came up with was one with ajax, where each pagination link would call the entire directory but use the offset url var to only load in certain parts to the browser.

Other than this I can't think of a better way, unless rejetto creates a specific macro for pagination, that actually uses internal functions of HFS to break it into pages by a set limit, then prints out how many pages. Something like the breadcrumb macro, maybe it can use url vars, /?page=1.

Just throwing around ideas :P

67
Programmers corner / Re: Pagination Macro
« on: September 07, 2010, 10:55:27 AM »
The default template loads the entire directory then paginates it with javascript, if I am correct? I was more referring to real pagination, using the server and macro... I couldn't find anything related to it when I was looking.

Tested the default template, and its ok, but I don't think I could use that script with something like live... same page load time, and doesn't achieve the limitation on the poor javascripts! lol, If you have time I can show you what its like.

I would have thought a macro would be used to only load the limited number, maybe using ajax? Rather than loading them all.

68
Programmers corner / Pagination Macro
« on: September 06, 2010, 12:35:17 PM »
Has anyone successfully made a good pagination macro?

Thinking of adding it to the templates eventually, and limiting folders to 50/Page or something.

It will solve a limitation of jQuery I am finding, if there are too many files it causes some lag when you initialise a script, especially if more than one thing is happening at once. I have tried all sorts of methods and have managed to make my scripts run fine up to around 1000 files in a single directory (stupid I know, but searches might cause this). The browser can crash if it runs out of memory.

I can't be bothered programming it myself, but I have seen it done.  :P Also if this is in the wrong section, fair enough move it to the template board, but maybe its too complicated for that...

69
RAWR-Designs / Re: Live 3.0.1 Preview
« on: September 06, 2010, 08:48:10 AM »
Sorry about not releasing yet. I ran into some issues that I have been sorting out. Then this weekend was very busy.

It will be soon.

70
HTML & templates / Re: how to make a new page to be redirected from the site
« on: September 03, 2010, 04:17:13 AM »
This will make a popup window.

Code: [Select]
<a href="javascript:void(0);" onclick="window.open('LOCATION','NAME','width=640,height=480,left=100,top=100,scrollbars=1,resizable=1');">
   OPEN POP-UP WINDOW
</a>

71
Beta / Re: Beta 260/262 hangs
« on: August 31, 2010, 04:12:42 PM »
I have had this too, in latest beta, testing locally, HFS just locks up and wont respond to any requests. I actually have to close HFS and restart it.

Usually happens after I try to upload something big, or download something big with multiple connections (stream a large video for example). DivX Web Player for example will use one connection, but constantly connect and disconnect. Instead of a steady file download, if I persist with that, HFS will hang.

72
I received an email last week saying DynDns were limiting their DNS service to 2 per user. If you have more maybe it has been deleted.

73
HFS ~ HTTP File Server / Re: Just wanted to ...
« on: August 31, 2010, 08:21:34 AM »
I am sure rejetto appreciates it, it has come a long way since I started using it...


Crap! Its been over 4 years, now I feel old :( I started using HFS and making my first templates in 2006, RAWR-Designs was formed January 07!

74
RAWR-Designs / Re: Translations
« on: August 30, 2010, 06:07:08 AM »
Last call for translations. I will update ToG and RAWR-Template archives with them when I release Live-3.0.1. After that I might not have so much time for HFS.

75
RAWR-Designs / Re: Rawr Template 0.1.3 - Modules Mod Release
« on: August 30, 2010, 06:02:44 AM »
worked the whole night now till 7 am

;D welcome to my world.

Pages: 1 ... 3 4 5 6 7 ... 136