luciash_: joined #tikiwiki sipherdee_: joined #tikiwiki brolin_empey_: joined #tikiwiki refizul_: joined #tikiwiki Caarrie|away: joined #tikiwiki nelsonko_: joined #tikiwiki brolin_empey__: joined #tikiwiki renoirb_: joined #tikiwiki SkiNut: joined #tikiwiki aalex--: joined #tikiwiki fabricius: joined #tikiwiki Tiki|bot: New Forum Posts: Themes: self contained themes for Tiki14 - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=53419 bkm: joined #tikiwiki luciash: joined #tikiwiki sipherdee: joined #tikiwiki aalex: joined #tikiwiki redflo: joined #tikiwiki leagris: joined #tikiwiki Caarrie: joined #tikiwiki sipherdee_: joined #tikiwiki Caarrie: joined #tikiwiki leagris: joined #tikiwiki bkm: joined #tikiwiki fabricius: joined #tikiwiki redflo: joined #tikiwiki luciash_: joined #tikiwiki Caarrie: joined #tikiwiki renoirb: joined #tikiwiki
joined #tikiwiki arildb: joined #tikiwiki sipherdee_: joined #tikiwiki chibaguy: joined #tikiwiki
polom
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. arildb_: joined #tikiwiki 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.
I assume there's more to it than that. arildb__: joined #tikiwiki chibaguy: joined #tikiwiki
polomagain
Anyone else getting a fatal error in trunk now? arildb: Hi chibaguy ...let me check
seems to work fine chibaguy: Ok, arildb, thanks. arildb: I do get a 404 error: vendor/twitter/bootstrap/dist/fonts/glyphicons-halflings-regular.woff .... but that's old chibaguy: ah, yeah. What I'm getting is basic, with tikilib and tiki_setupbase.
Maybe my composer stuff is out of date. arildb: ok...works fine for me locally. I updated composer yesterday chibaguy: ok, thanks. I'll update, etc. chibaguy_: joined #tikiwiki
OK, composer and vendor directory updated, so trunk is ok again. fabricius: joined #tikiwiki olinuxx: joined #tikiwiki
Salut Calyp: o/ olinuxx: hi all
joined #tikiwiki Caarrie: joined #tikiwiki sipherdee: joined #tikiwiki nelsonko: joined #tikiwiki arildb: joined #tikiwiki Tiki-KGB: 03lphuberdeau r52509 10trunk/ 10(8 files in 8 dirs) * [MOD] Add command to push recommendations as notifications
03lphuberdeau r52510 10trunk/lib/core/Tiki/Command/RecommendationBatchCommand.php * [MOD] Apply batch to all users aalex: joined #tikiwiki luciash: polom olinuxx: hello luciash fabricius: polom olinuxx: gutten tag fabricius
hi there, I can't find any information on doc.tiki.org about the "feature_referer_stats". Anyone have a pointer for me? fabricius: olinuxx: sorry, no
I guess it is a basic stat tool to track where are people coming from and where they are leaving to
do you want to do analytics?
for analytics I recommend piwik .. easy to install, easy to use, no data in the cloud .. does basically the same as google analytics 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. fabricius: I do not really understand olinuxx: I had a go yesterday with checking the "feature_loadbalancer" option in "general, but it was close to kill my apache server
mm ok fabricius
so, let's say it in other way
my Tiki is hosted by a provider,
and the users are connecting to it through a reverse proxy
something looking like :
user -> reverse proxy -> Tiki fabricius: why? olinuxx: then Tiki is grabbing the IP from the reverse proxy and no from the users fabricius: makes sense olinuxx: why ? I think the reverse proxy is a varnish cache fabricius: how tiki 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 fabricius: how Tiki should know about s.th. behind the proxy? 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}
I'm trying to get my Tiki set up the same way fabricius: aha
you should ask refizul for that olinuxx olinuxx: but to be honnest, that's closed to be chinese for me
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 :)
hop, comment attached to the bug report done : https://dev.tiki.org/item5463 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'
I am not sure why
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 olinuxx: arildb, you mean I could hack tis in tikilib ? 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
olinuxx: For your installation, you certainly could edit tikilib -: olinuxx is scarred and is shaking like a chicken 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 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 olinuxx: arildb, thanks for the this, good news for me, Marc is a French speaker IIRC, would be easier for me then :) 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
...though maybe you don't feel that way right now... olinuxx: if that can help Tiki to become better, I'm happy with this :) arildb: :)
olinuxx: I did a search for feature_loadbalancer ... and get_ip_address in tikilib is the only place the feature is checked!
So, if a more general/better solution is found maybe the feature_loadbalancer can be thrown out
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 olinuxx: thanls again for all your time helping with this arildb. arildb: np -: arildb hoping for a better ip detection in Tiki olinuxx: I'll have a read on tomorrow. It's 5:12 am for me, time to close my eyes a bit
ahaha cool, so I'm a kind of a guinea pig for you ;) arildb: ..guilty as charged :) olinuxx: ahahaha
no worries ;)
I'll talk to you later
see you all arildb: good luck
see you
I am off too..bye