fabricius: joined #tikiwiki kstingel|afk: joined #tikiwiki kstingel: I'm attempting to port a custom template into Tiki ...
the original template included custom fonts, where would I place the "customfonts" folder so that Tiki can access it? fabricius: Hi kstingel kstingel: morning fabricius :) fabricius: why not in /styles "besides" the CSS files?
I would place them there
for ex.: /styles/customfonts/myfont 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
I have thus far ...
/styles/newTheme.css (a straight copy of Skeleton.css)
/styles/newTheme/ (the folder to contain the parts for the newTheme)
/templates/styles/newTheme (the new templates) fabricius: Ok that is good kstingel: is slightly confusing, because there is no actual /styles/skeleton/ folder ...
but will refer back to fivealive to port pieces in inititally 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
the only thing what you really need to run is /styles/someCSSfile.css kstingel: I have 1 custom Smarty tpl .... it's basically a static page I used preTiki as the index page
... that's also the only page that actually uses the custom fonts :) fabricius: :-)
anyway I would put the fonts in /styles and not in /templates/styles
what's now with the folder named same than your CSS file (which is missing for skeleton) ...
... that is the place for images and options 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 fabricius: Tiki automatically puts a CSS file in relation to a folder with the same name
BUT ... you can setup custom themes based on existing themes and using their folder by using a "-"
for ex.: the pair jqui.css and /jqui kstingel: at the moment, my new folders are both empty, all I have created so far is the newTheme.css page fabricius: jqui-customname.css would use /jqui aswell
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
just an idea
maybe use some parts of it - if you want kstingel: one thing I did notice, after opening up the 'base' css files for reading ....
line 27 of /layout/layout.css ... where HTML5 elements are being set to display at block level
shouldn't "section" be included in there too? 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
due to theme compatibility kstingel: hadn't looked @ jqui .... will be a better match for the look I'm trying for, ty for the suggestion fabricius: jqui is a very basic theme - meant to be a more extended skeleton kstingel: wasn't planning to edit base files ... was thinking of overriding in custom theme to include sections as well :) fabricius: yo - good plan
r u already registered on tiki.org? kstingel: yup, has been a while since I added anything tho
my last contribution was the original listing of the SVN externals and their current versions :) fabricius: hehe seems to be a while ago 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 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
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
tikiwiki: 03robertplummer * r40583 10/branches/9.x/lib/core/Feed/ (ForwardLink/Receive.php ForwardLink.php):
tikiwiki: [FIX] Some nasty bugs with encodgin, force things encode to utf8 on client and server
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 sandroandrade: joined #tikiwiki 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"? 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 kstingel: ok, thanx :) fabricius: oh or newTheme
so you keep an original and untouched jqui in Tiki
are you experienced in CSS as you attempt to port a custom template from another system to Tiki?
would be good to get more good design into Tiki goj_killedByISP: joined #tikiwiki kstingel: I've done a fair bit of CSS design, but mostly for self
Once I get my customized template sorted, I'm thinking of attempting a Template Factory ....
starting with a base template (probably a choice of Skeleton or Jqui) and then a step thru on tweaking it for custom layouts
I'll include the Documentation too, then post it to tw.o :) fabricius: kstingel: very good so
there are thoughts in the community which go in this direction
would like to stay in contact with you regarding those plans kstingel: will be away from internet for next few weeks, but also thinking of creating a "PHPstorm + XAMPP IDE setup" guide
as I've been researching how To <whatever>, I've been throwing together my own reference ePub, that may be handy too ... until Rick finishes his Tiki for Admins book
I'm registered there too, so once I get back online, I can provide him with my notes for incorporation into his book(s) fabricius: there should be a group or so to make the design stuff growing faster - a big issue for marketing 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 kstingel|offline: where do I turn off showing the pagename as part of the page?
nvm, found it ...
Wiki->General->display page name as page title erissian: joined #tikiwiki
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.
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
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
So if somebody could help me out, or send me in the right direction, you would make my night.
Worked it out. Think I've just been staring at this monitor for too long. kstingel|afk: joined #tikiwiki kstingel|offline: joined #tikiwiki supergreg: joined #tikiwiki JoernOtt: joined #tikiwiki Bernard1: joined #tikiwiki DarkCalf: joined #tikiwiki jonnyb: joined #tikiwiki
joined #tikiwiki lindonb: joined #tikiwiki 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
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)
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
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/
tikiwiki: 03nkoth * r40588 10/trunk/ (13 files in 7 dirs):
tikiwiki: 03nkoth * r40589 10/trunk/lib/wiki-plugins/wikiplugin_kaltura.php: [REF] continued from prev commit: Rename Kaltura prefs
tikiwiki: 03nkoth * r40590 10/trunk/ (5 files in 4 dirs): [REF] Remove useless pref kaltura_kdpWidget and replace with "_" . kaltura_partnerId Loll78: joined #tikiwiki 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
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+
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
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 marclaporte: joined #tikiwiki
polom from TikiFestKaltura 2012 jonnyb: hey Kalturians! Wish i was there! :) marclaporte: me too!
Lots of work to do
Kaltura is insanely vast
I have an idea about tv.tiki.org jonnyb: bit like Tiki then? :P marclaporte: hehe, yes
not as vast as Tiki, but quite vast
We don't have images.tiki.org or text.tiki.org so why do we want tv.tiki.org ?
Why would video be treated different than other assets? -: jonnyb misses TikiFests jonnyb: fair point marclaporte: Say I am in a forum post on tiki.org/forums, why can't I make a videopost?
recorded from webcam? 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
tikiwiki: 03jonnybradley * r40596 10/branches/9.x/lib/setup/mobile.php: [FIX] mobile: filegal exporer no use in mobile
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
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 brolin_empey: joined #tikiwiki CIA-36: tikiwiki: 03nkoth * r40599 10/trunk/tiki-kaltura_video.php: [MOD] user should be tiki user
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
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
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 jn__: joined #tikiwiki
Hi everyone
I need help starting up forums in the wiki
can anybody help me?
Everytime i try to enter the forums it appears just a plain white page with a zero on the top left corner... jonnyb: hi jn__ CIA-36: tikiwiki: 03nkoth * r40603 10/trunk/ (8 files in 4 dirs): [MOD] Remove no longer supported remixing feature jonnyb: have you tried setting error reporting on? (in admin/general) jn__: Hi jonnyb, no i haven't, ill give it a try jonnyb: usually stops thos white pages fabricius: Hi marclaporte
[19:30] marclaporte Say I am in a forum post on tiki.org/forums, why can't I make a videopost?
can't you? -: fabricius is checking out two Tiki9 Branches jonnyb: hi fabricius - need to eat, might bbl fabricius: cool
jonnyb: I have a phone conference in a few minutes anyway
just say hello when you r back jonnyb: :) jn__: Nothing happened, i configured it to report all the php errors and i still see the white page jonnyb: jn__: which version of tiki? gillesm: joined #tikiwiki jn__: 8.3 gillesm: joined #tikiwiki jonnyb: might any of the file have got corrupted? how did you install it? jn__: i opened a hosting account with fatcow, and the hosting offers a script autoinstallation feature
it uses simplescript service to do this jonnyb: so should all be ok - sometime with ftp some files get mangled on the way up
do you know which version of php & mysql you have? (you can find out on admin/phpinfo) CIA-36: tikiwiki: 03marclaporte * r40604 10/trunk/templates/tiki-kaltura_upload.tpl: Make Kaltura upload page more consistent, with links to docs jn__: MySQL 5.1.53 and PHP 5.0 lindonb: joined #tikiwiki jonnyb: jn__: should be ok (php is a bit old bit i guess you can't do much about that) 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 jonnyb: it usually works, sorry i couldn't help more jn__: no problem, thanks a lot lindonb: jn__: is there a url I could look at? jonnyb: hi lindonb lindonb: jonnyb: hey jonnyb jn__: it is a closed project, in order for you to go in you woul dneed to register 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. lindonb: jn__: ok jn__: i'm rather suspicios about the configuration of each forum 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! :) ) jn__: perhaps is not working because of the mailing config jonnyb: jn__: that should only stop people sending mails, it should at least load the list of forums (fora?) Bernard1: hi all lindonb: jonnyb: will do. simply go to a tiki9x site with the mobile device or do I need to set a preference or something? Bernard1: jonnyb: got my mail about Share module ? jn__: jonnyb: it loads the list, all of the existing fora? are listed, but once i click on them, nothing appears jonnyb: lindonb: use the mobile profile, it set up a perspective and stuff
Bernard1: think so... remind me? lindonb: jonnyb: ok jonnyb: jn__: so they used to work once? you say "existing..."? Bernard1: jonnyb: two file (tpl + php) are not enough to port the module in tw8. jonnyb: Bernard1: oh yes - odd, don't think there are other dependancies jn__: jonnyb: No no, i just created them as an admin, but i cannot access them... 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) jonnyb: jn__: try one using the default settings - it could be a bug lindonb: jn__: have you tried without the mail setup that you suspect? CIA-36: tikiwiki: 03nkoth * r40606 10/trunk/tiki-list_kaltura_entries.php: [MOD] default open media entries instead of mix jonnyb: Bernard1: i thought it was all contianed in the module - it pulls the images etc in with javascript
everything else is in the module parameters jn__: lindonb: I didn't fill the mailing configuration of each forum because i didn't know what to put lindonb: jn__: the mailing configuration shouldn't be a problem if you left blank
urls in the fora links look okay? jn__: Well, thank you all for the support, I'll try phpBB
Bye! :)
left #tikiwiki CIA-36: tikiwiki: 03marclaporte * r40607 10/trunk/templates/tiki-kaltura_upload.tpl: Remove remix button an update permissions
tikiwiki: 03marclaporte * r40608 10/trunk/templates/tiki-kaltura_video.tpl: Clearer error message jonnyb: maybe bbl, food time! 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) 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 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
tikiwiki: 03marclaporte * r40611 10/trunk/templates/ (tiki-kaltura_upload.tpl tiki-list_kaltura_browse_entries.tpl): Proper permission check to list videos
tikiwiki: 03nkoth * r40612 10/trunk/tiki-kaltura_video.php: [REF] Clean up stray code due to centralizing of Kaltura session start in kaltura lib
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
tikiwiki: 03nkoth * r40614 10/trunk/templates/ (2 files): [FIX] remove table heading corresponding to row removed earlier Loll78: joined #tikiwiki CIA-36: tikiwiki: 03marclaporte * r40615 10/trunk/templates/tiki-kaltura_video.tpl: fix permission call
tikiwiki: 03sylvieg * r40616 10/branches/9.x/lib/search/searchlib-unified.php: [FIX]search: tracker comment have no special feature
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)
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
tikiwiki: 03marclaporte * r40619 10/trunk/templates/admin/include_video.tpl: clean up admin panel Bernard1: joined #tikiwiki Jyhem: polom marclaporte1: joined #tikiwiki 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
tikiwiki: 03marclaporte * r40621 10/trunk/ (3 files): Add proper feature check