Trouble with IE 6 and 7 in *lite.css-based themes and BiDi display. Left column is on top of right (ie6) or on top of center column (ie7). D*mn these crappy browsers. IE6/7 screwups with BiDi can be worked around by moving the "if $prefs.bidi, then dir=rtl" from the body down to each column's content. This spares the overall layout from exposure to IE incompetence. I'm getting a white page when trying to change languages at my ui-revamp test site. Or white with Parse error: syntax error, unexpected $end, expecting ')' in /home/garyc/public_html/ui/lang/ar/language.php on line 838 I wonder what the value "a:0:{}" means for tiki_preferences available_languages... TIki's suckerfish dropdowns down work right (or should I say left? ;-) ) in RtL languages, at least in the ui-revamp branch. There's no offset. down -> don't I kinda wonder what controls the RtL display, to nullify menu subitem 11em offsets or whatever but not bother replacing them with an equal value the other direction. I guess a conditional RtL.css is needed for some things. For example to move the horizontal menu to the other side of the page apply margin-right instead of margin-left to the dropdowns. apply -> and apply tikiwiki: 03chibaguy * r16308 10/trunk/templates/tiki.tpl: [FIX] "if $prefs.feature_bidi eq y, then dir=rtl" applied to page columns and top and bottom areas separately to avoid bad display in IE. tikiwiki: 03chibaguy * r16309 10/branches/experimental/ui-revamp/templates/tiki.tpl: [FIX] "if $prefs.feature_bidi eq y, then dir=rtl" applied to page columns and top and bottom areas separately to avoid bad display in IE. hello fellow tikiwikitians Anyone play around with workflow/processes in here? Hello? do I IRC exist? hola anyone in here play around with Workflows/processes in tikiwiki? مرحبا Hilfe, jemand online? ! Hilfe afahad: stay calm - as soon as someone reads this and know about it, you'll get an answer! Or even better: just ask a direct and concrete question! (read topic) ( and what I know is that not too many people work with workflow ) oh ok, does anyone know how to make the Workflow box appear in (left/right) panels in Tikiwiki? ah, ok, I don't know the workflow box, but if it is a module then check out "Admin->Modules", otherwise no easy way damn, I did all the doc.tikiwiki.org work I can do, nothing on how to make the workflow box appear :/ there used to be workflow.tikiwiki.org I know nothing more tikiwiki: 03sylvieg * r16310 10/trunk/templates/list_file_gallery.tpl: [FIX]fgal: lost commit on 08/06/07 was not correctly restored - hope no side effect quit I'd like to remove the 'line' at the top of the tikipedia theme. See http://themes.tikiwiki.org/tiki-index.php?page=Tikipedia for an example of the line. What file might that be in? holyfeld, seems like I removed that line at least once before. I'll check.... The line isn't in tikipedia.css, but is in the styles/transistions/1.9to 2.2.css stylesheet (line 503). You can either turn off "use transition stylesheets" in the Site Identity admin page, off to find it or turn it off ... or add to your tikipedia.css div #page-bar {border-top: none !important} Sorry, but I didn't test much with transitions stylesheets turned on, so forgot to override some of the styling they add. tikiwiki: 03sylvieg * r16311 10/trunk/styles/ (darkroom.css transitions/2.0to3.0.css): [FIX]darkroom: some more black text on white background @chibaguy - I'll go try some of the suggestions. I'm going from configuration to code. Stopping when the line disappears. I'll be back in a bit. Well, either of those options will work. tikiwiki: 03sylvieg * r16312 10/trunk/lib/wiki-plugins/wikiplugin_trackerlist.php: [MOD]TRACKERLIST: can give a list of itemId @chibaguy - took a minute. For me it was Look & Feel -> Theme location. Set the Use transition sheet ... to Never Use and I've lost the line. Thank you. Now I need to play with the image sizes When I connect to my web site, the login box has focus. How do I set the focus to the search box (which is above the login box)? tikiwiki: 03lphuberdeau * r16314 10/trunk/ (templates/tiki-editpage.tpl tiki-editpage.php): [MOD] Show watch checkbox in edit screen Put a script in that set focus ... all's happy ... for now. I need help with workflow...it isn't appearing in my tikiiiiii tikiwiki: 03lphuberdeau * r16315 10/trunk/ (3 files in 2 dirs): [MOD] Add override mode for wiki pages that exist and refactoring or init code tikiwiki: 03lphuberdeau * r16318 10/trunk/templates/tiki-admin-include-profiles.tpl: [MOD] Indent and re-order controls tikiwiki: 03lphuberdeau * r16319 10/trunk/lib/tikiaccesslib.php: [MOD] Use of eval really not required tikiwiki: 03lphuberdeau * r16320 10/trunk/lib/tikilib.php: [MOD] Allow to ignore cache when fetching page info tikiwiki: 03lphuberdeau * r16321 10/trunk/ (8 files in 5 dirs): [NEW] Support for data channels through profiles tikiwiki: 03sylvieg * r16322 10/trunk/tiki-view_tracker_item.php: [FIX]tracker: cleaning perm check on item + not sure categ was properly checked on closed and pending items tikiwiki: 03lphuberdeau * r16323 10/trunk/lib/profilelib/profilelib.php: [MOD] Allow user input to specify filters In iGoogle, I'm seeing the TW RSS feed with the header having a link to the RSS feed URL, rather than a site URL. Apparently iGoogle is using the first URL in the RSS feed rather than the second URL as being the link for viewing info about the feed. Is this an iGoogle problem or a TW problem? generate_feed() in lib/rss/rsslib.php uses $url for both $rss->link and $rss->feedURL I think one of those two (link or feedURL) should point at the list of that type of entries, rather than at the RSS feed. yup, according to my not-so-fresh memories of the specifications I have to agree None of the other RSS feeds which I try on iGoogle seem to have TW's kind of linking. I don't know what ->link or ->feedURL should be. feedURL probably should be the URL of the feed and link should be the URL of the original content ( just a guess, but a good one, I guess ;) ) tikiwiki: 03sylvieg * r16324 10/trunk/lib/smarty_tiki/function.wikistructure.php: dos2unix