[0:5] marclaporte joined #tikiwiki [0:57] fabricius joined #tikiwiki [1:27] kstingel|afk joined #tikiwiki [1:29] kstingel I'm attempting to port a custom template into Tiki ... [1:29] kstingel the original template included custom fonts, where would I place the "customfonts" folder so that Tiki can access it? [1:50] fabricius Hi kstingel [1:50] kstingel morning fabricius :) [1:50] fabricius why not in /styles "besides" the CSS files? [1:51] fabricius I would place them there [1:52] fabricius for ex.: /styles/customfonts/myfont [1:54] kstingel I'm working in Tiki 8.3 .... had lost the base theme, only just found it ... Skeleton, have copied, and am now extending to include supportive files [1:54] kstingel I have thus far ... [1:54] kstingel /styles/newTheme.css (a straight copy of Skeleton.css) [1:55] kstingel /styles/newTheme/ (the folder to contain the parts for the newTheme) [1:55] kstingel /templates/styles/newTheme (the new templates) [1:55] fabricius Ok that is good [1:56] kstingel is slightly confusing, because there is no actual /styles/skeleton/ folder ... [1:56] kstingel but will refer back to fivealive to port pieces in inititally [1:57] fabricius you know, that you need /templates/styles/newTheme just for custom smarty code -> if you leave this empty, you just will use the default and this might be enough - you can do pretty much with the css [1:58] fabricius the only thing what you really need to run is /styles/someCSSfile.css [1:58] kstingel I have 1 custom Smarty tpl .... it's basically a static page I used preTiki as the index page [1:58] kstingel ... that's also the only page that actually uses the custom fonts :) [1:59] fabricius :-) [1:59] fabricius anyway I would put the fonts in /styles and not in /templates/styles [2:0] fabricius what's now with the folder named same than your CSS file (which is missing for skeleton) ... [2:0] fabricius ... that is the place for images and options [2:1] kstingel once I found Skeleton, that was my thought too, makes more sense that way, as Fonts are a CSS option, not a template option [2:1] fabricius Tiki automatically puts a CSS file in relation to a folder with the same name [2:2] fabricius BUT ... you can setup custom themes based on existing themes and using their folder by using a "-" [2:2] fabricius for ex.: the pair jqui.css and /jqui [2:3] kstingel at the moment, my new folders are both empty, all I have created so far is the newTheme.css page [2:3] fabricius jqui-customname.css would use /jqui aswell [2:4] fabricius why you do not use jqui for a start? just to get known with the Tiki selectors - jqui is getting more and more common as "base" theme for customising [2:4] fabricius just an idea [2:5] fabricius maybe use some parts of it - if you want [2:6] kstingel one thing I did notice, after opening up the 'base' css files for reading .... [2:6] kstingel line 27 of /layout/layout.css ... where HTML5 elements are being set to display at block level [2:6] kstingel shouldn't "section" be included in there too? [2:9] fabricius . [2:10] fabricius hmm I do not know, but note, that there are no unnessesary changes made in layout.css, lite.css, design.css etc. on development of Tiki - and it is not recommended to interfere there on theme creation [2:10] fabricius due to theme compatibility [2:10] kstingel hadn't looked @ jqui .... will be a better match for the look I'm trying for, ty for the suggestion [2:11] fabricius jqui is a very basic theme - meant to be a more extended skeleton [2:11] kstingel wasn't planning to edit base files ... was thinking of overriding in custom theme to include sections as well :) [2:11] fabricius yo - good plan [2:11] fabricius r u already registered on tiki.org? [2:12] kstingel yup, has been a while since I added anything tho [2:14] kstingel my last contribution was the original listing of the SVN externals and their current versions :) [2:18] fabricius hehe seems to be a while ago [2:35] Tiki|bot New Forum Posts: Tiki 8.3: Error 404 when trying to install profiles - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=43693 [2:35] CIA-36 tikiwiki: 03robertplummer * r40581 10/branches/9.x/lib/rangy_tiki/rangy-phraser.js: [FIX] If phrase is at end of parent, can't split, check for max [2:35] CIA-36 tikiwiki: 03robertplummer * r40582 10/branches/9.x/lib/core/JisonParser/Phraser/Handler.php: [FIX] If phrase is at end of parent, can't split, check for max, server side [2:38] CIA-36 tikiwiki: 03robertplummer * r40583 10/branches/9.x/lib/core/Feed/ (ForwardLink/Receive.php ForwardLink.php): [2:38] CIA-36 tikiwiki: [FIX] Some nasty bugs with encodgin, force things encode to utf8 on client and server [2:38] CIA-36 tikiwiki: [ENH] Code was just soo grouped together, linear, I created a few functions and just moved the code there so tracking what is going on is easier [2:40] sandroandrade joined #tikiwiki [2:44] kstingel fabricius: since I'm now extending jqui, should my customizations go into a folder within jqui or should I create a folder "newTheme-jqui"? [2:46] fabricius I would suggest the following: do what you described first, but copy the content of jqui.css and /jqui into myTheme.css and /myTheme [2:48] kstingel ok, thanx :) [2:48] fabricius oh or newTheme [2:48] fabricius so you keep an original and untouched jqui in Tiki [2:50] fabricius are you experienced in CSS as you attempt to port a custom template from another system to Tiki? [3:2] fabricius would be good to get more good design into Tiki [3:4] goj_killedByISP joined #tikiwiki [3:10] kstingel I've done a fair bit of CSS design, but mostly for self [3:10] kstingel Once I get my customized template sorted, I'm thinking of attempting a Template Factory .... [3:10] kstingel starting with a base template (probably a choice of Skeleton or Jqui) and then a step thru on tweaking it for custom layouts [3:10] kstingel I'll include the Documentation too, then post it to tw.o :) [3:13] fabricius kstingel: very good so [3:14] fabricius there are thoughts in the community which go in this direction [3:14] fabricius would like to stay in contact with you regarding those plans [3:15] kstingel will be away from internet for next few weeks, but also thinking of creating a "PHPstorm + XAMPP IDE setup" guide [3:15] kstingel as I've been researching how To , I've been throwing together my own reference ePub, that may be handy too ... until Rick finishes his Tiki for Admins book [3:15] kstingel I'm registered there too, so once I get back online, I can provide him with my notes for incorporation into his book(s) [3:15] fabricius there should be a group or so to make the design stuff growing faster - a big issue for marketing [4:25] Tiki|bot New Forum Posts: PNG in file gallery gives no thumbnail and is not recognized as picture - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=43694 [4:27] kstingel|offline where do I turn off showing the pagename as part of the page? [4:30] kstingel|offline nvm, found it ... [4:30] kstingel|offline Wiki->General->display page name as page title [4:33] erissian joined #tikiwiki [4:34] erissian So I feel like a total dink, but I'm failing at a trivial task and the search terms are too generic to provide useful results. [4:35] erissian I need to create a wiki page for a play called [title of show]. Square brackets are part of the name, and I don't need to use them for the page name, but I still want the links to show as [title of show] and then take people to the "title of show" page [4:36] erissian but no combination of the markup seems to allow me to do this. The closest I got was to have "[title of show" as a link, with an unhighlighted closing bracket [4:36] erissian So if somebody could help me out, or send me in the right direction, you would make my night. [4:43] erissian Worked it out. Think I've just been staring at this monitor for too long. [5:32] kstingel|afk joined #tikiwiki [5:40] kstingel|offline joined #tikiwiki [5:46] supergreg joined #tikiwiki [10:29] JoernOtt joined #tikiwiki [10:36] Bernard1 joined #tikiwiki [11:36] DarkCalf joined #tikiwiki [12:30] jonnyb joined #tikiwiki [15:44] jonnyb joined #tikiwiki [16:40] lindonb joined #tikiwiki [16:46] CIA-36 tikiwiki: 03jonnybradley * r40584 10/branches/9.x/styles/eatlon/options/teal.css: [CSS] eatlon/teal: remove page borders that don't really work without both left and right module cols showing [16:48] CIA-36 tikiwiki: 03jonnybradley * r40585 10/branches/9.x/ (3 files in 2 dirs): [FIX] mobile: Make sure mobile_mode prefs is initialised (and remove a couple of now redundant checks) [16:51] CIA-36 tikiwiki: 03jonnybradley * r40586 10/branches/9.x/ (3 files in 2 dirs): [FIX] mobile: Make filegal thumbnail clicks rel:external for mobile (so they work, and rollback inorrect caching fix in tiki-download_file.php). Also improve button display in filegals [16:54] CIA-36 tikiwiki: 03jonnybradley * r40587 10/branches/9.x/ (3 files in 3 dirs): [FIX] mobile: Disable a couple more incompatible features, put the untidy "advanced" search features in find.tpl in a collapsible block, and layout fix for filegals browse mode thumbnails/ [17:25] CIA-36 tikiwiki: 03nkoth * r40588 10/trunk/ (13 files in 7 dirs): [17:27] CIA-36 tikiwiki: 03nkoth * r40589 10/trunk/lib/wiki-plugins/wikiplugin_kaltura.php: [REF] continued from prev commit: Rename Kaltura prefs [17:37] CIA-36 tikiwiki: 03nkoth * r40590 10/trunk/ (5 files in 4 dirs): [REF] Remove useless pref kaltura_kdpWidget and replace with "_" . kaltura_partnerId [18:21] Loll78 joined #tikiwiki [18:43] CIA-36 tikiwiki: 03jonnybradley * r40591 10/third_party/jquery/ (21 files in 4 dirs): [MOD] mobile: Library to do the mobile version of shadow/colorbox on mobile devices [18:45] CIA-36 tikiwiki: 03jonnybradley * r40592 10/branches/9.x/lib/jquery_tiki/tiki-jquery.mobile.js: [FIX] mobile: Give up on ajax loading and use pageinit instead of pagecreate as recommended for jqm 1.0+ [19:12] CIA-36 tikiwiki: 03jonnybradley * r40593 10/branches/9.x/tiki-jsmodule.php: [FIX] modules js: Replace spaces etc with underscores in module names (possible in user modules) as they cause parse errors [19:18] CIA-36 tikiwiki: 03jonnybradley * r40594 10/branches/9.x/ (3 files in 3 dirs): [ENH] mobile (currently experimental anyway): Use photoswipe for images where feature_shadowbox = y [19:19] marclaporte joined #tikiwiki [19:28] marclaporte polom from TikiFestKaltura 2012 [19:28] jonnyb hey Kalturians! Wish i was there! :) [19:30] marclaporte me too! [19:30] marclaporte Lots of work to do [19:30] marclaporte Kaltura is insanely vast [19:31] marclaporte I have an idea about tv.tiki.org [19:31] jonnyb bit like Tiki then? :P [19:31] marclaporte hehe, yes [19:31] marclaporte not as vast as Tiki, but quite vast [19:32] marclaporte We don't have images.tiki.org or text.tiki.org so why do we want tv.tiki.org ? [19:32] marclaporte Why would video be treated different than other assets? [19:32] * jonnyb misses TikiFests [19:33] jonnyb fair point [19:33] marclaporte Say I am in a forum post on tiki.org/forums, why can't I make a videopost? [19:33] marclaporte recorded from webcam? [19:33] CIA-36 tikiwiki: 03nkoth * r40595 10/trunk/ (6 files in 3 dirs): [MOD] More Kaltura refactoring and start to make the Tiki user be the one that is sent to Kaltura [19:42] CIA-36 tikiwiki: 03jonnybradley * r40596 10/branches/9.x/lib/setup/mobile.php: [FIX] mobile: filegal exporer no use in mobile [19:46] CIA-36 tikiwiki: 03nkoth * r40597 10/trunk/ (3 files in 3 dirs): [MOD] Make sure Kaltura session is passed always so that stats tracking is working on Kaltura side [19:49] CIA-36 tikiwiki: 03nkoth * r40598 10/trunk/ (lib/prefs/kaltura.php templates/admin/include_video.tpl): [MOD] Remove now useless kaltura_kuser pref since Tiki user is the one being used now [19:53] brolin_empey joined #tikiwiki [19:54] CIA-36 tikiwiki: 03nkoth * r40599 10/trunk/tiki-kaltura_video.php: [MOD] user should be tiki user [20:25] CIA-36 tikiwiki: 03jonnybradley * r40600 10/branches/9.x/ (2 files in 2 dirs): [FIX] carousel: Some plugin fixes for the recent update to InfiniteCarousel v3 and some basic styling for the button/thumbs [20:35] CIA-36 tikiwiki: 03marclaporte * r40601 10/trunk/templates/tiki-list_kaltura_playlists.tpl: Remove stray template about managing playlists via Tiki (corresponding php file was never committed, and people can use KMC to do this [20:37] CIA-36 tikiwiki: 03marclaporte * r40602 10/trunk/templates/tiki-list_kaltura_entries_add_info.tpl: Remove version number which for Kaltura internals and has no value for end user [20:46] jn__ joined #tikiwiki [20:47] jn__ Hi everyone [20:47] jn__ I need help starting up forums in the wiki [20:47] jn__ can anybody help me? [20:48] jn__ Everytime i try to enter the forums it appears just a plain white page with a zero on the top left corner... [20:49] jonnyb hi jn__ [20:49] CIA-36 tikiwiki: 03nkoth * r40603 10/trunk/ (8 files in 4 dirs): [MOD] Remove no longer supported remixing feature [20:50] jonnyb have you tried setting error reporting on? (in admin/general) [20:50] jn__ Hi jonnyb, no i haven't, ill give it a try [20:51] jonnyb usually stops thos white pages [20:51] fabricius Hi marclaporte [20:51] fabricius [19:30] marclaporte Say I am in a forum post on tiki.org/forums, why can't I make a videopost? [20:51] fabricius can't you? [20:52] * fabricius is checking out two Tiki9 Branches [20:53] jonnyb hi fabricius - need to eat, might bbl [20:53] fabricius cool [20:53] fabricius jonnyb: I have a phone conference in a few minutes anyway [20:53] fabricius just say hello when you r back [20:53] jonnyb :) [20:58] jn__ Nothing happened, i configured it to report all the php errors and i still see the white page [20:58] jonnyb jn__: which version of tiki? [20:59] gillesm joined #tikiwiki [21:0] jn__ 8.3 [21:1] gillesm joined #tikiwiki [21:1] jonnyb might any of the file have got corrupted? how did you install it? [21:3] jn__ i opened a hosting account with fatcow, and the hosting offers a script autoinstallation feature [21:5] jn__ it uses simplescript service to do this [21:5] jonnyb so should all be ok - sometime with ftp some files get mangled on the way up [21:6] jonnyb do you know which version of php & mysql you have? (you can find out on admin/phpinfo) [21:6] CIA-36 tikiwiki: 03marclaporte * r40604 10/trunk/templates/tiki-kaltura_upload.tpl: Make Kaltura upload page more consistent, with links to docs [21:10] jn__ MySQL 5.1.53 and PHP 5.0 [21:14] lindonb joined #tikiwiki [21:14] jonnyb jn__: should be ok (php is a bit old bit i guess you can't do much about that) [21:15] jn__ :/ [21:16] jn__ I think I'll have to make a phpBB forum... it would have been ideal to have everything integrated, but i'm rather in a hurry.... thanks a lot for your support though [21:17] jonnyb it usually works, sorry i couldn't help more [21:19] jn__ no problem, thanks a lot [21:21] lindonb jn__: is there a url I could look at? [21:21] jonnyb hi lindonb [21:22] lindonb jonnyb: hey jonnyb [21:22] jn__ it is a closed project, in order for you to go in you woul dneed to register [21:22] CIA-36 tikiwiki: 03nkoth * r40605 10/trunk/ (5 files in 2 dirs): [MOD] Remove checkboxes since only action is delete, and there is no longer any remix. [21:22] lindonb jn__: ok [21:22] jn__ i'm rather suspicios about the configuration of each forum [21:23] jonnyb lindonb: been fixing up mobile mode for tiki 9.x - almost civilised now (you should get L to try it, bet he has lots of iPads etc! :) ) [21:23] jn__ perhaps is not working because of the mailing config [21:24] jonnyb jn__: that should only stop people sending mails, it should at least load the list of forums (fora?) [21:24] Bernard1 hi all [21:25] lindonb jonnyb: will do. simply go to a tiki9x site with the mobile device or do I need to set a preference or something? [21:25] Bernard1 jonnyb: got my mail about Share module ? [21:26] jn__ jonnyb: it loads the list, all of the existing fora? are listed, but once i click on them, nothing appears [21:26] jonnyb lindonb: use the mobile profile, it set up a perspective and stuff [21:26] jonnyb Bernard1: think so... remind me? [21:26] lindonb jonnyb: ok [21:27] jonnyb jn__: so they used to work once? you say "existing..."? [21:27] Bernard1 jonnyb: two file (tpl + php) are not enough to port the module in tw8. [21:27] jonnyb Bernard1: oh yes - odd, don't think there are other dependancies [21:28] jn__ jonnyb: No no, i just created them as an admin, but i cannot access them... [21:28] Bernard1 jonnyb: where the content (what will be linked to : title, link, content body, etc) is composed ? (may be i missed it but i couldn't find it in tpl or php) [21:30] jonnyb jn__: try one using the default settings - it could be a bug [21:31] lindonb jn__: have you tried without the mail setup that you suspect? [21:32] CIA-36 tikiwiki: 03nkoth * r40606 10/trunk/tiki-list_kaltura_entries.php: [MOD] default open media entries instead of mix [21:32] jonnyb Bernard1: i thought it was all contianed in the module - it pulls the images etc in with javascript [21:32] jonnyb everything else is in the module parameters [21:33] jn__ lindonb: I didn't fill the mailing configuration of each forum because i didn't know what to put [21:40] lindonb jn__: the mailing configuration shouldn't be a problem if you left blank [21:40] lindonb urls in the fora links look okay? [21:41] jn__ Well, thank you all for the support, I'll try phpBB [21:41] jn__ Bye! :) [21:42] jn__ left #tikiwiki [21:44] CIA-36 tikiwiki: 03marclaporte * r40607 10/trunk/templates/tiki-kaltura_upload.tpl: Remove remix button an update permissions [21:52] CIA-36 tikiwiki: 03marclaporte * r40608 10/trunk/templates/tiki-kaltura_video.tpl: Clearer error message [21:52] jonnyb maybe bbl, food time! [22:3] CIA-36 tikiwiki: 03marclaporte * r40609 10/trunk/ (3 files in 2 dirs): Remove tiki_p_remix_videos as remixing is no longer supported by Kaltura (going forward) [22:16] Tiki|bot Recent Bug: Tracker item: #4186 - - Blog posts with "Mark entry as private" are published in RSS feeds - http://dev.tiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=4186 [22:36] CIA-36 tikiwiki: 03nkoth * r40610 10/trunk/ (5 files in 5 dirs): [MOD] Show list of valid Player IDs extracted from user's Kaltura account [22:41] CIA-36 tikiwiki: 03marclaporte * r40611 10/trunk/templates/ (tiki-kaltura_upload.tpl tiki-list_kaltura_browse_entries.tpl): Proper permission check to list videos [22:42] CIA-36 tikiwiki: 03nkoth * r40612 10/trunk/tiki-kaltura_video.php: [REF] Clean up stray code due to centralizing of Kaltura session start in kaltura lib [22:53] CIA-36 tikiwiki: 03marclaporte * r40613 10/trunk/lib/prefs/kaltura.php: Remove default values for the player, as Tiki will now display a list of available values in the admin panel [22:55] CIA-36 tikiwiki: 03nkoth * r40614 10/trunk/templates/ (2 files): [FIX] remove table heading corresponding to row removed earlier [23:0] Loll78 joined #tikiwiki [23:2] CIA-36 tikiwiki: 03marclaporte * r40615 10/trunk/templates/tiki-kaltura_video.tpl: fix permission call [23:7] CIA-36 tikiwiki: 03sylvieg * r40616 10/branches/9.x/lib/search/searchlib-unified.php: [FIX]search: tracker comment have no special feature [23:15] CIA-36 tikiwiki: 03nkoth * r40617 10/trunk/ (templates/tiki-kaltura_video.tpl tiki-kaltura_video.php): [MOD] set editing player to be able to be different (useful for doing capture of thumbnail) (plus fix of prev rev missing closing quotes) [23:22] CIA-36 tikiwiki: 03marclaporte * r40618 10/trunk/templates/tiki-list_kaltura_mix_entries.tpl: no longer possible to create a new mix so removing invitation to do so [23:28] CIA-36 tikiwiki: 03marclaporte * r40619 10/trunk/templates/admin/include_video.tpl: clean up admin panel [23:34] Bernard1 joined #tikiwiki [23:35] Jyhem polom [23:39] marclaporte1 joined #tikiwiki [23:50] CIA-36 tikiwiki: 03marclaporte * r40620 10/trunk/templates/tiki-list_kaltura_browse_entries.tpl: Media entries is now the default, and thus param is no longer necessary [23:57] CIA-36 tikiwiki: 03marclaporte * r40621 10/trunk/ (3 files): Add proper feature check