alexdagre8: Structures are a wiki feature, so look in the page for the Wiki feature. alexdagre8: Or if you're trying to enable Structures, first enable the Wiki feature (probably enabled already), then look in Admin>Admin Home>Wiki why is the Wysiwyg item in the admin menu greyed out?isn it enabled by default? no, you have to enable it How do I do that? hi luciash! do you have a few minutes? I have a quick CSS question even when the Wysiwyg Editor is optional item is not ticked I get the same editor(and when it is ticked the menu item is still greyed) alexdagre8: Wysiwyg has to be enabled in the Features admin tool...I forget which tab (Experimental, maybe?) alexdagre8: When your site is behaving oddly, clear the cache. Admin>TikiCache tikiwiki: 03alain_desilets * r24731 10/trunk/lib/test/ (65 files in 19 dirs): tikiwiki: - Several minor changes to tests. (a) GUI level tests don't prevent other tests tikiwiki: from running, if the DB snapshots do not exist. (b) Fixed the @group annotations tikiwiki: (need to start with /** instead of /*). (c) Added a skipped test to remind us tikiwiki: that some old (currently inactive) tests need to be migrated to the new test tikiwiki: harness. pascalstjean: yes ? luciash: http://sites.citadelrock.com/watson/tiki-index.php for some reason once the site reaches a certain lenght the background color seems to stop and White appears must be set on html not body yes the color is set on HTML>BODY but it must be set on html hum give me one second ok so where would that be in the CSS? sorry still new to Tiki CSS or clear after footer html {background... } on top of your theme css really I never knew you could actually set HTML {Background} ok let me try still doing it. Hum I might have to debug this using a TheNews theme from scratch and play around with different segments until I can reproduce. if you have any other ideas please just let me know. Thanks for your help you can also try body {min-height: 100%} but i also wonder what it is then if it doesn't help http://sites.citadelrock.com/watson/img/custom/page_bkgnd.png is white ? pascalstjean: ah, it's size is 1x1400 and there is only repeat-x no wonder it stops after 1400px from top where did you find this? watson/styles/thenews.css on body element there is only this bg specified, no background color though yes I know that the background Image is 1400. But I also have a Background Color hum maybe I made a mistake where ? Do you have access to the CSS? i see only background: url(http://sites.citadelrock.com/watson/img/custom/page_bkgnd.png) repeat-x 0% 0%; no background color specified there under which element because I see the background-color. How can we not be seeing the same thing Sorry for pasting code here body { backgroud-color: #c4ccd1; /*color: #000;*/ font: 72% Georgia, serif; text-align: center; } html>body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 0px; padding: 0px; /* Custom ++ */ backgroud-color: #c4ccd1; background: url(../img/custom/page_bkgnd.png) repeat-x left top; } because you have typo there ha backgroud-color: #c4ccd1; yes, this is what happens when you dont' sleep :) Thanks needed a 2nd pair of eyes :) i used google chrome inspect element btw ;) you can use firebug too Is this an Extension? I should get that, I use Chrome as well Thank you again for taking time to help it is built in right click and inspect element btw, this is shorter and will avoid the typo ;) → background: #c4ccd1 url(../img/custom/page_bkgnd.png) 0 0 repeat-x; cool, thanks polom irc.tw.o and dev.tw.o are down, it seems. doc.tw.o, too, for me anyway. chibaguy: yeah. I reported it to #tikinoc ok I wonder what causes these down times? From the newb point of view, I wonder why my budget hosted domain can be up 99% but Tiki's sites are down so often. I understand that trackers, etc. are much more resource-demanding than anything at a simple site, but irc.tw.o too? unless it gets taken down when dev.tw.o goes down. simple-minded thinking, but maybe how people see these downtimes. tikiwiki: 03chealer * r24732 10/trunk/ (5 files in 5 dirs): tikiwiki: [KIL] unused events: evlib, tiki_events and now unused functions from notificationlib and registrationlib tikiwiki: Ref: http://sourceforge.net/mailarchive/forum.php?thread_name=4d9048fc1001280740o7325e83fq3b9e821b9f1f39cd%40mail.gmail.com&forum_name=tikiwiki-devel chibaguy: it's back ok, thanks. tikiwiki: 03chealer * r24733 10/trunk/lib/userslib.php: [SEC] improve OpenID robustness tikiwiki: 03chealer * r24734 10/branches/proposals/4.x/lib/userslib.php: [bp/r24733][SEC] improve OpenID robustness tikiwiki: 03chealer * r24735 10/branches/proposals/3.x/db/ (17 files in 2 dirs): [FIX] installability tikiwiki: 03chealer * r24736 10/branches/proposals/3.x/lib/userslib.php: [bp/r24733][SEC] improve OpenID robustness New Forum Posts: 4.1: How to make multiprint print page aliases instead of page names? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36189 tikiwiki: 03sept_7 * r24737 10/branches/experimental/tiki-log-merge/ (117 files in 36 dirs): [MRG] Automatic merge, trunk 24715 to 24733 Recent Bug: Tracker item: #3013 - - on multi-page WikiPages \{maketoc\} doesnot link to first page - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3013 I guess I'm not paying attention, but what would cause images to not be found in recent trunk updates? (in file galleries) tiki-download_file.php produces notice: undefined index y, z, scale, max, format, and a bunch of garbage characters. This is at a hosted domain updated with ftp, so corrupted/missing files are possible, too. mysql 5.0.87, php 5.2.5 images in wiki pages are ok. Sorry, must be a local problem. My svn trunk, where the files came from, is ok. Recent Bug: Tracker item: #3014 - - In multilingual provided clearer guidance to user as to what language ... - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3014 New Forum Posts: necesito modificar el link del mail de notificacion - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=15&comments_parentId=36190 hi @all, got a litle problem with equations if i type something lik $ a^b=c^d$ i got a box around b=c yep, ^^ is wiki syntax for a box - try ~pp~ ~/pp~ around your equation thx , that works :) what does that tags do? Preformated sections "~pp~ data ~/pp~" Displays preformated text/code; no Wiki processing is done inside these sections (as with np), and the spacing is fixed (no word wrapping is done). "~pre~ data ~/pre~" also displayes preformatted text with fixed spacing, but wiki processing still occurs on the text. RTFM ;) ok, thx ;) i'll do, i promis :D good boy ;) ^^ New Forum Posts: Secure login system - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=36192 tikiwiki: 03alain_desilets * r24738 10/trunk/ (2 files in 2 dirs): Restored inadvertently deleted tiki-edit_translation.tpl. tikiwiki: 03sylvieg * r24739 10/trunk/lib/wiki-plugins/wikiplugin_youtube.php: [NEW]youtube: allowFullScreen param tikiwiki: 03sept_7 * r24740 10/trunk/tiki-setup.php: tikiwiki: [FIX] fix minification of CSS by adding basic css files that are imported in tikiwiki: other CSS files... we need a way to also fix url() in minified CSS tikiwiki: 03alain_desilets * r24741 10/trunk/lib/multilingual/multilinguallib.php: - Use fetchAll instead of $query->result (not compatible with adodb). tikiwiki: 03sylvieg * r24742 10/trunk/tiki-user_watches.php: [MOD]watch: avoid confirmation step if no perms I everyone. I was wondering if some of you have added JavaScript validation &/or JavaScript UI enhancements to Trackers. What I was going to do is Manually recreate the HTML needed to post to the Tracker. In other words manually create the HTML that the TrackerPlugin (Pretty Tracker) would create and then add my Javascripts methods where needed. Is there a better way? can you add your javascript directly in the pretty tracker wiki page? tikiwiki: 03lphuberdeau * r24743 10/trunk/ (8 files in 2 dirs): [MOD] Remove imports from CSS files and make them standard includes to avoid conditionals. hi all sylvieg: For validation yes. But what if I want to do if(radiobutton1.selected) then show
else
or something of that fashion. Basically based on which radio button is selected they either need to fill out a manual form or fill out a Credit Card form Andre probably did this kind of javascript - ask him otehrwise the traditional methos is the fill step by step the tracker and use TRACKERITEMFIELD I'll look to ask Andre as well. Thank you for your help tikiwiki: 03sept_7 * r24746 10/trunk/ (9 files in 3 dirs): tikiwiki: [FIX] Better solution for CSS minifying pb than 24743 and 24740 so rollback the tikiwiki: two... It now work for me... polom tikiwiki: 03alain_desilets * r24747 10/trunk/templates/ (pagehistory.tpl tiki-editpage.tpl): - Added description above left and right parts of the translation UI. HI will someone help me here how should i be usinghere ?? >help (help [] []) -- This command gives a useful description of what does. is only necessary if the command is in more than one plugin. hello if A is symmetric and positive definite and B , is A+B also symmetric and positive definite ? :-( when i run TRACKER(trackerId= i can substitute the words on the button (like enter instead of filter) but when i run TRACKERFILTER(Tracker Id= i can't; it places a button that says filter on top left and center bottom. is there a way to get the to allow me to have only one button underneath and place the word i want on it? --- heavy snow so i may time out tikiwiki: 03pascalstjean * r24748 10/trunk/modules/mod-func-upcoming_events.php: [FIX] module did not properly filter based on calendarid parameter due to typo in variable definition. tikiwiki: 03pascalstjean * r24749 10/trunk/modules/mod-func-upcoming_events.php: [MOD] Made better bug fix. calendarId parameter definition was the cause of the issue. Reverted previous fix and now changing the root cause of the original bug.