←Prev date Next date→ Show only urls(Click on time to select a line by its url)

WhoWhatWhen
GillesMMjoined #tikiwiki [01:40]
................ (idle for 1h18mn)
Gwaynejoined #tikiwiki [02:58]
fabricius1joined #tikiwiki [03:08]
Jyhem_laptopjoined #tikiwiki [03:08]
Jyhem_joined #tikiwiki [03:08]
..................... (idle for 1h41mn)
fabriciusjoined #tikiwiki [04:49]
..... (idle for 23mn)
joined #tikiwiki [05:12]
........................................ (idle for 3h16mn)
xavijoined #tikiwiki
polom
xavi loooong time with no visit to this channel
any css master around?
a client wants some color in the tracker item status button shown in mobile mode (12.x), and I don't know how to add a property to a span element with specific text inside. Maybe some jquery trick instead?
<span class="ui-btn-text"><span> open </span></span>
how can I show the "open" label with some bg color?
or with the corresponding green round icon in the label once the item is selected, as shown in the option at the dropdown level?
Jyhem_ or Jyhem_laptop maybe know some jquery trick?
wow, this might answer my question (paste url here for the record): http://stackoverflow.com/questions/9424417/how-do-i-select-a-span-containing-a-specific-text-value-using-jquery
[08:28]
........... (idle for 50mn)
Tiki|botNew Forum Posts: Import HTML parsed pages into the wiki - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=57075
New Forum Posts: LDAP tab is blank. - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=17&comments_parentId=57073
New Forum Posts: SVN Plugin - http://suite.tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=57070
[09:27]
New Forum Posts: Import HTML parsed pages into the wiki - http://tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=57075
New Forum Posts: LDAP tab is blank. - http://tiki.org/tiki-view_forum_thread.php?forumId=17&comments_parentId=57073
New Forum Posts: SVN Plugin - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=57070
[09:37]
Jyhemhi xavi
A CSS solution (if it exists) would probably be "the right way"… But everything wrong can be hidden and fixed in jQuery :-)
[09:44]
xavi:-D [09:47]
JyhemI'd try stuff like : [09:47]
xavithks for sharing your wisdom, Jyhem ;-) [09:47]
Jyhemlol [09:47]
xaviI managed with standard fields... but not with tracker field status
I dunno why
I'll reproduce at some show.t.o instance...
[09:48]
Jyhem$('span.ui-btn-text span').each(function(){
if ($(this).text() == ' Open ') {
$(this).css({'color': 'green'});
//alert('ok');
}
})
Maybe you need to play withthe exact span content. There seems to be extra spaces left & right
[09:49]
xaviyep, I already noticed that
got it!
the trick seemed to be (for me):
$("span").filter(function() { return ($(this).text().indexOf('Open') > -1) }).css('background-color','lightgreen');
trick was "indexOf" >-1, since it allows a match anywhere, even if not exact-string match
[09:50]
Jyhembut aren't afraid of matching other unrelated spans which happen to contain "Open" ? [09:55]
xaviin fact, the string is not "Open" or "Closed" anymore, since the client wanted another longer string with spaces in it, etc. ('Open' became something like 'complete - pending validation (open item)')
I'll refine the string to be matched against, just in case (thanks for the advice)
[09:55]
Jyhemohhh, wrong matches are not such a concern suddenly :-)
you can also restrict the field with $('span.ui-btn-text span')
instead of looking up all spans in the page
[09:56]
xaviok, thnks for tip :-) [10:02]
........... (idle for 51mn)
redflojoined #tikiwiki [10:53]
xaviJyhem , another css question....
how can I add some color to the status option selected, in non-mobile mode?
I managed in mobile mode, but not in standard non-mobile (12.x)
[11:02]
EmenemsDear Tikiwiki
Hello :)
Question number 54034 : Are the Permanent Names unique or not ? https://doc.tiki.org/Permanent+Names
in Trackers.
:-)
[11:03]
xaviHi Emenems, no necessarily, Use at your own discretion for your own needs [11:04]
Emenemsok :-/ [11:05]
xavithey can be not unique (in purpose, for some use cases, it seems)
in all my sites, I use them as unique identifiers (and I ensure that I have there unique names, if I write them by hand, etc)
[11:05]
Emenemsxavi, can i change the name after items have been inserted ? or better not ? [11:06]
xaviI guess yes, as far as you reindex your search index after wards. Permanent names are for fields, not for records
afaik
but you'd better do some testing in your localhost first, just in case
[11:06]
Emenemshum ok. [11:07]
xavixavi not expert in permanent names [11:07]
Emenemsxavi it's ok. actually, i have a tracker linked to another tracker and... yesterday it was working :-) and today, the "list" is empty...
So.. i'm searching what could have change
[11:08]
xavireindex the search index, just in case [11:08]
Emenemsgo.
ok.
xavi, ok :-) it works :-)
[11:09]
xavinice :-) [11:10]
Emenemsyou know... sometimes tiki is like.. it's having it's own life, and i don't understand :-) [11:11]
xavitip: add a cron job to get your index re-made with some frequency (once a day at least?) [11:11]
Emenemsthx.. [11:15]
......... (idle for 43mn)
xaviJyhem still around?
another request from a client (for long custom forms) is to have PluginTabs display the tab labels at the top AND at the bottom...
maybe luciash knows how to tweak that also?
[11:58]
.... (idle for 18mn)
Tiki|botNew Forum Posts: Plugin Remarks Box parameters - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=57080 [12:17]
xavimmm, it seems it's not that easy (after googling a bit) [12:30]
..... (idle for 22mn)
fabriciusjoined #tikiwiki [12:52]
...................... (idle for 1h49mn)
xavileft #tikiwiki [14:41]
jossyjoined #tikiwiki
hello all
pls am trying to login to tiki demo site with username admin and password 12345 but not working
i got this error;More than 20 unsuccessful login attempts have been made. An email has been sent to you with the instructions to follow.
[14:50]
....... (idle for 31mn)
olinuxxjoined #tikiwiki [15:24]
............... (idle for 1h14mn)
xavi2joined #tikiwiki
left #tikiwiki
joined #tikiwiki
left #tikiwiki
joined #tikiwiki
left #tikiwiki
[16:38]
xavijoined #tikiwiki
for the record, info after jossy's message a couple of hours ago. I confirm that demo.t.o/14.x/ has an unclear login procedure, and it should be reset (I dunno why)
demo.t.o/12.x/ and demo.t.o/13.x/ still have the expected login credentials for user admin
cheers
left #tikiwiki
[16:41]
...................... (idle for 1h48mn)
Telesightjoined #tikiwiki [18:31]
.................... (idle for 1h37mn)
Tiki|botNew Forum Posts: Contents Box on Pages - http://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=57084 [20:08]
....... (idle for 30mn)
New Forum Posts: Contents Box on Pages - https://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=57084
New Forum Posts: Plugin Remarks Box parameters - https://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=57080
New Forum Posts: Import HTML parsed pages into the wiki - https://tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=57075
[20:38]
fabriciusjoined #tikiwiki [20:43]
Tiki|botNew Forum Posts: Contents Box on Pages - http://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=57084
New Forum Posts: Plugin Remarks Box parameters - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=57080
New Forum Posts: Import HTML parsed pages into the wiki - http://tiki.org/tiki-view_forum_thread.php?forumId=3&comments_parentId=57075
[20:48]
............... (idle for 1h11mn)
fabricius1joined #tikiwiki [21:59]
........................ (idle for 1h57mn)
fabriciusjoined #tikiwiki [23:56]

←Prev date Next date→ Show only urls(Click on time to select a line by its url)