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

Pages: 1 2 3 ... 8
1
RAWR-Designs / Re: Live 3.0.1 Module mod - Release 0.3
« on: April 10, 2012, 03:28:31 PM »
Update
Idea for a usermanagement module :
  • Storing Every user in an javascript object to have easy acces to options

[] Use jquery to update the modules conten when a change occurs in the user select list . ( when changed current calues will be written to the previous seleceted object then values from the new selected will update the content.
[] Write the html layout
[] passing over to the server (post ) and updating users
[] serverside permission check (only when loggedin as admin anything at all  will be passed over to the client )
[] function to create new users & delete selected
[] funtion to set new password ( the old passworld itself will not be passed to client )

If you have any other ideas let me hear =)

Quote
omg, sad when friend goes away to peace other

Quote
I was about to thank you for you work and ask if you could fix the thingy with the images not appearing correctly (in preview mode). Truly sorry to hear this about your friend...

Thanks =)
Yea its truly sad =/ and in the first moment hard to realize hes really gone, but life has to go on without him
RIP he really was a nice friend =)


But to let you hear i found the error with the images :D
just change the jquery version back to 1.4.2 on line 142 (haha ^^)
topup doesnt work with 1.6, the image in the te_content row doesnt gets is width and height set therefore it looks like this, but fixing the topoup plugin would be quite hard with my lack of jquery experience

so it hsould work everything with jquery 1.4.2 =)

Btw, where do i cahnge the language of the nwe hfs to english ^^
its a bit weird to work with it in french =)

2
RAWR-Designs / Re: Live 3.0.1 Module mod - Release 0.3
« on: April 03, 2012, 01:52:33 PM »
Sry that i have made no Updates in the past days, but a friend of mine commited suicide :(
But I'll be back on fixing in a few days
Greets





3
RAWR-Designs / Re: Live 3.0.1 Module mod - Release 0.3
« on: March 27, 2012, 04:05:14 PM »
Oh i didnt Even thought about that. (previewing Images And stuff)

I'll Give It a Look later
Thx

4
RAWR-Designs / Re: Live 3.0.1 Module mod - Release 0.3
« on: March 27, 2012, 02:45:03 PM »
Link is there :)
And Thx for the Info in the New hfs:)

5
RAWR-Designs / Re: Live 3.0.1 Module mod - Release 0.3
« on: March 27, 2012, 05:36:25 AM »
Finally i got everything to work again ^^ had some weird problems with one postvar, dunno what happened, but i tested everything now i think and it should work , let me know about bugs =)
yout have to set the admingroup in the template options, (edit template)
to your admin group
i'll def go for the 'new' hfs version and try to modify e.g the user permission within the template to work better with it =)

Live-3.0.1-m.0.3.zip

K have some fixes:
-red/blue css has been added
-fixed additionalfunctions module, change pwd and mkdir only works with the right to do so now
+new admin module

with the admin module you can add folders to the vfs of hfs
you can change some flags of the current folder
as well as the access upload delete permisions
and you can execute any macro but just take a look
and say if u got any more ideas for this, just thought some hours ago about why
not making sth like this and just started without a plan but look for yourself:




but before i upload it ill have to make the serverside permission checkings sure, =) havent done ot yet, just testin if it works =)
but everything works til now and now i go get some sleep

ill do a simple check if the user is in a group called admin, / ill add an group option to the module, so you can specify the group in which the user has to be

@melkiyprod
there you go,
but i dont think the live template has languages ? dunno, if not, i cant really do sth about except maybe writing a googletranslate module or sth like this
and the permissions have been fixed, it was an and to much in the mkdir alias and i used one time {.can change password.} and the other time can change pwd, couldnt even work ^^ thx for the report

the menus shouldnt disappear if you move your mouse over a module within 0.5s until you move it out again,
sometimes its a bit buggy , maybe i'll change it so it opens/closes on clicking and not on hovering

6
RAWR-Designs / Re: Live 3.0.1 Module mod - Release 0.2
« on: March 23, 2012, 12:12:22 PM »
to move the rss feed down you have to move
Code: [Select]
{.if|{.^pluginstoload.}|{:
<div id="plugin-container">


{.for each|#module|{.^pluginstoload.}|{:
{.^#{.^#module.}.}
:}.}

</div>
:}.}

