tikiwiki: 03chibaguy * r26747 10/branches/5.x/css/ie6.css: [FIX] Improvements for IE6. tikiwiki: 03chibaguy * r26748 10/branches/5.x/styles/ (fivealive/ie6.css jqui.css): [FIX] Improvements for IE6; correct border radius for Opera 10 (CSS3 syntax). Congratulations! You folks have made it nearly impossible for web masters to allow access to files on the local disk via your CMS. Too bad. Because I'd acutally like to do that, instead of 'uploading' several gigabytes of data, and having the file names on disk become gibberish, meaningful only to one row in a mysql database. I guess I'll write a little custom code, but what a PITA. See, the files I'd like to share - databases of insider trading data - already exist on disk. 6 years of them, by year and quarter. Why should I 'upload' them, since they are already on the same server? But, using TikiWIki, how do I make the available, hmmm? File Gallery is out. (for the reasons stated above) *sigh* Spent my _entire_ weekend installing, learning, configuring TikiWiki. I could have hacked together an HTML list - just like I'm about to anyway - and had it in CMSMS page in about 10 minutes, done something else for two days. Sheesh. I had *so* wanted these things in a File Gallery. Well. XHTML and some JavaScript to the rescue. BTW, Plugin LSDIR seems pretty badly broken. I'm using v5 beta 1. "Failed to find end of plugin body." Heh. No matter what I specify as a parameter, it insists on listing the web server main directory. Hello, black hats! ANybody know how to prevent the name of a Wiki page from being displayed? bitmonki: you can change that on Admin → Wiki luciash: Thx! :) I think I can do what I want with FIle Gallery using a little database hackery. But it'll have to wait for a bit. And the Admin->Wiki did the trick, woot! New Forum Posts: Email Friends feature - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37010 New Forum Posts: Revenue model - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37012 New Forum Posts: How to ease wiki interlinking? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37013 hey guys i'm currently using tikiwiki 4.2 and i'm having some logins problems. when try to login the site throw the follow error "You must enable cookies to use this site" However after of 3 attemps it works. obviously the cookies are enabled Has anyone had the same problem? no? all my problems is because of this peace of code if (ini_get('session.use_cookies') == 1 && !isset($_COOKIE[ session_name() ]) && $prefs['session_silent'] != 'y') { $smarty->assign('msg', tra('You have to enable cookies to be able to login to this site')); $smarty->display('error.tpl'); exit; } ini_get('session.use_cookies') == 1 <--- is a server question, why the error is throw to the user what is $prefs['session_silent'] != 'y' ? polom ¿? frojasg: it's "Silent session" in Admin Performance and what have to do with the cookies? seems that is the condition that causes problems frojasg: the session identifier is usually stored in cookies frojasg: the error is thrown to the user because he's the one accessing the site and experiencing the problem ok, but i don't understand, what's "Silent session" o where/what my problem really could be ? frojasg: the description is "Do not automatically start sessions." frojasg: which site are you trying to log in to? chealer: http://ing.utalca.cl/~foro-icpc/wiki frojasg: what is your relation to that site? siteadmin frojasg: are you the admin of the machine hosting the site? yes frojasg: which OS does the machine use? debian frojasg: and you get this problem whatever browser you use? yes, with firefox after 3 attemps it work, but with epiphany (use webkit) doesn't work never frojasg: but it's not working perfectly with firefox? yes frojasg: it always works after 3 attempts? how well do you know PHP? not alway, emmm, not so well, but i'm a quick learning :p frojasg: could you provide a test user so we can test? yes frojasg: I got the error once but I can't seem to get it again with Iceweasel frojasg: "~foro-icpc" *might* be the problem due to encoding of the tilde i thought in the same well, we'll see when i buy the domain chealer: thanks for your help Hi, how do you refer to the status/comments/attachments in pretty tracker templates?