ron__: Hello, I am trying to create a form with a tracker that can 1. be completed 2. give a thank you message 3. have the page reload (automatically or manually) and have the tracker form reappear on the page.
I've been fiddling around with the settings, but can't figure it out CIA-98: tikiwiki: 03marclaporte * r42915 10/trunk/templates/admin/include_workspace.tpl: add missing pref in admin panel
tikiwiki: 03marclaporte * r42916 10/trunk/tiki-check.php: More precise warning for Tiki Check ron__: If you hit the back button it will reload the page with the form open (previous entry is still present), but it will record the entries
I am looking to create a form to sign people up via a tablet and want to make it as easy as possible. CIA-98: tikiwiki: 03marclaporte * r42917 10/trunk/templates/admin/include_video.tpl: Permit to set the Kaltura plugin from the Kaltura tab in the admin panel goj_killedByISP: joined #tikiwiki CIA-98: tikiwiki: 03marclaporte * r42918 10/trunk/lib/prefs/ (category.php namespace.php): Making explicit that these two prefs are special and are not to be found in the general admin panel
tikiwiki: 03marclaporte * r42919 10/trunk/lib/wiki-plugins/wikiplugin_trackerquerytemplate.php: add feature check
tikiwiki: 03marclaporte * r42920 10/trunk/lib/wiki-plugins/wikiplugin_trackerpasscode.php: add missing description
tikiwiki: 03marclaporte * r42921 10/trunk/templates/admin/include_trackers.tpl: adding new plugin to admin panel ron__: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki rodrigoprimo: left #tikiwiki goj_killedByISP: joined #tikiwiki Jyhem_laptop: joined #tikiwiki Jyhem: joined #tikiwiki Tiki|bot: Recent Bug: Tracker item: #4291 - - Permission on Newsletters using Group Permissions - http://dev.tiki.org/item4291 arildb: joined #tikiwiki fidel: hi - sometimes if i click 'edit' of a single section in an article of my tiki 9.0 i end up with an empty content-page - while pressing the article-wide edit button works. Is that a known issue with 9.0? arildb: joined #tikiwiki arildb_: joined #tikiwiki arildb__: joined #tikiwiki Tiki|bot: joined #tikiwiki sylvieg: joined #tikiwiki vmachine: joined #tikiwiki
left #tikiwiki Tiki|bot: joined #tikiwiki arildb: joined #tikiwiki sylvieg: joined #tikiwiki arildb_: joined #tikiwiki redflo: joined #tikiwiki ricks99: joined #tikiwiki goj: joined #tikiwiki Tiki|bot: joined #tikiwiki ricks99: using tiki 9.x... have a pretty tracker template with [foo?{$f_1}
oopss.
01using tiki 9.x... have a pretty tracker template with [foo?{$f_1}|bar]
but when i use the wiki page as a template, tiki mis-parses the link
the html i get is: <a href.....foo?<a class=">XXXX</a>
how can i include tracker field ids within complex wiki syntax in a pretty tracker wiki page template? radek82: joined #tikiwiki GillesM: joined #tikiwiki dhazel: joined #tikiwiki ricks99: anyone awake ^^^ rodrigoprimo: joined #tikiwiki fidel: almost ;) fabricius: joined #tikiwiki time_r: joined #tikiwiki ricks99: new query from rick... (i fixed my tracker issue):
i have website with a phone number (plain text on a wiki page). i want to make it "dial-able" when viewed from a phone. anyone know how?
i know i can use the "tel" prefixe (<a href="tel:555-555-555">...</a>) but that will break when viewing from a non-phone.
any ideas? GillesM: joined #tikiwiki ricks99: i guess i could wrap it in a class then use browser sniffing to show/hide the class dennmans: joined #tikiwiki rodrigoprimo: left #tikiwiki RobertPlummer: joined #tikiwiki
polom all fabricius: polom all and ricks99|away , whilst wolod to RobertPlummer :-D RobertPlummer: :) fabricius: RobertPlummer: you are quite into jQuery, right? RobertPlummer: I have some experience. fabricius1: joined #tikiwiki RobertPlummer: PHP STORM 5 Guys! - http://www.jetbrains.com/phpstorm/download/
Woohoo! fabricius1: would it be hard to "teach" the infinite carousel a fading effect - optional to the slide effect? RobertPlummer: $(obj).fadeIn(); or $(obj).fadeOut();
You just need to find the right events for them fabricius fabricius: ok
what is an event RobertPlummer ? :-P RobertPlummer: http://api.jquery.com/category/events/event-object/ ricks99: @RobertPlummer: will parser improvements allow for complex wiki syntax within table markup?
will your improvements fix things? RobertPlummer: ricks99: Yes ricks99: +100K
:-) -: ricks99 can't wait RobertPlummer: ricks99: Right now the parser is a little buggy with some syntax, but it is just because it isn't handled right. -: ricks99 hates having to resort to HTML plugin for complex formatting RobertPlummer: ricks99: The old "parser" is not really a parser, it is mostly regex find and replace. I think the only thing close to a parser pre jison was for the plugins.
ricks99: Jison is a full parser with state tracking, so something as simple as __test__ is tracked, open content close.
ricks99: There are very few search and replace items in jison. -: ricks99 needs to start learning more about jison RobertPlummer: crack open the jison file in lib/core/JisonParser/Wiki.jison and take a look.
If you've seen regex, the parser will come naturally. ricks99: cool. tx
and tx for ur work! RobertPlummer: The parser is segregated into the jison file (language definition) Wiki.php (the actual parser and lexer) and Wiki/Handler.php (the handler for the parser's actions)
Then we have other things like the Parser Negotiator, which decides how to list a parser on the wiki page. But over all, it is a much needed abstraction of the current code.
If you have any questions, or would like to help in testing it, please let me know.
Or, better yet, just start testing it. ricks99: will do. in trunk only, right? RobertPlummer: ricks99: Right
ricks99: tiki-admin.php search "jison" tick and save. ricks99: what are the odds for backportint to 9LTS? fabricius: RobertPlummer: thx ... reading
hmmm not really getting there _qP: joined #tikiwiki Tiki|bot: New Forum Posts: Tracker search - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=45153 sandroandrade: joined #tikiwiki qp_: joined #tikiwiki jacmoe: joined #tikiwiki
joined #tikiwiki
joined #tikiwiki fabricius: RobertPlummer, ricks99 and all, I need a hand to implement a jquery plugin on a Tiki ... I want to get a principle understanding with an example, which I need anyway RobertPlummer: What is it for? fabricius: I downloaded a *slideshow* -> jquery.cycle.all.js
-> copied it into lib/jquery
-> tried on some wikipages, but am kind of stuck RobertPlummer: Are you on tiki 9 or 10? fabricius: in this case on 9 -> customer project
but need to know 10 aswell (my own site)
is both different in principle?
for now I need 9
I got an infinite_carousel running (copied from themes.t.o) but it seems to be a different case here (maybe infinite is somekind of integrated)
I think I must call the jquery plugin first and then use my list in a div and then the actual plugin specific call (If I at all use the right wording)