this code fromline 234 to line 285

above the footer div


and about the additional functons mod , not working when rss is disabled ,
are you sure u are logged in , it just displays for loggedin users ,
because for me it works , i just gave it a try

and there is a bug in the rss feed ... if you swith to another tab for some time and then switch back, the vticker scrolls superfast for the time you werent on the page , but i think its a problem of vtivker, not sure what i can do about it

7
RAWR-Designs / Re: Live 3.0.1 Module mod - Release 0.2
« on: March 22, 2012, 11:09:42 AM »
Thx :)
I'll add it :)
And about the Rss Feed , i think ill do an Position Option too to display Modules either at the Top or bottom :)

8
Bug reports / Re: User Notes Whitespace
« on: March 19, 2012, 12:46:24 PM »
Yea i checked that and experienced the same problem, for every call a whitespace is added,

You can trim all the existing out by using

Code: [Select]
{.set account|$1|notes={.decodeuri|{.replace|%0A%0D||{.encodeuri|{.trim|{.get account|$1|notes.}.}.}.}.}.}

and to avoid it u have to set the entire notes again, but trimmed
ieither by adding a line after every call or adding an alias and using it instead , like :

Code: [Select]
[special:alias|private]
addnote={.set account|$1|notes key=$2=$3.}{.set account|$1|notes={.trim|{.get account|$1|notes.}.}.}

9
RAWR-Designs / Re: Rawr Template 0.1.3 - Modules Mod Release
« on: March 14, 2012, 10:24:02 AM »
Thanks :)
I appreciate it :)

10
RAWR-Designs / Live 3.0.1 Module mod - Release 0.3
« on: March 12, 2012, 05:12:54 PM »
 Update
K got it to work, the modules load now all
+ added an rss reader module
+ added loggedin and notloggedin option
- changed additional functions module so parts will only show with permission
-some fixes
Live-3.0.1-m.0.2.zip




 <- theres still a serious bug causing the whole modules not to load if there's more then one
:D haha ^^
But it's just a single | which is in the module list at the beginning , therefore every if function and then for each etc fails :) should be possible to fix till tomorrow
Then I'll make a rss module and a qrcide :)

Anyway the template works if it's only one module

There you go :
Live-3.0.1-m.0.1.zip


I just wanted to say I'm stopping the work with the rawr template
And try to write a mod for the live template
(have to see how jquery works :/ haven't done a thing yet with jquery)
Progress so far :
Checking all module permissions will be done on the beginning - works
After that a list with modules will be set - works
( currently there's only the off option but options can be added simply
All the modules are stored then in JavaScript objects
And will the be shown on mouseover on an <a>
Tag in the header span in a div below using jquery - works

now I have to get an idea on how to process the submission of forms
To execute serverside scripts through modules
But I think I'll just load an post.txt file from every template in the standard section
Which autochecks if a postvar with the moduleid is given,
Then executes the serverside script and optional creates an HTML file with a response
Which then will be loaded using jquery

 <- submitting a form works now and only the part of the module gets loaded and executed =)

After this the only thing left is writing the modules ( and maybe sometime extend the module system for more functionality)
  <- now only some minor things have to be done,i think ill write a change password module first
       <- k :P it works all pretty well , i nearly can copy the modules from the other template
              ofcourse the layout and css has changed but thist should be a minor problem, some things could be optimized cause i can now use jquery to do some things =) i'll try to port the additional functions module tomorrow =)

Forgot to say I still have to let the template process the macros from the modules
But this should be easy to do, I think it will do it if
Store every content of a module in a single var
 <- done

 
Does even anyone want a module system for the live template?

11
RAWR-Designs / Re: Rawr Template 0.1.3 - Modules Mod Release
« on: March 04, 2012, 10:50:34 AM »
1.5.2: Rawr Template Modules Mod v.0.1.3.m.1.5.2

K got an macros.log on which i could take a look on
and it seems the problem causing the modules not to display is the {.dir.} function which just dont return anything
therefore the other scripts dont know the list of modules and they can't be loaded
( as said on my laptop it works fine with 279 , others seem to experience this problem since 267  )
as i have no idea why the dir function isnt working you can try to workaround this
by replacing ling 59 :

