found out that was probably "record untranslated" duplicate entry queries what slowed down my Tikis when using db for language translations Recent Bug: Tracker item: #3029 - - Crash on a replication of site from Unix to Windows - - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3029 tikiwiki: 03lindonb * r24905 10/trunk/lib/wiki-plugins/wikiplugin_img.php: [FIX] Don't add height and width when rel=box (seemed to mess up display). Add a default width if not included in stylebox input. Other tidying. tikiwiki: 03pkdille * r24906 10/trunk/lib/tikiaccesslib.php: [MOD] accesslib: all admin panels are reachable through tiki-admin.php. The name of the panels is enough to build the url. Also some minor cleanups good morning tikiwiki: 03pkdille * r24907 10/trunk/ (12 files): [MOD] access check: deploy some accesslib check functions to some files. tikiwiki: 03pkdille * r24908 10/trunk/ (10 files): [MOD] access check: deploy some accesslib check functions to some files. hey guys New Forum Posts: Tiki 3.3 SEFURL Postfilter creates problem with Tracker status - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36276 Does anyone know howt to disable that sql-tables are centered ? _nemesis_: using the sql plugin? As this plugin does not have an align param maybe embeding the output inside a fancytabel or using plugin split will help. *fancytable coaboa, yes, using the sql-plugin ... ok, i will try coaboa, I tried div, but that hadn't worked you can put any plugin within the pluginfancytable- this will give you the option for the required alignement. But im not sure how it will look ;-) ok, I will try so _nemesis_: did you get plugin sql working in 4.1? lindon_, yes, its working did you have to fix something? I can't get mine to work was the error msg ? let me recreate going to take a while need to set it all up again will post when done ok coaboa, fancy tables don't work, too _nemesis_: does the fancytable itself dosnt work or is the output still centered. As the sqlplugin itself does not have an alignment. the output itself isnt centered maybe have a ook @ templates/tiki-plugin_sql.tpl which generates the output. but never worked with that *look ok hm ... {html_table loop=$data cols=$cols table_attr=$table_attr tr_attr=$tr_attr td_attr=$td_attr trailpad=$trailpad hdir=$hdir vdir=$vdir} thats in the tiki-plugin_-sql.tpl did you look at plugin DBReport? it allows formatting not sure about centering results though here's what I get when trying to use plugin sql: ADONewConnection: Unable to load database driver Fatal error: Call to a member function NConnect() on a non-object in C:\xampp\htdocs\tikitrunk\lib\tikilib.php on line 141 this is in trunk but got similar results with 4.x tikiwiki: 03sylvieg * r24909 10/mods/trunk/wiki-plugins/submit/wiki-plugins/wikiplugin_submit.php: [MOD]submit: urlencode the parameters + allow a field title (totdo update all the networks urls) + param showonly to limit the networoks lindon: maybe there is an driver required which is not available/loaded with your setup? seen something like this with a script which needed a sqlite driver. ah, ok does it work for you in 4 or trunk? is there any requirements in terms of number of pixels, size etc for tiki site logo? the concern is that custum logo might breake the tiki layout . you have do add adodb to ... ah, tikidb i think I added adodb support and it worked with mysql lindon: doesnt testet trunk only in 4.1 (to busy) _nemesis_: how do you add adodb support? tikiwiki: 03pkdille * r24910 10/trunk/ (12 files): [MOD] access check: deploy some accesslib check functions to some files. lindon_, yes lindon_, insert into /var/www/html/tikiwiki/db/local.php the line $api_tiki='adodb'; _nemesis_: thanks! that worked with unix strange that it works without this driver in version 3 ;) I thought adodb was standard in tiki befor 4.0? but not sure. tikiwiki: 03jonnybradley * r24911 10/trunk/tiki-editpage.php: [FIX] Notices tikiwiki: 03jonnybradley * r24912 10/trunk/templates/tiki-page_bar.tpl: [MOD] Use conventional English on buttons i think you're right so i get this driver was incorporated somewhere is in v3 so even though my server seems to have pdo enabled tiki is using adodb? seems like plugin sql shoul work with pdo tikiwiki: 03jonnybradley * r24913 10/trunk/ (templates/tiki-pagehistory.tpl tiki-pagehistory.php): [FIX] Page source fixed (plus use textarea to show source and other fixes) lindon_, do you know how to set the align of a sql-querry to left or right ? lindon_, i get them allways centered _nemesis_ don't know with plugin sql but i think you can with plugin dbreport which is similar but allows for formatting tikiwiki: 03jonnybradley * r24914 10/trunk/styles/strasa.css: tikiwiki: [MOD] Remove !important from textarea, option, select, & body.wikitext tikiwiki: definition - otherwise every other background-color definition on any textarea, tikiwiki: option or select, including in theme options will also need !important added to tikiwiki: it. tikiwiki: No visual change that i can find. lindon_, ok, I will try _nemesis_:maybe a better idea put inside a DIV i tried hadn't worked hmmm...seems work for me in v3.3 {DIV(float=left)} sql plugin {DIV} hm ... now its working i swear i tried it befor a few times hm ok thanks ! :) :) is it possible to disable, that the other text is floating around ? the text should begin under the table try {DIV(clear=both)}{DIV} after ah, i hadn't tried float, i tried align befor ok, {DIV(clear=both)}{DIV} works fine thanks ! :) tikiwiki: 03jonnybradley * r24915 10/trunk/lib/diff/ (5 files): [FIX] Multiple notices in lib/diff New Forum Posts: Questions on migrating from Wordpress to Tikiwiki - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36278 tikiwiki: 03jonnybradley * r24916 10/trunk/ (3 files in 3 dirs): [ENH] Pagination for version list on page history (switchable in case you need to compare version on a "page" boundary). tikiwiki: 03xavidp * r24917 10/branches/proposals/4.x/lang/ca/language.php: [ENH]A few more strings translated a link to the homepage would be nice in the topic tikiwiki: 03chealer * r24918 10/trunk/lib/ (search/searchlib-tiki.php userfiles/userfileslib.php): tikiwiki: [FIX] calls to removed cast() (r24484 regression). oops tikiwiki: thanks Pascal Kustner i added top users module but cant see the names of the users . just a blank module. what do i need to do? thanks tikiwiki: 03jonnybradley * r24919 10/trunk/installer/schema/20100207_repair_file_galleries_tiki.php: [FIX] Correct problems with disappearing file galleries caused by 20090811_filegals_container_tiki.sql when running on MySQL 4.1 (wish3000). luciash: I found out the problem tikiwiki: 03sylvieg * r24920 10/trunk/lib/smarty_tiki/block.sortlinks.php: deprecated tikiwiki: 03jonnybradley * r24921 10/trunk/lib/sheet/grid.php: [FIX] Use headerlib for tiki-sheet JS (broken when JS moved to end of page) tikiwiki: 03sylvieg * r24922 10/trunk/tiki-view_tracker_item.php: [FIX]tracker: the first main field is probably the best: TODO: a setting in a tracker that gives the syntax of the item name (ex: / ) sylvieg: that is great ! it will take a little time to fix it correctecly I messed up with the rating/ stars tikiwiki: 03sylvieg * r24923 10/trunk/lib/setup/prefs.php: notice sylvieg: yep, i noticed they don't show up in pretty tracker ... humm I have a na ppli that is fine with star and pretty no idea, i just tried it yesterday with trunk with 1,2,3,4,5 as options and it didn't show any stars for me thre are perms as admin ? ah no maybe i need some feature to enable it tikiwiki: 03sylvieg * r24924 10/trunk/lib/wiki-plugins/wikiplugin_trackerlist.php: [FIX]tracker: keep all the url params except those used by the vote when replacing the voting(ex: keep itemId how can I do with smarty {self_link ins_$field=2} Hi Folks! I just installed TikiWiki a couple of days ago. At some point, I figured out how to "turn on" avatars, but since then, cannot find it, nor can I see an option for it when viewing "My Info." Where is the option to turn on avatars, and how do I implement their usage once they are on? Thanks. it is a very hiden feature.. I agree! I'm not sure how I found it in the first place. Do you remember where it is? it is in My tiki groups I do not remember if it is info or preference... it is in tiki-user_information.php ... thre is another place too tiki-user_preferences.php Okay, poking around there I didn't find any options for "avatar," so maybe I didn't turn it on. Do you remember where the global option is for it? To enable it for every user? and I suppose your need user_preferences feature ok admin home->community ->user rpeferecens screen I know it is painful - we should have a more dynamic list of preferences... Okay, thanks! I've got that, and I can see it in the preferences pane now. Now I've got another quick question. I've been trying to create a new menu, so I can navigate to pages like "user_preferences.php" but haven't been able to get the menu to show up. It's apparently not quite as intuitive as I thought it would be. Once I get the menu thing figured out, I think I'll be off and running with the rest of the site. you need to have the module viewable did you assign the module using the menu to Anonymous? tikiwiki: 03sylvieg * r24925 10/trunk/ (2 files in 2 dirs): [FIX]tracker: fix the link for star/rating: trackerlist can be on other than a wiki page No. It's assigned to Registered. The module is "user_tasks" the module user_tasks is a user module that has {menu id=x} or something like that ? Okay, I thought it had something to do with the ID. So, do I need to create a menu now that points to the ID? there are tons of way to do a menu you can use the menupage module and use a wiki page as a menu you can use the tikiwiki menu in this case the id of the menu must match teh id you put in {menu} of the suer module LOL! I was afraid of that! For the moment, I only need one way. (to show this one). By the way, where is the best "How to" documentation for TikiWiki so I can look this stuff up myself? The only reason I'm here right now asking rudimentary questions is because I haven't found it elsewhere yet. Thanks New Forum Posts: i added top users module(based on the Score feature) but cant see the names of the users . ... - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36279 http://doc.tikiwiki.org/Module+Admin&structure=Documentation#User_Modules explain more or less how to create a user module from a menu then once your user module is created, you should be able to assign it to a group/column http://doc.tikiwiki.org/Module+Admin&structure=Documentation#Edit_the_assignment_of_a_module and this is how to create a menu http://doc.tikiwiki.org/Menu Excellent! I'll go chew on that for a while. It looks like the documentaion still needs quite a bit of work in terms of organizing the navigation of it. No big deal. It'll get better! Thanks a bunch! tikiwiki: 03sylvieg * r24926 10/trunk/tiki-browse_categories.php: notice Riverside: you are welcome to help us to update organize the doc it is a huge job and the more - the better tikiwiki: 03changi67 * r24927 10/trunk/ (20 files): [MOD] access check: deploy some accesslib check functions to some files. I see you're asking for help. Don't know how much I can offer yet, but will keep it in mind. Yeah, I bet you hear that all the time. Let me get my sight working, and, if it works as well I I suspect it will, I love contributing to stuff that helps me, but it may be a while. In the meantime, thank you very much! tikiwiki: 03changi67 * r24928 10/trunk/tiki-browse_categories.php: [MOD] access check: deploy some accesslib check functions. it is easy you were looking for some doc - did not find out in the page you were looking - you can add a link to the other pages at the bottom - see also for isntance.. anyone had trouble installing tikiwiki on the 1and1 service? nope using it there. Maybe php5 requirement is the problem? I am getting a 403 when I try to get the installer going. maybe you do not have set permmisions correctly. Is the 403 error after trying to run install script or is it the first thing you see? first thin I see. Did you install manually? or by installer directory? tikiwiki: 03nkoth * r24929 10/trunk/tiki-articles_rss.php: [ENH] Add type filter to articles rss feed when I try to load tiki-installer, i get a blank page with a .part file downloaded try uploading the file again you have to add a line to .httacces wich tells the webserver to use php5 instead of default which is currently php4 mom: send it in 2 minutes have to login first. @ start of .htaccess add a) AddType x-mapp-php5 .php and b) AddHandler x-mapp-php5 .php that worked for me. got it. I will give it a try. thanks much:) imo it sounds like the files did not upload correctly, they should not have .part on them tikiwiki: 03changi67 * r24930 10/trunk/ (18 files): [MOD] access check: deploy some accesslib check functions. Carrie: maybe but i had the very same effect and it was because the webserver did not know how to handle php 5 code and offer to download (default behaviour for unnown files) to download it. Maybe it could be a broken upload too.. coaboa: [Sun 4:53:27 pm] when I try to load tiki-installer, i get a blank page with a .part file downloaded CIA-64, I'll check that. I didn't understand why that happened. Thanks. when possible try to upload the archive (after checking if .httacces edit may not help) and unpack it via shell ssh comand if. have to got to bed now. bb tikiwiki: 03pkdille * r24931 10/trunk/ (8 files): [MOD] access check: deploy some accesslib check functions to some files. sylvieg: for {self_link ins_$field=2} maybe try {eval var="{self_link ins_$field=2}" assign="foo"}{$foo} sylvieg: or something like that