[00:10] MichaelC joined #tikiwiki [00:14] luciash_ joined #tikiwiki [00:14] sipherdee_ joined #tikiwiki [00:17] brolin_empey_ joined #tikiwiki [00:18] refizul_ joined #tikiwiki [00:19] Caarrie|away joined #tikiwiki [00:27] nelsonko_ joined #tikiwiki [00:28] brolin_empey__ joined #tikiwiki [00:29] renoirb_ joined #tikiwiki [00:31] SkiNut joined #tikiwiki [00:40] aalex-- joined #tikiwiki [00:41] fabricius joined #tikiwiki [00:54] Tiki|bot New Forum Posts: Themes: self contained themes for Tiki14 - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53419 [00:55] bkm joined #tikiwiki [01:00] luciash joined #tikiwiki [01:14] sipherdee joined #tikiwiki [01:38] aalex joined #tikiwiki [01:41] redflo joined #tikiwiki [01:42] leagris joined #tikiwiki [02:48] Caarrie joined #tikiwiki [03:07] sipherdee_ joined #tikiwiki [03:25] Caarrie joined #tikiwiki [03:28] leagris joined #tikiwiki [06:58] bkm joined #tikiwiki [09:12] fabricius joined #tikiwiki [09:20] redflo joined #tikiwiki [10:23] luciash_ joined #tikiwiki [10:23] Caarrie joined #tikiwiki [10:30] renoirb joined #tikiwiki [11:26] renoirb joined #tikiwiki [11:29] arildb joined #tikiwiki [11:30] sipherdee_ joined #tikiwiki [11:39] chibaguy joined #tikiwiki [11:48] chibaguy polom [11:49] chibaguy Does anyone here know how the theme selection works with the new "themes" directory? I have a theme file installed as per the directions on https://themes.tiki.org/tiki-index.php?page=How%20To%20Add%20a%20New%20Theme, but I don't see the theme name appearing anywhere on tiki-admin Look and Feel. [12:18] arildb_ joined #tikiwiki [12:47] chibaguy Well, of course the theme works if I type the url into the "Custom theme URL" field, but that's nothing special. Any theme URL on the internet will work there. [12:48] chibaguy I assume there's more to it than that. [12:48] arildb__ joined #tikiwiki [13:08] chibaguy joined #tikiwiki [13:08] chibaguy polomagain [13:08] chibaguy Anyone else getting a fatal error in trunk now? [13:09] arildb Hi chibaguy ...let me check [13:11] arildb seems to work fine [13:11] chibaguy Ok, arildb, thanks. [13:11] arildb I do get a 404 error: vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.woff .... but that's old [13:12] chibaguy ah, yeah. What I'm getting is basic, with tikilib and tiki_setupbase. [13:12] chibaguy Maybe my composer stuff is out of date. [13:13] arildb ok...works fine for me locally. I updated composer yesterday [13:14] chibaguy ok, thanks. I'll update, etc. [13:22] chibaguy_ joined #tikiwiki [13:50] chibaguy_ OK, composer and vendor directory updated, so trunk is ok again. [14:14] fabricius joined #tikiwiki [14:48] olinuxx joined #tikiwiki [14:49] olinuxx Salut [14:49] Calyp o/ [14:49] olinuxx hi all [15:50] olinuxx joined #tikiwiki [16:26] Caarrie joined #tikiwiki [16:28] sipherdee joined #tikiwiki [16:36] nelsonko joined #tikiwiki [17:28] arildb joined #tikiwiki [17:46] Tiki-KGB 03lphuberdeau r52509 10trunk/ 10(8 files in 8 dirs) * [MOD] Add command to push recommendations as notifications [17:56] Tiki-KGB 03lphuberdeau r52510 10trunk/lib/core/Tiki/Command/RecommendationBatchCommand.php * [MOD] Apply batch to all users [18:21] aalex joined #tikiwiki [19:08] luciash polom [19:18] olinuxx hello luciash [20:20] fabricius polom [20:21] olinuxx gutten tag fabricius [21:08] olinuxx hi there, I can't find any information on doc.tiki.org about the "feature_referer_stats". Anyone have a pointer for me? [22:03] fabricius olinuxx: sorry, no [22:05] fabricius I guess it is a basic stat tool to track where are people coming from and where they are leaving to [22:05] fabricius do you want to do analytics? [22:08] fabricius for analytics I recommend piwik .. easy to install, easy to use, no data in the cloud .. does basically the same as google analytics [22:09] olinuxx fabricius, not really, I'm searching for a way to get the real IP address in the tiki-syslog.php from my user. So far I'm getting always the same IP which is the one from the reverse proxy I'm behind. [22:10] fabricius I do not really understand [22:10] olinuxx I had a go yesterday with checking the "feature_loadbalancer" option in "general, but it was close to kill my apache server [22:11] olinuxx mm ok fabricius [22:11] olinuxx so, let's say it in other way [22:11] olinuxx my Tiki is hosted by a provider, [22:11] olinuxx and the users are connecting to it through a reverse proxy [22:12] olinuxx something looking like : [22:12] olinuxx user -> reverse proxy -> Tiki [22:12] fabricius why? [22:12] olinuxx then Tiki is grabbing the IP from the reverse proxy and no from the users [22:12] fabricius makes sense [22:12] olinuxx why ? I think the reverse proxy is a varnish cache [22:13] fabricius how tiki [22:13] olinuxx that the conf of my provider, I don't know who did this and why they did it. But that does sounds a bit outside of my filed of skills/competences/knowledge/understanding [22:13] fabricius how Tiki should know about s.th. behind the proxy? [22:16] olinuxx fabricius, I'm not too sure, but the awstats we are using (which s behind the proxy as well) know the real IP since a we set up something called %{X-Forwarded-For} [22:16] olinuxx I'm trying to get my Tiki set up the same way [22:16] fabricius aha [22:16] fabricius you should ask refizul for that olinuxx [22:16] olinuxx but to be honnest, that's closed to be chinese for me [22:17] olinuxx fabricius, ok, thanks for the pointer. refizul, if you read it and got some time to help me, you'll be awesome to my eyes :) [22:36] olinuxx hop, comment attached to the bug report done : https://dev.tiki.org/item5463 [22:50] arildb olinuxx: I see in the code (function get_ip_address in tikilib) that HTTP_X_FORWARDED_FOR is only interpreted if feature_loadbalancer = 'y' [22:50] arildb I am not sure why [22:51] arildb If feature_loadbalancer is not set, Tiki only interprets REMOTE_ADDR .... given that the "real" IP address is found in different parameters, the Tiki implementation will fail in some cases...such as yours [22:51] olinuxx arildb, you mean I could hack tis in tikilib ? [22:52] arildb I don't know the feature_loadbalancer and why it's done this way ... "hack"...yes, maybe...but maybe send an email to the dev-list for more info on why it is this way [22:53] arildb olinuxx: For your installation, you certainly could edit tikilib [22:54] * olinuxx is scarred and is shaking like a chicken [22:54] olinuxx :) [22:58] olinuxx thanks for the pointer to tikilib arildb, I'll check this with the teckies from my provider soon and will update the bug + tiki-devel [22:58] arildb olinuxx: I see that marclaporte is listed as the user having edited the feature line .... so, maybe Marc has more information about the loadbalancer [22:59] olinuxx arildb, thanks for the this, good news for me, Marc is a French speaker IIRC, would be easier for me then :) [23:04] arildb olinuxx: The good news is that you have a special case...and that makes it easier to add and test a better solution for Tiki [23:04] arildb ...though maybe you don't feel that way right now... [23:06] olinuxx if that can help Tiki to become better, I'm happy with this :) [23:06] arildb :) [23:08] arildb olinuxx: I did a search for feature_loadbalancer ... and get_ip_address in tikilib is the only place the feature is checked! [23:09] arildb So, if a more general/better solution is found maybe the feature_loadbalancer can be thrown out [23:10] arildb olinuxx: http://stackoverflow.com/questions/15699101/get-the-client-ip-address-using-php lists what seems to be a more comprehensive ip detection...maybe you can test one of those on your system..if you have a chance [23:12] olinuxx thanls again for all your time helping with this arildb. [23:12] arildb np [23:12] * arildb hoping for a better ip detection in Tiki [23:12] olinuxx I'll have a read on tomorrow. It's 5:12 am for me, time to close my eyes a bit [23:13] olinuxx ahaha cool, so I'm a kind of a guinea pig for you ;) [23:13] arildb ..guilty as charged :) [23:13] olinuxx ahahaha [23:13] olinuxx no worries ;) [23:14] olinuxx I'll talk to you later [23:14] olinuxx see you all [23:14] arildb good luck [23:14] arildb see you [23:21] arildb I am off too..bye