modules={.dir|template/rawr_default/modules/|separator=;.}
with
modules=mod_additionalfunctions;mod_foldertasks;mod_register;mod_shoutbox;mod_statistics;mod_upload

then it should work again but it doesnt load new/other modules automatically

if anyone has an idea why this isnt working , please tell me =)
thx

Edit:
Update - got the template to load the headerscripts properly , only if the module has permissions to show/load the headerscripts will be loaded

-- rss module should be finished the next days along with an updated template

until the dir function is working again i will put a simple check whether it returns anything or not , if not the modules will be loaded from a static list of modules , so if for u the function doesnt work , u have to edit the template if any new modules have been put in the modules folder

update2 - wrote a simple qr code module using the qrtag api which displays the current url as an qr code,

update3 - k the rss feed module is working now, the updated template is finished and should be working again =)
              
               i also added the ability to load code into the quickclm of the template , so you can add buttons through modules in a simple way , placeholder like %mod-iu% and %mod-in% will be replaced by the item name/url of the file entry so you can interact with the module through buttons with js or so

the qr module uses this and gives any entry an button which then , when preswsed, displays a qr-code with the link to the file , se screenshot



ill upload the new template tomorrow
#


-- here it is:

Rawr Template Modules Mod v.0.1.3.m.1.5.2
Roessi

12
RAWR-Designs / Re: Rawr Template 0.1.3 - Modules Mod Release
« on: February 27, 2012, 10:57:20 AM »
sry to let u all wait this long =/ but as always i just have little time ...

i got an mail , regarding problems with the modules not working under hfs > 266
i downloaded the latest beta again ( my pc is down, have to use my sisters laptop )
and the template ( 0.1.3.5 ) cant unpack the latest ^, i just realized its not a zip container o.O ( sry for thta - gotta wait until i can install 7zip )

and for me everything works fine, i need mor detailed infos whats not working , or the macros.log

( i just added the template folder to hfs as an real folder and load the templat itself
then it should work [ if you see the foldertasks and statistics then the modules work and the other modules are either disabled or display only when loggedin ... just check /template/rawr_default/modules/MODULEFOLDER/options.txt )

i hope i can answer some questions =/ and if sths not working mail me ill try to give it a look , but for me everything works fine on an laptop with fresh hfs and template downloaded


i added a new module for loading rss feeds as i was asked for by mail
( its not releasable yet but it works )

and for this to work prperly i also added a "headerscripts.txt" to the modules
so if necessary u can load javascript in  the html header , just put code in the file ( enclosed with <script> tag )



Do you want an rssfeed module where you can set feed urls in sections ? and how should the output be ? like a newsticker or as a lst or output options like "mode 1 mode 2 ... " =) any ideas ?
=)
roessi
and i just want to let u know im trying to work on this project

13
RAWR-Designs / Re: Rawr Template 0.1.3 - Modules Mod Release
« on: July 05, 2011, 11:09:13 PM »
Hey had a little time again ^^

Changes:

fixed redirect when changin password
fixed searchbox being displayed wrong if any modules set to left position
changed additionalfunctions module so you can set per user setting whether can change password/name or not if canchangename is set to 0 in options



k Kieren =) the password thing should work now this was caused by an wrong(old) entry in the action field of the form^^
and to not let users change their name/password you can set in the options.txt of the module changename/changepass to  0

if some users shall be able to change it then just add an note in the form
canchangepassword=1
canchangename=1
to their notes field


@Sakanade

i'll try to to the preview and pages as soon as i can
but i had just the time now to fix the searchbox



Rawr Template Modules Mod v.0.1.3.m.1.5.1

14
RAWR-Designs / Re: Rawr Template 0.1.3 - Modules Mod Release
« on: February 03, 2011, 11:59:56 PM »
=) this is a nice idea
ill try to do this as soon as possible =)
just have to think about a smooth way to get the comments deleted when the file doesnt exist anymore

15
RAWR-Designs / Re: Rawr Template 0.1.3 - Modules Mod Release
« on: December 29, 2010, 05:31:21 PM »
Ill give it a Look when in back at my pc

Pages: 1 2 3 ... 8