amette_: left #tikiwiki
joined #tikiwiki deeku: joined #tikiwiki
is it possible to prefill values in tiki-ajax_services.php action=insert_item ? amette_: left #tikiwiki deeku: I would like to add a tracker item via a wiki page via AJAX, so I ask. torsten1: joined #tikiwiki deeku: in a wiki template, is there a quick way to convert the value of {$F_someId} to its numeric value? I want to remove the currency symbol that gets embedded automatically in {$F_someId} xavi: joined #tikiwiki
deeku ?
You can get the value with the "output" smarty modyfier
{$f_NN|output}
As far as I remember ( while walking the dog)
Hth
joined #tikiwiki
joined #tikiwiki amette_: joined #tikiwiki Tiki|bot: New Forum Posts: fatal error when upgrading from 14.1 to 15.0beta - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=59338
New Forum Posts: Round Table Meeting This Thursday and the intl extension... - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=59337
New Forum Posts: [Tikiwiki-cvs/svn] Round Table Meeting This Thursday and the intl extension... - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=59334 amette_: left #tikiwiki Tiki|bot: New Forum Posts: fatal error when upgrading from 14.1 to 15.0beta - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=59338
New Forum Posts: Round Table Meeting This Thursday and the intl extension... - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=59337
New Forum Posts: [Tikiwiki-cvs/svn] Round Table Meeting This Thursday and the intl extension... - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=59334 fabricius: joined #tikiwiki amette_: joined #tikiwiki xavi: joined #tikiwiki paulth: joined #tikiwiki Tiki|bot: New Forum Posts: Bug in tiki_articles definition table? - http://tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=59343 olinuxx: joined #tikiwiki Tiki-KGB: 03jonnybradley r58382 10(62 files in 45 dirs) * [MRG] Automatic merge, branches/15.x 58364 to 58381 chibaguy: joined #tikiwiki
polom jonnyb: hi chibaguy and all chibaguy: hi jonnyb and all xavi: joined #tikiwiki redflo: joined #tikiwiki Jyhem: polom
hi chibaguy
I'm toying with search module in topbar in business theme
It needs fixes which I can do, but I wonder about the original expected behaviour
Like what was the purpose of position: absolute; in #topbar_modules .box-search
Ohh, I might get it. It expects that there are other modules in #topbar_modules such as a menu
the issue is, when search is the only module on topbar, topbar does not even show :-( jonnyb: polom Jyhem Flirek: joined #tikiwiki Jyhem: hi jonnyb Flirek: hi all Jyhem: hi Flirek Tiki|bot: New Forum Posts: Bug in tiki_articles definition table? - https://tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=59343
New Forum Posts: fatal error when upgrading from 14.1 to 15.0beta - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=59338
New Forum Posts: Round Table Meeting This Thursday and the intl extension... - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=59337
New Forum Posts: Bug in tiki_articles definition table? - http://tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=59343
New Forum Posts: fatal error when upgrading from 14.1 to 15.0beta - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=59338
New Forum Posts: Round Table Meeting This Thursday and the intl extension... - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=59337 amette_: left #tikiwiki
joined #tikiwiki xavidp: joined #tikiwiki
joined #tikiwiki chibaguy: hi Jyhem. Sorry, I was away.
For #topbar_modules .box-search to have position: absolute seems like an old-school method, to me. What version of Tiki do you see this with? Jyhem: tiki15
in themes/business/less/tiki-selectors.less
So far, I have removed only the annoying bits
height: 59px;
position: absolute;
and
#topbar_modules .box-search .form-inline .form-group { display: block;
But it looks like keeping only the good parts might make more sense, only I can't do that and expect to cause no side effects chibaguy: Yes, that absolute position I think is a pre-Bootstrap relic. But the Business search form is a little different because, at least in the original version, I had a fancy graphic magnifying glass on the left side of the input. Maybe that made it more complicated.
I -> it jonnybradley: joined #tikiwiki chibaguy: #topbar_modules .box-search .form-inline .form-group { display: block; etc. may be related to that graphic, if this code isn't in other themes.
(I was working on reinstating the graphic, but got sidetracked.) Tiki|bot: New Forum Posts: Bug in tiki_articles definition table? - https://tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=59343
New Forum Posts: fatal error when upgrading from 14.1 to 15.0beta - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=59338
New Forum Posts: Round Table Meeting This Thursday and the intl extension... - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=59337
New Forum Posts: Bug in tiki_articles definition table? - http://tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=59343
New Forum Posts: fatal error when upgrading from 14.1 to 15.0beta - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=59338
New Forum Posts: Round Table Meeting This Thursday and the intl extension... - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=59337 Jyhem: I was only comparing to fivealive-lite and "default", and most of this is not there. They just have a plain left-aligned search text input followed by buttons
sometimes the buttons follow to far right, btw.
The missing fancy magnifying glass would explain the extra height, etc. chibaguy: Yep. I can try to get back on that and finish it up. I'm not sure how important the fancy magnifying glass is, but it was a detail of the original theme. Jyhem: Anyway, I'm quite happy with my newfound ability to edit less files and recompile the theme, so I'll let you decide in which direction you want to go (add magifying glass or remove unnecessary stuff)
My original site was in tiki9 with the search box in the "top" area with a custom coelesce theme, and trying business on it does not make any magnifying glass show up
What I mean is, I won't miss any magnifying glass if you don't put it back. chibaguy: Right, it's been gone for a while. jonnybradley: joined #tikiwiki jonnyb: repolom jonnybradley: joined #tikiwiki Tiki-KGB: 03xavidp r58383 10trim/src/env_setup.php
[MOD]Changed deafult editor from vim to nano for the sake of easyness of edition. Geeks can replace for them with their preferred one (vim, emacs, and such). thanks marclaporte amette_: left #tikiwiki Tiki|bot: New Forum Posts: Bug in tiki_articles definition table? - https://tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=59343
New Forum Posts: fatal error when upgrading from 14.1 to 15.0beta - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=59338
New Forum Posts: Round Table Meeting This Thursday and the intl extension... - https://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=59337 kotten: joined #tikiwiki Tiki-KGB: 03jyhem r58384 03branches/15.x/installer/schema/20160420_correct_blogpost_encoding_tiki.sql
[FIX] Upgrade blog posts without broken encoding. Complements 57752 and 57891 for the obvious case of sites with no wysiwyg Jyhem: I can't believe I missed this case at the time: it's the use case for my site on which I identified the issue in the beginning :-( redflo: joined #tikiwiki amette_: joined #tikiwiki
left #tikiwiki xavidp: joined #tikiwiki nelsonko: joined #tikiwiki amette_: joined #tikiwiki
left #tikiwiki Telesight: joined #tikiwiki xavidp: joined #tikiwiki amette_: joined #tikiwiki Tiki-KGB: 03jonnybradley r58385 10branches/ 1015.x/themes/base_files/less/tiki-comments.less 1015.x/themes/base_files/css/tiki_base.css * [FIX] css: Increase z-index on inline comment button (side effect of r57795? ;)
03jonnybradley r58386 03trunk/installer/schema/20160420_correct_blogpost_encoding_tiki.sql 10trunk/themes/base_files/less/tiki-comments.less 10trunk/themes/base_files/css/tiki_base.css 10trunk * [MRG] Automatic merge, branches/15.x 58381 to 58385 amette_: left #tikiwiki Tiki|bot: New Forum Posts: Tiki 15.x daily reports broken - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=59344
New Forum Posts: Bug in tiki_articles definition table? - http://tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=59343
New Forum Posts: fatal error when upgrading from 14.1 to 15.0beta - http://tiki.org/tiki-view_forum_thread.php?forumId=26&comments_parentId=59338 Tiki-KGB: 03dlucio r58387 10trim/src/env_setup.php * make fix now uses correct indexing kinkaid: joined #tikiwiki
Hello - is there a way to create a link that would auto create a comment in a tracker?
I would like to be able to send an email to a user with a link, for instance, click here to submit approval
And it would simply post a comment with the user id to the tracker with the message "approved" jonnyb: hi kinkaid - there's no built in feature to do that, but you could write some custom code i guess to use the comment posting service, and probably combine that with token authentication somehow for security, but it wouldn't be trivial… nelsonko: joined #tikiwiki ipfreely: joined #tikiwiki
afternoon people
I have a strange problem. I use a user tracker, but everytime i add a user to it, the info gets assigned to the user it is supposed to AND to the admin user,
i checked tikilogs and i see this Duplicate entry '' for key 'PRIMARY' - INSERT INTO...
care to point me in which direction i should look? jonnyb: sorry ipfreely - have to go now
but that does sound familiar - which version? xavidp: joined #tikiwiki jonnyb: evening xavidp - i have to go now but maybe you can remember this thing about user tracker adding stuff to the admin user - ipfreely has the issue and i'm sure i had it once ages ago… maybe you too?
afraid i'll have to leave you to it, more tomorrow... ipfreely: jonnyb: 12.7SVN
and thank you :) xavidp: joined #tikiwiki nelsonko: joined #tikiwiki nelsonko_: joined #tikiwiki nelsonko: joined #tikiwiki Tiki-KGB: 03dlucio r58388 10trim/ 10src/dbsetup.php 10scripts/addinstance.php 10Makefile * blank instance support olinuxx: joined #tikiwiki Tiki-KGB: 03dlucio r58389 10trim/ 10src/env_setup.php 10scripts/tiki/fixperms.php * a better way to fix the index issue xavidp: joined #tikiwiki luciash: joined #tikiwiki