what is the difference between $tiki_p_autoapprove_submission and tiki_p_submit_article ?
with submit_article, it doesnt become "live" until approved
ricks99: I see. thank you
New Forum Posts: Script for Searching within Text - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38215
good morning
New Forum Posts: File Gallery: Script for Searching within File - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38215
hi
if I'd like to sort the items in plugintoc, is the only option to implement it on my own?
ooooooor...if I delete a structure without deleting the pages and then import it again (but sorted), would nothing bad happen? :D
tikiwiki: 03jonnybradley * r28707 10/trunk/ (2 files in 2 dirs): [FIX] trackerfilters: Move results (only) inside div.trackerfilter-result, also move that div inside the main trackerfilter div (and set class=trackerfilter on it).
tikiwiki: 03jonnybradley * r28708 10/trunk/lib/wiki-plugins/wikiplugin_datachannel.php:
tikiwiki: [ENH] datachannels: Add param array_values to tell the datachannel to expect
tikiwiki: arrays of values, e.g. from checkboxes on a trackerlist. Uses jQuery selectors
tikiwiki: for specifying groups of inputs. Requires the first field to be itemId.
tikiwiki: Runs the channel's profile once on each itemId chosen.
hello!
jscalendar tracker field is not working. No errors in js console. Can you help me, please?
when clicking on a date (button) it should pop up a jscalendar, but clicking button does nothing
hi all :-)
New Forum Posts: \{maketoc\} results in empty page - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38219
j0n3: do u have minify JS on ?
hi ricks99
New Forum Posts: seach for word "DNS" fails - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38220
karinqe: if there is no sort param, you can try wrap it into SORT plugin
luciash, thanks, I already sorted it internally, so it doesn't have to be sorted every time
I'm playing around with categories for wiki pages, I can't seem to enable the category pull down menu when editing an article. Any idea why?
tikiwiki: 03chibaguy * r28709 10/trunk/templates/tiki-admin_structures.tpl: [FIX] Closing div tag out of place (wrong place relative to closing select and if tags), causing column displacement for non-admin users (in branch 5 where non-admins can see this page; but making change here first).
tikiwiki: 03chibaguy * r28710 10/branches/proposals/5.x/templates/tiki-admin_structures.tpl:
tikiwiki: [bp/r28709][FIX] Closing div tag out of place (wrong place relative to closing
tikiwiki: select and if tags), causing column displacement for non-admin users (in branch
tikiwiki: 5 where non-admins can see this page; but making change here first). Reported by
tikiwiki: SusanHinton.
HideMe: you need object categorize related permissions - i think it is under wiki or global tiki section, not category section
In under the permissions menu?
yep, admin > permissions or admin > groups > premissions
hello all.
you need to set it for the group you want to be able to assign the categories to wiki pages
hi Kimberlee
luciash, Fixed it. Was the tiki_p_modify_object_categories permission under the tiki section.
yes, that's what i meant (didn't remember exact name)
polom
Should the category be shown on the actual page (regular viewing)?
like a breadcrumb.
luciash: sorry (I was on lunch time). Not minfy
hi. have a little css question: changed a:link, a:visited {color: f5f;}, how can I change the #pagetitle div link color only. no matter what I tried the color stayed #f5f. Which is the css selector for #pagetitle's a:link? Any hint? thx
HideMe: i think it is configurable (optional)... seen it somewhere
j0n3: hmm, must be a regression bug then, it worked for me some time ago
coaboa: do you know Firebug?
coaboa:h1 a.pagetitle?
coaboa: try #pagetitle a {color: #f00 !important}
yes I use firebug, but today I am a little ill so I tried .pagetite #div.pt etc... ;-) thx
Is it possible for me to create a tiki profile of my current install/setup that will allow me to deploy to other installs?
i don't remember if it's class or id, but if it's class, then .pagetitle is correct
HideMe: yes, you an have local profile repository too
s/an/can
Do profiles take the config and all settings along with it?]
only what is supported by profile handlers
but mostly yes
see http://profiles.tiki.org/Handlers
Ammmm so where abouts do I export my profile? (I see import only)
kk
you cannot export, you have to write it in the YAML code by hand
Ah ok.
afaik
maybe it is possible to export, but i don't know about it
New Forum Posts: Ver5.1 messages not showing if thread longer the 1 page - http://tikiwiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=38221
kimberlee: luciash: sorry none of both had an (visible ;-)) effect (put it at very end of the css too) tried also with .pagetitle, hhm?
luciash, back to the category feature.... do you know if it can display breadcrumbs on the wiki page applied to?
http://doc.tikiwiki.org/PluginCatpath
http://doc.tikiwiki.org/Category+Admin#General_Admin_setting
thanks :)
coaboa: need to use firebug or IE dev tools to determine exact CSS style to use
note, too, for links, really need a:link, a:visited, and a:active entries
polom
firebug says
css should be: .pagetitle {} or h1 .pagetitle {}. But the previous set color for a:link is very very sticky ;-)
coaboa: to override use h1.pagetitle a:link {color: #f00} then
coaboa: h1.pagetitle will not work
probably I'am too stupifd today but still that ugly pinkish color ;-) + its the last line in css therefore it shouldn't be overwritten.
the importance is not computed only by position in CSS
could it be a member of < div class="wikitext clearfix" id="top"> if so which seloctor should I try
styles are defined from the inside-out
onion style ;-)
have to go, get my daughter. bbl
h1.pagetitle a {color: #f00 !important} doesn't do the trick either ?
that worked thx
luciash, do you know where the clean url option is under admin?
HideMe: Features
HideMe: but u need to enable .htaccess file first
luciash, Mmmm I was looking in there.... no such option. I will be available once I AllowOverride All ?
tikiwiki: 03ricks99 * r28711 10/trunk/templates/tiki-page-contribution_form.tpl: [ENH]fixed multiple a11y issues. use fieldset not tables -- tables are for data. added missing LABEL and TITLE elements. fixed odd,even table cycling
byeee
tikiwiki: 03ricks99 * r28712 10/trunk/templates/tiki-upload_file.tpl: [ENH] added button to return to Simple mode for upload. Can now toggle between advanced and simple.
tikiwiki: 03sampaioprimo * r28713 10/trunk/ (6 files in 6 dirs): [ENH] keep track of changed translations in the database
polom
HideMe: tiki-admin.php?page=features&cookietab=3 (Admin > Features > New > Search engine friendly url - in Tiki 5.x)
luciash, thanks, but I found it. :)
yes, i kow, but you said it is not there, that you found it in another place... where ?
s/kow/know/
HideMe: just wondering
luciash, I don't recall now. :\
Do you know what file the initial tiki config (db password, etc) is saved in?
HideMe: db/local.php
thanks
thx to all & good night
good evening
ever tried creating a custom table with pretty tracker?
hi, u mean html table ?
yup
shouldn't be a problem
because trackerlist adds pagination links at the end
so if I write
it creates
u can disable the pagination by param
which is not valid html
yeah, but I need the pagination
but out of the table
ah, hmm
I'm looking for a hackaround, but the code is horrible :(
not even indented as should be :(
feel free to help make it better ;)
(I mean the tpl)
maybe later, now I have deadlines :(
what about replace hackaround again ?
adding tr td around the pagination
and where to put it?
or disable pagination by param and add custom pagination smarty tag under the table
see lib/smarty-tiki/block.pag....php
lib/smarty_tiki/block.pagination_links.php
hmmm
grrr, all of tikiwiki code is just a ton of if else
what would be better by your opinion ?
functions
i think there's lot of functions too :)
if(...) display_this(); else display_that();
and not putting it all into just mess of if/else
got any maintenance jobs free at tikiwiki development? :D
try something like {pagination_links cant=$cant step=$maxRecords offset=$offset}{/pagination_links} in your pretty tracker template
hm, I'm not sure how to use that block_pagination_links ... is there some documentation?
documentation is in the file i posted above
only
i fear
that's what I've been searching for - how to call it
or maybe in dev site
hm, how do I get the total amount of items in tracker list?
everybody has deadlines ;) enable feature_debug_console (it will appear in the main menu) to see what variables are available
you can see all the variables?
oh how I wished for that feature
available for the current page, yes
thank you :]
using slist command in the debugger console
btw, I already solved it -> added a parameter to trackerlist
which one ? :)
atend="
I mean I added it into the code
ah
hm, another problem of mine: trackers save images with random names without the .jpg suffix, like 3skljh34ousdfokj
and when I want to show the full sized image, firefox doesn't recognize it's a image
so it tries to save it as a binary file
the only way to fix this that comes to my mind is to mess with the code again a make it save those images with the suffix
*and
sorry for the lack of punctuation, I guess I should go to sleep already :(
np
have you got any better idea?
well, full size worked for me but maybe list_mode=csv makes it broken :-/
no, it did this even without list_mode=csv
the images are simply saved without the .jpg part
so the browser can't recognize it as a image
hmm, weird, i think it displayed the full-size image when i clicked the thumbnail
I mean, if you save the image right into the tracker
hmm
yeah, they're encoded somehow by purpose but i don't know what is the advantage of having them saved without the extension into the filesystem actually
hm
http://doc.tikiwiki.org/Image+Tracker+Field&structure=Documentation
I guess I'll mess with the code again
I found nothing about it in the documentation
tikiwiki: 03sampaioprimo * r28714 10/trunk/ (4 files in 4 dirs): [ENH] link to previous and next post on the botton of the post
i just refer to the "The images are store in the sub directory img/trackers. The filenames are encoded at the upload."
i guess the image is served with type=image/jpeg in header
ah, that
that's why it didn't need the .jpg extension, but dunno how it serves via pretty tracker
the full size image
hm
i think the thumbnails one work, don't they ?
yup
you can add a type parameter to ?
I'll try
hmm, i don't think so
nope, not working :(
would it be an option for you to display it in the colorbox instead of new window ?
if you use the standard tracker list and display the image and right click "view image", it too doesn't work
I thought about it
i mean
works, right ?
but some users may be used to open it via "view image"
at least I am
just when you try to display the image file itself in browser, it fails
yup,
works
yes
i see, well, then the only workaround is to modify the tracker image upload code and add the .jpg extension in the code
I'll see tomorrow ...
to make it available for user used to right click > view image
yes, that was exactly what I was thinking about :D
tikiwiki: 03sampaioprimo * r28715 10/trunk/templates/tiki-blog_post.tpl: [ENH] display link to post on post edit page
I just don't want to search trough 1000 lines of if/else nests again :]
karinqe: good idea, maybe we can add it then as optional preference to Tiki
:)
well, good night then
bye
good nite
and thank you for the time ;)
tikiwiki: 03sampaioprimo * r28716 10/trunk/ (13 files in 8 dirs): [KIL] blog option 'use_title' (as proposed in the blog revamp page)
tikiwiki: 03sylvieg * r28717 10/trunk/lib/trackers/trackerlib.php: [FIX]actionlog: update item was recorded twice