[00:12] Tiki-KGB tikiwiki 03arildb r44551 10branches/10.x/lib/core/Search/Index/Lucene.php [00:12] Tiki-KGB tikiwiki [bp/r44550][FIX] Highighted search results can now handle non-english characters. [00:14] Tiki-KGB tikiwiki 03arildb r44552 10branches/9.x/lib/core/Search/Index/Lucene.php [00:14] Tiki-KGB tikiwiki [bp/r44550][FIX] Highighted search results can now handle non-english characters. [01:55] Tiki|bot New Forum Posts: trackerlist filtering by numeric values "in between" - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=45722 [02:54] fcpd joined #tikiwiki [02:55] fcpd tikiwiki 10 new install: cannot seem to get google maps api key to work. v2 is deprecated and should be updated which is beside the point. the one issued from my google dev api console does not work --- kicks an error. is there a way around this? [03:08] marclaporte Can you show the problem on demo.tiki.org? [03:08] marclaporte fcpd^^ [03:09] goj_killedByISP joined #tikiwiki [03:12] fcpd how do i do that do you mean post the error? [03:12] fcpd i can just open up anonymous and click user map if its easier [03:13] marclaporte I want you to show me the error [03:14] fcpd it wont let me copy and paste so let me do a paste bin with screenshot just a sec [03:14] marclaporte Just give me a URL to see the error on demo.tiki.org [03:15] marclaporte I don't want a screenshot, I want experience the error :-) [03:16] marclaporte here? http://demo.tiki.org/10x/tiki-gmap_usermap.php [03:17] fcpd http://foreclosurepedia.org/istar/tiki-gmap_usermap.php [03:18] fcpd no it says the api key is not valid or is not authorized for v2 Google Maps [03:18] marclaporte Google changed their system and it was adapted in many places in Tiki [03:18] marclaporte but not this one [03:20] fcpd so translated does that mean that I cannot use google maps [03:21] marclaporte no [03:21] fcpd spun u up an acct if you want to see the error in person [03:21] marclaporte it's OK I see [03:21] fcpd my api key comes from the google api console and is set for every map known in the system including v2 [03:22] marclaporte Here is the upgrade: http://doc.tiki.org/PluginMap [03:23] fcpd ok let me roll there brb thanx for the time btw! [03:24] marclaporte The improved system uses http://openlayers.org/ and you can have Google Maps, Google StreetView, Bing Maps, MapQuest OpenStreetMap [03:25] fcpd I reset the API Key and it seems happy. Cut and paste. [03:26] fcpd How would I go about writing a post on this for layman's version stuff. I couldn't find anything on the little nuances and I would like to contribute even at this small level! ;) [03:36] marclaporte That is a good question! [03:36] marclaporte I am looking at the code [03:41] marclaporte What I have figured out so far: tiki-gmap_usermap.php is simply using https://doc.tiki.org/PluginGoogleMap [03:41] marclaporte and https://doc.tiki.org/PluginGoogleMap has not been updated to API changes [03:42] marclaporte http://sourceforge.net/p/tikiwiki/code/44552/tree/branches/10.x/tiki-gmap_usermap.php simply checks if feature (feature_gmap) is on [03:44] marclaporte and calls http://sourceforge.net/p/tikiwiki/code/44552/tree/branches/10.x/templates/tiki-gmap_usermap.tpl [03:48] marclaporte which itself calls http://sourceforge.net/p/tikiwiki/code/44552/tree/branches/10.x/lib/wiki-plugins/wikiplugin_googlemap.php [03:52] laurei joined #tikiwiki [03:53] marclaporte Here is the history of the file: http://sourceforge.net/p/tikiwiki/code/44552/log/?path=/trunk/lib/wiki-plugins/wikiplugin_googlemap.php [03:54] fcpd I would like to write a simple step-by-step guide like: go to google, register, goto http xxx and open your api console copy and return to blah page. something like that. What I will do is spin up a post and then have you or whomever is on the staff qc it and then maybe it could be put up? [03:55] marclaporte What do you want on the map? [03:55] fcpd you folks have given me so much that i want to return but i am just not a coder. i believe i could write some good technical docs though and maybe contribute that way?! [03:55] fcpd for our site? [03:55] marclaporte yes [03:56] fcpd eventually it will populate a layer of tracker data addresses [03:56] marclaporte we have to know what we are documenting [03:56] fcpd for the documentation here i just want to explain to the layman how to go about getting the API and then placing it in the plugin page [03:57] fcpd for our site it will eventually populate a stand alone map like http://foreclosurepedia.org/reo [03:57] fcpd finding the google api console was the hardest thing for me and i figure others probably have the same learning curve [03:58] marclaporte forget about Google API [03:58] fcpd ok [03:58] marclaporte it's not needed anymore [03:58] marclaporte which is why our code is broken [03:58] fcpd ah osm? [03:58] marclaporte A web service like Google can change their API anytime and break our stuff [03:59] marclaporte They offer a great free service so I am not complaining [03:59] marclaporte http://dev.tiki.org/Social+Networking+via+Maps is what I want to achieve [04:01] fcpd http://www.ohloh.net/p/tikiwiki/map bingo just like i did in mw. the jest in tikiwiki i believe would be to use a call (or whatever query it is) and display info from a tracker based upon given paramaters (like an #ask or compound) [04:01] fcpd see thats PERFECT there [04:07] marclaporte I wish Nelson Ko was here as he was the main developer of wikiplugin_googlemap.php [04:10] marclaporte I have unlocked the key here: http://demo.tiki.org/9x/tiki-gmap_usermap.php [04:10] fcpd Code I don't really understand; however, I figured out how to spin up the calls and such on MW to make the Google Map through the Semantic Plugin do what I wanted and it strikes me as very similar to displaying geo info w/trackers [04:11] marclaporte But I don't see how it's supposed to do anything [04:11] fcpd my russian is a bit rusty ;) [04:13] marclaporte hehe [04:14] marclaporte I am attempting to put members of "Team Developers" on a map here: http://tiki.org/Developers+map+test [04:15] fcpd see here's the skeleton: tracker pulls data as lat/lon. the map is static and then uses a query based upon say Category A and then populates that data upon the map utilizing marker.png or whatever. [04:16] fcpd so i presume the red marker pulled its data from an input by using a query right? [04:17] fcpd the biggest hurdle they had at MW was creating the field that allowed you to enter an address which then used an api to spin it into lat/lon. [04:18] fcpd the way i understand open source is that the code can be used by anyone right? [04:18] fcpd all the stuff is php [04:26] marclaporte yes, if we are missing stuff, we can likely find existing code [04:26] marclaporte But that is not the immediate problem [04:26] marclaporte We have a lot of code already [04:27] marclaporte What we need are people interested or familiar with this code to show us some examples of how to use [04:27] marclaporte and we can make documentation and even feature requests [04:28] marclaporte but as of now, we could very well make a feature request for something that already exists :-) [04:28] marclaporte http://tiki.org/Developers+map+test is looking better now [04:29] fcpd ah, i found the source on that page ... ok. when u say interested in the code do u mean coders or someone like me whom has an idea of what it would be nice if it did and discuss how i have used it on mw? [04:31] marclaporte As soon as we have a basic handling, it is very good to produce examples with questions : "This is interesting in SMW: How could we do this in Tiki?" [04:35] fcpd see that update you have now, man. i can see the infinite possibilities based upon parameters! i will go read up on the plugin and absorb all i can. [04:36] fcpd Now from the business point of view i still have all my Q&A i went thru to get the stuff i wanted done if that would be helpful [04:37] fcpd going all the way back to 3.x days my main goal was to use the wiki to identify Geolocations which could then be extrapolated into end user data [04:39] fcpd for example: in foreclosures. i have say 30 houses and 14 are winterized so i have 16 which aren't. where are they. or i am in knoxville and my friends are close by. i like tacos and they do to. query user feed back on restaraunts based upon geoloc [04:41] fcpd or like osm: tikiwiki user A has hiked 20 miles of the AT. there are 5 shelters along it. 3 are overnights. populate this. or i am selling the widget. i have 19 people whom are in my client (tracker) files. the widget can only be used above 5000MSL which clients are in that altitude so I can target them for ads or delivery [06:05] goj_killedByISP joined #tikiwiki [06:50] laurei joined #tikiwiki [09:10] gour joined #tikiwiki [09:17] xavi1 joined #tikiwiki [09:49] Tiki|bot Recent Bug: Tracker item: #4361 - - 9x LTS: Wrong end time set when recurring events created - http://dev.tiki.org/item4361 [10:19] Tiki|bot Recent Bug: Tracker item: #4362 - - 10.x dev.t.o/t5: clicking at a star in the rating field of the Bug Tracker does nothing - http://dev.tiki.org/item4362 [10:43] fabricius joined #tikiwiki [10:47] gour installed new 10.0, imported my small WP blog (3 posts) and months_links does not work (no records to display), while e.g. 'recent comments' work...running out of ideas what's wrong? [11:08] xavi hi gour [11:08] xavi afair, months_links works for article posts, or blog posts. Not on comments to those objects [11:08] gour hiya xavi [11:08] xavi did you read the documentation? [11:09] xavi https://doc.tiki.org/module+months_links [11:09] gour well, months_links does not work here for blog posts, but i've tried another new_comments module which works which makes me even more puzzled [11:10] xavi feel free to improve the docs, of course (I did write that long ago in a quick & dirty way, since there was nothing before then) [11:10] xavi months links works for me (at least for articles) in 9x: http://intercanvis.net [11:10] xavi mmm [11:11] gour which params you have defined? [11:11] xavi and works for me also in another site with 9x also for blog posts: http://r-es.org (left column) [11:11] xavi did you try with the params in the documentation? [11:12] xavi the screenshot [11:12] gour i've the following: feature=blogs [11:12] gour id=1 [11:12] gour title=Archives [11:13] gour screenshot seems to be from some older version [11:13] xavi language and group? [11:14] gour now i've tried with groups, but no luck [11:15] xavi ok, I see that the site with blogs that I told you, has this written in a custom module (assigned to the left column): [11:15] xavi {MODULE(module="months_links", feature="blogs", id="2", title="Ofertas de trabajo", section="blogs", nonums="y", notitle="n", decorations="n", nobox="y")}{MODULE} [11:15] gour language also does not change anything...i've to ask luciash which params he used [11:15] xavi ^this works for me [11:15] gour xavi: where i can see this code? [11:15] xavi maybe section is missing? [11:15] xavi you can se the code here on irc :-) [11:16] gour i mean in tiki installation? [11:16] xavi you can see the output in the url I pasted before [11:16] xavi http://r-es.org [11:16] gour i use module's UI [11:16] xavi left column, where It says "Ofertas de Trabajo" [11:17] xavi and something similar, where it says "Notícias", which shows a month displayed by default for 2013, etc. [11:17] xavi if module's UI doesn't allow you to work with the module, the file in a bug report [11:18] xavi but try also with custom module definition, like above, to test whether this way (at least) you can make it work for your needs [11:18] xavi and help to improve the docs, please, when you can [11:18] gour xavi: do you use module's UI? [11:18] xavi I don't remember how I did (long ago) [11:20] gour i've to find out about custom modules...i'm still very noob with tiki...let me check... [11:21] gour reading tiki essentials... [11:29] rodrigoprimo joined #tikiwiki [11:47] gour_ joined #tikiwiki [11:58] gour_ there must be some bug in months_links...e.g. newest posts works as well [12:06] gour enough for now...let's see if we can have more luck with textpattern... [12:29] xavi gour, did you clean tiki caches? [12:29] xavi and rebuild searchindex, just in case? [12:29] gour i only only clear cache...haven't rebuild searchindex [12:33] gour *cleared [12:36] vmachine joined #tikiwiki [12:36] ricks99 joined #tikiwiki [12:46] vmachine left #tikiwiki [12:47] ricks99 polom y'all [12:50] arildb joined #tikiwiki [13:16] arildb_ joined #tikiwiki [13:28] laurei joined #tikiwiki [13:43] arildb_ joined #tikiwiki [14:44] pedor joined #tikiwiki [15:07] sandroandrade joined #tikiwiki [15:16] Emenems Hello. This does not work anymore ? Or did the URL changed ? http://maps.tiki.org/ [15:16] Emenems (link found here : http://dev.tiki.org/Map) [15:39] dhazel joined #tikiwiki [15:46] gour xavi: i've found the problem, but not solution :-/ [15:47] xavi ok [15:47] xavi Emenems: you are right, I'm afraid [15:48] xavi Emenems: see "Cartograf" [15:48] xavi http://demo.tiki.org/cartograf/HomePage [15:49] xavi see also the related docs, Emenems: [15:49] xavi http://doc.tiki.org/PluginMap [15:49] xavi http://doc.tiki.org/Map [15:50] xavi http://doc.tiki.org/Geolocation [15:50] Emenems xavi, ok thank you [16:19] redflo joined #tikiwiki [16:48] jonnyb joined #tikiwiki [16:48] jonnyb snowy polom [16:58] Tiki-KGB tikiwiki 03jonnybradley r44553 10trunk/lib/core/Tiki/Profile/InstallHandler/FileGallery.php [16:58] Tiki-KGB tikiwiki [FIX] profiles: Observe 'visible' flag when not set as it defaults to 'y', unlike the others [16:58] Tiki-KGB tikiwiki 03jonnybradley r44554 10trunk/lib/core/Tiki/Profile/InstallHandler/TrackerField.php [16:58] Tiki-KGB tikiwiki [FIX] profiles: Add validation options for tracker fields [17:00] rinnan left #tikiwiki [17:08] Tiki-KGB tikiwiki 03eromneg r44555 10branches/10.x/lib/wiki-plugins/wikiplugin_tracker.php [17:08] Tiki-KGB tikiwiki [FIX] assume 'same row' is true for text area field if option is not set ie upgraded from pre-10 version: unfortunately can't do this type of check for the text field since the pre-10 default for this parameter was false but that's because it meant something different then (I think?) [17:10] Tiki-KGB tikiwiki 03jonnybradley r44556 10trunk [17:10] Tiki-KGB tikiwiki [MRG] Automatic merge, branches/10.x 44476 to 44551 [17:12] Tiki-KGB tikiwiki 03jonnybradley r44557 10branches/10.x/lib/core/Tiki/Profile/InstallHandler/FileGallery.php [17:12] Tiki-KGB tikiwiki [bp/r44553][FIX] profiles: Observe 'visible' flag when not set as it defaults to 'y', unlike the others [17:16] Tiki-KGB tikiwiki 03jonnybradley r44558 10branches/10.x/lib/core/Tiki/Profile/InstallHandler/TrackerField.php [17:16] Tiki-KGB tikiwiki [bp/r44554][FIX] profiles: Add validation options for tracker fields [17:21] ravi joined #tikiwiki [17:21] ravi h [17:21] ravi hi [17:22] Guest60606 i try to delete user from my tiki 10.but whole page became blank [17:24] ricks99 can you turn on error reporting? do you have enough php memory assigned? [17:26] laurei joined #tikiwiki [17:28] Guest60606 in my local host working fine but in my interanet site it create problem [17:29] Guest60606 i got below error in error report:- [17:29] Guest60606 172.29.1.34 - - [18/Jan/2013:18:00:23 +0300] "GET /tiki/tiki-minichat_ajax.php?lasttimeout=6000&iebug=1358521374206&chans=%23HP;10,%23NCR;9,%23IBM;11 HTTP/1.1" 200 81 "http://10.0.0.93/tiki/tiki-adminusers.php?find=karan&search=Find&numrows=48&filterGroup=&filterEmail=&sort_mode=login_asc" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20100101 Firefox/17.0" [17:30] ricks99 what is your server config? how much php memory? [17:30] Guest60606 let me check [17:39] Guest60606 php memory is 1024mb [17:40] marclaporte joined #tikiwiki [17:40] ricks99 Sounds like plenty. Can you turn on tiki error reporting and re-try [17:41] Guest60606 ok [17:43] Guest60606 turn on error reporting but problem not solved [17:44] Tiki-KGB tikiwiki 03jonnybradley r44559 10branches/10.x/ 10lib/core/Services/Tracker/Controller.php 10tiki-view_tracker.php 10tiki-view_tracker_item.php 10templates/tracker/replace.tpl [17:44] Tiki-KGB tikiwiki [bp/r44477][ENH] trackers: New tracker property to keep non-admin users out of the normal tiki tracker interface (tiki-view_tracker.php and tiki-view_tracker_item.php) [17:44] Tiki-KGB tikiwiki [bp/r44535] More explicit description (thanks marclaporte) [17:47] Guest60606 ricks99: r u there? [17:47] ricks99 did u turn on error reporting and retry? what error was displayee [17:48] marclaporte joined #tikiwiki [17:50] Guest60606 same error [17:51] ricks99 not sure. i'm not familr with that error. sugguest you try posting to support forum and dev email list [17:52] Guest60606 ok [17:53] Guest60606 when try to remove user using select that user check box and then select "REMOVE" from bottom dropdown.it's working [17:53] Tiki|bot Recent Bug: Tracker item: #4363 - - Provide spammer test for new accounts - http://dev.tiki.org/item4363 [17:58] Emenems Help. I don't understand this page : http://doc.tiki.org/PluginMap . The MAP is supposed to render everything that LIST gets ? Do i have to use the tiki9 {searchlayer} option ? [17:59] mat-in joined #tikiwiki [17:59] mat-in hi there :) [18:00] mat-in I got a question concerning multi tikis: I have th need to run two CMS for two different domains on the same webhoster. [18:00] mat-in I read through the files, know the requirements and know how to set them up from scratch. [18:00] mat-in but: one of the sites is already running. [18:01] mat-in can I do a backup, then install multi-tiki system and then link it with one database to the existing one? [18:12] jonnyb hi mat-in, yes you can do that, do you have shell access? [18:13] mat-in no, unfortunately I don't, so no running the shell script to make the folders. [18:13] mat-in got to do everything via FTP [18:13] jonnyb can be done but more boring ;) [18:14] mat-in hehe [18:14] jonnyb you found the doc page for it? [18:15] mat-in there are no uploaded files to back up, just the banner and the favicon... so I just dump the DB for security reasons, erase the previous install and intall it multi tiki? [18:15] mat-in yes, there is a shell script mentioned, but i guess i got to do the subfolders and stuff by hand? [18:16] jonnyb er... i have a feeling the web installer might make them for you if you put the domain/s in db/virtuals.inc (one per line, without the www) [18:17] mat-in sounds good. will give it a try this weekend. [18:17] mat-in there is another issue: i got tons of users that register, create their personal tiki page with spam and are never seen again. [18:18] mat-in deactivating the personal page, requesting a captcha and having an e-mail send to me for registration does not help. [18:18] mat-in well, they cannot post spam, but now I got hundreds of registration requests in my in-box [18:18] mat-in and I guess all those pending requests will clutter the database? [18:19] jonnyb try a user tracker - you can ask customised questions at registration and make it tricky for them, seems to work [18:20] jonnyb spammers are a bit problem everywhere, and they seem to have discovered tiki (about a year ago) sadly [18:21] jonnyb http://profiles.tiki.org/User_Tracker should still work to get you started (but try on a "spare" tiki if you can) [18:21] mat-in guess i could try it for a day or two on the old wiki befor going multi [18:22] mat-in will have a look at that, too, thank you :) [18:22] mat-in is there any need to remove all those users that request registration from somehwhere in the database? [18:22] mat-in or can I simply ignore them? [18:24] jonnyb best to remove them i reckon, or you get swamped [18:24] jonnyb think i added a checkbox to the user admin search to find them all at once a while back... [18:25] jonnyb click the "More Criteria" link at the top of the list [18:36] ricks99 ping jonnyb [18:37] jonnyb pong ricks99 [18:37] ricks99 just fyi... added ur okatu site to featured lists. nice job on the search customizations [18:37] mat-in hmmm. ok. got to go offline now. do some food-shopping down in meatspace... [18:37] mat-in thanks for the advice :) [18:40] xavi left #tikiwiki [18:43] * jonnyb likes "meatspace" [18:52] Tiki-KGB tikiwiki 03eromneg r44560 10branches/10.x/lib/wiki-plugins/wikiplugin_tracker.php [18:52] Tiki-KGB tikiwiki [FIX] doh - should be !isset not empty - thanks jonny [FIX] assume 'same row' is true for text area field if option is not set ie upgraded from pre-10 version: unfortunately can't do this type of check for the text field since the pre-10 default for this parameter was false but that's because it meant something different then (I think?) [18:54] ricks99 Q: the IMG plugin has an "imagemap" attribute.. but where can i define the map? there's no IMAGEMAP-type plugin. Do i need to use HTML plugin? [18:55] jonnyb ricks99: how quaint ;) i remember them... [18:56] * ricks99 going old school for a project [18:57] ricks99 i can do it with HTML, but then things like wiki back-links, page renames, etc. wont be tracked :( [18:57] jonnyb seems to add an attribute to the tag - usemap="#mapname" [18:58] ricks99 right. [18:58] jonnyb so presumably you have to define that elsewhere (html plugin probably) [18:58] ricks99 but i'm looking for a tiki-way to create/define the image map [18:58] jonnyb all a bit html 3.2 for me :) [18:58] ricks99 yeah well [19:00] Tiki-KGB tikiwiki 03eromneg r44561 10trunk/lib/wiki-plugins/wikiplugin_tracker.php [19:00] Tiki-KGB tikiwiki [FIX] [fp 44560] assume 'same row' is true for text area field if option is not set ie upgraded from pre-10 version: unfortunately can't do this type of check for the text field since the pre-10 default for this parameter was false but that's because it meant something different then (I think?) [19:16] marclaporte joined #tikiwiki [19:42] arildb_ joined #tikiwiki [19:43] PrezKennedy joined #tikiwiki [19:44] arildb__ joined #tikiwiki [19:57] rodrigoprimo joined #tikiwiki [20:02] Tiki|bot New Forum Posts: Modifying the Login Button - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=45726 [20:13] ricks99 left #tikiwiki [20:35] gour i see that months_links plugin cannot display archives for posts/archives from arbitrary date, iow. anything older than april 2012 is not shown. is it bug or a feature? [20:57] Jyhem gour: it's a missing feature [20:58] marclaporte joined #tikiwiki [20:58] gour Jyhem: uhh, this sucks :-( [20:58] gour what's the use of archives just for the recent posts? [21:02] Jyhem well, it does not need to be recent. It sorts the old ones by month, if I recall correctly [21:03] gour if i change the publishing date of my article to something older than april 2012, the module displays "no records to display" [21:03] gour after i imported my small blog site with 3 old posts from 2011, i was banging my head trying to understand why it does not work [21:10] Jyhem gour: try increasing the "rows" module parameter. I guess the default value is 10, which allows for less than a year of archives [21:11] changi joined #tikiwiki [21:12] gour Jyhem: hey, you're my saviour!! [21:12] Jyhem np [21:12] gour however, it's better that docs sucks than the module itself :-) [21:13] Jyhem Sure, because you can update the docs easily, since it's a wiki (hint! hint!) :-) [21:14] gour :-) [21:34] pedor joined #tikiwiki [21:43] fabricius joined #tikiwiki [21:59] fabricius joined #tikiwiki [23:17] dhazel joined #tikiwiki