tiki 6.3 localhost: i've always used tiki for personal stuff and am wondering if there ever will be an automatic updater similar to ubuntu/*nix or if it is simply a manual update thanx tnrr: there's none in sight, but there may be if the required effort can be finished (see for example http://pkg-tikiwiki.alioth.debian.org/ and http://dev.tiki.org/DEB+Packaging ) is there somewhere i can go to study up on how to effectively upgrade? to date i have simply had to reinstall as im not really a coder. i use ubuntu 11.04 so i can do the commands but really need a step-by step...mainly as i find the latest versions 6.x and forward REALLY exciting! ;) tnrr: upgrades are easiest on Subversion checkouts yeah i dig that but i guess what i am asking is a step-by-step on how to do it so to speak. like download here, upload to this folder, etc tnrr: on Subversion, upgrading files is as easy as doing a svn update or a svn switch. Then you just need to upgrade the database following the release notes ok i will read up on this more and thanx for taking the time to talk to me! polom hi all i nneed to insert google analytics code into tikiwiki how could i do this? someone out there? good morning i need to integrate google analytics on tikiwiki how to do this ??????????????????????'' http://doc.tiki.org/PluginGoogleAnalytics thx so much jebus.. didn't even bother to google it first.. A schema file is missing to add column tweetId to the tiki_shoutbox table, in Tiki 7. Trying to delete a shoutbox message causes a system error in updated installs. New Forum Posts: Warning Array Shift and Database Connection - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=41548 hi all i need help to integrate google analytics on tikiwiki 7 i tried to follow the tiki guide but i dont understand the steps i do is it possible to show members in a group on a wiki page? check out the memberlist plugin hi i need some help to integrate google analytics on tikiwiki version 7 i tried to follow the instructions but there a little bit outdate or at least they seems to be like that is it possible to make a form which creates a new article with a specific topic and type? I don't think there is anything for that, but writing a custom plugin to do it shouldn't be so hard, you just need to point to the article form i tried to use firebug to snatch the code when creating a article.. but didn't find a solution well, it's just to see the parameter names and format so your sugestion is to make a plugin that handles it? suggestion* just a plugin to create a form you could probably do with a plugin alias or pluginhtml as well, but real plugins are cleaner than pluginhtml and simpler than aliases, sadly tikiwiki: 03chibaguy * r34949 10/users/chibaguy/trunk_themes/themes/ (15 files in 8 dirs): [NEW] Smooth and Underground themes updated (trunk compatibiity) okay.. will have a look at it :) tikiwiki: 03chibaguy * r34950 10/mods/trunk/themes/ (smooth_tiki_7/ underground_tiki_7/): [NEW] Smooth and Underground theme files for Tiki 7. tikiwiki: 03lphuberdeau * r34951 10/trunk/ (2 files in 2 dirs): [ENH] Report error on file upload failure hi all, i need some help is there a way to make it so user's can't create their own accounts, but they do have to register? so the first time they log in, they have to fill in a tracker form. New Forum Posts: Nouvelle page dans catégorie - http://tiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=41550 hey, im gonna ask my question again: is there a way to make it so user's can't create their own accounts, but they do have to register? so the first time they log in, they have to fill in a tracker form. overseer, there's a "user tracker" option in the login admin page, I think. But I haven't used it so am not sure of the details. chibaguy: yeah, i tried it, but my problem is that it looks like you have to also enable "users can register" which i dont want hmm got another issue im working on simultaneously for some reason, when I get on my computer each morning, it says my "Real Name" is someone else New Forum Posts: how to get local copy of TikiWiki documentation - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=41551 overseer: clear the cache tikiwiki: 03lphuberdeau * r34952 10/trunk/lib/ (4 files in 4 dirs): [NEW] Send errors reported through errorreportlib through a header on ajax request and display them automatically (also get removed when displayed elsewhere manually) can someone help me understant the variables in this section: http://doc.tiki.org/Pretty+Tracker#Tutorial_-_A_Simple_Pretty_Tracker. you mean $f_12 and such? yes it doesnt work on mine did you map to your own tracker field ids? do i just need to replace the 12 with a real number? from my tracker? yeah then yes but it just appears on the page as {$f_6} is it supposed to replace it right now? on the template page, that's normal oh ok you'll see a difference when you get a tracker plugin to use that page as a template ok so then i just do something like this?: {HTML()}
First Name
{$f_6}
{HTML} nope you need to use {TRACKER} oh, still in your template? then I guess that would work yes ok do i need the {HTML()} part? not sure, I've been avoiding pretty trackers for a very long time and recently had to look at them to fix a few issues isn't working i tried with and without overseer, yes you need the HTML for the html to work nkoth: thanks...any other ideas on how to make it work? it displays correctly on that page, but it's not changing the tracker oh you mean it shows ok but it's not saving? well, it's showing the correct formatting for the template page, but it doesnt carry over to the tracker you mean the page where the {TRACKER} plugin is what is your TRACKER plugin syntax? and here: tiki-view_tracker.php?trackerId=1 wait, is this supposed to be changing the tracker input or output...i want to change how the tables display it does not change how the standard tracker interfaces behave does it change {trackerlist}? yes, it changes {trackerlist} but you have to specify the "wiki" param those templates affect the plugin where you use them, nothing else also, overseer, if you want to change the "view" interface of tiki-view_tracker.php using pretty trackers, yu can specify this in the tracker settings There is a setting labelled "Wiki page to display an item" in tiki-admin_trackers.php?trackerId=1 yeah, i specified thaat elt me try on my site ok I see it works for me lemme go through it with you. once you click on one of the items, you go to tiki-view_tracker_item.php?itemId=xxxx and you will see that item displayed in the template wiki page what do you have in the Wiki page to display an item" setting wiki:Employee Contact Info Output TPL which is the name of the page. ok, when you click on an item in tiki-view_tracker.php?trackerId=1, do you see the item? h.o...when i clicked on an item, it did bring up some wierd looking stuff what kind of weird looking stuff? um, basically just a small bit of html with no formatting can i send screenshots through irc? http://skitch.com/ might work... nah normally for text, we use pastebin ok, how's that work? http://pastebin.com/JNKKmtin there ya go that's my tpl page {TRACKERLIST(trackerId=>1, fields=>6:15, showlinks=>y, wiki='Employee Contact Info Output TPL')/} thats my trackerlist syntax try {TRACKERLIST(trackerId="1" showlinks="y" wiki="Employee Contact Info Output TPL") /} if that does not work, try without the style part in your template ok, i replaced it and now it displays a blank page bingo! but now how do i get it to not display the variables at the top of each entry what variables? the {$f_#} things are they needed for the tpl to be interpretted correctly? doesn't it get replaced bu the actual value ie. the Name etc? {$f_6} should be replaced by the value of the First Name of the item in the tracker ok, i think i understand tikiwiki: 03sylvieg * r34953 10/branches/7.x/lib/importer/tikiimporter_wiki.php: [FIX]importer: add the latest categories not the first polom hi chealer polom all I need some help with ldap, any takers? I have a system that I'm migrating from 2.10 to 6.3, and I've kept all the credentials that same, is there anyway to test it out, or debug? RobertPlummer: I never used ldap before, so I can't help. but I know that chealer has some experience with ldap + tiki :) chealer: you there? tikiwiki: 03lphuberdeau * r34954 10/trunk/ (5 files in 5 dirs): [NEW] Option to skip beyond framesets when fetching a remote file hi RobertPlummer really, purely debugging experience RobertPlummer: did you see the "Write LDAP debug Information in Tiki Logs" preference? http://doc.tiki.org/LDAP+authentication RobertPlummer: IIUC your problem is LDAP authentication doesn't work after upgrading from 1.10 to 6? 2.10 to 6.3, right RobertPlummer: there wa no 2.10 :-) Does "Create user if not in LDAP " work yet? RobertPlummer: no If not, that would be the issue. Ah! Why not, it seems pretty easy? 2.10 did exist. chealer? RobertPlummer: in that case you'll want to add a few entries to http://tiki.org/All+releases :-) but Tiki 2 was supposed to be 1.10 So chealer , if auto create user doesn't exist, how would you import the user isn't tiki? RobertPlummer: frankly except for redflo and sylvieg1, few people worked on LDAP, and mostly a while ago RobertPlummer: what? How am I supposed to get my users from ldap to tiki? RobertPlummer: if we were serious on LDAP we'd be using Zend_Ldap, not Net::LDAP2 ok how would one go about writing it? (I probably will have to) RobertPlummer/chealer, "Create user if not in LDAP " doesn't work, really? oh I see ok, nm, ignore me I guess I will just investigate that part, any pointers would be greatly appreciated. I thought you were talking about the reverse (which works) RobertPlummer: either you create them manually or you set the first preference to "Create user" ("Create user if not in Tiki") Right, that is what I was asking worked. So it does? Oh, I asked the wrong question, sorry. I've used it before ok I don't get any errors with ldap with 1 user, and the other I get one. chealer: the first user I get "Searching for user information with filer" and then a tiki error page. RobertPlummer: "with filer" :-? filter sorry RobertPlummer: usually you get more even when it works fine RobertPlummer: so you're really going to be on Tiki 6? because LDAP may work a bit better in 7 RobertPlummer: which Tiki error page? RobertPlummer: any progress on fixing Payment_Cart tests? not yet Sorry guys. I'm running behind, I need more volunteers! RobertPlummer: are you familiar with unit tests? you have phpunit on your environment? RobertPlummer: if you need I can help you getting familiarized with Tiki testing environment yea lets do it! RobertPlummer: I prefer if you fix the tests since you did the changes to the code. if I fix the tests I will simply adapt it to the current behavior. New Forum Posts: Managing rights for users - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41558 RobertPlummer: no need to do it now if you are busy brb (ten minutes rest break :)) ok hi guys did some of you try to set permission with categories to specific groups for example, i have two groups of user, and i don't want group1 member to see what group2 member is working on so i create 2 categories, and assign specific permission to each group apparently in Tiki7 it doesn't work i've post a bug on dev.tiki :) Is there some documentation how to change an external lib/pear/Text has a no version since november sylvieg1: did you check the svn book? http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.advanced.externals thx chealer