Maybe in a month or so. Doing eighteen hour days to get new site launched.
Fortunately our 422 project which cost upwards of 350k to develop has a lot of functionality we can shoehorn into new framework.
I am project managing at the moment, of the 100+ templates ive made, only about a dozen left to do...
Soon as new site is solely in the php guys hands, i will get more involved here. I really like what you guys have done though.
Layout puzzling me a little at this point, not sure why webmasters bit is up before the programming bit, as the info conveyed by that section should pretty much be known by the point people are looking at the community wiki, was gonna say the same about designers section, but realised I myself styled my Vanilla install before I looked at extending it so that's probably in the right place, but I really think the content panel at the top should return as it gives a great initial overview and sits with the point of being able to jump right to where you want to be at.
Regarding the arrangement between Webmaster-Designer-Developer, I changed it because there's too much information for Developers.
And since the default theme for Mediawiki, doesn't give headers very good spacing and sizing especially when all kind of headers are there plus the short paragraphs, all makes it looks not so legible, so I move the part with most information down.
I mean, in the original arrangement, it's fine on the top section.
But as you go down, there's too much horizontal line, too much small headers and big headers too.
Im not that up on it either, but as I understand it:
The Event is the Happening
The Hook is what we capture the Event with when/as it occurs.
and
The Event Hook to me would be the Event of Hooking the Event. Or the Appropriate Hook for a particular Event.
(Hoping this is not to ambiguous.)
Think of the old western films with the steam trains and the mail bags, the train goes past the pole with the hook on and the hook automatically takes the bag.
Jongos said:
guys, while adding classes to the custom event hooks table, I didn't know how to hook to events located in a view file...
My guess is it depends on what controller calls that view, right?
thats correct - it depends on which Controller you are calling
A view that belongs to controller A, could be called by controller B or C.
The context inside a view file change depending on the object that import it, i believe.
Thats correct too. - depends on what data you pass to a view - it will display data according to that.
if you are confused about the events - how they depend on a controller check the eventi plugin - it will list all the events which are called on a page - and how they are called.
DiscussionsController_BeforeRenderAsset_Handler will be different than DiscussionController_BeforeRenderAsset_Handler
Theme Charcha for great desktop and mobile experience! - drop me a message :)
Jongos said:
guys, while adding classes to the custom event hooks table, I didn't know how to hook to events located in a view file...
My guess is it depends on what controller calls that view, right?
thats correct - it depends on which Controller you are calling
A view that belongs to controller A, could be called by controller B or C.
The context inside a view file change depending on the object that import it, i believe.
Thats correct too. - depends on what data you pass to a view - it will display data according to that.
if you are confused about the events - how they depend on a controller check the eventi plugin - it will list all the events which are called on a page - and how they are called.
DiscussionsController_BeforeRenderAsset_Handler will be different than DiscussionController_BeforeRenderAsset_Handler
Thanks, so i guess the column class/function should be left empty in the "event hooks" page....
422 said:
Maybe in a month or so. Doing eighteen hour days to get new site launched.
Fortunately our 422 project which cost upwards of 350k to develop has a lot of functionality we can shoehorn into new framework.
I am project managing at the moment, of the 100+ templates ive made, only about a dozen left to do...
Soon as new site is solely in the php guys hands, i will get more involved here. I really like what you guys have done though.
BTW - I checked and MW shows the code prettify as installed. I'm thinking the issue is with the default minify settings.. looking in to how to disable that. doubt i'll close it tonight, but you can use the syntaxhighlight, pre or code tags at this point.
anyone supporting this wiki project could help by giving it more exposure thru google by putting link to it on their sites...
so far this forum is the only website in the whole web linking to it. no way it would show up on the first page of a google search especially when 'vanilla', 'garden' and 'dashboard' is a very generic term.
it will also help HBF raise his forums pagerank.
maybe mentioning it on google plus could help too...
Comments
it should be installed at this point, let me know if it isn't accepting your code tags properly.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong.
- Spam
- Abuse
- Troll
3 • Off Topic 1Insightful Awesome 2LOL •@422 -- thanks, I would love to see/read a great design and themeing section... hint hint ;)
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong.
- Spam
- Abuse
- Troll
1 • Off Topic Insightful 1Awesome LOL •Maybe in a month or so. Doing eighteen hour days to get new site launched. Fortunately our 422 project which cost upwards of 350k to develop has a lot of functionality we can shoehorn into new framework.
I am project managing at the moment, of the 100+ templates ive made, only about a dozen left to do...
Soon as new site is solely in the php guys hands, i will get more involved here. I really like what you guys have done though.
Well done.
If you want to display hierarchal charts you could use, http://dl.dropbox.com/u/4151695/html/jOrgChart/example/example.html
Ste
422 Real Estate Australia , now open Check it out
- Spam
- Abuse
- Troll
1 • Off Topic Insightful 1Awesome LOL •Nice... That would be very useful, I could copy class hierarchy from Doxygen docs in UL format...
Thanks, nice input.
- Spam
- Abuse
- Troll
2 • Off Topic Insightful 2Awesome LOL •I've used the pre tags with class=prettyprint but doing nothing, have tried straight forward code tags too but nothing.
- Spam
- Abuse
- Troll
1 • Off Topic Insightful 1Awesome LOL •I'm doing the class listing... but maybe finish in one or two days.
Got to finish the page on Events first.
- Spam
- Abuse
- Troll
1 • Off Topic Insightful 1Awesome LOL •First tutorial added, could do with touching up but it's a good starting point.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •@hbf
Google's Prettify does not work.
Maybe you could try deactivate the plugin, and try install it manually.
ie. Just include the javascript and css into the header by editing the template.
http://google-code-prettify.googlecode.com/svn/trunk/README.html
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •Layout puzzling me a little at this point, not sure why webmasters bit is up before the programming bit, as the info conveyed by that section should pretty much be known by the point people are looking at the community wiki, was gonna say the same about designers section, but realised I myself styled my Vanilla install before I looked at extending it so that's probably in the right place, but I really think the content panel at the top should return as it gives a great initial overview and sits with the point of being able to jump right to where you want to be at.
What do you think ?
P.S. Loving the event explanation.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •WIll put back TOC into the main page.
Regarding the arrangement between Webmaster-Designer-Developer, I changed it because there's too much information for Developers.
And since the default theme for Mediawiki, doesn't give headers very good spacing and sizing especially when all kind of headers are there plus the short paragraphs, all makes it looks not so legible, so I move the part with most information down.
I mean, in the original arrangement, it's fine on the top section.
But as you go down, there's too much horizontal line, too much small headers and big headers too.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •@dodgerid
I'm not so sure about what is it that is called "hook".
So from my explanation do I understand "hook" and "event" correctly.
Like, which is event, and which is hook, and which is event hook.
I get the concept, but not the semantics.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •Im not that up on it either, but as I understand it:
The Event is the Happening The Hook is what we capture the Event with when/as it occurs. and The Event Hook to me would be the Event of Hooking the Event. Or the Appropriate Hook for a particular Event. (Hoping this is not to ambiguous.)
Think of the old western films with the steam trains and the mail bags, the train goes past the pole with the hook on and the hook automatically takes the bag.
Someone correct me if I'm wrong :)
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •i'll take a look.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •@sahotataran added a page on Models list.
A job very well done.
http://www.homebrewforums.net/vanillawiki/index.php/Models
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •Lookin gooder ;)
422 Real Estate Australia , now open Check it out
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •I added folder structure as well :D
Theme Charcha for great desktop and mobile experience! - drop me a message :)
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •↑ :) didn't notice that, that's uber cool...
guys, while adding classes to the custom event hooks table, I didn't know how to hook to events located in a view file...
My guess is it depends on what controller calls that view, right?
A view that belongs to controller A, could be called by controller B or C.
The context inside a view file change depending on the object that import it, i believe.
Need input on this.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •thats correct - it depends on which Controller you are calling
Thats correct too. - depends on what data you pass to a view - it will display data according to that.
if you are confused about the events - how they depend on a controller check the eventi plugin - it will list all the events which are called on a page - and how they are called.
DiscussionsController_BeforeRenderAsset_Handler will be different than DiscussionController_BeforeRenderAsset_Handler
Theme Charcha for great desktop and mobile experience! - drop me a message :)
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •This needs more exposure!
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •Thanks, so i guess the column class/function should be left empty in the "event hooks" page....
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •excellent!
My addons: NillaBlog | Vanoogle
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •I just checked out some of the new content.... Wow. Wow. Wow, wow. That's really awesome.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •finally got a chance to check out the jOrgChart. that's pretty slick. i'll have to work that into something :)
i look forward to seeing this new project when it's unveiled!
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •BTW - I checked and MW shows the code prettify as installed. I'm thinking the issue is with the default minify settings.. looking in to how to disable that. doubt i'll close it tonight, but you can use the syntaxhighlight, pre or code tags at this point.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •ok so i install geshi syntax highlighting... it's a little less automated, but it seems more stable than the google code prettify syntax highlighter.
syntax is < syntaxhighlight lang="php"> < /syntaxhighlight >
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •@hbf added a sneak peek in the off topic area
422 Real Estate Australia , now open Check it out
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •@hbf it works...
but the font is too small.... maybe some tweak on the css would fix it.
there shouldn't be a leading space in the tag or else the Js won't recognise the tag.
it has to be wrapped with <code> tag, outside of it. won't work with <pre>.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •@hbf
.php.source-php .de1, .php.source-php .de2 { background:none repeat scroll 0 0 transparent; font:1.0em/1.2em monospace; margin:0; padding:0; vertical-align:top; }changing the font line to 1.2em/1.4em monospace seems to make it at a nice size.
and one more problem, the long lines not wrapping.
just add "white-space: pre-wrap;" to the css.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •anyone supporting this wiki project could help by giving it more exposure thru google by putting link to it on their sites...
so far this forum is the only website in the whole web linking to it. no way it would show up on the first page of a google search especially when 'vanilla', 'garden' and 'dashboard' is a very generic term.
it will also help HBF raise his forums pagerank.
maybe mentioning it on google plus could help too...
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •I've added it to the default.master.tpl of my site under the powered by vanilla line, where it will stay forever more.
I may post on a couple of forums when I get a chance and will write a couple of articles on it too.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •