[00:17] Recent Bug: Tracker item: #3022 - - tiki_p_configure_modules (MyTiki Modules) - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3022 [00:17] *** GillesM has joined #tikiwiki [00:20] *** GillesM has quit IRC (Remote host closed the connection) [00:21] that's mine [00:22] *** olinuxx has quit IRC (Quit: Ex-Chat) [00:27] *** coaboa_ has joined #tikiwiki [00:30] *** dcedilotte has joined #tikiwiki [00:31] *** coaboa has quit IRC (Ping timeout: 252 seconds) [00:37] !help [00:37] You can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot . [00:53] *** ricks99 has joined #tikiwiki [00:54] * ricks99 needs help with exporting a tracker... [00:54] getting 500: internal server error when trying to export a ~500 item tracker [00:54] no error log is being generated [00:55] memory_limit is 64m [00:55] max_execution_time is 400 [00:56] max_input_time is 240 [00:56] anyone have an idea what the issue may be? [00:56] running tiki 3.3 [00:58] *** deo has left [01:00] *** dcedilotte has quit IRC (Quit: time to go home.) [01:19] tracker xport issue ^^^ continued.... [01:20] i did a mysql dump and restored to my local pc. [01:20] was able to export the tracker just fine [01:20] but using host (shred host - hostgator) i get 500 server error [01:20] any recommendations as to what i should check? [01:23] where does it export ? [01:24] 500 error is usually caused by wrong perms on the dir [01:24] when i run it local, i get a save file dialog and i can specify where to save the csv file [01:25] ah, i suppose it uses some tmp dir... does it look fine ? [01:26] the csv generated from my local tiki is fine [01:26] or maybe 64m is not enough ? [01:26] *** chealer__ is now known as chealer [01:26] hm.... [01:26] let me try to increase.... [01:27] tracker cotains 11 fields, 548 items [01:27] is that considered "big"? [01:27] sorry, ricks, just wildguessing :) [01:28] thats ok. a luciash guess is better than most. [01:29] pushed memory_limit to 128M.... [01:30] clicking EXPORT button.... [01:30] waiting.... [01:31] waiting.... [01:31] waiting.... [01:31] ohh!!! Save dialog came up [01:31] *g* [01:31] now saving [01:31] :D [01:32] luciash -- ur awesome [01:32] bad tiki -- needs 128M to dump a ~500 item tracker :( [01:33] *** kiilo has quit IRC (Quit: Leaving.) [01:34] man... if i get too many more users signed up on the site, i'll need 500M or more! [01:34] tx again luciash [01:36] well it is 6028 fields and it checks them all for some 33 types i guess :-/ [01:36] np :) [01:37] thats a major performance issue though, no? [01:37] i guess it is basically the same problem we have when using a trackerllist for a large tracker? [01:41] New Forum Posts: Trying post and getting this... - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=36218 [01:42] yes, hopefully it will be better in Tiki 5 [01:42] backport for 3.x LTS ? [01:46] *** btiffin has joined #tikiwiki [02:00] *** Caarrie|away is now known as Caarrie [02:26] *** Cain has joined #tikiwiki [02:27] Hi, [02:27] !help [02:27] You can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot . [02:40] *** gerbert has joined #tikiwiki [02:41] how can i increase the max number of characters for wiki page name? [02:43] also, how do i make wiki quick edit module's input field longer? thanks [02:44] @gerbert: to increase the max page name, need to change the tiki_pages db table [02:44] currently, pageName is varchar(160). [02:45] would need to increase max size as needed [02:46] for the quickedit module, use the size=### parameter when u assign the module [02:50] thanks a lot ricks99 [02:51] ur welcom [02:53] *** rmcc4444 has joined #tikiwiki [02:53] I turned on SSL for my site and now i can't login in. I have SSH access to the server so can i change this back in a .conf file somewhere? v4.1.. thanks [02:55] @rmcc4444: do u have access to the database? [02:55] ricks99: yes.. [02:55] via phpadmin [02:56] ricks99: can i make quick edit module's input field multiline as well? [02:56] edit the tiki_preferences table [02:56] u can turn off the *_ssl feature [02:56] let me get there and see if i can figure out what you are referring to, ricks99 .. one sec [02:56] acutally, i think ur looking for "https_login" [02:56] change it back to "disabled" [02:57] @rmcc4444: no. page names cannot be multiple lines [02:57] ricks99: im opening up phpadmin now [02:58] oops that should be @gerbert: 01no. page names cannot be multiple lines [02:58] * ricks99 so much help... so little time :-) [02:58] agree [02:58] ricks99: Ok, Im on the Structure tab [02:59] @rmcc4444: you'll want to BROWSE the tiki_preferences table [03:01] ricks99: I dont ssee a browse option. I can ssh into the box or there is another GUI tool I could try if that helps.? What I see is a list of a bunch of tables.. most start with tiki_ [03:01] using phpmyadmin? [03:01] I found the browse [03:01] :) [03:01] in the list of tables, click tiki-preferences [03:02] the right column should now show you the STRUCTURE of the tiki_prefernces table. [03:02] ricks99: ahhhhhhhhhh. cool. so most of tikiwiki settigns are stored in db, not in conf files? [03:02] correct [03:02] Ok, I found it . its set to required.. [03:03] change to "disabled" [03:03] should b able to now login using regular http [03:03] *** gerbert has quit IRC (Ping timeout: 248 seconds) [03:03] disabled.. ahhhh [03:04] That worked like a charm. thank you [03:04] np [03:05] Is it because I dont have ssl cert created on my server? [03:05] did u have the correct https port? [03:06] I thought so.. 443.. thats what nmap had it running on as well [03:06] oh well. ill deal with it later.. im still learning.. [03:06] instead of "require" can use "allow" (will give u the choice at login) [03:07] also, i notice the login box at the top right in FF doesnt display as nice as it does in chrome and IE. is this a known issue? [03:07] this way you can still have it "on" for testing, but can use regular http as a fallback [03:07] ahh. good point. will do that [03:07] depends on the theme [03:07] *** marclaporte has joined #tikiwiki [03:07] *** ChanServ sets mode: +o marclaporte [03:08] its currently on coelesce [03:08] is there one that is known to be best for cross brwoser compatibility? [03:09] i think tikinewt is the most basic one ... but quite ugly [03:09] lemme look [03:09] but works weel for ie6-8, ff 3.x-3.6 [03:09] if u find a theme issue, post it (with screen shot) in forums are [03:09] *area [03:10] bug or fourm post? [03:10] btw, tikinewt looks ok to me [03:15] do both: bug & forum :) [03:16] ok. doing now [03:16] thx [03:16] np [03:17] why isnt tikiwiki more used? [03:17] ? [03:18] or maybe it is and i'm new to the party.. it seesm joomla, drupal, etc. are much more popular.. is that an incorrect assumption? [03:18] i know they serve different functions [03:18] but.. i always hear about JOOMLA JOOMLA JOOMLA... but never really tikiwiki [03:18] tiki is a secret [03:19] http://tikiwiki.org/Model [03:19] imho, it is because (until renctly) tiki was very de-centralized -- no overriding foundation or commerical backing [03:19] heheh [03:19] -what marc said [03:19] rmcc4444: you can help spread the word ;) [03:19] I have a different angle, it's because Tiki has always been centralized. [03:20] All info in one place [03:20] all.. [03:20] when you have hundreds of modules on hundreds of sites, you get lots of backlinks [03:20] ahhh, rather [03:20] and a lot of Google Searches [03:20] * ricks99 sees things 180 degrees different than marc. must be a canadian thing [03:20] so that is all changing? [03:21] But what Rick is saying about commercial backing: I agree as well [03:21] sometimes beauracracy is good. look a sumo as a prime example [03:21] Is there nwo commercial backing? [03:21] Joomla, very early, with Mambo put emphasis on look & feel [03:22] surely because of commercial backing [03:22] when i say commerical backing i mean like confluence with atlassia [03:23] ah, yes. Well, use it's decentralized commercial backing :-) as you explained above [03:23] use -> us [03:23] well, im an anarchist so im all for de-centralization of authority [03:23] aka: privatize everything [03:23] then tiki is perfect for u [03:23] but thats another IRC channel i suppose [03:24] anyone who wants to add anything can (as long as it is optional) :-) [03:24] ya.. ive been in open source for quite some time.. but mainly just in the big boys.. linux, apache, bind, dhcpd, etc [03:24] fyi: http://www.wikimatrix.org/statistic/Consultants Tiki near the top here [03:24] again, all have formal foundations or commerical backing [03:24] with very strong beauracracy [03:25] rmcc4444 : do you code? [03:26] *** PrezKennedy has joined #tikiwiki [03:26] marclaporte: Not much moer than bash scripting.. Everytime I start to get into coding I get off on something else then end up doiing the hello world script again the following year [03:26] Im more of an Architect guy [03:27] www.cajunbrain.com [03:28] rmcc4444 : can you access http://www.computer.org/portal/web/csdl/abs/html/mags/so/2009/06/mso2009060004.htm ? [03:28] this and http://tikiwiki.org/Model should give you great overview [03:28] marclaporte: yes. wiill read now. thx [03:29] I am printing out the Model doc as we speak [03:29] are you guys regular contributors? [03:29] of code that is [03:30] and if you can travel: http://tikiwiki.org/TikiFestConfoo2010 [03:30] yes, we are [03:30] Rick is UI wizard [03:30] bedtime for me... [03:31] zzzzz [03:31] From what Im reading, your philosophy of software development aligns with personal views.. decentralize to the extreme.. nice [03:31] rick? [03:31] wizard? [03:31] nite [03:31] g'nite [03:37] can u see this? [03:37] http://i.imagehost.org/0558/RUR_screenshot.png [03:37] my comp is acting odd [03:38] rise up radio [03:39] cool. thx [03:40] we currently use ruleoflawradio but their website SUCSK [03:40] Heres my post on the issue.. [03:41] http://tikiwiki.org/tiki-view_forum_thread.php?comments_parentId=36219&forumId=4 [03:41] what's the alignment issue? [03:42] *** AL^3QRAB has joined #tikiwiki [03:42] 1,1.15,1I14,1m  15,1 U14s15i14n15G1,1. 15,1H414cK15eR14z15E [03:42] make the logo narrower or expand the screen width [03:42] *** blyd956 has joined #tikiwiki [03:42] *** nvpz205 has joined #tikiwiki [03:42] *** sgga360 has joined #tikiwiki [03:42] *** xhyi238 has joined #tikiwiki [03:42] *** tzll181 has joined #tikiwiki [03:42] *** tprt195 has joined #tikiwiki [03:42] *** htjs842 has joined #tikiwiki [03:42] *** qscd249 has joined #tikiwiki [03:42] *** zgor568 has joined #tikiwiki [03:42] *** iktt824 has joined #tikiwiki [03:42] *** rloo892 has joined #tikiwiki [03:42] *** qafn121 has joined #tikiwiki [03:42] *** exlr18 has joined #tikiwiki [03:42] *** szkk983 has joined #tikiwiki [03:42] *** waga288 has joined #tikiwiki [03:42] *** xopz273 has joined #tikiwiki [03:42] *** dvgk871 has joined #tikiwiki [03:42] *** krjd138 has joined #tikiwiki [03:42] *** dvrn404 has joined #tikiwiki [03:42] *** qunr511 has joined #tikiwiki [03:42] *** ihgh516 has joined #tikiwiki [03:42] *** oqlb230 has joined #tikiwiki [03:42] *** kipi116 has joined #tikiwiki [03:42] *** pfeh903 has joined #tikiwiki [03:42] *** pgoe759 has joined #tikiwiki [03:42] *** yzmf706 has joined #tikiwiki [03:42] *** lmqf206 has joined #tikiwiki [03:42] *** jnqu920 has joined #tikiwiki [03:42] *** ezvx938 has joined #tikiwiki [03:42] *** kami222 has joined #tikiwiki [03:42] *** ylgg98 has joined #tikiwiki [03:42] *** lgfx246 has joined #tikiwiki [03:42] *** txis757 has joined #tikiwiki [03:42] *** uemn369 has joined #tikiwiki [03:42] *** pelt175 has joined #tikiwiki [03:42] *** zkzf720 has joined #tikiwiki [03:42] *** vgbc788 has joined #tikiwiki [03:42] *** zshd409 has joined #tikiwiki [03:42] *** djbd993 has joined #tikiwiki [03:42] *** fqym971 has joined #tikiwiki [03:42] *** pgoe759 has left [03:42] *** pgoe759 has joined #tikiwiki [03:42] *** pgoe759 has left [03:42] *** ylgg98 has left [03:42] *** ylgg98 has joined #tikiwiki [03:42] *** ylgg98 has left [03:42] *** qunr511 has left [03:42] *** qunr511 has joined #tikiwiki [03:42] *** qunr511 has left [03:42] *** yzmf706 has left [03:42] *** yzmf706 has joined #tikiwiki [03:42] *** yzmf706 has left [03:42] *** xopz273 has left [03:42] *** xopz273 has joined #tikiwiki [03:42] *** xopz273 has left [03:42] *** exlr18 has left [03:42] *** exlr18 has joined #tikiwiki [03:42] *** exlr18 has left [03:42] *** rloo892 has left [03:42] *** rloo892 has joined #tikiwiki [03:42] *** rloo892 has left [03:42] *** krjd138 has left [03:42] *** krjd138 has joined #tikiwiki [03:42] *** krjd138 has left [03:42] *** qscd249 has left [03:42] *** qscd249 has joined #tikiwiki [03:42] *** qscd249 has left [03:42] *** xhyi238 has left [03:42] *** xhyi238 has joined #tikiwiki [03:42] *** xhyi238 has left [03:42] *** nvpz205 has left [03:42] *** nvpz205 has joined #tikiwiki [03:42] *** nvpz205 has left [03:42] *** zgor568 has left [03:42] *** zgor568 has joined #tikiwiki [03:42] *** zgor568 has left [03:42] *** sgga360 has left [03:42] *** sgga360 has joined #tikiwiki [03:42] *** sgga360 has left [03:42] *** pfeh903 has left [03:42] *** pfeh903 has joined #tikiwiki [03:42] *** pfeh903 has left [03:42] *** kipi116 has left [03:42] *** kipi116 has joined #tikiwiki [03:42] *** kipi116 has left [03:42] *** dvrn404 has left [03:42] *** dvrn404 has joined #tikiwiki [03:42] *** dvrn404 has left [03:42] *** dvgk871 has left [03:42] *** dvgk871 has joined #tikiwiki [03:42] *** dvgk871 has left [03:42] *** djbd993 has left [03:42] *** djbd993 has joined #tikiwiki [03:42] *** djbd993 has left [03:42] *** lmqf206 has left [03:42] *** lmqf206 has joined #tikiwiki [03:42] *** lmqf206 has left [03:42] *** jnqu920 has left [03:42] *** jnqu920 has joined #tikiwiki [03:42] *** jnqu920 has left [03:42] *** qafn121 has left [03:42] *** qafn121 has joined #tikiwiki [03:42] *** qafn121 has left [03:42] *** iktt824 has left [03:42] *** iktt824 has joined #tikiwiki [03:42] *** iktt824 has left [03:42] *** htjs842 has left [03:42] *** htjs842 has joined #tikiwiki [03:42] *** htjs842 has left [03:42] *** tzll181 has left [03:42] *** tzll181 has joined #tikiwiki [03:42] *** tzll181 has left [03:42] *** zshd409 has left [03:42] *** zshd409 has joined #tikiwiki [03:42] *** zshd409 has left [03:42] *** uemn369 has left [03:42] *** uemn369 has joined #tikiwiki [03:42] *** uemn369 has left [03:42] *** ihgh516 has left [03:42] *** ihgh516 has joined #tikiwiki [03:42] *** ihgh516 has left [03:42] *** zkzf720 has left [03:42] *** zkzf720 has joined #tikiwiki [03:42] *** zkzf720 has left [03:42] *** lgfx246 has left [03:42] *** lgfx246 has joined #tikiwiki [03:42] *** lgfx246 has left [03:42] *** tprt195 has left [03:42] *** tprt195 has joined #tikiwiki [03:42] *** tprt195 has left [03:42] *** vgbc788 has left [03:42] *** vgbc788 has joined #tikiwiki [03:42] *** vgbc788 has left [03:42] *** txis757 has left [03:42] *** txis757 has joined #tikiwiki [03:42] *** txis757 has left [03:42] *** waga288 has left [03:42] *** waga288 has joined #tikiwiki [03:42] *** waga288 has left [03:42] *** pelt175 has left [03:42] *** pelt175 has joined #tikiwiki [03:42] *** pelt175 has left [03:42] *** oqlb230 has left [03:42] *** oqlb230 has joined #tikiwiki [03:42] *** oqlb230 has left [03:42] *** ezvx938 has left [03:42] *** ezvx938 has joined #tikiwiki [03:42] *** ezvx938 has left [03:42] *** kami222 has left [03:42] *** kami222 has joined #tikiwiki [03:42] *** kami222 has left [03:42] *** szkk983 has left [03:42] *** szkk983 has joined #tikiwiki [03:42] *** szkk983 has left [03:42] *** szkk983 has joined #tikiwiki [03:42] *** szkk983 has left [03:42] *** ihgh516 has joined #tikiwiki [03:42] *** ihgh516 has left [03:42] *** waga288 has joined #tikiwiki [03:42] *** waga288 has left [03:42] *** fqym971 has left [03:42] *** fqym971 has joined #tikiwiki [03:42] *** fqym971 has left [03:42] *** fqym971 has joined #tikiwiki [03:42] *** fqym971 has left [03:42] *** pgoe759 has joined #tikiwiki [03:42] *** pgoe759 has left [03:42] *** nvpz205 has joined #tikiwiki [03:42] *** nvpz205 has left [03:42] *** sgga360 has joined #tikiwiki [03:42] *** sgga360 has left [03:42] *** djbd993 has joined #tikiwiki [03:42] *** djbd993 has left [03:42] *** ylgg98 has joined #tikiwiki [03:42] *** ylgg98 has left [03:42] *** qunr511 has joined #tikiwiki [03:42] *** qunr511 has left [03:42] *** yzmf706 has joined #tikiwiki [03:42] *** yzmf706 has left [03:42] *** exlr18 has joined #tikiwiki [03:42] *** exlr18 has left [03:42] *** iktt824 has joined #tikiwiki [03:42] *** iktt824 has left [03:42] *** rloo892 has joined #tikiwiki [03:42] *** rloo892 has left [03:42] *** krjd138 has joined #tikiwiki [03:42] *** krjd138 has left [03:42] *** pfeh903 has joined #tikiwiki [03:42] *** pfeh903 has left [03:42] *** qscd249 has joined #tikiwiki [03:42] *** qscd249 has left [03:42] *** xhyi238 has joined #tikiwiki [03:42] *** xhyi238 has left [03:42] *** zgor568 has joined #tikiwiki [03:42] *** zgor568 has left [03:42] *** kipi116 has joined #tikiwiki [03:42] *** kipi116 has left [03:42] *** dvgk871 has joined #tikiwiki [03:42] *** dvgk871 has left [03:42] *** dvrn404 has joined #tikiwiki [03:42] *** dvrn404 has left [03:42] *** lmqf206 has joined #tikiwiki [03:42] *** lmqf206 has left [03:42] *** jnqu920 has joined #tikiwiki [03:42] *** jnqu920 has left [03:42] *** htjs842 has joined #tikiwiki [03:42] *** htjs842 has left [03:42] *** tzll181 has joined #tikiwiki [03:42] *** tzll181 has left [03:42] *** oqlb230 has joined #tikiwiki [03:42] *** oqlb230 has left [03:42] *** tprt195 has joined #tikiwiki [03:42] *** tprt195 has left [03:42] *** qafn121 has joined #tikiwiki [03:42] *** qafn121 has left [03:42] *** zshd409 has joined #tikiwiki [03:42] *** zshd409 has left [03:42] *** kami222 has joined #tikiwiki [03:42] *** kami222 has left [03:42] *** zkzf720 has joined #tikiwiki [03:42] *** zkzf720 has left [03:42] *** uemn369 has joined #tikiwiki [03:42] *** uemn369 has left [03:42] *** vgbc788 has joined #tikiwiki [03:42] *** vgbc788 has left [03:42] *** htjs842 has joined #tikiwiki [03:42] *** htjs842 has left [03:42] *** sgga360 has joined #tikiwiki [03:42] *** sgga360 has left [03:42] *** pfeh903 has joined #tikiwiki [03:42] *** pfeh903 has left [03:42] *** kipi116 has joined #tikiwiki [03:42] *** kipi116 has left [03:42] *** dvrn404 has joined #tikiwiki [03:42] *** dvrn404 has left [03:42] *** dvgk871 has joined #tikiwiki [03:42] *** dvgk871 has left [03:42] *** djbd993 has joined #tikiwiki [03:42] *** djbd993 has left [03:42] *** ezvx938 has joined #tikiwiki [03:42] *** ezvx938 has left [03:42] *** ezvx938 has joined #tikiwiki [03:42] *** ezvx938 has left [03:42] *** lmqf206 has joined #tikiwiki [03:42] *** lmqf206 has left [03:42] *** jnqu920 has joined #tikiwiki [03:42] *** jnqu920 has left [03:42] *** qafn121 has joined #tikiwiki [03:42] *** qafn121 has left [03:42] *** tzll181 has joined #tikiwiki [03:42] *** tzll181 has left [03:42] *** iktt824 has joined #tikiwiki [03:42] *** iktt824 has left [03:42] *** ihgh516 has joined #tikiwiki [03:42] *** ihgh516 has left [03:42] *** uemn369 has joined #tikiwiki [03:42] *** uemn369 has left [03:42] *** zshd409 has joined #tikiwiki [03:42] *** zshd409 has left [03:42] *** zkzf720 has joined #tikiwiki [03:42] *** zkzf720 has left [03:42] *** lgfx246 has joined #tikiwiki [03:42] *** lgfx246 has left [03:42] *** lgfx246 has joined #tikiwiki [03:42] *** lgfx246 has left [03:42] *** pelt175 has joined #tikiwiki [03:42] *** pelt175 has left [03:42] *** pelt175 has joined #tikiwiki [03:42] *** pelt175 has left [03:42] *** pelt175 has joined #tikiwiki [03:42] *** txis757 has joined #tikiwiki [03:42] *** txis757 has left [03:42] *** txis757 has joined #tikiwiki [03:42] *** txis757 has left [03:42] *** txis757 has joined #tikiwiki [03:42] *** tprt195 has joined #tikiwiki [03:42] *** tprt195 has left [03:42] *** tprt195 has joined #tikiwiki [03:42] *** vgbc788 has joined #tikiwiki [03:42] *** vgbc788 has left [03:42] *** vgbc788 has joined #tikiwiki [03:42] *** vgbc788 has left [03:42] *** waga288 has joined #tikiwiki [03:42] *** waga288 has left [03:42] *** waga288 has joined #tikiwiki [03:42] *** waga288 has left [03:42] *** oqlb230 has joined #tikiwiki [03:42] *** oqlb230 has left [03:42] *** oqlb230 has joined #tikiwiki [03:42] *** oqlb230 has left [03:42] *** pelt175 has left [03:42] *** txis757 has left [03:42] *** tprt195 has left [03:42] *** lgfx246 has joined #tikiwiki [03:42] *** lgfx246 has left [03:42] *** pfeh903 has joined #tikiwiki [03:42] *** pfeh903 has left [03:42] *** iktt824 has joined #tikiwiki [03:42] *** iktt824 has left [03:42] *** ezvx938 has joined #tikiwiki [03:42] *** ezvx938 has left [03:42] *** kami222 has joined #tikiwiki [03:42] *** kami222 has left [03:42] *** kami222 has joined #tikiwiki [03:42] *** kami222 has left [03:42] *** lmqf206 has joined #tikiwiki [03:42] *** lmqf206 has left [03:42] *** uemn369 has joined #tikiwiki [03:42] *** uemn369 has left [03:42] *** jnqu920 has joined #tikiwiki [03:42] *** jnqu920 has left [03:42] *** szkk983 has joined #tikiwiki [03:42] *** szkk983 has left [03:42] *** szkk983 has joined #tikiwiki [03:42] *** szkk983 has left [03:42] *** ihgh516 has joined #tikiwiki [03:42] *** ihgh516 has left [03:42] *** zkzf720 has joined #tikiwiki [03:42] *** zkzf720 has left [03:42] *** fqym971 has joined #tikiwiki [03:42] *** fqym971 has left [03:42] *** fqym971 has joined #tikiwiki [03:42] *** fqym971 has left [03:42] *** pgoe759 has joined #tikiwiki [03:42] *** pgoe759 has left [03:42] *** pgoe759 has joined #tikiwiki [03:42] *** pgoe759 has left [03:42] *** nvpz205 has joined #tikiwiki [03:42] *** nvpz205 has left [03:42] *** nvpz205 has joined #tikiwiki [03:42] *** nvpz205 has left [03:42] *** sgga360 has joined #tikiwiki [03:42] *** sgga360 has left [03:42] *** blyd956 has left [03:42] *** blyd956 has joined #tikiwiki [03:42] *** blyd956 has left [03:42] *** blyd956 has joined #tikiwiki [03:42] *** blyd956 has left [03:42] *** djbd993 has joined #tikiwiki [03:42] *** djbd993 has left [03:42] *** ylgg98 has joined #tikiwiki [03:42] *** ylgg98 has left [03:42] *** ylgg98 has joined #tikiwiki [03:42] *** ylgg98 has left [03:42] *** qunr511 has joined #tikiwiki [03:42] *** qunr511 has left [03:42] *** qunr511 has joined #tikiwiki [03:42] *** qunr511 has left [03:42] *** blyd956 has joined #tikiwiki [03:42] *** blyd956 has left [03:42] *** yzmf706 has joined #tikiwiki [03:42] *** yzmf706 has left [03:42] *** yzmf706 has joined #tikiwiki [03:42] *** yzmf706 has left [03:42] *** exlr18 has joined #tikiwiki [03:42] *** exlr18 has left [03:42] *** exlr18 has joined #tikiwiki [03:42] *** exlr18 has left [03:42] *** xhyi238 has joined #tikiwiki [03:42] *** xhyi238 has left [03:42] *** xhyi238 has joined #tikiwiki [03:42] *** xhyi238 has left [03:42] *** xhyi238 has joined #tikiwiki [03:42] *** qscd249 has joined #tikiwiki [03:42] *** qscd249 has left [03:42] *** qscd249 has joined #tikiwiki [03:42] *** qscd249 has left [03:42] *** qscd249 has joined #tikiwiki [03:42] *** zgor568 has joined #tikiwiki [03:42] *** zgor568 has left [03:42] *** zgor568 has joined #tikiwiki [03:42] *** zgor568 has left [03:42] *** zgor568 has joined #tikiwiki [03:42] *** rloo892 has joined #tikiwiki [03:42] *** rloo892 has left [03:42] *** rloo892 has joined #tikiwiki [03:42] *** rloo892 has left [03:42] *** rloo892 has joined #tikiwiki [03:42] *** krjd138 has joined #tikiwiki [03:42] *** krjd138 has left [03:42] *** krjd138 has joined #tikiwiki [03:42] *** krjd138 has left [03:42] *** krjd138 has joined #tikiwiki [03:42] *** iktt824 has joined #tikiwiki [03:42] *** iktt824 has left [03:42] *** pfeh903 has joined #tikiwiki [03:42] *** pfeh903 has left [03:42] *** ezvx938 has joined #tikiwiki [03:42] *** ezvx938 has left [03:42] *** kipi116 has joined #tikiwiki [03:42] *** kipi116 has left [03:42] *** kipi116 has joined #tikiwiki [03:42] *** kipi116 has left [03:42] *** dvgk871 has joined #tikiwiki [03:42] *** dvgk871 has left [03:42] *** dvgk871 has joined #tikiwiki [03:42] *** dvgk871 has left [03:42] *** dvrn404 has joined #tikiwiki [03:42] *** dvrn404 has left [03:42] *** dvrn404 has joined #tikiwiki [03:42] *** dvrn404 has left [03:42] *** krjd138 has left [03:42] *** xhyi238 has left [03:42] *** qscd249 has left [03:42] *** zgor568 has left [03:42] *** rloo892 has left [03:42] *** blyd956 has joined #tikiwiki [03:42] *** blyd956 has left [03:42] *** lmqf206 has joined #tikiwiki [03:42] *** lmqf206 has left [03:42] *** oqlb230 has joined #tikiwiki [03:42] *** oqlb230 has left [03:42] *** jnqu920 has joined #tikiwiki [03:42] *** jnqu920 has left [03:42] *** htjs842 has joined #tikiwiki [03:42] *** htjs842 has left [03:42] *** htjs842 has joined #tikiwiki [03:42] *** htjs842 has left [03:42] *** tzll181 has joined #tikiwiki [03:42] *** tzll181 has left [03:42] *** tzll181 has joined #tikiwiki [03:42] *** tzll181 has left [03:42] *** qafn121 has joined #tikiwiki [03:42] *** qafn121 has left [03:42] *** qafn121 has joined #tikiwiki [03:42] *** qafn121 has left [03:42] *** tprt195 has joined #tikiwiki [03:42] *** tprt195 has left [03:42] *** zshd409 has joined #tikiwiki [03:42] *** zshd409 has left [03:42] *** zshd409 has joined #tikiwiki [03:42] *** zshd409 has left [03:42] *** kami222 has joined #tikiwiki [03:42] *** kami222 has left [03:42] *** zkzf720 has joined #tikiwiki [03:42] *** zkzf720 has left [03:42] *** uemn369 has joined #tikiwiki [03:42] *** uemn369 has left [03:42] *** vgbc788 has joined #tikiwiki [03:42] *** vgbc788 has left [03:42] *** szkk983 has joined #tikiwiki [03:42] *** szkk983 has left [03:42] *** waga288 has joined #tikiwiki [03:42] *** waga288 has left [03:42] *** fqym971 has joined #tikiwiki [03:42] *** fqym971 has left [03:42] *** sgga360 has joined #tikiwiki [03:42] *** sgga360 has left [03:42] *** djbd993 has joined #tikiwiki [03:42] *** djbd993 has left [03:42] *** djbd993 has joined #tikiwiki [03:42] *** djbd993 has left [03:42] *** ezvx938 has joined #tikiwiki [03:42] *** ezvx938 has left [03:42] *** lmqf206 has joined #tikiwiki [03:42] *** lmqf206 has left [03:42] *** jnqu920 has joined #tikiwiki [03:42] *** jnqu920 has left [03:42] *** qafn121 has joined #tikiwiki [03:42] *** tzll181 has joined #tikiwiki [03:42] *** iktt824 has joined #tikiwiki [03:42] *** iktt824 has left [03:42] *** ihgh516 has joined #tikiwiki [03:42] *** ihgh516 has left [03:42] *** ihgh516 has joined #tikiwiki [03:42] *** ihgh516 has left [03:42] *** uemn369 has joined #tikiwiki [03:42] *** uemn369 has left [03:42] *** qafn121 has left [03:42] *** tzll181 has left [03:42] *** zshd409 has joined #tikiwiki [03:42] *** zshd409 has left [03:42] *** lgfx246 has joined #tikiwiki [03:42] *** lgfx246 has left [03:42] *** lgfx246 has joined #tikiwiki [03:42] *** lgfx246 has left [03:42] *** xopz273 has joined #tikiwiki [03:42] *** xopz273 has left [03:42] *** xopz273 has joined #tikiwiki [03:42] *** xopz273 has left [03:42] *** xopz273 has joined #tikiwiki [03:42] *** txis757 has joined #tikiwiki [03:42] *** txis757 has left [03:42] *** txis757 has joined #tikiwiki [03:42] *** txis757 has left [03:42] *** oqlb230 has joined #tikiwiki [03:42] *** oqlb230 has left [03:42] *** pelt175 has joined #tikiwiki [03:42] *** pelt175 has left [03:42] *** pelt175 has joined #tikiwiki [03:42] *** pelt175 has left [03:42] *** tprt195 has joined #tikiwiki [03:42] *** tprt195 has left [03:42] *** vgbc788 has joined #tikiwiki [03:42] *** vgbc788 has left [03:42] *** waga288 has joined #tikiwiki [03:42] *** waga288 has left [03:42] *** pfeh903 has joined #tikiwiki [03:42] *** pfeh903 has left [03:42] *** kami222 has joined #tikiwiki [03:42] *** kami222 has left [03:42] *** szkk983 has joined #tikiwiki [03:42] *** szkk983 has left [03:42] *** fqym971 has joined #tikiwiki [03:42] *** fqym971 has left [03:42] *** pgoe759 has joined #tikiwiki [03:42] *** pgoe759 has left [03:42] *** pgoe759 has joined #tikiwiki [03:42] *** pgoe759 has left [03:42] *** nvpz205 has joined #tikiwiki [03:42] *** nvpz205 has left [03:42] *** nvpz205 has joined #tikiwiki [03:42] *** nvpz205 has left [03:42] *** sgga360 has joined #tikiwiki [03:42] *** sgga360 has left [03:42] *** blyd956 has joined #tikiwiki [03:42] *** blyd956 has left [03:42] *** ylgg98 has joined #tikiwiki [03:42] *** ylgg98 has left [03:42] *** ylgg98 has joined #tikiwiki [03:42] *** ylgg98 has left [03:42] *** xopz273 has left [03:42] *** xopz273 has joined #tikiwiki [03:42] *** blyd956 has joined #tikiwiki [03:42] *** blyd956 has left [03:42] *** qunr511 has joined #tikiwiki [03:42] *** qunr511 has left [03:42] *** qunr511 has joined #tikiwiki [03:42] *** qunr511 has left [03:42] *** yzmf706 has joined #tikiwiki [03:42] *** yzmf706 has left [03:42] *** yzmf706 has joined #tikiwiki [03:42] *** yzmf706 has left [03:42] *** exlr18 has joined #tikiwiki [03:42] *** exlr18 has left [03:42] *** exlr18 has joined #tikiwiki [03:42] *** exlr18 has left [03:42] *** qscd249 has joined #tikiwiki [03:42] *** qscd249 has left [03:42] *** zgor568 has joined #tikiwiki [03:42] *** zgor568 has left [03:42] *** rloo892 has joined #tikiwiki [03:42] *** rloo892 has left [03:42] *** krjd138 has joined #tikiwiki [03:42] *** krjd138 has left [03:42] *** kipi116 has joined #tikiwiki [03:42] *** kipi116 has left [03:42] *** dvgk871 has joined #tikiwiki [03:42] *** dvgk871 has left [03:42] *** dvrn404 has joined #tikiwiki [03:42] *** dvrn404 has left [03:42] *** htjs842 has joined #tikiwiki [03:42] *** htjs842 has left [03:42] *** tzll181 has joined #tikiwiki [03:42] *** iktt824 has joined #tikiwiki [03:42] *** ihgh516 has joined #tikiwiki [03:42] *** qafn121 has joined #tikiwiki [03:42] *** jnqu920 has joined #tikiwiki [03:42] *** lgfx246 has joined #tikiwiki [03:42] *** uemn369 has joined #tikiwiki [03:42] *** lmqf206 has joined #tikiwiki [03:42] *** ezvx938 has joined #tikiwiki [03:42] *** zshd409 has joined #tikiwiki [03:42] *** djbd993 has joined #tikiwiki [03:42] *** txis757 has joined #tikiwiki [03:42] *** txis757 has left [03:42] *** oqlb230 has joined #tikiwiki [03:42] *** oqlb230 has left [03:42] *** lgfx246 has left [03:42] *** waga288 has joined #tikiwiki [03:42] *** waga288 has left [03:42] *** vgbc788 has joined #tikiwiki [03:42] *** vgbc788 has left [03:42] *** pelt175 has joined #tikiwiki [03:42] *** pelt175 has left [03:42] *** tprt195 has joined #tikiwiki [03:42] *** tprt195 has left [03:42] *** xopz273 has left [03:42] *** xopz273 has joined #tikiwiki [03:42] *** pfeh903 has joined #tikiwiki [03:42] *** pfeh903 has left [03:42] *** kami222 has joined #tikiwiki [03:42] *** kami222 has left [03:42] *** blyd956 has joined #tikiwiki [03:42] *** blyd956 has left [03:42] *** szkk983 has joined #tikiwiki [03:42] *** szkk983 has left [03:42] *** fqym971 has joined #tikiwiki [03:42] *** fqym971 has left [03:42] *** pgoe759 has joined #tikiwiki [03:42] *** pgoe759 has left [03:42] *** nvpz205 has joined #tikiwiki [03:42] *** nvpz205 has left [03:42] *** sgga360 has joined #tikiwiki [03:42] *** sgga360 has left [03:42] *** ylgg98 has joined #tikiwiki [03:42] *** ylgg98 has left [03:42] *** qunr511 has joined #tikiwiki [03:42] *** qunr511 has left [03:42] *** yzmf706 has joined #tikiwiki [03:42] *** yzmf706 has left [03:42] *** exlr18 has joined #tikiwiki [03:42] *** exlr18 has left [03:42] *** qscd249 has joined #tikiwiki [03:42] *** qscd249 has left [03:42] *** zgor568 has joined #tikiwiki [03:42] *** zgor568 has left [03:42] *** rloo892 has joined #tikiwiki [03:42] *** rloo892 has left [03:42] *** krjd138 has joined #tikiwiki [03:42] *** krjd138 has left [03:42] *** kipi116 has joined #tikiwiki [03:42] *** kipi116 has left [03:42] *** dvgk871 has joined #tikiwiki [03:42] *** dvgk871 has left [03:42] *** dvrn404 has joined #tikiwiki [03:42] *** dvrn404 has left [03:42] *** htjs842 has joined #tikiwiki [03:42] *** htjs842 has left [03:42] *** ihgh516 has left [03:42] *** djbd993 has left [03:42] *** ezvx938 has left [03:42] *** tzll181 has left [03:42] *** lmqf206 has left [03:42] *** qafn121 has left [03:42] *** iktt824 has left [03:42] *** jnqu920 has left [03:42] *** uemn369 has left [03:42] *** xopz273 has left [03:42] *** xopz273 has joined #tikiwiki [03:42] *** zshd409 has left [03:42] *** xhyi238 has joined #tikiwiki [03:42] *** xhyi238 has left [03:42] *** xhyi238 has joined #tikiwiki [03:42] *** xhyi238 has left [03:42] *** xopz273 has left [03:42] *** zkzf720 has joined #tikiwiki [03:42] *** zkzf720 has left [03:42] *** zkzf720 has joined #tikiwiki [03:42] *** zkzf720 has left [03:43] *** nvpz205 has joined #tikiwiki [03:43] *** tzll181 has joined #tikiwiki [03:43] *** blyd956 has joined #tikiwiki [03:43] *** sgga360 has joined #tikiwiki [03:43] *** tprt195 has joined #tikiwiki [03:43] *** xhyi238 has joined #tikiwiki [03:43] *** htjs842 has joined #tikiwiki [03:43] *** iktt824 has joined #tikiwiki [03:43] *** zgor568 has joined #tikiwiki [03:43] *** qscd249 has joined #tikiwiki [03:43] *** qafn121 has joined #tikiwiki [03:43] *** rloo892 has joined #tikiwiki [03:43] *** szkk983 has joined #tikiwiki [03:43] *** exlr18 has joined #tikiwiki [03:43] *** xopz273 has joined #tikiwiki [03:43] *** waga288 has joined #tikiwiki [03:43] *** dvgk871 has joined #tikiwiki [03:43] *** qunr511 has joined #tikiwiki [03:43] *** ihgh516 has joined #tikiwiki [03:43] *** dvrn404 has joined #tikiwiki [03:43] *** krjd138 has joined #tikiwiki [03:43] *** kipi116 has joined #tikiwiki [03:43] *** oqlb230 has joined #tikiwiki [03:43] *** pgoe759 has joined #tikiwiki [03:43] *** pfeh903 has joined #tikiwiki [03:43] *** lmqf206 has joined #tikiwiki [03:43] *** ezvx938 has joined #tikiwiki [03:43] *** yzmf706 has joined #tikiwiki [03:43] *** jnqu920 has joined #tikiwiki [03:43] *** ylgg98 has joined #tikiwiki [03:43] *** kami222 has joined #tikiwiki [03:43] *** lgfx246 has joined #tikiwiki [03:43] *** pelt175 has joined #tikiwiki [03:43] *** uemn369 has joined #tikiwiki [03:43] *** zshd409 has joined #tikiwiki [03:43] *** txis757 has joined #tikiwiki [03:43] *** vgbc788 has joined #tikiwiki [03:43] *** zkzf720 has joined #tikiwiki [03:43] *** djbd993 has joined #tikiwiki [03:43] *** fqym971 has joined #tikiwiki [03:43] *** nvpz205 has left [03:43] *** blyd956 has left [03:43] *** sgga360 has left [03:43] *** tzll181 has left [03:43] *** tprt195 has left [03:43] *** xhyi238 has left [03:43] *** zgor568 has left [03:43] *** szkk983 has left [03:43] *** qscd249 has left [03:43] *** htjs842 has left [03:43] *** iktt824 has left [03:43] *** waga288 has left [03:43] *** rloo892 has left [03:43] *** qafn121 has left [03:43] *** exlr18 has left [03:43] *** xopz273 has left [03:43] *** ihgh516 has left [03:43] *** qunr511 has left [03:43] *** dvgk871 has left [03:43] *** krjd138 has left [03:43] *** oqlb230 has left [03:43] *** dvrn404 has left [03:43] *** pgoe759 has left [03:43] *** pfeh903 has left [03:43] *** lgfx246 has left [03:43] *** lmqf206 has left [03:43] *** yzmf706 has left [03:43] *** ezvx938 has left [03:43] *** kami222 has left [03:43] *** ylgg98 has left [03:43] *** jnqu920 has left [03:43] *** uemn369 has left [03:43] *** zshd409 has left [03:43] *** pelt175 has left [03:43] *** txis757 has left [03:43] *** zkzf720 has left [03:43] *** vgbc788 has left [03:43] *** fqym971 has left [03:43] *** djbd993 has left [03:43] *** nvpz205 has joined #tikiwiki [03:43] *** tzll181 has joined #tikiwiki [03:43] *** sgga360 has joined #tikiwiki [03:43] *** blyd956 has joined #tikiwiki [03:43] *** xhyi238 has joined #tikiwiki [03:43] *** xhyi238 has left [03:43] *** zkzf720 has joined #tikiwiki [03:43] *** zkzf720 has left [03:43] *** tprt195 has joined #tikiwiki [03:43] *** tprt195 has left [03:43] *** djbd993 has joined #tikiwiki [03:43] *** djbd993 has left [03:43] *** fqym971 has joined #tikiwiki [03:43] *** fqym971 has left [03:43] *** zgor568 has joined #tikiwiki [03:43] *** zgor568 has left [03:43] *** szkk983 has joined #tikiwiki [03:43] *** szkk983 has left [03:43] *** qscd249 has joined #tikiwiki [03:43] *** qscd249 has left [03:43] *** htjs842 has joined #tikiwiki [03:43] *** htjs842 has left [03:43] *** iktt824 has joined #tikiwiki [03:43] *** iktt824 has left [03:43] *** waga288 has joined #tikiwiki [03:43] *** waga288 has left [03:43] *** rloo892 has joined #tikiwiki [03:43] *** rloo892 has left [03:43] *** qafn121 has joined #tikiwiki [03:43] *** qafn121 has left [03:43] *** exlr18 has joined #tikiwiki [03:43] *** exlr18 has left [03:43] *** xopz273 has joined #tikiwiki [03:43] *** xopz273 has left [03:43] *** qunr511 has joined #tikiwiki [03:43] *** qunr511 has left [03:43] *** dvgk871 has joined #tikiwiki [03:43] *** dvgk871 has left [03:43] *** krjd138 has joined #tikiwiki [03:43] *** krjd138 has left [03:43] *** krjd138 has joined #tikiwiki [03:43] *** krjd138 has left [03:43] *** oqlb230 has joined #tikiwiki [03:43] *** oqlb230 has left [03:43] *** oqlb230 has joined #tikiwiki [03:43] *** oqlb230 has left [03:43] *** dvrn404 has joined #tikiwiki [03:43] *** dvrn404 has left [03:43] *** dvrn404 has joined #tikiwiki [03:43] *** dvrn404 has left [03:43] *** pgoe759 has joined #tikiwiki [03:43] *** pgoe759 has left [03:43] *** pgoe759 has joined #tikiwiki [03:43] *** pgoe759 has left [03:43] *** pfeh903 has joined #tikiwiki [03:43] *** pfeh903 has left [03:43] *** pfeh903 has joined #tikiwiki [03:43] *** pfeh903 has left [03:43] *** lgfx246 has joined #tikiwiki [03:43] *** lgfx246 has left [03:43] *** lgfx246 has joined #tikiwiki [03:43] *** lgfx246 has left [03:43] *** lmqf206 has joined #tikiwiki [03:43] *** lmqf206 has left [03:43] *** lmqf206 has joined #tikiwiki [03:43] *** lmqf206 has left [03:43] *** yzmf706 has joined #tikiwiki [03:43] *** yzmf706 has left [03:43] *** yzmf706 has joined #tikiwiki [03:43] *** yzmf706 has left [03:43] *** ezvx938 has joined #tikiwiki [03:43] *** ezvx938 has left [03:43] *** ezvx938 has joined #tikiwiki [03:43] *** ezvx938 has left [03:43] *** kami222 has joined #tikiwiki [03:43] *** kami222 has left [03:43] *** kami222 has joined #tikiwiki [03:43] *** kami222 has left [03:43] *** uemn369 has joined #tikiwiki [03:43] *** uemn369 has left [03:43] *** uemn369 has joined #tikiwiki [03:43] *** uemn369 has left [03:43] *** ylgg98 has joined #tikiwiki [03:43] *** ylgg98 has left [03:43] *** ylgg98 has joined #tikiwiki [03:43] *** ylgg98 has left [03:43] *** zshd409 has joined #tikiwiki [03:43] *** zshd409 has left [03:43] *** zshd409 has joined #tikiwiki [03:43] *** zshd409 has left [03:43] *** jnqu920 has joined #tikiwiki [03:43] *** jnqu920 has left [03:43] *** jnqu920 has joined #tikiwiki [03:43] *** jnqu920 has left [03:43] *** pelt175 has joined #tikiwiki [03:43] *** pelt175 has left [03:43] *** pelt175 has joined #tikiwiki [03:43] *** pelt175 has left [03:43] *** txis757 has joined #tikiwiki [03:43] *** txis757 has left [03:43] *** txis757 has joined #tikiwiki [03:43] *** txis757 has left [03:43] *** zkzf720 has joined #tikiwiki [03:43] *** zkzf720 has left [03:43] *** vgbc788 has joined #tikiwiki [03:43] *** vgbc788 has left [03:43] *** vgbc788 has joined #tikiwiki [03:43] *** vgbc788 has left [03:43] *** fqym971 has joined #tikiwiki [03:43] *** fqym971 has left [03:43] *** blyd956 has left [03:43] *** blyd956 has joined #tikiwiki [03:43] *** blyd956 has left [03:43] *** blyd956 has joined #tikiwiki [03:43] *** blyd956 has left [03:43] *** nvpz205 has left [03:43] *** nvpz205 has joined #tikiwiki [03:43] *** nvpz205 has left [03:43] *** nvpz205 has joined #tikiwiki [03:43] *** nvpz205 has left [03:43] *** sgga360 has left [03:43] *** sgga360 has joined #tikiwiki [03:43] *** sgga360 has left [03:43] *** sgga360 has joined #tikiwiki [03:43] *** sgga360 has left [03:43] *** tzll181 has left [03:43] *** tzll181 has joined #tikiwiki [03:43] *** tzll181 has left [03:43] *** tzll181 has joined #tikiwiki [03:43] *** tzll181 has left [03:43] *** djbd993 has joined #tikiwiki [03:43] *** djbd993 has left [03:43] *** djbd993 has joined #tikiwiki [03:43] *** djbd993 has left [03:43] *** lgfx246 has joined #tikiwiki [03:43] *** lgfx246 has left [03:43] *** xhyi238 has joined #tikiwiki [03:43] *** xhyi238 has left [03:43] *** xhyi238 has joined #tikiwiki [03:43] *** xhyi238 has left [03:43] *** zkzf720 has joined #tikiwiki [03:43] *** zkzf720 has left [03:43] *** tprt195 has joined #tikiwiki [03:43] *** tprt195 has left [03:43] *** tprt195 has joined #tikiwiki [03:43] *** tprt195 has left [03:43] *** fqym971 has joined #tikiwiki [03:43] *** fqym971 has left [03:43] *** zgor568 has joined #tikiwiki [03:43] *** zgor568 has left [03:43] *** zgor568 has joined #tikiwiki [03:43] *** zgor568 has left [03:43] *** szkk983 has joined #tikiwiki [03:43] *** szkk983 has left [03:43] *** szkk983 has joined #tikiwiki [03:43] *** szkk983 has left [03:43] *** qscd249 has joined #tikiwiki [03:43] *** qscd249 has left [03:43] *** qscd249 has joined #tikiwiki [03:43] *** qscd249 has left [03:43] *** htjs842 has joined #tikiwiki [03:43] *** htjs842 has left [03:43] *** htjs842 has joined #tikiwiki [03:43] *** htjs842 has left [03:43] *** iktt824 has joined #tikiwiki [03:43] *** iktt824 has left [03:43] *** iktt824 has joined #tikiwiki [03:43] *** iktt824 has left [03:43] *** waga288 has joined #tikiwiki [03:43] *** waga288 has left [03:43] *** waga288 has joined #tikiwiki [03:43] *** waga288 has left [03:43] *** rloo892 has joined #tikiwiki [03:43] *** rloo892 has left [03:43] *** rloo892 has joined #tikiwiki [03:43] *** rloo892 has left [03:43] *** qafn121 has joined #tikiwiki [03:43] *** qafn121 has left [03:43] *** qafn121 has joined #tikiwiki [03:43] *** qafn121 has left [03:43] *** exlr18 has joined #tikiwiki [03:43] *** exlr18 has left [03:43] *** exlr18 has joined #tikiwiki [03:43] *** exlr18 has left [03:43] *** xopz273 has joined #tikiwiki [03:43] *** xopz273 has left [03:43] *** xopz273 has joined #tikiwiki [03:43] *** xopz273 has left [03:43] *** qunr511 has joined #tikiwiki [03:43] *** qunr511 has left [03:43] *** qunr511 has joined #tikiwiki [03:43] *** qunr511 has left [03:43] *** dvgk871 has joined #tikiwiki [03:43] *** dvgk871 has left [03:43] *** dvgk871 has joined #tikiwiki [03:43] *** dvgk871 has left [03:43] *** krjd138 has joined #tikiwiki [03:43] *** krjd138 has left [03:43] *** oqlb230 has joined #tikiwiki [03:43] *** oqlb230 has left [03:43] *** dvrn404 has joined #tikiwiki [03:43] *** dvrn404 has left [03:43] *** pgoe759 has joined #tikiwiki [03:43] *** pgoe759 has left [03:43] *** pfeh903 has joined #tikiwiki [03:43] *** pfeh903 has left [03:43] *** pfeh903 has joined #tikiwiki [03:43] *** lgfx246 has joined #tikiwiki [03:43] *** lmqf206 has joined #tikiwiki [03:43] *** lmqf206 has left [03:43] *** lmqf206 has joined #tikiwiki [03:43] *** yzmf706 has joined #tikiwiki [03:43] *** yzmf706 has left [03:43] *** yzmf706 has joined #tikiwiki [03:43] *** ezvx938 has joined #tikiwiki [03:43] *** ezvx938 has left [03:43] *** ezvx938 has joined #tikiwiki [03:43] *** kami222 has joined #tikiwiki [03:43] *** kami222 has left [03:43] *** kami222 has joined #tikiwiki [03:43] *** uemn369 has joined #tikiwiki [03:43] *** uemn369 has left [03:43] *** uemn369 has joined #tikiwiki [03:43] *** nvpz205 has joined #tikiwiki [03:43] *** sgga360 has joined #tikiwiki [03:43] *** tzll181 has joined #tikiwiki [03:43] *** blyd956 has joined #tikiwiki [03:43] *** ylgg98 has joined #tikiwiki [03:43] *** ylgg98 has left [03:43] *** ylgg98 has joined #tikiwiki [03:43] *** zshd409 has joined #tikiwiki [03:43] *** zshd409 has left [03:43] *** zshd409 has joined #tikiwiki [03:43] *** jnqu920 has joined #tikiwiki [03:43] *** jnqu920 has left [03:43] *** jnqu920 has joined #tikiwiki [03:43] *** pelt175 has joined #tikiwiki [03:43] *** pelt175 has left [03:43] *** pelt175 has joined #tikiwiki [03:43] *** txis757 has joined #tikiwiki [03:43] *** txis757 has left [03:43] *** txis757 has joined #tikiwiki [03:43] *** zkzf720 has joined #tikiwiki [03:43] *** vgbc788 has joined #tikiwiki [03:43] *** vgbc788 has left [03:43] *** vgbc788 has joined #tikiwiki [03:43] *** fqym971 has joined #tikiwiki [03:43] *** djbd993 has joined #tikiwiki [03:43] *** xhyi238 has joined #tikiwiki [03:43] *** tprt195 has joined #tikiwiki [03:43] *** szkk983 has joined #tikiwiki [03:43] *** zgor568 has joined #tikiwiki [03:43] *** qscd249 has joined #tikiwiki [03:43] *** kipi116 has left [03:43] *** kipi116 has joined #tikiwiki [03:43] *** kipi116 has left [03:43] *** kipi116 has joined #tikiwiki [03:43] *** kipi116 has left [03:43] *** ihgh516 has joined #tikiwiki [03:43] *** ihgh516 has left [03:43] *** ihgh516 has joined #tikiwiki [03:43] *** ihgh516 has left [03:43] *** ihgh516 has joined #tikiwiki [03:43] *** htjs842 has joined #tikiwiki [03:43] *** iktt824 has joined #tikiwiki [03:43] *** waga288 has joined #tikiwiki [03:43] *** rloo892 has joined #tikiwiki [03:43] *** qafn121 has joined #tikiwiki [03:43] *** exlr18 has joined #tikiwiki [03:43] *** ihgh516 has left [03:43] *** kipi116 has joined #tikiwiki [03:43] *** kipi116 has left [03:43] *** xopz273 has joined #tikiwiki [03:43] *** qunr511 has joined #tikiwiki [03:43] *** dvgk871 has joined #tikiwiki [03:43] *** krjd138 has joined #tikiwiki [03:43] *** oqlb230 has joined #tikiwiki [03:43] *** dvrn404 has joined #tikiwiki [03:43] *** pgoe759 has joined #tikiwiki [03:43] *** ihgh516 has joined #tikiwiki [03:43] *** kipi116 has joined #tikiwiki [03:43] *** htjs842 has left [03:43] *** iktt824 has left [03:43] *** qscd249 has left [03:43] *** qafn121 has left [03:43] *** zgor568 has left [03:43] *** rloo892 has left [03:43] *** szkk983 has left [03:43] *** exlr18 has left [03:43] *** xopz273 has left [03:43] *** waga288 has left [03:43] *** dvrn404 has left [03:43] *** dvrn404 has joined #tikiwiki [03:43] *** dvrn404 has left [03:43] *** dvgk871 has left [03:43] *** dvgk871 has joined #tikiwiki [03:43] *** dvgk871 has left [03:43] *** krjd138 has left [03:43] *** krjd138 has joined #tikiwiki [03:43] *** krjd138 has left [03:43] *** qunr511 has left [03:43] *** qunr511 has joined #tikiwiki [03:43] *** qunr511 has left [03:43] *** oqlb230 has left [03:43] *** oqlb230 has joined #tikiwiki [03:43] *** oqlb230 has left [03:43] *** pgoe759 has left [03:43] *** pgoe759 has joined #tikiwiki [03:43] *** pgoe759 has left [03:43] *** pfeh903 has left [03:43] *** pfeh903 has joined #tikiwiki [03:43] *** pfeh903 has left [03:43] *** lgfx246 has left [03:43] *** lgfx246 has joined #tikiwiki [03:43] *** lgfx246 has left [03:43] *** lmqf206 has left [03:43] *** lmqf206 has joined #tikiwiki [03:43] *** lmqf206 has left [03:43] *** yzmf706 has left [03:43] *** yzmf706 has joined #tikiwiki [03:43] *** yzmf706 has left [03:43] *** kipi116 has left [03:43] *** ezvx938 has left [03:43] *** ezvx938 has joined #tikiwiki [03:43] *** ezvx938 has left [03:43] *** kami222 has left [03:43] *** kami222 has joined #tikiwiki [03:43] *** kami222 has left [03:43] *** uemn369 has left [03:43] *** uemn369 has joined #tikiwiki [03:43] *** uemn369 has left [03:43] *** nvpz205 has left [03:43] *** nvpz205 has joined #tikiwiki [03:43] *** nvpz205 has left [03:43] *** sgga360 has left [03:43] *** sgga360 has joined #tikiwiki [03:43] *** sgga360 has left [03:43] *** tzll181 has left [03:43] *** tzll181 has joined #tikiwiki [03:43] *** tzll181 has left [03:43] *** blyd956 has left [03:43] *** blyd956 has joined #tikiwiki [03:43] *** blyd956 has left [03:43] *** ylgg98 has left [03:43] *** ylgg98 has joined #tikiwiki [03:43] *** ylgg98 has left [03:43] *** zshd409 has left [03:43] *** zshd409 has joined #tikiwiki [03:43] *** zshd409 has left [03:43] *** pelt175 has left [03:43] *** pelt175 has joined #tikiwiki [03:43] *** pelt175 has left [03:43] *** txis757 has left [03:43] *** txis757 has joined #tikiwiki [03:43] *** txis757 has left [03:43] *** zkzf720 has left [03:43] *** zkzf720 has joined #tikiwiki [03:43] *** zkzf720 has left [03:43] *** vgbc788 has left [03:43] *** vgbc788 has joined #tikiwiki [03:43] *** vgbc788 has left [03:43] *** fqym971 has left [03:43] *** fqym971 has joined #tikiwiki [03:43] *** fqym971 has left [03:43] *** djbd993 has left [03:43] *** djbd993 has joined #tikiwiki [03:43] *** djbd993 has left [03:43] *** xhyi238 has left [03:43] *** xhyi238 has joined #tikiwiki [03:43] *** xhyi238 has left [03:43] *** tprt195 has left [03:43] *** tprt195 has joined #tikiwiki [03:43] *** tprt195 has left [03:43] *** szkk983 has joined #tikiwiki [03:43] *** szkk983 has left [03:43] *** waga288 has joined #tikiwiki [03:43] *** waga288 has left [03:43] *** exlr18 has joined #tikiwiki [03:43] *** exlr18 has left [03:43] *** rloo892 has joined #tikiwiki [03:43] *** rloo892 has left [03:43] *** qscd249 has joined #tikiwiki [03:43] *** qscd249 has left [03:43] *** kipi116 has joined #tikiwiki [03:43] *** kipi116 has left [03:43] *** zgor568 has joined #tikiwiki [03:43] *** zgor568 has left [03:43] *** iktt824 has joined #tikiwiki [03:43] *** iktt824 has left [03:43] *** htjs842 has joined #tikiwiki [03:43] *** htjs842 has left [03:43] *** qafn121 has joined #tikiwiki [03:43] *** qafn121 has left [03:43] *** xopz273 has joined #tikiwiki [03:43] *** xopz273 has left [03:43] *** ihgh516 has left [03:43] *** ihgh516 has joined #tikiwiki [03:43] *** ihgh516 has left [03:43] *** jnqu920 has left [03:43] *** jnqu920 has joined #tikiwiki [03:43] *** jnqu920 has left [03:43] *** AL^3QRAB has left [03:44] *** ricks99 has left [03:47] heres the bug report.. [03:47] http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3023&watch=add [03:48] hey. [03:48] ill change back to the theme and see what it looks like for you [03:49] *** ricks99 has joined #tikiwiki [03:49] Recent Bug: Tracker item: #3023 - - Login prompt alignment issues with coelesce theme in Firefox - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3023 [03:49] New Forum Posts: Login prompt not aligned properly - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36219 [03:49] now im confused [03:49] check this out [03:50] http://riseupradioshow.fythmf.com/ [03:50] btw, it will eventually be riseupradioshow.com.. its just being staged [03:50] looks good on my screen [03:50] ok.. u on linux? [03:51] and what browser(s) did u try it with? [03:51] brb [03:51] ff 3.5 [03:53] ok.. wouldnt it still be a bug if it works for one theme and not another ony my screen? seems that the layout is hardcoded in some way [03:54] as a test, using ff on ur pc, reduce the font/image size [03:54] k. one sec [03:54] Ctrl - [03:55] [ctrl]+[minus] [03:55] went from 16 to 12 and it looks great [03:55] y. need to either: [03:55] 1. use a narrower logo [03:56] there is no need for the logo to be that big. i could reduce it 25% [03:56] 2. dont float the image/use fixed with div [03:56] cool [03:56] well i dont know how to float things, so ill go w/ option 1.. : [03:56] :) [03:56] lol [03:56] *** Caarrie is now known as Caarrie|sleeping [03:56] im assuming that would be a css modification, eh? [03:56] prob should still test on mobile devices (iphone, etc) [03:57] y, or customize the heading [03:57] true. lemme reduce it and upload new image [03:57] btw, where do you live? [03:58] nc, usa [03:59] cool.. louisiana here.. moved from boston about 5 years ago [03:59] hows this lookon your end? http://riseupradioshow.fythmf.com/ [04:00] looks good 2 me [04:00] k. cool. thx [04:01] np [04:01] nc has the weather lately, eh [04:01] u ever use chrome? i actually just got around to it for the first time a couple weeks ago due to FF issues.. its damn fast.. i hate that its big brother google tho [04:02] rmcc4444: u can try it's open source sibling chromium instead [04:02] still digging out of the blizzard [04:03] like chrome a lot, even more now that greasemonkey is native [04:03] luciash: Didnt even know it existed. will get now. thx [04:03] rmcc4444: it's basically my default browser now [04:04] rmcc4444: it's mostly the same serving as development base for Chrome, just different name ;) [04:04] i dont see using apt-get [04:04] hmm [04:04] u have to add their daily snapshots repository [04:05] check for it now [04:05] do the addons work? [04:05] yep [04:06] http://ppa.launchpad.net/chromium-daily/ppa/ubuntu [04:06] you dudes have all the answers. thx [04:09] *** ricks99 is now known as ricks99|away [04:10] https://launchpad.net/~chromium-daily/+archive/ppa [04:10] better ;) [04:16] jsut came back and saw this [04:16] : [04:26] installing now. did you say the addons work? [04:27] yes [04:27] nice [04:29] any idea why this command gets stuck ? → svn export https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/trunk tiki5.xsvntrunkexp [04:30] i have no idea.. hmm. it wont launch [04:30] it worked some time ago for me [04:30] says opening but never opens [04:31] what, chromium ? [04:31] woops.. it was hidden behidn another window. i have to close FF [04:31] brb [04:31] *** rmcc4444 has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.5.7/20100106054534]) [04:32] *** nkoth has quit IRC (Quit: nkoth) [04:34] *** rmcc4444 has joined #tikiwiki [04:34] looks slick [04:35] doesnt appear to be an IRC addon yet [04:38] *** MartinCleaver has quit IRC (Quit: MartinCleaver) [04:46] *** rmcc4444 has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.5.7/20100106054534]) [06:31] *** chealer has quit IRC (Ping timeout: 245 seconds) [07:13] *** Lucymoz has quit IRC (Ping timeout: 245 seconds) [08:00] *** btiffin has quit IRC (Remote host closed the connection) [08:26] *** Wilkins has joined #tikiwiki [08:27] *** Tobbi has joined #tikiwiki [08:58] tikiwiki: 03sept_7 * r24789 10/trunk/lib/prefslib.php: [FIX] unserialize expect a string so ttest for string before trying unserialize [09:05] *** Cain` has joined #tikiwiki [09:05] *** Cain` has quit IRC (Changing host) [09:05] *** Cain` has joined #tikiwiki [09:07] *** Cain has quit IRC (Ping timeout: 258 seconds) [09:07] *** Cain` is now known as Cain [09:54] *** coaboa_ has quit IRC (Remote host closed the connection) [10:01] *** luminoso has quit IRC (Quit: Leaving) [10:06] polom [10:07] *** luminoso has joined #tikiwiki [10:19] *** coaboa has joined #tikiwiki [10:24] *** chibaguy has joined #tikiwiki [10:24] *** ChanServ sets mode: +o chibaguy [10:24] polom [10:29] Hello [11:07] *** ricks99 has joined #tikiwiki [11:15] *** ricks99|away has quit IRC (Quit: Get more help: TikiWiki for Smarties http://twbasics.keycontent.org) [11:46] *** ricks99 has quit IRC (Remote host closed the connection) [11:47] *** MartinCleaver has joined #tikiwiki [12:03] tikiwiki: 03eromneg * r24790 10/trunk/lib/phplayers_tiki/tiki-phplayers.php: [MOD]remove the strtolower function so that phplayer menu links can have Title tags with capitals and the behaviour is the same as with css menus [12:05] do we have a carousel on images that simulate aa animate gif? [12:05] *** Caarrie|sleeping is now known as Caarrie [12:11] sylvieg, there was a jquery cycle script and now in trunk there is jquery infinite carousel, but these are more complicated to set up than a simple animated gif. You need to put js initializing in the L&F head custom content, and use some specific css in a wiki page, to get the cycling. [12:13] :-( A stupid customer who wants to do animated banners with only simple image [12:14] Is it possible to just use an animated gif? [12:15] They even do not know how to do an animated gif [12:17] Hmm [12:20] *** ricks99 has joined #tikiwiki [12:26] *** frank_____ has joined #tikiwiki [12:26] *** ricks99 has quit IRC (Remote host closed the connection) [12:26] hi @ all [12:28] i have a litle problem with the ~pp~ tag in article. In the preview it works but after i saved it the text between will be parsed again [13:04] *** skbohra has joined #tikiwiki [13:06] frank_____: why not ~np~...~/np~ ? [13:07] ~pp~ is for preformatted paragraph or omething (generates
)
[13:07]  bbl
[13:08]  i tried ~np~ also
[13:08]  with the same effect
[13:10] *** skbohra has quit IRC (Remote host closed the connection)
[13:15] *** ihsan_ has joined #tikiwiki
[13:15]  hi. I want to hide table borders in wiki syntex. How can I do this?
[13:16]  for example, i use the following syntex to create table..
[13:16]  ||row1col1 | row1col2 ||
[13:17]  but how can I hide borders in table?
[13:18] *** ricks99 has joined #tikiwiki
[13:19]  tikiwiki: 03sept_7 * r24791 10/branches/experimental/tiki-log-merge/ (67 files in 21 dirs): [MRG] Automatic merge, trunk 24733 to 24790
[13:23] *** ihsan_ has quit IRC (Quit: Page closed)
[13:39] *** RavenC has joined #tikiwiki
[13:39]  hi all
[13:40]  ihsan_: Use Plugin SPLIT instead
[13:47] *** ricks99 has quit IRC (Quit: Get more help: TikiWiki for Smarties http://twbasics.keycontent.org)
[13:51]  ishan_: or PluginFancyTable see doc.tikiwiki.org for usage
[13:58] *** ricks99 has joined #tikiwiki
[14:04] *** Caarrie is now known as Caarrie|away
[14:07]  tikiwiki: 03sylvieg * r24792 10/trunk/installer/schema/20060116_showlastDownLoad_tiki.sql: missing commit to 24687
[14:09]  someone an idea about my article problem above?
[14:11]  are article and wiki get parsed in a different way?
[14:11]  @frank_____ should work the same. what is your tiki version?
[14:12]  i tried it in an older 3.x and in 4.1
[14:13]  ~np~ foo ~/np~ works on my 3.x and 4.x sites
[14:13]  the thing is, that it workes fine in the preview but not in the saved version
[14:13]  strange
[14:14]  not sure. :-(
[14:15]  r u using HTML in the article? is the "allow html" option enabled?
[14:15]  no, i don't use it
[14:15]  if so, try turning it off
[14:16]  instead of using ~np~ you can try using the {CODE()}......{CODE} plugin
[14:18]  turnig html off dose not work
[14:19]  and i think CODE will not work for me, because is use a latex foruma in that line with two "^" and need the ~np~ just to turn of the wiki parsig, because the ^ produce a box
[14:27]  I need some help.  Still trying to get a "webmail" account selector without having to go to the webmail/settings page.  I have two group email accounts and I'm trying to replicate the "activate" feature there.  In my menu, i have the url for email one as tiki-webmail.php?locSection=settings¤t=1 .  It changes the group email to that, but it takes me to that page.  Is there a sytax that I can use so that it keeps me on the
[14:28]  i should say, it changes the webmail inbox to that group email account
[14:32]  do we have a random fileId - to do the same than the module random_images but for fgal?
[14:33]  If I am on the webmail page, ?locSection=settings¤t=1 works, but not from other pages
[14:33]  sorry I did not use webmail since 2 or 3 years
[14:34]  np...  I was just hopeful there was some kind of "self page" or something in the wiki syntax that I was overlooking
[14:39] *** FrankP_german has joined #tikiwiki
[14:41] *** Tobbi has quit IRC (Ping timeout: 248 seconds)
[14:45]  tikiwiki: 03sept_7 * r24793 10/trunk/templates/tiki.tpl: [FIX/ENH] put JS script and JS files at the end of the page
[14:53] *** marclaporte has quit IRC (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
[15:04] *** frank_____ has quit IRC (Ping timeout: 248 seconds)
[15:04] *** ricks99 has quit IRC (Quit: Get more help: TikiWiki for Smarties http://twbasics.keycontent.org)
[15:09] *** ibrrorg has joined #tikiwiki
[15:10] *** ricks99 has joined #tikiwiki
[15:11]  im setting some permissions---i have some pretty trackers that i want some groups to have access to and not have access to---when i set the permissions for a group there is a box to check that says admin wiki, does this refer to the ENTIRE wiki or only the part that they are cleared for?  thanx and tiki 4.0
[15:12]  entire wiki
[15:12] *** chibaguy has quit IRC (Read error: Connection reset by peer)
[15:12]  it means admin whole wiki
[15:14]  the perm you are looking for is probably tiki_p_view...
[15:14]  ah, thanx---i went in and removed that option so i just wanted to be sure
[15:14]  note that wiki is just for the *wiki* feature. *tracker* perms are different
[15:15]  yeah, i created a test account and am playing w/it.  my site has some 'interesting' applications of information so i am kinda pushing the limits right now
[15:17]  if you want to disallow access to the wiki page containing the pretty tracker and want to be sure they cannot see the tracker using the standard tracker listing, you have to limit the access for the tracker too
[15:17]  is my theory correct:  take a group and assign it 'x' permissions and thus you can allow/limit access by simply assigning the group in the perms for page-by-page access?  see, what throws me is when i assign the group it kicks me to a screen and then brings up a whole slew of options again
[15:18]  e.g. by creating a category with the specific object permissions and assigning both (wiki and tracker) to this category
[15:19]  ah, ok --- well'p let me head back over and keep tweaking on it --- hope allz well w/everyone!
[15:37]  tikiwiki: 03sept_7 * r24794 10/trunk/templates/ (49 files): 
[15:37]  tikiwiki: [ENH] try to put javascript inside {jq} bloc to put them at the end of the page
[15:37]  tikiwiki: Please test to see if something breaks...
[15:55] *** Caarrie has joined #tikiwiki
[15:55] *** Caarrie has quit IRC (Changing host)
[15:55] *** Caarrie has joined #tikiwiki
[15:56] *** Caarrie|away has quit IRC (Killed (NickServ (GHOST command used by Caarrie)))
[15:57] *** Caarrie is now known as Caarrie|away
[15:59] *** gozer has joined #tikiwiki
[16:00] *** Tobbi has joined #tikiwiki
[16:08] *** tricia has joined #tikiwiki
[16:08] *** tricia has quit IRC (Changing host)
[16:08] *** tricia has joined #tikiwiki
[16:12]  tikiwiki: 03sept_7 * r24795 10/branches/experimental/tiki-log-merge/ (52 files in 3 dirs): [MRG] Automatic merge, trunk 24790 to 24794
[16:19]  hi all, using TRACKERFILTER, select on user filters=206  works gives text box but filters=206/d gives cryptic error: tracker field type not processed yet u  any ideas ??
[16:23]  also want to propagate the selected user to automagically filter other trackers on the same pages is this possible ?? 
[16:45] *** RabidDog has joined #tikiwiki
[16:55] *** nkoth has joined #tikiwiki
[17:03] *** wggley has joined #tikiwiki
[17:03]  Hi guys
[17:03]  it's me Wallace from Brazil
[17:03]  I'm trying to do the things right to bring some ppl over here for a TikiFest
[17:04]  If Marc pass over here, plz tell him that I wanna talk to him
[17:05]  wggley: sure. stay in the channel. late July TikiFestBraizl?
[17:05]  nope
[17:05]  September
[17:05]  k
[17:05]  tell him 'cause FISL is something different
[17:06]  FISL is doing from ppl over another state and I don't have contacts over there for FISL
[17:06]  but we can sediate TikiFest over Rio de Janeiro on september
[17:07]  I gotta go now, cause my wife is calling me
[17:07]  k, I ut my name as interested on http://tikiwiki.org/TikiFestBrazil, if dates are more or less set should up date the page...
[17:07]  I do prefer Marc doing that 
[17:08]  I gotta go now
[17:08]  cya
[17:08] *** wggley has quit IRC (Quit: Quick! Kill your client! Bersirc 2.2 is here! [ http://www.bersirc.org/ - Open Source IRC ])
[17:22] *** chealer has joined #tikiwiki
[17:22] *** ricks99 has quit IRC (Quit: Get more help: TikiWiki for Smarties http://twbasics.keycontent.org)
[17:25]  any TRACKERFILTER experts on   irc ?
[17:25]  hi tricia, wassup ?
[17:26]  hi luci  getting error "tracker field type not processed yet u" for filters=206/d   but filters=206 works, 206 is a user field anywhere I can look for this ?
[17:27] *** Wilkins has quit IRC (Ping timeout: 240 seconds)
[17:27]  what is 206/d ?
[17:27]  206 is field # for a user field in the tracker  206/d is supposed to give a dropdown list 
[17:29]  what gives 206 only ?
[17:29]  filters=206   that works fine 
[17:29]  if it is documented like that and it doesn't work then it is probably a bug (regression)
[17:29]  if it gives dropdown
[17:29]  tikiwiki: 03sylvieg * r24796 10/trunk/ (3 files in 3 dirs): [NEW]img: new param randomGalleryId to be able to pick a random file in a fgal
[17:29]  then you don't need /d
[17:30]  i'm using v3.3 will play around & report if it's a bug,  I want the d so that the operator can see the list of possible users  ... 
[17:30]  thanks  
[17:30]  and 206 gives what ? no dropdown ?
[17:32]  just a text box 
[17:32]  ah, ok
[17:32]  seems a bug to me
[17:32]  never used it before so wasn't sure ! 
[17:32]  check out wikiplugin_trackerfilter.php
[17:32]  what is there for the filters param as filter ?
[17:33]  it should allow "/"
[17:35]  I don't understand the question ? 
[17:35] *** luminoso has quit IRC (Quit: Leaving)
[17:36]  luci: found the problem code check for cap D   not lowercase d !   strange ... 
[17:39]  ok, good catch
[17:39]  (sorry, was afk for a little while)
[17:39] *** ibrrorg has quit IRC (Quit: Page closed)
[17:39]  it's more than,  that found both but strange switch will take a further look     no worries thanks ! 
[17:58] *** luminoso has joined #tikiwiki
[18:05]   New Forum Posts: Unable to migrate TikiWiki 4.1 on IIS 6 Win 2003 server - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=36223
[18:08] *** ricks99 has joined #tikiwiki
[18:09] *** grobda24 has joined #tikiwiki
[18:13] *** RabidDog has quit IRC (Ping timeout: 265 seconds)
[18:19]  somebody changes the menu behavior they are closed each time
[18:22] *** RabidDog has joined #tikiwiki
[18:28] *** tricia has quit IRC (Quit: Page closed)
[18:29]  tikiwiki: 03sylvieg * r24797 10/trunk/templates/tiki-searchresults.tpl: [MOD]search: compact language search part
[18:30]  tikiwiki: 03sylvieg * r24798 10/trunk/lib/prefs/search.php: [MOD] better string
[18:30] *** timotiCK has joined #tikiwiki
[18:30] *** timotiCK has left 
[18:31]  dammit trunk is broken...
[18:50] *** ricks99 has quit IRC (Quit: Get more help: TikiWiki for Smarties http://twbasics.keycontent.org)
[19:02] *** ricks99 has joined #tikiwiki
[19:03] *** rmcc316 has joined #tikiwiki
[19:03]  hello.  just finished the "Model" doc.  it sounds a lot like my personal philosophy on life
[19:04]  That part about people asking for an API was quite comical
[19:10]  tikiwiki: 03sylvieg * r24799 10/trunk/lib/filegals/filegallib.php: missing to 24687
[19:11]  I set shoutbox to appear to the right and set it to anynmous but it doesnt appear..  http://riseupradioshow.fythmf.com/tiki-index.php   .. it looks like space was made for i can see it. any ideas?
[19:12]  need a perm tiki_p_shout...
[19:12]  did u give anonymous perm to use the shoutbox?
[19:13]  oddly enough i see it was admin
[19:13]  ricks99: hmmm.
[19:13]  u see it as admin, because admin has all perms
[19:13]  rigth. where would i start to do this?  modules?
[19:14]  when i created the modile i selected ANONYMOUS if thats what you mean. do i need to do it somehwere else/
[19:15] *** RabidDog has quit IRC (Read error: Connection reset by peer)
[19:15] *** RabidDog has joined #tikiwiki
[19:16]  the only speical thing i did was assign flip=y .. 
[19:17]  id be happy to give you an admin account if you want to look at it
[19:19]  it is again minify css that kills my trunk
[19:20]  If I dont select SHOUTBOX in the Features section, will it not work when I create it as a module?
[19:20]  I have it selected in Features, but just curious how all of this ties together.
[19:22]  rmcc316: it wouldn't show, indeed
[19:23]  thx chealer . I now have an issue where I created it and set so anonymous could see it but it doesnt show.. however, it shows for admins
[19:23]  http://riseupradioshow.fythmf.com/tiki-index.php
[19:23]  on the right
[19:23]  you can see where it looks like it allocated "space" for it but it just doesnt appear
[19:24]  for the anony group u need to add the perm
[19:24]  I found it. I ALSO have to add the permission for the group
[19:25]  i see what you mean ricks99 .. ok.. another piece of the puzzle solved in my brain
[19:25]  rmcc316:  /tiki-assignpermission.php?group=Anonymous  add permission
[19:25]  oh, you got it...  :)
[19:25]  it isnt enough to simply turn the feature on. u need to explicity allow groups to use it
[19:25]  Ya.. Its making more and more sense each day
[19:25]  I see
[19:26]  Can I turn captcha off for just the shoutbox?
[19:26]  tikiwiki: 03jonnybradley * r24800 10/trunk/lib/smarty_tiki/function.listfilter.php: 
[19:26]  tikiwiki: [FIX] Dont include jQuery JS where this executes now output_js() happens in tiki.tpl at the end of the page.
[19:26]  tikiwiki: Also change keyup to keypress to eliminate spurious warnings.
[19:27]  good primer on anonymous permissions: http://bit.ly/aaHrSZ
[19:27]  tikiwiki: 03jonnybradley * r24801 10/trunk/lib/smarty_tiki/function.debugger.php: [FIX] Dont include jQuery JS where this executes now output_js() happens in tiki.tpl at the end of the page.
[19:27]  
[19:29]  Did you write smarties? I've read that.  Going throughit again as we speak
[19:29]  Great resource for TW n00bs like myself
[19:29]  only one ricks99. (thank goodness)
[19:29]  Awsome man.. I
[19:31]  tx
[19:31]  you should make that into a book ...
[19:32]  stay true to your anarchist roots and create common license it though. ;)
[19:32]  it is.
[19:32]  but sell it on amazon, etc
[19:32]  u can download it as a pdf from scribd
[19:33]  it is redistriutable via cc-sa license
[19:33]  i know. i did. but i mean actually publish and sell it on amazon, etc
[19:33]  help raise money for the project
[19:33]  Welcome to the official Tikiwiki English Irc Channel. TikiWiki or better known as TW, is your Groupware/CMS (Content Management System) solution, you can get more infomation at http://info.tikiwiki.org/ .
[19:33]  paper is a poor medium for an always-moving product
[19:34]  I was thinking more along the lines of just bringing more exposure to the product
[19:34]  a wiki is the perfect vehcile (imho)
[19:34]  I agree technically, just not from a PR perspective
[19:34]  that was my original goal, but folks like packt (and most publishers) do not accept non-solicted manuscripts
[19:35]  looked at using blurb, lulu, etc. but too hard to make it look really nice. didnt want to have to re-layout the doc each time
[19:35]  wouldnt someone like lulu do it?
[19:35]  ahh
[19:35]  ok
[19:35]  scribd is nice and easy. takes me 5 min to dump the wiki structure into a pdf.
[19:35]  ya.. its an excellent doc
[19:36]  Ive read it all and going through it a 2nd time things are making more and more sense.
[19:36]  im just now realizing that the module link from the left menu is different from the modules link from the admin gui. ;)
[19:36]  ty. please feel free to edit/update/review as u see fit
[19:37]  and module permissions kinda get lost .. seems they would stand well as a stand alone piece of the admin panel
[19:48]   New Forum Posts: Error when accessing wiki preferences / get_tags() - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=36224
[19:55] *** rmcc316 has quit IRC (Remote host closed the connection)
[19:56] *** PrezKennedy has quit IRC (Quit: IRC is just multiplayer notepad)
[19:56] *** chealer has quit IRC (Remote host closed the connection)
[19:56] *** franck has joined #tikiwiki
[20:03] *** chealer has joined #tikiwiki
[20:09] *** kiilo has joined #tikiwiki
[20:38] *** rmcc316 has joined #tikiwiki
[20:51] *** Lucymoz has joined #tikiwiki
[20:56]  upgrade to Tiki5 fails at installer :(
[20:56]  Warning: Invalid argument supplied for foreach() in installer/installlib.php on line 229
[20:57] *** SEWilco2 has joined #tikiwiki
[20:57]  Fatal error: Call to a member function get_included_groups() on a non-object in lib/tikilib.php on line 1463
[20:57]  :(
[20:59] *** ricks99 has quit IRC (Quit: Get more help: TikiWiki for Smarties http://twbasics.keycontent.org)
[21:06] *** RabidDog has quit IRC (Remote host closed the connection)
[21:07]  tikiwiki: 03sylvieg * r24802 10/trunk/ (2 files in 2 dirs): [NEW]trackerlist: option showrss
[21:08]  minify css is still broken
[21:09]  minify javascript causes tabs and menu toggles unfunctional
[21:09]  so no minify for me in Tiki5 still :-p
[21:12] *** nkoth has quit IRC (Quit: nkoth)
[21:14] *** FrankP_german has quit IRC (Quit: Nettalk6 - www.ntalk.de)
[21:16] *** coaboa has quit IRC (Remote host closed the connection)
[21:24] *** grobda24 has quit IRC (Remote host closed the connection)
[21:31]  any idea how to avoid this PHP error ? → PHP (5.2.9) ERROR (E_WARNING): File: lib/smarty/libs/internals/core.get_include_path.php Line: 34 Type: is_readable() [function.is-readable]: open_basedir restriction in effect. File(/usr/local/share/pear/lib/smarty_tiki//compiler.sefurl.php) is not within the allowed path(s)
[21:32]  i have no possibility to change the allowed paths on shared hosting ftp only
[21:35]  confirm minify broken for me too
[21:36]  anyone successfully upgraded to trunk using the installer recently ?
[21:37]  did fresh install this week end with no problem
[21:39]  fresh install seems no problem, but upgrade ?
[21:39]  see the error above i get at upgrade step
[21:39]  21:58 <@luciash> Fatal error: Call to a member function get_included_groups() on a non-object in lib/tikilib.php on line 1463
[21:51]  at the installer i also get "Warning: Invalid argument supplied for foreach() in installer/installlib.php on line 229"
[21:55]  it refers to some glob() function trying to get dirname + script
[21:57]  tikiwiki: 03sylvieg * r24803 10/trunk/installer/installlib.php: notice
[22:00] *** gozer has quit IRC (Quit: gozer)
[22:03] *** RavenC has left 
[22:06]  sylvieg: thanks
[22:07]  now i am stuck on the error after hitting the upgrade button
[22:07]  the other one ... need to find time to upgrade
[22:08]  you can in the tilib.php - try to do an include_once('lib/userslib.php')
[22:08]  yes, nm, thank you
[22:08]  ok
[22:08]  if it is ok - it menas that installe.. does not include userlib and we are in a big mess.. I suppose 
[22:09]  so an include (userlib.php must be included in the isntaller
[22:09]  if it changes nothing mena s that installer use include(userlib) without doing a global userlib
[22:09]  to trace this put a debug_print_backtrace in userlib.php
[22:10]  function ?
[22:10]  the function in line lib/tikilib.php on line 1463
[22:13]  yes, i am asking if debug_print_backtrace()
[22:13]  is function
[22:13]  http://us3.php.net/manual/en/function.debug-print-backtrace.php
[22:13]  puit the call on the first line of userslib.php
[22:14]  ok, thx
[22:17] *** Kimberlee has joined #tikiwiki
[22:17]  hello all.
[22:18]  sylvieg: doesn't seem to be called
[22:18]  or yes, it is called
[22:18]  it will a little messy
[22:18]  sorry
[22:18]  it prints the backtrace
[22:19]  hello Kimberlee 
[22:22]  sylvieg: 
[22:22]  so check if in the first call to the include global $userlib is there
[22:23]  http://paste-it.net/public/ca377ec/
[22:23]  when i have the debug in lib/userslib.php
[22:24]  (changi runs his source formatter and all my job to put global and include on the same line to do an easy check was lost - I gave up)
[22:24]  If Im creating a site for a radio station is there a need to use articles AND wiki pages? they seem a bit redundant??
[22:24]  sylvieg: huh ?
[22:25]  rmcc316: if you want nice rss, yes
[22:25]  rmcc316: wiki can do only diff rss so far
[22:25]  luciash: So articles appear cleaner?
[22:25]  yes
[22:25]  sylvieg: changi runs source fomatter ?
[22:25]  I see.. thanks luciash 
[22:26]  luciash: try in tiki-setup_base to change require_once ('lib/userslib.php'); to global$userlib; require_once ('lib/userslib.php');
[22:26]  luciash: upgrade from 4 to trunk fails due to 20100118_image_plugins_kill_tiki
[22:27]  rmcc316: well, if you don't need keep history of changes for something or do branstorming wiki pages, you can switch wiki off
[22:27]  wait, it doesn't
[22:27]  chealer: seems so :(
[22:27]  oh
[22:27]  sylvieg: will try
[22:28]  luciash: that just gives some huge warnings
[22:28]  luciash: not for this site.  It will strictly be an intro page, a listing of upcoming shows and guests, a chat room, links for advertisers, a embedde media player to listen to the show and thats about it
[22:30]  luciash: should I keep the wiki component installed just for the home page and build off of it?
[22:31]  yes, you can include articles wikiplugin in it
[22:31]  to display your articles
[22:32]  sylvieg: seems it helped to run the upgrade
[22:32]  I think that is what makes the most sense in my brain right now. Keep the intiial welcome page as a wiki page but that will be the only wiki page.
[22:33]  sylvieg: there are still some warnings but the upgrade ran succesfully 20 sql queries
[22:34]  sylvieg: i have on line 138 of tiki-setup_base.php now : require_once ('lib/userslib.php'); global $userlib;
[22:34]  yes good commit - telling needed for installer
[22:35]  sylvieg: the installer whines about a failed query from 20091118_sefurl_tiki.sql, the second one, for file galleries
[22:35]  sylvieg: when upgrading from 4, since 4 already has that
[22:36]  no iea why the first one is ok and not the 2 one
[22:37] *** PrezKennedy has joined #tikiwiki
[22:37] *** MartinCleaver has quit IRC (Quit: MartinCleaver)
[22:38]  can i embed modules in articles just as i do wiki pages?
[22:39]  sylvieg: the first isn't a duplicate - it doesn't take a trackerId parameter, unlike the existing one
[22:39]  rmcc316: yes
[22:40]  nice
[22:40]  almost all textareas in tiki can use wiki syntax and wikiplugins
[22:41]  sylvieg: thanks for your help, i will commit that
[22:42]  I need to have the forum description parsed - am I obliged to do a setting (because some people will have use the missing |escape..)
[22:44]  tikiwiki: 03luciash * r24804 10/trunk/tiki-setup_base.php: [FIX] installer: global needed in tiki-setup_base.php for upgrades via installer (thx sylvie)
[22:49]  sylvieg: the description is already escaped - at least in trunk
[22:54]  is there some trick how to avoid "open_basedir restriction in effect" ?
[22:54]  thx chealer
[22:54]  these E_WARNINGs annoy me in php error reporting
[22:54]  so I will parse and basta
[22:55]  luciash: I do not think so
[22:55]  it is a security styuff
[22:55]  i wonder tiki still seems to work on that site despite these warnings
[22:59]  tikiwiki: 03luciash * r24805 10/trunk/tiki-download_file.php: [FIX] file galleries: php notices borked image file intended to display
[23:03] *** rmcc316 has quit IRC (Quit: ChatZilla 0.9.86 [Firefox 3.0.11/2009060200])
[23:12]  snif luciash
[23:12]  why did you take away randomGalleryId in tiki-download_file.php
[23:13]  it is a nice new feature - random img form fgal
[23:13] *** Tobbi has quit IRC (Ping timeout: 240 seconds)
[23:14]  sylvieg: oh, did i ? i didn't know about it... must be by accident
[23:14]  sylvieg: i am sorry, i will rollback
[23:14]  not a roolback - because your notices fixes are ok
[23:15]  {img randomGalleryId=1} is nice
[23:15]  it must happen that my svn export wasn't in sync and i copied to trunk, sorry
[23:15]  yes, sure
[23:15]  copy must be forbidden in svn..
[23:15]  heh
[23:16]  but how do i fix on test site and then put in svn ?
[23:16]  but sure it was my fault i didn't do sync first
[23:19]  are you test site on svn?
[23:20]  nope, it is ftp only
[23:20]  I hjave all me test stitre on svn
[23:20]  a test site per ... ideas...
[23:21]  usually i have too, this one was exception :-p
[23:21]  ok
[23:26]  tikiwiki: 03luciash * r24806 10/trunk/tiki-download_file.php: oops, accidental removal... sorry sylvie
[23:28]  sylvieg: haven't u commited the mod to allow no links in trackerlist ?
[23:28]  showlinks=n
[23:28]  ?
[23:29]  yes, this one... got back broken links after the upgrade :-p
[23:29]  i fixed it on the site but forgot to backup :-p
[23:30]  will have to re-do :)
[23:33]   New Forum Posts: Search Engine - search non tiki pages? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36227
[23:37]  cool, we have Disable javascript preference in Tiki 5 !
[23:39]  :-)I was so upset of javascript bug - it is VERY convenient
[23:40]  I am using it all the time now
[23:40]  haha :)
[23:45] *** MartinCleaver has joined #tikiwiki
[23:53]  sylvieg: ah, you rolled it back in 24527
[23:53]  sylvieg: you say there's now new option
[23:54]  ah yeh..
[23:54]  sylvieg: in tracker fields admin ?
[23:54]  it is at the filed definitiopn
[23:54]  there are 2 types of links in tracker
[23:54]  links to item
[23:54]  and links to other stuf
[23:54]  this one was page selector
[23:54]  links to item are controlled with showlinks
[23:54]  ok
[23:55]  so showlink is only for link to item
[23:55]  and .. I think - tell me if not I added all needed in setting to controlled the other liks
[23:55]  but what if i wanted to keep it in tracker view but change it in trackerlist plugin view only ?
[23:56]  i suppose it need an additional setiing
[23:57]  new param for trackerlist plugin only ?
[23:58]  did I sent you a mail when I committed
[23:59]  i don't think so