Welcome Guest, Not a member yet? Register   Sign In
Vunsy, the websites kernel ( Beta phase )
#31

[eluser]Blaze Boy[/eluser]
[quote author="Jameson." date="1253704033"]I'm sorry, Emad, in current distribution Vunsy may be flexible (didn't manage to get there yet), but it is not usable. After installation I logged in and tried to edit my newly created site:
http://img6.imageshack.us/i/vunsy.jpg/
What does this dialogue do and how to fill it, we may only wonder (tooltips are not helping)

Also, this kind of admin sitemap presentation does not appeal to me at all:
http://img28.imageshack.us/i/vunsysections.jpg/

I understand this is the work in progress, so good luck with further development.

P.S. Why not create a demo site upon installation, not just one page? You know, like the one you showcased.[/quote]

Jameson,
the first image:
the subsection check box: if you want to view plugin in only that section uncheck it,
if you want to show the plugin in that section and the subsections (like the header of the site or the footer) then check that checkbox

all otherpermissions field are required only for advanced users, and they are all a boolean expressions based on the variables shown in tooltips
if you want the permission to be true for logged users then you right "logged"
if you want to show for specific user then write user=5
and you may combine expressions using and, or, not like : section=9 and logged or user=6 and user=20 :
view permission: determine who will see that plugin
edit permission: who will edit it in edit mode
addin permission: who can add content as children in that plugin
delete permission: who can delete that plugin

filters: you can drag and drop them and order them as you want
they are like the images filter applied one after another to the html produced from the content...
like adding text after or removing spaces or replacing text (bad words)


abount the other imageL yeah i reaqlly need to see another way of adding edit and removing pages
i'm thinking in using jquery with some tabs and buttons ...

i see scrollbar in the second image ... it must not be seen ! i'll see what's wrong with it

.... for any other information pelase contant me ... Big Grin

Emad,
#32

[eluser]Jameson.[/eluser]
Quote:the subsection check box: if you want to view plugin in only that section uncheck it
I'd say some sort of context help system is a priority at this stage.


Quote:if you want to show for specific user then write user=5
That is not too handy either - one has to know user IDs from somewhere, although I see your concept of flexibility now.
#33

[eluser]Blaze Boy[/eluser]
[quote author="Jameson." date="1253771094"]
Quote:the subsection check box: if you want to view plugin in only that section uncheck it
I'd say some sort of context help system is a priority at this stage.


Quote:if you want to show for specific user then write user=5
That is not too handy either - one has to know user IDs from somewhere, although I see your concept of flexibility now.[/quote]
yeah, i want to make it really flexible but in some sort of professionalism
... i can add the username variable to permissions but what if vunsy used for a site that the user name is not static ? that's how i think about vunsy ( global, flexible, pro, easy )

about the context help system, mmmmmmm i'll see about that ... i'll find a way
thanks ....
#34

[eluser]Blaze Boy[/eluser]
[quote author="Jameson." date="1253771094"]
Quote:the subsection check box: if you want to view plugin in only that section uncheck it
I'd say some sort of context help system is a priority at this stage.


Quote:if you want to show for specific user then write user=5
That is not too handy either - one has to know user IDs from somewhere, although I see your concept of flexibility now.[/quote]

i've added a month, day, year variables to permissions
now you can view the content in a specific time period like that : month>9 and month<12 and year=2009
#35

[eluser]Blaze Boy[/eluser]
i changed the way content action work and how we choose content to add
i made made icon for every plugin (thanks to iconfinder.com )
and the actions are an application page not a slide menu (performance enhancement)
below are 2 screenshots of the changes
#36

[eluser]Blaze Boy[/eluser]
i have added a .htacces file to cache the dojo directory to deflate (compress) it and to add expiration date
is there any disadvantages to this ? please i need to know if that would incourage any errors or something ?

Code:
<IfModule mod_deflate.c>
    SetOutputFilter DEFLATE
</IfModule>
<IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType application/x-shockwave-flash "access plus 52 weeks"
    ExpiresByType text/javascript "access plus 52 weeks"
    ExpiresByType text/css "access plus 52 weeks"
    ExpiresByType image/png "access plus 52 weeks"
</IfModule>
#37

[eluser]Blaze Boy[/eluser]
tiny MCE editor plugin added now we can use it like that
Code:
$ci->load->plugin('tinymce');
echo tinyMCE('richText');
this will print a tinyMCE editor ready to use
and if you have a code to be value for the editor you can use it like that
Code:
echo $tinyMCE('richText', 'tiny mce value text');
#38

[eluser]Blaze Boy[/eluser]
alright guys, any Ideas or improvements, i will be glade if you test drive it and tell me
#39

[eluser]Blaze Boy[/eluser]
any new ideas or enhancements ... any requirements you guys want to apply to Vunsy ? i'll be glade to make it
#40

[eluser]ardinotow[/eluser]
I just downloaded Vunsy, I'll give you feedback soon




Theme © iAndrew 2016 - Forum software by © MyBB