***: Loggor has joined #tikiwiki
lorinc has joined #tikiwiki Merbster: btw. when searching for stuff in the tiki wiki documentation I get no hits at all, even if I search for plugin names directly. Searching "tikiwiki <pluginname>" on google, gives easier results.
easier = better stix: I have created a picture gallery - but when I open it up, all the images are shown in their real size. How do I display the thumbnails as default - how do I even see the thumbnails? ***: Bernard1 has quit IRC (Quit: Leaving.)
Wilkins has joined #tikiwiki Merbster: how do I get the currently logged on Wiki user from PHP+ ***: Caarrie|sleeping is now known as Caarrie|away
sipherdee has quit IRC (Ping timeout: 240 seconds)
sipherdee has joined #tikiwiki
sipherdee has quit IRC (Ping timeout: 260 seconds)
chibaguy has joined #tikiwiki
ChanServ sets mode: +o chibaguy chibaguy: polom
Does anyone know if the SHEET plugin is generally working in Tiki 7? It doesn't seem to be for me. ***: Loggor has quit IRC (Ping timeout: 244 seconds)
Loggar starts logging #tikiwiki at Thu Jun 23 14:18:09 2011
Loggar has joined #tikiwiki
luciash has quit IRC (Ping timeout: 252 seconds) Merbster: If I have an "ItemRenderer" that renders various items of various types. Which class should have the responsibility of drawing the different types of items? - should the "ItemRenderer" have a function for each type, or should the "Item" class contain a "Render" function that is overridden for each unique type? ***: nkoth has quit IRC (Ping timeout: 240 seconds)
nkoth has joined #tikiwiki
marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte
Merbster has quit IRC (Read error: Connection reset by peer)
nkoth_ has joined #tikiwiki
nkoth has quit IRC (Ping timeout: 252 seconds)
nkoth_ is now known as nkoth
SiL3NC3 has joined #tikiwiki
nkoth has quit IRC (Quit: nkoth) Tiki|bot: Info: A new way to to contribute to Tiki Wiki CMS Groupware - http://info.tiki.org/article169-A-new-way-to-to-contribute-to-Tiki-Wiki-CMS-Groupware ***: overseer has joined #tikiwiki overseer: hey guys. I have an issue with my tiki. When I go to "tiki-index.php" it creates a new "Thank you for installing tiki" page with a title that is just an incomprehensible string of garbage SiL3NC3: it is the session id ... maybe you are using group pages?
got this, when the default userpage is not set correctly ... overseer: SiL3NC3: where would I look for that? SiL3NC3: groups permissions for anonymous ;) overseer: anonymous has 0 permissions, which is what i want SiL3NC3: okay ... so you have to set a default group homepage (groups admin) which will be loaded as homepage, if this page dont exists or is not correctly set (will not be found), a new one will be created with the session id as name
if you just use registered user group you just have to set it for this group overseer: ok, i understand what i have to do. I dont see an option in groups admin though SiL3NC3: tiki-admingroups.php?group=Registered&cookietab=2
Fill the field Grouphomepage or URL:
i think tiki will try to catch a wiki page after typing ... ;) overseer: i do not have that field on that page SiL3NC3: okay, so it cant be anything with group homepages ... (because not activated) ;)
but i think your default homepage (wiki page) is missing ...
and so tiki will create a new page overseer: ok, so how do i make that again? SiL3NC3: Try creating a page called Homepage ***: chealer has joined #tikiwiki
chealer has quit IRC (Changing host)
chealer has joined #tikiwiki overseer: ok, i did that...it didnt fix it...but it did let me restore my old content :D SiL3NC3: tiki-admin.php?page=wiki (default page should be set here) overseer: WOOT! fixed! thanks much SiL3NC3: ur welcome, dude
does any1 know, how i can get a module to be 100% width at a wiki page, not only the width of the right layout column (was normal behavior with 6.3)
(without tweaking css)
ERROR: missing parameters (tiki-wikiplugin_edit.php) overseer: so you have a module on a wiki page? and you want to make it width 100%? SiL3NC3: japp overseer: add the param style="width:100%;" SiL3NC3: tried that with a div, but didnt worked out overseer: what module are u using? SiL3NC3: {module module="last_modif_pages"} ... forums_last_posts ... last_blog_posts ... last_files ... directory_last_sites .... and last_vistors (did an custom news page)
a module tag for each module and they are all display under each other and at smaller width like the right and left page borders ... overseer: ok. so you tried wrapping that all in {DIV(width="100%")}? SiL3NC3: correctly ***: ricks99 has joined #tikiwiki SiL3NC3: did not change anything (thinking about my custom module settings for my login module within the page header ... maybe this can overwrite the settings for the modules at all)
do you know about the login and search field at the coelesce theme with version 6.3? i want this back, but want to have this to be done with the new admin modules function ...
now i'm doing this with the login box, but i does not really have be designed for being integrated in the right or left page borders. overseer: yeah, i dont know much about that
sorry
i know the theme stuff changed significantly with 7.0
I spent a day and a half fixing mine SiL3NC3: :( overseer: yeah. I ended up running two versions side by side while I fixed it ***: chealer has quit IRC (Remote host closed the connection)
chealer has joined #tikiwiki
chealer has quit IRC (Changing host)
chealer has joined #tikiwiki ricks99: hmm.... getting system error when trying to lock/unlock a wiki page
insert into `tiki_history`(`pageName`, `version`, `lastModif`, `user`, `ip`, `comment`, `data`, `description`) values(?,?,?,?,?,?,?,?)
tiki 7.1svn
when i refresh the page, the action was completed, however. false message? overseer: is there a limit on page attachment size? ricks99: @overseer: not by Tiki, but could be limited by several factors:
if stored in db, your connection timout and max packet could limit size
if stored in file directory, your max upload size may be limiting overseer: its stored in a directory...how would I check the upload size? ricks99: look in your php.ini
or possibly could be liimited by your host -: ricks99 has seen some shared hosts who limit transaction size, bandwidth, uploads, etc chealer: polom
ricks99: it's probably failing in an optional logging step that happens after the real lock ***: overseer has quit IRC (Ping timeout: 252 seconds) ricks99: k. tx chealer CIA-88: tikiwiki: 03gta74 * r35022 10/trunk/lang/de/language.php: [TRA] more german translations ***: ricks99 has quit IRC (Quit: Page closed) CIA-88: tikiwiki: 03chealer * r35023 10/branches/7.x/templates/tiki-page_bar.tpl: [FIX] Wiki: lock button only showing to last page editor (r15504 regression)
tikiwiki: 03chealer * r35024 10/branches/7.x/templates/tiki-page_bar.tpl: [FIX] Wiki: admin can't unlock page (r35023 regression). oops
tikiwiki: 03chealer * r35025 10/branches/proposals/6.x/templates/tiki-page_bar.tpl: [bp/r35023+r35024][FIX] Wiki: lock button only showing to last page editor
tikiwiki: 03chealer * r35026 10/branches/7.x/lib/wiki/wikilib.php:
tikiwiki: [FIX] Wiki: SQL error "Duplicate key" locking/unlocking (r31737 regression)
tikiwiki: Thanks Rick Sapir sylvieg: my son is looking for a video recorder to record his games on his windows. Does somebody know a good software? ***: SiL3NC3 has quit IRC (Quit: SiL3NC3) radek82: sylvieg, FRAPS http://www.fraps.com/download.php sylvieg: thx radek82: np sylvieg: but it is not free? radek82: it is
oh, crap
its share ware now
lemme see what else is out there
sylvieg, what game specifically?
some of them are crap and lag the system
sylvieg, http://taksi.sourceforge.net/ is free and OSS sylvieg: portal, half-life,etc radek82: for certain games WeGame.com has free low resource software
from what im told FRAPS is by far the best sylvieg: I will try to have him to do a summer job like this he can pay for it - thx radek82: maybee have him try the free one first, but a summer job is a good idea anyway :P ***: radek82 has quit IRC (Quit: Leaving)