Trebly: sylvieg : good "night" here it is 2 a.m. I go on the toc subject. Even the class levelx can be introduce in the leaf.tpl it is better to redact [<ul class="toc level{$cur_depth}">] in structures-toc.tpl. The classes to add to the *.css are "ul.levelx". In fact I began thinking with an option to have a toc with item numbering (as in structure management) and a button "display contents all"...
...or "till level x" so I had to work on <li> and... ***: FrankP2 has quit IRC (Ping timeout: 276 seconds)
JoernOtt has quit IRC (Ping timeout: 252 seconds)
Caarrie is now known as Caarrie|sleeping
Trebly has quit IRC (Remote host closed the connection) CIA-65: tikiwiki: 03jonnybradley * r28480 10/branches/experimental/wysiwyg_ckeditor_update/lib/ckeditor_tiki/plugins/ajaxAutoSave/plugin.js: [FIX] ckeditor: better autosave events handling ***: goj|ghost has joined #tikiwiki
coaboa_ has quit IRC (Ping timeout: 265 seconds)
coaboa has joined #tikiwiki
goj has quit IRC (Ping timeout: 272 seconds)
goj|ghost is now known as goj
rotterdam is now known as rotterdam|away
rotterdam|away is now known as rotterdam
coaboa_ has joined #tikiwiki
coaboa has quit IRC (Ping timeout: 265 seconds)
coaboa has joined #tikiwiki
coaboa__ has joined #tikiwiki
coaboa_ has quit IRC (Ping timeout: 265 seconds)
coaboa has quit IRC (Ping timeout: 265 seconds)
coaboa has joined #tikiwiki
coaboa__ has quit IRC (Ping timeout: 265 seconds)
rotterdam has quit IRC (Quit: Saindo)
rotterdam has joined #tikiwiki
coaboa_ has joined #tikiwiki
coaboa has quit IRC (Ping timeout: 265 seconds)
rotterdam has quit IRC (Quit: Saindo)
coaboa_ has quit IRC (Ping timeout: 265 seconds)
coaboa has joined #tikiwiki
coaboa has quit IRC (Ping timeout: 265 seconds)
coaboa has joined #tikiwiki
coaboa_ has joined #tikiwiki
coaboa has quit IRC (Ping timeout: 265 seconds) CIA-65: tikiwiki: 03chibaguy * r28481 10/trunk/styles/layout/design.css: [MOD] Comments transferred from design-reference.css (which will be KILed), since minification eliminates need for separate commented file.
tikiwiki: 03chibaguy * r28482 10/trunk/styles/layout/design-reference.css: [KIL] Minification eliminates need for separate commented file.
tikiwiki: 03chibaguy * r28483 10/trunk/styles/layout/layout.css: [MOD] Comments transferred from layout-reference.css (which will be KILed), since minification eliminates need for separate commented file.
tikiwiki: 03chibaguy * r28484 10/trunk/styles/layout/layout-reference.css: [KIL] Minification eliminates need for separate commented file.
tikiwiki: 03chibaguy * r28485 10/trunk/styles/layout/layout-tiki3_level.css: [KIL} Idea was to have Tiki3-level reference file for people updating custom themes, but SVN view can be used instead. ***: coaboa has joined #tikiwiki
coaboa_ has quit IRC (Ping timeout: 265 seconds)
redflo has joined #tikiwiki
JoernOtt has joined #tikiwiki
coaboa_ has joined #tikiwiki
coaboa has quit IRC (Ping timeout: 265 seconds)
Wilkins has joined #tikiwiki
coaboa_ has quit IRC (Ping timeout: 265 seconds)
coaboa has joined #tikiwiki
coaboa has quit IRC (Read error: Connection reset by peer)
xavi has joined #tikiwiki xavi: polom ***: coaboa has joined #tikiwiki
FrankP has joined #tikiwiki
hjkhhhh has joined #tikiwiki
Caarrie|sleeping is now known as Caarrie|away xavi: any tracker master around?
I'm pursuing to improve the pre-loading of default values in drop downs from plugin tracker
let me paste my code somewhere...
line 1018 here: http://pastebin.com/ALJnuRsw
which is from tiki trunk (r28400) lib/wiki-plugins/wikiplugin_tracker.php sylvieg: What do you try to do? xavi: hi sylvieg
I try to allow plugin tracker to show the default values in drop downs
when you are filling the tracker in several wiki pages
(I did send a message to devel list yesterday) sylvieg: it will be a tricky fix .. difference between empty and isset.. xavi: yes, I know (tricky)
and it will be even more tricky for "drop down with other", but step by step
it 's a good excuse to invest some of my payed time (mornings) learning some php and tiki coding...
since we would use it for production
see this: http://161.116.82.31/tiki_trunk/BasicPipe+Seccio+03&itemId=5
user and pass in private message
when you visit the page without "itemId", then the default values are filled (i.e.: http://161.116.82.31/tiki_trunk/BasicPipe+Seccio+03 )
but not, when the page has itemId=N, and there is no value set yet for that field
which is the case always when you attempt to fill in a tracker from several wiki pages through plugin tracker
I mean, I made the algorythm clear in a piece of paper, but I'm not sure on all the details to convert that algorythm into php for tiki
(similarly for "drop down with other", which is trickier)
for instance: echo($flds['data'][$i]['value']); just shows "array".
how can I show the contents of an array with the echo? -: xavi knows it's a php-newbie question...
xavi fears going into big php manuals at this point and getting lost... ***: coaboa_ has joined #tikiwiki
coaboa has quit IRC (Ping timeout: 265 seconds) CIA-65: tikiwiki: 03jonnybradley * r28486 10/branches/experimental/wysiwyg_ckeditor_update/ (65 files in 36 dirs): [MRG] Automatic merge, trunk 28457 to 28485 ***: FrankP has quit IRC (Ping timeout: 276 seconds) xavi: sylvieg, do you know where the logics for the default value in drop downs is set?
I'm not sure if I'm in the right place ***: coaboa_ has quit IRC (Ping timeout: 265 seconds)
coaboa has joined #tikiwiki
coaboa has quit IRC (Ping timeout: 265 seconds)
coaboa has joined #tikiwiki
ricks99 has joined #tikiwiki
JoernOtt has quit IRC (Ping timeout: 276 seconds)
Gergely has joined #tikiwiki Gergely: Hi xavi, my guess is that it is overwritten by the value the item has. This happens at line 1061. Is not it what you would expect? ricks99: hi all :-) xavi: hi Gergely , thanks for the hint! :-)
hi ricks99 -: ricks99 is glad to see that tw.o is back up (finally) xavi: and how do you show the contents of an array in php?: echo($f['options_array'][0]) shows one value, but there are more
I'm trying echo($f['options_array'][:]) or echo($f['options_array'][0:1]) but no lluck... Gergely: hi ricks
the echo I do not know. If you have an item that has an empty field, you may not show that it has already the default value set. ricks99: Hi Gergely xavi: ok, thks -: xavi just printed a php cheatsheet .... ricks99: hm... is tw.o community site *stil* down? xavi: ricks99: yes, it is for me, at least, yet ricks99: hardware or software?
do u know? ***: juano has joined #tikiwiki
coaboa has quit IRC (Ping timeout: 265 seconds) juano: hello room, is there any way to change the default search scope (combobox) in tiki 4.x? i need it to be selected in "wiki pages" by default and not in "entire site" ***: coaboa has joined #tikiwiki ricks99: in 4.x, need to manually edit the tiki-searchresults.tpl template. in 5.x there is a built-in option juano: ricks99: ah ok.. let me check this.. thanks! xavi: ricks99: hardware or software: no idea. I asked in tag list Tikiwiki|bot: New Forum Posts: ?? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=38042 xavi: wohoo, tw.o is back ricks99: indeed ***: JoernOtt has joined #tikiwiki juano: ricks99: which part of the code should be modified? I tried some changes but nothing seems to change.. -: luciash really thinks tw.o should deserve dedicated vps at least luciash: polom all
ricks99: software ricks99: @juano: in the <form> you'll need to add:
<input type="hidden" name="where" value="wikis" />
@luciash: i saw the msg...when in doubt blame microsoft, eh? ?;-) ***: coaboa has quit IRC (Ping timeout: 265 seconds) luciash: juano: if you want just the search form with preselected wiki scope, then you can just copy that form from the page source and put it either on custom wiki page in HTML plugin or in the custom site header code on Admin > Look ... > General Layout
ricks99: hehe ***: rotterdam has joined #tikiwiki luciash: juano: i mean you don't have to edit the tpl files necessarily ricks99: true, but if u want to make wiki pages the default from the site search bar, need to edit tpl template ***: rotterdam is now known as rotterdam|away luciash: yes, but search bar can be disabled and the copy of the generated html used instead i mean
of course it will not be dynamic xavi: bbl ***: xavi has quit IRC (Quit: Page closed) -: luciash prefers to avoid tpl editing - it's asking for trouble / conflicts during upgrade ;) ricks99: yes, not as future-proof for upgrades, but much easier for newbies who are familiar with html
@luciash: i am planning a 'call for translators' as u suggested. pls review http://bit.ly/bTpBO1 and edit as u see fit. luciash: ricks99: thanks, i will have a look ***: hjkhhhh has quit IRC (Ping timeout: 252 seconds) juano: ricks99: luciash thanks for your help Tikiwiki|bot: New Forum Posts: Is there an event limit for the calendar_new module? - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38047 ***: RavenC has joined #tikiwiki Tikiwiki|bot: Recent Bug: Tracker item: #3516 - - Event limit for calendar_new module - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3516 ***: rotterdam|away has quit IRC (Ping timeout: 240 seconds) juano: ricks99: ... mmm something is missing.. it seems that changes don't take effect
ricks99: tried clearing cache to CIA-65: tikiwiki: 03Jyhem * r28487 10/trunk/templates/tiki-view_blog_post.tpl: [ENH] Making bottoms of blog view and blog post view more consistent ricks99: u *are* using the mysql full text search, right?
view the html source of the page and confirm ahtt the new <input> field is thre Tikiwiki|bot: Recent Bug: Tracker item: #3517 - - Recurrent events crossing DST change - http://dev.tikiwiki.org/tiki-view_tracker_item.php?trackerId=5&itemId=3517 ***: RavenC has quit IRC (Quit: ~ Trillian Astra - www.trillian.im ~)
rotterdam has joined #tikiwiki
rotterdam is now known as rotterdam|away
redflo has left CIA-65: tikiwiki: 03marclaporte * r28488 10/trunk/templates/header.tpl: [MOD] name & url update ***: Wilkins has quit IRC (Ping timeout: 252 seconds)
rotterdam|away has quit IRC (Read error: No route to host)
rotterdam has joined #tikiwiki
rotterdam is now known as rotterdaway
xavi has joined #tikiwiki xavi: polom ***: Andurino has joined #tikiwiki
dasfasg has joined #tikiwiki
dasfasg has quit IRC (Client Quit) CIA-65: tikiwiki: 03chibaguy * r28489 10/users/chibaguy/blogwrapper_template_files/: [KIL] Blog wrapper template files committed to trunk so these are no longer needed. ***: chealer has quit IRC (Remote host closed the connection)
rotterdaway is now known as rotterdambusy
rotterdambusy is now known as rotterdamSemAmig
rotterdamSemAmig is now known as caraSemAmigos
caraSemAmigos is now known as rotterdam
xavi has left "Leaving."
Gergely has quit IRC (Ping timeout: 252 seconds) sylvieg: I forgot again ... what is the jquery replacement for {popup} ***: ricks99 has quit IRC (Quit: Get more help: Tiki for Smarties http://twbasics.keycontent.org and Tiki Essentials http://twessentials.keycontent.org)
LordVan has joined #tikiwiki
JoernOtt has quit IRC (Ping timeout: 240 seconds)
FrankP has joined #tikiwiki CIA-65: tikiwiki: 03Jyhem * r28490 10/users/jyhem/blog_templates/: [KIL] Blog wrapper template files committed to trunk so these are no longer needed. ***: FF|Skyrider has joined #tikiwiki LordVan: hi FF|Skyrider: Hi everyone CIA-65: tikiwiki: 03minger0 * r28491 10/trunk/ (2 files in 2 dirs): [NEW] added to TrackerPrefill the ability to pass additional parameters in the url Tikiwiki|bot: New Forum Posts: pluginarticles formatting - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38050 ***: LordVan has quit IRC (Ping timeout: 260 seconds)
Andurino has quit IRC (Quit: Andurino) Tikiwiki|bot: New Forum Posts: Wiki Paragraph formatting breaks module titles - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38051
New Forum Posts: Page break causes ALINK stop working with ANAME - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38052 ***: LordVan has joined #tikiwiki
LordVan has quit IRC (Client Quit)
chealer has joined #tikiwiki
luciash changes topic to: TIki 5.1, 3.6 (LTS) released! Wanna ask something? Just ask. We log the channel @ http://irc.tikiwiki.org (start line with [off] to exclude message from log), type !help or >help! to get some help from our bots ;) Enjoy!
luciash changes topic to: Polom! Latest stable versions: Tiki 5.1, 3.6 (LTS) Wanna ask something? Just ask. We log the channel @ http://irc.tikiwiki.org (start line with [off] to exclude message from log), type !help or >help! to get some help from our bots ;) Enjoy!
chealer has quit IRC (Remote host closed the connection)
NoMore has joined #tikiwiki NoMore: hey i'm trying to add a wiki to my wordpress site, I have found the instructions on how to use wordpress username/password for mediawiki, would the exact same instructions work for tiiwiki? CIA-65: tikiwiki: 03marclaporte * r28492 10/branches/5.x/img/tiki/ (tikibutton.png tikibutton2.png tikibutton3.png): [MOD] new badges, now 88x31px, colors changed to promote more the blue logo.
tikiwiki: 03marclaporte * r28493 10/branches/5.x/tiki-directory_browse.php: [DOC] updated doc links luciash: NoMore: nope ***: juano has quit IRC (Ping timeout: 252 seconds) NoMore: hmm, i'm new to wiki but i's like people to be able to form groups and collaborate on own documentation projects by self formed groups, is this possible in tikiwiki? luciash: NoMore: yes
and much more NoMore: i'm really in brainstorming phase, but is there a clear way for said "private" groups to cleanly integrate their information with the larger wiki?
but while keeping access control limited
larger wiki being a broader public one luciash: yes, Tiki is good for that (groups and permissions) NoMore: last quesiton, I wanted to make a homepage which shows some aggragated news from feeds of various related sites, some public books from Google Books, and maybe a recent activity feed from tiki, is it recommended to build a theme with other features onto tikiwiki or to add tikiwiki to a more standard website frontend luciash: it is rather easily possible in Tiki ***: MartinCleaver has joined #tikiwiki
MartinCleaver has quit IRC (Excess Flood)
MartinCleaver has joined #tikiwiki NoMore: wow ogre3d.org deff has an awesome template, is their template publicly available or they built it themselves? ***: FF|Skyrider has quit IRC (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
MartinCleaver has quit IRC (Quit: MartinCleaver)
Caarrie|away is now known as Caarrie