any tiki admins: info.tw.o is hosed think from me earlier i think i added invalid smarty in the custom header can someone with db access pls fix? info.tw.o seems to be hosted by marc naught ricks :) @marc ^^^^^ tikiwiki: 03chibaguy * r26827 10/branches/5.x/templates/tiki-site_header_login_popup.tpl: [FIX] Return of li closing tag that wasn't actually extra (removed in r26791) and /if tags fix. tikiwiki: 03chibaguy * r26828 10/branches/5.x/styles/ (business/magnify.png business.css eatlon.css feb12.css): [FIX][NEW] Updating theme stylesheets, especially for secondary site menu, tabs, and site login popup. New Forum Posts: Gallery Tag like in Mediawiki? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=37076 hi & good morning. Have a smal problem. Want to use a backgimage for a module but only on a specific page. Is there a div selector for a user module? polom coaboa: every wiki page has a CSS id. You can look at the page source, at the tag, and find id="page_1234". Then the selector for a module background would by html#page_1234 .box-my_module_name {background: ....} tikiwiki: 03chibaguy * r26829 10/branches/5.x/styles/ (ohia.css snow.css tikinewt.css twist.css): [FIX] Updating theme stylesheets, especially for secondary site menu, tabs, and site login popup. chibaguy cool thx. searched for the answer but didn't found it. thought I wrote it down somewhere but... how can I generat a "tiny" url from a wikipage? tikiwiki: 03jonnybradley * r26830 10/third_party/jquery/jquery.sheet/jquery.sheet.js: [MOD] jquery.sheet release - version string change only tikiwiki: 03jonnybradley * r26831 10/trunk/ (25 files in 11 dirs): [MRG] Automatic merge, branches/5.x 26807 to 26829 info.tw.o back kup. my appologies :( Recent Bug: Tracker item: #3152 - - Calendar iCal export causing 500 internal error - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3152 Recent Bug: Tracker item: #3153 - - Export Calendar as CSV - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3153 Recent Bug: Tracker item: #3154 - - Using Google Machine Translate breaks theme columns - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3154 hello everyone I want to make changes to the look of the page, http://guide-pr.com specifically in the header (the blue top bar with the logo) I want to replace the blue with an image. is it possible/ yes: look in themes css for div#header there you can define positiion etc. of an image which you should define int the corresponding header.tpl is this something i can do through the interface or do i have to manually modify the files @ themes.tikiwiki.org you'll find how to customize your theme when the theme you are using uses an image you can almost simply swithc it. which theme you are using. ? take a look http://guide-pr.com coelesence @guide-pr_com: u can do through Look & Feel interface, using the Custom Head Content area if u prefer can add ur custom CSS directly there, it will override the base theme's css this will help you avoid having to manually edit CSS files then re-ftp i have tiki 4.2 is also future proof :-) where can i find "custom head content" function admin look & feel o... ur using 4.2.... not sure if it is in 4.x sorry 4.1 I see number of tabs in which tab is the function it is. i went through all no. it iwas introduced in 5. second tab behind Theme. sorry Shadow Layer? @coaboa: custom site is only in 5. when will 5 be released? as stable very soon. beta 2 has been out for a few weeks. strange i have a version 4.1 which has general layouout options: Custom HTML head Content. Isnt it this what you mean? hm... 4.x SVN? no download odd. i have 4.2 and it is not in it oh yes i see in General Layout Options so what do i modify here to replace the blue background with an image? hm.. maybe it was remove din 4.2? lets check mom also available in 4.2. ricks: maybe you have a special edition;-) weird. i guess my 4.2 is old/pre release maybe could be. guide-pr_com is the theme andreas 08? *sigh* im an idiot.. iwas looking at my 3.x site theme coelescence.css theme options: None tikiwiki: 03sept_7 * r26832 10/third_party/phpcas/ (CAS/client.php CAS.php docs/ChangeLog): [UPDATE] update phpCAS to version 1.1.0 from 1.1.0RC7 ok, so what to add to the text box to replace the blue with an image? :p in styles/coelesce.css line 277 is #header-top i uploaded image to images/tiki/ folder already sorrry.. what's the url to ur site?\ guide-pr.com :) this is the ccs selector for the head-top area. change coelesce/pagebg.jpg with path to your image * remove rebeat-x bottom #header-top { background:url("LINK TO YOUR IMAGE HERE") repeat-x scroll center bottom transparent; height:80px; position:relative; } might not work if your image is larger than 80px in height without further tweaking would it not be better to put it in custom.css? i can change image size @Caarrie, y, but then will have to remember to re-copy custom.css for each upgrade @coaboa: you need to redefine the #header-top style. This is the style that controls the background in the header that file is not in svn so it should not be an issue, this way he has to edit each time the URL link to the image can it be local? images/tiki/image.png? @Caarrie but isnt putting it in the custom head in L&F more future proof? thats wha i alwasy do.... but you were not able to find that in his install so this is next best imo no, it is there (was *my* mistaek) did not work :( #header-top { background:url("img/tiki/guide_pr_header.png") repeat-x scroll center bottom transparent; height:80px; position:relative; } added right after {/if} @guide-pr_com:#1 need to clear cache #2 need to enclose in tag all caches? or only /templates_c/ i always clear all it did not work ricks99: chbibaguy told me to search for a tag id="page_####" but only thin I can find is id="page-bar" *thing i dont even see the code in the HTML source @guide-pr_com: if u PM me an admin login i'd b happy to take a closer look i want to change bgimage for a specifc wikiplugin but only @ homepage and need to know the css selector hi marc hi coaboa @marc: fixed info. tx good stuff saw your mail with questions I dunno but you saw? http://info.tikiwiki.org/login y. that was me wanted to added an adiditional search box on search results to direct folks to doc site awesome can we catch the keyword and pass it? Here are the results for "blah". Also search "blah" on doc.tikiwiki.org y. thats what i was trying to do when i "broke" info anyone kow why tiki istripping out the " { " in the custom head area? do i still need {literal} ? Gary has tricks for that it's smarty & wiki parsing in conflict got it {literal} works fine @marc: see also note on http://tikiwiki.org/tiki-view_forum.php?forumId=6 thanks ricks99 http://themes.tikiwiki.org/Template+Tricks#Add_wiki_syntax_in_Site_identity do you know how to take something in the URL and using in current page? i18n support now enabled on info.tw.o http://doc.tikiwiki.org/Advanced+Wiki+Syntax+usage+examples#How_to_display_URL_param_in_a_page_or_the_page_name_or_the_user_name if you activate this, you can use {{variable_from_url}} in template brb is there a way to let useser decide to either use fixed_width or flexible variant (but only fromone theme)? *user tikiwiki: 03sylvieg * r26833 10/trunk/ (8 files in 4 dirs): [NEW]tracker: API to view the history of an item tikiwiki: 03eromneg * r26834 10/trunk/tiki-view_tracker.php: [FIX] item link issue which wrongly eliminates duplicates when [displayedFieldsList] is used to provide multiple fields separated with a | to display instead of [fieldId] hi I'm looking for a way to add page description for each pages when doing a print of my structure with tiki-print_multi_pages.php but I don't know how to do... someone maybe have any tips? do you mean having content that will appear only when the page is printed? I already display the PageDescription when browsing the [feature_wiki_description]. tiki-print_multi_pages already take care of the name of the page if the [feature_page_title] is enable. What I'm try to do is to display pageDescription as Title page when I'm doing a print (for pdf) of my Structure... tikiwiki: 03eromneg * r26835 10/trunk/templates/tiki-send_newsletters.tpl: [MOD] allow newsletter edit screen to use full screen width - particularly important for wysiwyg editor ping marclaporte unified tiki search... sort of ... http://info.tikiwiki.org/tiki-searchresults.php?words=wiki&where=wikis&search=Go polom ricks99: : you absolutely rock!!! polom chealer ricks99 : remember when you took over info.tw.o back in Tiki2? Tiki2 was a revolution compared to what we had before thats before i knew what the hell i was doing :-) and now, it seems a world away.... hhahahahah you will say the same thing in a few years (about now) LOL btw i may be in ottawa next month... first round of drinks on me wooohooo! just tell me when, and I'll make it also: http://info.tikiwiki.org/tiki-searchresults.php?words=wiki&where=wikis&search=Go did some testing anthis *may* work oops wrong lnk... http://tikiwiki.org/Viral+Tiki#Other_ideas you'll meet Pascal, Alain, Duane, etc. and BBB folks too About Planet: you know that Tiki5 has all that? I have to go but you can even give weights to rss feeds with this: http://doc.tikiwiki.org/Advanced+Rating so you can have a portal with several rss feeds and mix & match and stories can loses point by the hour etc very nifty stuff ask Nelson Ko or Pascal St-Jean for details (they are using for a project) or LPH, who coded the back-end Recent Bug: Tracker item: #3155 - - Disabling the Search box on Search Results page also removes it from ... - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3155 bbl tikiwiki: 03chealer * r26836 10/branches/proposals/3.x/styles/ (coelesce.css darkroom.css feb12.css thenews.css): [FIX] OpenID logo not showing in OpenID URL input field on feb12, thenews, darkroom and coelesce (I know the logo is ugly in darkroom) tikiwiki: 03chealer * r26837 10/branches/5.x/ (41 files in 4 dirs): tikiwiki: update php-openid to from 2.1.3 to 2.2.2 tikiwiki: [FIX] Blank pages attempting OpenID login/association with PHP 5.3 (cf http://lists.openidenabled.com/pipermail/dev/2010-January/001524.html ) New Forum Posts: TikiWiki 5.0 Beta 2, Install With Success But No Theme Displayed - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=37078 hi i have huge problem in wiki any one can help me out heloo any one here depends on what your problem is tikiwiki: 03sylvieg * r26838 10/branches/5.x/lang/fr/language.php: [FIX]one translation tikiwiki: 03sylvieg * r26839 10/branches/5.x/lib/ (polls/polllib_shared.php setup/polls.php): [FIX]poll: fix 25231: were not able to vote for a poll any more + check the poll is activate tikiwiki: 03sylvieg * r26840 10/branches/5.x/lib/smarty_tiki/function.quotabar.php: [FIX]poll: an option with no vote must have almost no bar to sylvieg : the other day I had a crash, and I could'nt reconnect. About the admin access problem I could not test the solution(s) : first because of the host (shared) the immediate flush is forbidden for this data base and I have access to mysql or php parameters, completely different of my development platform on windows where I have the best tools and config, I do believe. During this... ...time the session havebeen populated by 165 records of 200ko I don't know how ? then the data base (siez test max of 45Mo) had a status changed to "read-only", I have deleted 160 of the oldest - even recent in absolute time - of these records. I could test again within 24hours. Do you have an explanation about the size and number of session records ? a bot like google? to sylvieg : The sites are hosted by OVH in a "shared" spaces. At the moment I have three tki in development, 4 joomla, and 2 adapted in my way ajaxshare (sourceforge project a little sleepy for the moment because of the occupation of the main writer), for my own I have made the french translation. For the tki I try to find a start point between the tiki dev and the data populating made... ...with previous version 4.x. sorry you lost me... Sorry too : I was just telling about the context of my developments. I have problems for the moment because the site are share hosted and I can't define directly the parameters of PHP and mysql this without any debug functions. did you try to change then in .htaccess I think ovh allow htaccess and redefinition of memory_limit... php_value memory_limit 128M in .htaccess for isntance Sorry too : I was just telling about the context of my developments. I have problems for the moment because the sites are share hosted and I can't define directly the parameters of PHP and mysql this without any debug functions regardless to my development platform which is on windows. I just read your answer crossed, YES but there are a few ones. :w oops That's alright 128 Mo But I can't change anything on the cache nor on the capability to hold xdebug for example. So the good solution is to have a copy on my platform : i have failed since 5 month in installing 4.0, 4.1, 4.2 and now 5.0beta1 on this platform. I have found bug (test from xdebug) and my seek to many part of the code I have found bug(s) - true ones - (detected test from xdebug) and my seek to many part of the code of tiki. I have learn by this way many thing about and inside tiki The first available for 5.0 is the report about Babelfish ticket 3149 found with 4.1 (identical in 5.0b) The limit is the database size set to 48Mo, OK for test without multimedia data. After I will set subcriptions to large or huge models for mysql to sylvieg : The common size of my tiki tests is 5Mo to 10Mo (disk use). The problem is the session records which seems to increase in number and size without any control and, for me, no good explanation. I have set the option record sessions, but I can't change for the moment) because of the rights problem on admin of which I told you about. Nevertheless I don't understand the number of... ...records (even a google exploration, that I have not excluded yet - no motors ?) and the size - 200ko. to sylvieg : Clarified : simply as I had not set a robots.txt to User-agent: * Disallow: / I got 50 pages indexed for the little content, they are published most time in firsts position by google and I have an exponential rythm of visits by robots and people. Then my problem is that as administratoir I can't access and the registration is not ok etc...