goj_killedByISP: joined #tikiwiki blast_hardcheese: joined #tikiwiki ietc: joined #tikiwiki Mbecker: joined #tikiwiki
Hi
Just had a question, not sure if anyone would be able to help
I have a tiki page with hundreds of attachments on it that I want to split up into seperate pages. When I copy and paste the wiki mark up to these new pages it says it cant find the attachments. Is there any way to transfer the attachments to another page without re-uploading them all?
If anyone would be able to point me in the right direction it would be much appreciated. matthew.becker17@gmail.com Bsfez: joined #tikiwiki marclaporte: joined #tikiwiki xavi: joined #tikiwiki fidel: polom CIA-75: tikiwiki: 03xavidp * r42164 10/branches/9.x/templates/mail/user_watch_calendar.tpl: [FIX]Usability: add an empty line before and after the body of the event for better readability hhm: joined #tikiwiki redflo: joined #tikiwiki lorinc: joined #tikiwiki fidel: hi - is there some kind of diff available which lists all changes from tiki9(beta2) to tiki9(final)? changi: fidel: no, but we can provide one fidel: hi changi
would be interesting in general. we are heavily using/testing 9b2 - and are somehow curious if some of those points we noticed as bugs and might not have report them already are mentioned or not
so if possible without big effort - i would really appreciate having a changelog ;) Bsfez: joined #tikiwiki Bsfez1: joined #tikiwiki jacmoe: joined #tikiwiki CIA-75: tikiwiki: 03changi67 * r42165 10/branches/9.x/lib/parser/parserlib.php: [ROLLBACK r42109] Broke maketoc marclaporte: joined #tikiwiki changi: fidel: a changelog or a diff patch ? fidel: changi: sorry - i ment changelog rodrigoprimo: joined #tikiwiki ricks99: joined #tikiwiki
polom y'all
q: in tiki 9, i have a tracker with a multiselect field. how can i, using a pretty tracker, test to see if a specific option was selected?
thought i could use smarty stripos function in the wiki template page, but Tiki throwing an error.
{if stripos('OptionA', ($f_1)) == true} ..... {/if} CIA-75: tikiwiki: 03xavidp * r42166 10/branches/9.x/lang/es/language.php: a few more (bbb) xavi: left #tikiwiki changi: fidel: https://dev.tiki.org/dl30 fidel: ui thank you very much
changi: very helpful - thumps up ricks99: joined #tikiwiki Tiki|bot: New Forum Posts: Trackers, linking trackers and use part of the data only. (how to get rid of empty cell ?) - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=44272
New Forum Posts: Intégration de WebSVN avec Tiki - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=44265
New Forum Posts: Impossibilité de créer des galeries de fichiers ou de modifier l'existante - https://suite.tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=44261 radek82: joined #tikiwiki ricks99: anyone using pretty tracker wiki templates in tiki9? how do i test/evaluate for the value of mutliselect field in my wiki page tpl?
and, how to use a multiselect field in a trackerlist? 1/m throws a tiki errror Tiki|bot: New Forum Posts: Trackers, linking trackers and use part of the data only. (how to get rid of empty cell ?) - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=44272
New Forum Posts: Intégration de WebSVN avec Tiki - http://tiki.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=44265
New Forum Posts: Impossibilité de créer des galeries de fichiers ou de modifier l'existante - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=44261 rodrigoprimo: joined #tikiwiki g0th: joined #tikiwiki
hi dhazel: joined #tikiwiki Jyhem: polom
ricks99: what error do you get? I'm no expert, but your smarty syntax seems strange. I would have attempted {if stripos('OptionA', $f_1 ) == true} ..... {/if} or {if stripos('OptionA', "$f_1") == true} ..... {/if} ricks99: just a generic tiki sytax error.
will try your code...
... supposed to allow any smarty function in a wiki tpl, right?
ah.. closer.. now getting PHP funtion 'stripos' not allowd by security setting...
where/how do i enable? benoitg: joined #tikiwiki ricks99: ahh.. got it
still getting "PHP function stripos not allowed by security setting" when I add ^^^^ code to my wiki tpl :( g0th: hi
how do you usually store custom data?
I put the tiki on the main web directory
now lets say I use my own logo, where would I store it? Do you guys create some "custom" or "data" directory ? ricks99: g0th: u can, and then FTP it. Or you can upload to the Tiki file gallery g0th: what's the standard procedure in general ricks99: either way really g0th: hmm I guess normally there are not that many files ricks99: if you don't have ftp access, then you're forced to use file gallery g0th: only the logo icon essentially ^^
for ftp
it should be accessable for apache/etc
so the rights have to be set correctly
etc
I think I'll just make a custom directory at "/" ricks99: correct g0th: of the web
ok thx Jyhem: g0th: do you use a Tiki theme or a custom one ? If you have ftp/scp access, the natural place would be styles/yourtheme/ (in my opinion) ricks99: +1 Jyhem: ricks99: hmm and is stristr() allowed by security settings? ricks99: how would i know?
or is there a better way to check multiselect values?
guess i could do it in a TPL, but would rather do it on a wiki page Jyhem: ricks99: sorry, stristr() is a php functio, not smarty :( ricks99: d'oh -: ricks99 knew that!
Jyhem is confused and sleep deprived :( Jyhem: first of all, what is displayed if you display $f_1 ? A value or "Array" ? ricks99: all the selected values
in straight text
ValueA ValueB ValueX -: Jyhem wonders if $f_1 contains 1 value or the array of the multiple selections ricks99: it contains a single value of all the selections, plain text
hence my use of stripos Jyhem: Looks encouraging, but that's beyond my smarty skills :( ricks99: guess i could use mutiple checkboxes instead of a single multiselect tracker field :(
but seems like a huge waste
but maybe easier Jyhem: http://www.smarty.net/forums/viewtopic.php?p=66879 -: Jyhem got to go, sorry ricks99: thanx. same security erorr tho. :(
think i'm gonna have to use separate checkboxes.
at least i *know* that will work g0th: hmm now I get "The requested URL /HomePage was not found on this server."
when I try to access the wiki ricks99: Are you using SEFURL? Did you update your htaccess? g0th: I made a ln -s _htaccess .htaccess
or other way
first way :) ricks99: if you can access the page as tiki-index.php?page=HomePag but not as /HomePage, then it is a problem with your htaccess g0th: hmm
is ln -s _htaccess .htaccess in the root dir not enough? ricks99: should b g0th: seems not :(
it works again after turning the SEFURL off
thx, I didn't realize about SEFURL ricks99: you're welcome. very common issue. b sure to see docs for deatils g0th: can I copy modules?
so I don't have to add all information again?
"duplicate" ricks99: y. edit the module and change the name, then save
original will remain g0th: it is all a bit confusing for me, I need to get used to this first ricks99: some good docs <shameless plug> at http://tikiforsmarties.com g0th: for menu module there is "menu", "structure", "module title" and then there are categories, sections ricks99: y g0th: what do I put in menu/structure/module title ?
for me a menu module should "essentially" just need one information, the "name" ricks99: don't understand your question g0th: I will rtfm ricks99: for modules, you can also control who can see the module. tiki has very fine-grained permissions
you can also have modules dynamically show/hide depending on, what tiki section (e.g., wiki, article, blog) is being shown... g0th: yeah I saw that ricks99: or what category is being shown...
etc. g0th: that I don't understand
but I'll read about it
I guess it is something like "tags"? ricks99: very flexible. but somewhat more complex than others
tags = folksonomy tagging. similar, but different than categories g0th: the basic structure is 3 types right?
admin, user, guest
admin, registered, sthg else I forgot ricks99: in tiki lingo, "structure" means wiki structure (e.g., browse sequence)
are you asking about user groups? g0th: that was not my initial question, my last question was refering to your remark about fine-grained permissions, it was about confirming that three types are used ricks99: even more. you can have permissions for a group/global, for a category, and for a specific object g0th: but I can go without category if I want?
it is something like a tag I can give stuff
and then search for it, apply permissions to it etc ricks99: so if you have 3 groupos 10 categories and using blog, wiki, files, you can have 90 different perms g0th: ?
got it
(I hope) ricks99: lots of good docs explaining perms. very powerful/very complex radek82: where in the database is the force https login in tiki? :P i locked myself out g0th: essentially our setup is: admin, several users, some guests, probably no anonymous
I'm not sure about the authentication, probably ldap+tiki
when I use ldap, it creates a tiki user (or at least it can be set that way) ricks99: radek82: most prefs in tiki_preferences g0th: is it possible to add meta information to that user and create a nice viewable user database radek82: ricks99, thanks :P g0th: maybe it is easier to do that manually ricks99: g0th: can use a registration tracker to collect additional user info at registration time, then store in tracker/display g0th: nice
I have so many questions, I should first of all read some manual
like the link you posted before ricks99: :) g0th: how do I save my wiki?
is it enough to save the database? ricks99: do you mean backup? g0th: I know it says to save additional files but I haven't uploaded any so far
yes
the whole tiki is quite big
so it would be nice to avoid having to save all that
that's also why it would be nice if I could store all additional stuff (i.e. non svn stuff) somewhere else ricks99: depends if you're storing in db or file. You might find http://twessentials.tikiforsmarties.com/What+to+Backup very helpful
<another shameless plug> g0th: any other books?
tiki essentials and tiki for smarties you mentioned on the site ricks99: http://tikiforsmarties.com/Books g0th: which lists exactly the two I just mentioned ^^ radek82: ricks99, i changed https_login to Disabled, but its still locked out
ive got a broken SSL cert
and can't get into tiki ricks99: g0th: working on new series: http://series.tikiforsmarties.com radek82: feature_switch_ssl_mode and feature_show_stay_in_ssl_mode are set to n ricks99: radek82: clear all caches (tiki and browser)
may need to manually empty the TMP and CACHE folders radek82: k, trying now
just delete everything in TMP and CACHE? im not gonna break anything else? ricks99: look in ../temp/ theres a bunch foiles to clear out too
and ../templates_c/ radek82: checking now
cleaning temp/caceh jonnyb: joined #tikiwiki radek82: can i erase all the files in those dirs?
or should i leave wikiplugin
and index jonnyb: hi all radek82: baah, cleared all caches, still locked out :*(
hrrm
now it gives me a different error
errorsError
You have to enable cookies to be able to login to this site
never seen this one before
yes!
finally got it
thanks ricks99 ricks99: great Tiki|bot: New Forum Posts: Display a list of links in a wiki page changing according to user's group - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=44273 redflo: joined #tikiwiki ricks99: using trackerlist plugin... i *thought* there was a way to use a wiki/tpl to customize the form iteslf (not the results)
but i can't find anything. did i imagine this? sandroandrade: joined #tikiwiki jonnyb: hi ricks99 - still there? yes, you can use a wiki page as a tpl for the form (i thought) ricks99: hi jonnyb.... how? CIA-75: tikiwiki: 03jonnybradley * r42167 10/branches/9.x/lib/ (setup/cookies.php smarty_tiki/block.tabset.php): [FIX] cookies: Use "." operator to join php strings (not "+"), and correct order of params for js setCookie fn in tabset jonnyb: hi ricks99 - sorry, i thought you meant the tracker plugin
trackerlist doesn't have a form does it? ricks99: sorry, mean trackerFILTER
*sigh*
the 100F temperature must be getting to me jonnyb: ah right - hmmm, no, that's a hard coded thing
why not try custom_search? it's very pretty! :) ricks99: hm...
nice. is that for trackers specifically? is that the search module?
ah found it
can you pass tracker id and field info? jonnyb: it's a unified search thing, uses the {list} plugin eventually
yes - been meaning to add some more docs and examples ricks99: but can be used as a replacement for trackerfilter searches? i can add filters based on tracker fields? jonnyb: you specify the tracker with: {filter field="tracker_id" content="1"} ricks99: awesome. might be what i need! jonnyb: coolio - i'll try and assist as much as i can, then you might be able to make the documentation more useful (or even another book? :P ) ricks99: +100. my next 'books' will be a short series of guides, on a specific tiki feature. "search" would be perfect jonnyb: i'd recommend playing with the {list} plugin for a while to get used to it ricks99: yup. doing that now. thanks for the pointeer jonnyb: that otaku one would be in the "advanced" section ;) ricks99: 1 more (last?) tracker issue... using a Date/Time field type. have the Start Year=1900, but Tiki starts at 1970
is this a hardcoded limit? jonnyb: is saw a commit re that and wondered the same ricks99: ah.. in trunk? jonnyb: i thought it uses unix timestamps (which do start in 1970) ricks99: so tiki can't use dates prior to 1970? -: ricks99 thought unix timestamps could b negative? redflo: joined #tikiwiki ricks99: ping jonnyb jonnyb: pong ricks99 ricks99: trying a simple custom search: {CUSTOMSEARCH{wiki="myTPL"... {LIST()}{filter field="tracker_id" content="1"
to search the items in my Tracker #1
myTPL looks like:
First name: {input _filter="content" _field="tracker_field_2" type="text"}
{intput type=submit}
basically, i want to search on the first name of the tracker (field #2)
if I execute the search with the form blank, Tiki properly shows me a list of all trackers, as i expect
but, if I enter "J" for the first name, i get no results. However, there is a tracker with the first name "JOE" that i expected jonnyb: try J* ?
it might need more chars than that - like jo* ricks99: hmm jonnyb: lucene is word based ricks99: tried "Jane"
still no results
there is a tracker with first name "JANE"
what am i doing wrong? doesnt {filter field="tracker_id" conent="1"} define the "scope" of the customsearch to all of tracker #1? jonnyb: in tracker admin do you have it set to use "permNames" or field id's? ricks99: checking jonnyb: perm names are good, you'll need something like {input _filter="content" _field="tracker_field_firstName" type="text"} ricks99: i have a permname for the field
but i just realized, do i have to enable seach for the field? jonnyb: no, the tracker field search thing is for the old "filter" on tracker_list ricks99: thas what i thought jonnyb: try the search in tiki-searchindex.php
just to check ricks99: i have mysql search disabled. but the tracker filter search works jonnyb: that uses direct mysql queries
rather than the "fulltext" type of search ricks99: tiki-searchindex does not find it (but that's because i have search disabled for that field) jonnyb: shouldn't make a difference afaik
you might need to rebuild the uni-search index if you only just switched it on
on admin/search
is it a big tiki (yet)? ricks99: very small
only 3 items in my tracker jonnyb: should be quick then
bless :) ricks99: rebuit. but still no results.
i have a JANE DOE tracker
searching with custom search ^^^ shows no results jonnyb: still nothing in tiki-searchindex.php
? ricks99: tiki-searchindex finds it jonnyb: custom search can be quite picky
ok, have you changed the _field name reference to use the permanent name of the field? ricks99: on my tpl?
so it should be: ... _field="firstName" ... instead of _field="tracker_field_2" jonnyb: no, tracker_field_firstName
(assuming firstName is the perm name of that field - you can check it on the field edit dialog) ricks99: got it
looks like a min of 3 characters required?
jan finds nothing, but jan* finds JANE DOE jonnyb: i think that's a Lucene thing
jan~ would also find Jannet and Janey etc ricks99: hm... -: ricks99 really likes how "j" will find jane in trackerfilter ricks99: some people have very short names
Al, Joe, Cal
might be back to using HTML for my tackerfilter anyway :(
thanks for your help jonnyb: no probs
i'd say it's worth pursuing - it's so much quicker and more flexible
i'd guess the "search by initial" thing could be fixable ricks99: y. i definately see big advantages. Tiki|bot: New Forum Posts: pdf of page with tabs - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=44275 CIA-75: tikiwiki: 03jonnybradley * r42168 10/branches/9.x/templates/modules/mod-quickadmin.tpl: [ENH] quickadmin: Add a quick way of opening the Smarty "debug" window (thanks marclaporte) rodrigoprimo: joined #tikiwiki CIA-75: tikiwiki: 03xavidp * r42169 10/branches/9.x/templates/tiki-view_articles.tpl: [FIX]Icons for watching articles needed to be hidden when actions=n (in newsletters sent by email, etc through plugin articles in wiki page templates) xavi: joined #tikiwiki
polom
ricks99 or any css master? :-) jonnyb: hi xavi xavi: hi jonnyb jonnyb: oops ;) xavi: I'm in process of sending the monthly newsletter...
in intercanvis.net (barter networks, etc) but this time with Tiki9 :-)
and I can't seem to get module upcoming events to get 100% width
here: http://intercanvis.net/tiki-index.php?page_ref_id=228&no_bl=y#Propers_esdeveniments
the content there comes from module upcoming events:
{MODULE(module="upcoming_events", decorations="n", flip="n", nonums="n", showaction="n", notitle="y", nobox="y", max="20", width="100%")}{MODULE}
but no way, since upgrade to tiki9, it just takes 180px it seems
I've added this in custom css:
#role_main .module { max-width:auto !important; }
but it didn't work...
I'll try setting it to 600px or something, and not just "auto"... jonnyb: try with... style="width:100%;" instead maybe? xavi: ok... 600px worked. uff! I'll try your tip, just in case it works also...
oups, it didn't work
ok, hardcoding some value works, at least....
I wonder if something should be commited to svn about this display regression... jonnyb: i'm sure i tackles this some time ago...
tackled xavi: in tiki6, nobox=y made the content of the module to display 100%, afair
well, I can't test a god solution to be commited, so I'll keep my hack locally for our tiki9 site for the time being
see you!