Hello, I try to redact a $prefs.feature_custom_center_column_header and I make a syntax error and smarty just produces (tiki.tpl) the html comment and don't "eval" the template commands. I couldn't find the error. In the content I use the function smarty_block_remarksbox. I have yet used in my templates but using simply a {$var} not {eval var=$....} as made in tiki.tpl.  Here is the content
<!-- Personalized code for _center_column_header -->
{smarty_block_remarksbox( array( 'type'=>'warning', 'title'=>tra('This site is in development'),'close'=>'TRUE'), tra(" This site is in development, please be comprehensive. Nevertheless we decide to open it because of the contents yet available"), $smarty) }
Can you help me ?
Hello, I had forgotten the include for the function "smarty_block_remarksbox" but it is not sufficient, smarty seems not to "eval" the smarty command  contained into the $prefs.feature_custom_center_column_header : {smarty_block_remarksbox( array( 'type'..... }
evening!
anyone on who used staging and publication?
anybody around?
 New Forum Posts: Can Tiki do ...? Is TIki the right solution for me? - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39371
is there a way to use the Tabs plugin, and on those different tabs to use a tracker plugin also?
damned internet connection
polom
jcyrisse: did you try it? (it should work tabs plugin and tracker plugin in some tab)
xavi: yes, but got some type of script errors with the tracker
was able to get the tabs, but then errors with the trackers portion
errors? if you could be more explicit...
what was the message?
well, i mean it was corrupted looking...i didnt get an error message
see it in action (sort of): http://test.intercanvis.net/Llibres
to see the tracker plugin, you need to be registered user, and the site is in Catalan mostly, so far
but it works
this is 6.x
mmm, I'm afraid that the machine translation is not working...
or at least, not working with a page with a few plugins and jquery inside (like the previous one)
http://test.intercanvis.net/tiki-index.php?machine_translate_to_lang=en&page=Llibres&no_bl=y
k...taking a look
well, that appears to be how i used it. hmmmm
well, i have been up wwwaaaaayyyy to late...too tired right now...lol...but will check back on it later today
ok, you can freely register there, if you want to see the source, etc
ty
the site with "test." in front of the domain, is a testing 6.x site
without "test." is the production site (in 5.x still)
k...i am using the trackertimeline tracker...do you think that makes a difference?
no idea
k...well ty...will tackle it a bit later.
tikiwiki: 03xavidp * r30551 10/mods/trunk/themes/faulkner_tiki_5/templates/ (faulkner/ styles/ styles/faulkner/): [FIX]Move the templates of faulkner_tiki_5 from ./templates/faulkner to ./templates/styles/faulkner for them to work properly
bbl
Hi, I just installed my first tikiwiki and I am lost, I had a look at it for some time and I have not got a clue how to use the thing,
natbrown: still here?
I am here
hi
what do you want to achieve? 
a website for collaboration, a busines site, an intranet?
hi, did you go to WIkimania in Gdansk, I am a Russian teacher who met Mark and Louis-Philippe there
no I'am from germany and will attend the tikifest in berlin 13-14th November
Say hi to them from me I wanted to redo my http://www.learnrussianspeakrussian.org/
so you should go to admin features and activate the features you need (eg. wiki)
I want to know more about tikiwiki, I wanted to make this on it, but for now I have made it in Mediawiki, since I found it too difficult in Tikiwiki http://wikitranslate.org/wiki/Main_Page
http://language4you.org/tiki-index.php this is the new site
shouldnt be that hard. on twbasics.keycontent.org there are very usefull hints for beginners!
Where can I have a look at the examples of the site that are made on it?
have a look at the video section (especialy menus and modules)
have to go. bbl
Thanks, 
have a nice time in Berlin!
tikiwiki: 03sampaioprimo * r30552 10/trunk/lib/ (6 files in 2 dirs): wordpress importer: making importer strings translatable
tikiwiki: 03sampaioprimo * r30553 10/trunk/ (6 files in 3 dirs): wordpress importer: improving feedback messages
tikiwiki: 03sampaioprimo * r30554 10/trunk/lib/ (4 files in 3 dirs): wordpress importer: set correct blog created and lastModif dates
Hello, sorry for the length but I must expose the problem clearly.
I want to use the feature _custom_center_column_header for a warning message as into the current dev.teakiwiki. 
So I write it with the syntax which uses the function smarty_block_remarksbox ( {smarty_block_remarksbox(<params>)}. This seems not to be the good way, why ?. 
Nota :I have made this before, successfully, using into a template simply a syntax using a var assigned to smarty and containing simply :
<< $msg='smarty_block_remarksbox( array( 'type'=>'warning', 'title'=>tra('The titltle'),'close'=>'TRUE'), tra(" The text (html)". The template containing {$msg} >>.
The tiki.tpl contains << {eval var=$prefs.feature_custom_center_column_header} >> then I have supposed that this var is containing the custom_header.
The result is that the first html (comments) or text for test are well displayed but the {..... } into the var seems not to be interpreted in the same way that it is into a simple var.
Is it a problem known ? or I make a syntax error, or where is the difference between {$msg} and {eval var=$msg } ?
	Can you help me ?
syntax is {remarksbox(...params..)|xxxxxx{/remarksbox}
 New Forum Posts: Multi-sites Wishlist - http://tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=39375
tikiwiki: 03sampaioprimo * r30555 10/trunk/lib/importer/tikiimporter.php: just curly brackets for if statements
tikiwiki: 03sampaioprimo * r30556 10/trunk/lib/importer/tikiimporter.php: 
tikiwiki: wordpress importer: some servers need calling both ob_flush() and
tikiwiki: flush() to output buffer content
tikiwiki: 03sampaioprimo * r30557 10/trunk/lib/ (2 files in 2 dirs): worpdress importer: fixing mistakes from previous commit
<sylvieg> Thanks test OK. But this means that: the full template syntax can't be used into these custom_headers, just basic syntax with smarty functions.
Ex: {php} .... {/php} can't be used
For my own  I had used (into a main new tiki-xxxx.php the result of the function smarty_block_remarksbox to a var "my_warning" into my template and after assign the template (using "my_warning")  to "mid" and finally uses <<$smarty->display("tiki.tpl");>>
This allows to use any php function to elaborate the content.
Sorry again for the length : my question is : how to use translate (tra) forthe text into these custom headers ?
I have an idea but I am waiting to your answer because it is probably solved (is the php function tra is registered for smarty or a plugin ?).   
anybody here today with experience in nested trackerlists?
tikiwiki: 03sampaioprimo * r30558 10/trunk/lib/ (6 files in 2 dirs): 
tikiwiki: wordpress importer: change options structure so that it is possible to
tikiwiki: translate them
polom
 New Forum Posts: Permissions based on relationships between members of larger categories of users - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39380
 New Forum Posts: category-group permissions not working on specific pages - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=39382
tikiwiki: 03lindonb * r30559 10/trunk/styles/darkroom.css: [FIX] Impove contrast for links in remarksboxes in darkroom theme. Also various quality.tiki.org items.
Hello all:  Could someone confirm that he/she received a "Tikiwiki-devel Digest".  I seem not to receive them any more.  I sent a test email to "lists.sourceforge.net" Mailman and I did get a reply confirming I'm indeed subscribed.  Yet, I'm not receiving the alers.  I've checked my spam mail folder, etc
<sylvieg> Information : Since this afternoon, without answer about the multilingual support for custom_headers :
1- I have implemented and fully tested the smarty plugin "modifier.tra.php
2- Found and defined the way to redact translatable custom_headers. I program to add a documentation about how to redact custom_header with multilingual support
3- I will make too a bugs and suggest tracker with the instructions to upgrade this feature on 5.3 (one file to copy to smarty/plugins and a note about the added text to language.php)
pretty sure I used the tra function as a modifier before without needing to have a real modifier
<lphuberdeau> Ok how ? because I tried into the custom_headers a lot of syntax without success. Into my own templates or when I decide to modify someones it is simple tra is used before assign but with the "eval var=$header" of tiki.tpl I don't really knows how to send a valid syntax using the tiki function tra without a plugin. I ask this during last night, Sylvie have told me to use the...
...builtin function of smarty {remarksbox(...params..)|xxxxxx{/remarksbox} but how to use the function tra into the content (value) sent to tpl eval var=$prefs...... ?