Gwayne: joined #tikiwiki dabright: joined #tikiwiki Tiki-KGB: 03jyhem r53167 10trunk/templates/ 10(24 files) * [REF] Clean templates indentations so they are legible and maintainable again Tiki|bot: New Forum Posts: PluginMediaPlayer too small - how getting the big video shown? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=54012 Gwayne: joined #tikiwiki blondie101010: joined #tikiwiki gour: joined #tikiwiki fabricius: joined #tikiwiki redflo: joined #tikiwiki luciash: joined #tikiwiki Topic: for #tikiwikiis now Tiki Wiki CMS Groupware - the Free & Open Source Web Application with the most built-in features! Latest Tiki LTS version 12.2 (Altair) is out! Question? Just ask! We log the channel @ http://irc.tiki.org (start line with [off] to exclude message from log)
for #tikiwikiis now Tiki Wiki CMS Groupware - the Free & Open Source Web Application with the most built-in features! Latest Tiki LTS version 12.3 (Altair) is out! Question? Just ask! We log the channel @ http://irc.tiki.org (start line with [off] to exclude message from log) Tiki|bot: New Forum Posts: Knowledgebase in 2/3 languages - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=54014 Jyhem_laptop: joined #tikiwiki panamaus: joined #tikiwiki gezza: joined #tikiwiki Tiki|bot: New Forum Posts: WikiPluginMediaPlayer not resizing to a large video - why or how to? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=54026 dabright: joined #tikiwiki XGuarden: joined #tikiwiki
hi fabricius: hi
how r u XGuarden? Tiki|bot: New Forum Posts: Knowledgebase in 2/3 languages - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=54014
New Forum Posts: PluginMediaPlayer too small - how getting the big video shown? - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=54012
New Forum Posts: Kaltura Plugin - Custom Player - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=54008 XGuarden: fine
I want to know if I can choose the text show in search result, curently he show under the name of the wiki text from the wiki, but I want to show the topic description
For exemple, if I shearch for gestion des fichiers
First description contain: La Gestion des fichiers Un fichier informatique est une collection de diverses informations numériques réunies sous un même nom. Un fichier est en fait l'équivalent numérique d'un livre et les diverses informations à ses pages. Techniq...
I want to be able to set the text that will be show there Tiki|bot: New Forum Posts: Knowledgebase in 2/3 languages - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=54014
New Forum Posts: PluginMediaPlayer too small - how getting the big video shown? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=54012
New Forum Posts: Kaltura Plugin - Custom Player - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=54008 fabricius: XGuarden: Not sure, but maybe in a corresponding template? like searchresults.tpl or so
XGuarden: if that is right, the next question would be where to put the customised version of the original file - depending which iteration of Tiki you are using .... several changes from Tiki 12 over 13 to 14 ... I suggest that you work with pre-14 trunk as you are still in development and then you are save to use the already implemented "selfcontained themes" in directory /themes instead of the depricated /styles or /templ
XGuarden, I have to go, but you are welcome to come back next time we see each other - other people you can ask may be chibaguy (Gary), luciash (Luci), ricks99 (Rick), ... XGuarden: curently im on version 13 right? Tiki-KGB: 03chibaguy r53168 10trunk/lib/smarty_tiki/function.html_body_attributes.php
[FIX] Space needed to separate class names (layout class was concatenated with previous class). fabricius: XGuarden: right
(btw.: just popped in and be off in 1 min again) XGuarden: So i need to take a backup and upgrade to version 14x? fabricius: yes ... if you are still in development and you want to customise the templates, you should at least consider this - (pre-)14 now looks nice, is enhanced a lot, yet here and there need a strong hande until it will be releasable ... I love it already and I work with ist
and awesome new concepts under the hood in some respects ... not sure, if you need them, but at least the themes (styles+templates+X) structure is different and to be considered.
for that you will not run into problems, when your custom styles and templates will not work after upgrade and you have to reallocate them
or relocate Jyhem: polom
and templates are being reindented for maintainability again :-D slyskawa_: joined #tikiwiki fabricius: reindented?
reinvented? Tiki-KGB: 03lphuberdeau r53169 10trunk/ 10(6 files in 5 dirs) * [ENH] Field picker in tabular format manager Jyhem: put back sensble indentation
reformatted
Hmmm tiki-admin_banning.tpl looks wrong. Like halfway from table-layout to div layout :-( Telesight: joined #tikiwiki fabricius: thx Jyhem Tiki-KGB: 03lphuberdeau r53170 10trunk/ 10(6 files in 5 dirs) * [MOD] Add label, primary key and read-only configuration options gour_: joined #tikiwiki XGuarden: ok, but curently I dont use any theme so I can upgrade to 14 my database
I hope that will not be to complicated lol Tiki-KGB: 03lphuberdeau r53171 10trunk/ 10(5 files in 4 dirs) * [MOD] Add import UI
03lphuberdeau r53172 10trunk/ 03templates/tabular/delete.tpl 10lib/core/Services/Tracker/TabularController.php 10lib/core/Tracker/Tabular/Manager.php * [MOD] Adding action to delete a format fabricius: XGuarden: 13 to 14 should not be complicated
not before you customise templates ;-) Tiki-KGB: 03lphuberdeau r53173 10trunk/templates/tiki-list_trackers.tpl * [MOD] Add a navigation element to the tabular management interface blondie101010: When I enable "Search engine friendly URL" my pages give an error 500. I've checked all my logs, even after enabling the DEBUG option but still can't find where the error is that way. Is there a simple way of really enabling error display to figure it out? Tiki-KGB: 03jyhem r53174 10trunk/templates/ 10(34 files) * [REF] Clean templates formatting so they are legible and maintainable again Jyhem: blondie101010: do you have edit access to the source files ?
In these situations I usually add 2 lines at the very bottom of tiki-setup.php
ini_set("display_errors",1);
error_reporting(E_ALL); blondie101010: let me try that now
I changed php.ini but it gets overridden
Jyhem: thanks but still nothing in the logs Jyhem: Anyway, you can't *just* enable "Search engine friendly URL", there are also a corresponding part which must be enabled in the .htaccess file blondie101010: wasn't it to simply copy _htaccess to .htaccess which is done
and only crashes when the site gets redirected with the SEO URL Jyhem: My 2 lines do not make things show up in the logs, they avoid blank pages by showing error messages in the browser. Obviously , your errors prevent even showing anuthing :-( blondie101010: yeah, I'm not sure how to troubleshoot it without placing traces or die() all over the place
but I feel it's apache and not the PHP script that causes the error Jyhem: ahh, yes, the section about IfModule mod_rewrite.c is uncommented by default
Is your Tiki in a subdirectory ?
did you find your apache error log ? blondie101010: no, you were right about the comment but now I can't seem to quickly find where to reenable the SEO URL
Jyhem: it works! thanks a lot! Jyhem: You are welcome. Just for the record, what solved it ?
was the mod_rewrite section commented ? blondie101010: uncommenting and correcting RewriteBase Jyhem: Ahh, ok. So you were in a subdirectory. The default configuration can't guess that, sadly blondie101010: most installations usually take care of that and when I saw the huge (scary) .htaccess, I didn't feel like reading it but I should have Jyhem: Godd. I suggest you comment the two lines in tiki-setup.php unless you really enjoy php warnings in your pages :) blondie101010: good idea, I could have forgotten :) Tiki-KGB: 03jyhem r53175 10trunk/templates/ 10(10 files) * [REF] Clean templates formatting so they are legible and maintainable again blondie101010: joined #tikiwiki