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

WhoWhatWhen
***Jyhem_laptop_ has joined #tikiwiki
Caarrie|away is now known as Illori|sleeping
Illori|sleeping is now known as Caarrie|sleeping
[00:10]
...... (idle for 27mn)
Jyhem_laptop_ has quit IRC (Ping timeout: 240 seconds) [00:38]
fabricius has quit IRC (Remote host closed the connection) [00:45]
.............. (idle for 1h5mn)
goj_killedByISP has joined #tikiwiki
goj has quit IRC (Disconnected by services)
goj_killedByISP is now known as goj
[01:50]
.... (idle for 15mn)
rodrigo_sampaio has joined #tikiwiki
rodrigo_sampaio has quit IRC (Client Quit)
[02:05]
................. (idle for 1h20mn)
Tiki|botNew Forum Posts: List of database structure for each version of Tiki? - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=41951 [03:26]
....................... (idle for 1h51mn)
***Narkster has quit IRC (Ping timeout: 255 seconds)
Narkster has joined #tikiwiki
[05:17]
.................. (idle for 1h25mn)
andi6803 has joined #tikiwiki [06:44]
..... (idle for 24mn)
coaboa has joined #tikiwiki [07:08]
.................................................... (idle for 4h17mn)
Caarrie|sleeping is now known as Caarrie|away [11:25]
...... (idle for 27mn)
CIA-88tikiwiki: 03robertplummer * r35876 10/trunk/lib/core/WikiParser/Experimental/ (PluginParser.jison PluginParser.js PluginParserTester.html): [FIX] Added italics and bold as parsable wiki syntax, but only works with certain grammers, need to get my regex a bit better so it stops before them. [11:52]
........... (idle for 54mn)
***redflo has joined #tikiwiki [12:46]
.......... (idle for 45mn)
CIA-88tikiwiki: 03changi67 * r35877 10/trunk/lang/fr/language.php: [TRA] Wrong translation [13:31]
...... (idle for 25mn)
***fabricius has joined #tikiwiki [13:56]
redflo has left [14:08]
Jyhem_laptop_ has joined #tikiwiki [14:17]
fabriciuspolom [14:18]
......... (idle for 44mn)
***fabricius has quit IRC (Read error: Operation timed out) [15:02]
................ (idle for 1h18mn)
marclaporte has joined #tikiwiki
ChanServ sets mode: +o marclaporte
[16:20]
......... (idle for 40mn)
lindonb has joined #tikiwiki [17:00]
redflo has joined #tikiwiki [17:08]
......... (idle for 41mn)
CIA-88tikiwiki: 03xavidp * r35878 10/branches/proposals/6.x/lib/ (3 files in 3 dirs):
tikiwiki: [bp/r35869] indentation
tikiwiki: [ENH][bp/r35870] add calendar events to daily reports
tikiwiki: [ENH][bp/r35872] add tracker items to daily reports
tikiwiki: Thanks rodrigo_sampaio
[17:49]
....... (idle for 33mn)
chealerpolom [18:22]
coaboahi chealer
bbl
[18:22]
***fabricius has joined #tikiwiki [18:37]
fabriciusPolom
Hi
I have a problem houston
Tiki 7.1
articles
the articles seem to parse the source code as plain text, what means, I will see the html-source instead of a nice article
anybody a clue what that might be?
[18:39]
chealerfabricius: the source code being the Tiki syntax? [18:46]
Tiki|botNew Forum Posts: Problem with "parent" galleries - http://tiki.org/tiki-view_forum_thread.php?forumId=4&comments_parentId=41956 [18:50]
fabriciuschealer: no, the source code being HTML made by CKE / WYSIWYG
chealer: it seems, that in Wikipage, the CKE parses allright - I can use the WYSIWYG editor, use Wikiplugins and all is shown alright - but when I want to read an article, they are not shown anymore as they should - they are shown in HTML source code
[18:55]
chealerfabricius: oh, no idea then [18:57]
fabriciuschealer: but isn it strange?
another thing:
I have modules in the rightcolumn with a very brightbackground and some modules on a wikipage with quite dark background
=> modules in a dark bg div
I want the modulelinks in the div being in a bright color, but leave the general module links in another color
it's these selctors: a.linkmodule:link, a.linkmodule:visited a.linkmodule:hover
[18:59]
chealerfabricius: I don't use WYSIWYG enough, sorry [19:03]
fabriciusbut I have no idea, how to define the selectors in an inline style in the div - or anything else
chealer: do you have an idea for thequestion to the links?
[19:03]
***lindonb has quit IRC (Quit: lindonb) [19:03]
chealerfabricius: CSS definitions must be in HEAD
fabricius: content is in col1
[19:08]
fabriciushmm
chealer: I do not really understandwhat do you mean in this context? I would like to change css definitions for a specific wikipage or a certain div in this wikipage
[19:17]
***andi6803 has left [19:26]
chealerfabricius: then you'd need a plugin to do that
fabricius: unless you use something like a Smarty condition to output CSS or not
[19:28]
***Jyhem_laptop_ has quit IRC (Read error: Operation timed out) [19:32]
fabriciuslike if page is, then a.linkmodule, { color: white; } endif ?? [19:33]
chealerfabricius: right, but you will need more specific selectors too to avoid affecting the modules in columns
fabricius: (try targetting col1 content)
[19:37]
fabriciuschealer : hmm - I haveno cluewith smarty, but I'll try s.th. [19:38]
chealerfabricius: the $page variable contains the Wiki page's name if you want to experiment there. I don't know what Smarty variable would tell you the article [19:39]
fabriciusI tried this:
not working
changes the style for theselectors all over the place, once you click on the HomePage
but at least a start
thx
[19:41]
chealerfabricius: yes. now you just need more specific selectors [19:57]
fabriciusbut how to asign selectors to certain modules?
hmm
[20:00]
chealerfabricius: as I suggested, you could just target col1 (rather than specific modules)
fabricius: unless you really have some modules in the content that should not be affected
[20:01]
fabriciusbut how to target col1? [20:04]
chealerfabricius: there's a div with an id of "col1". I suppose you know the id selector [20:05]
fabriciusI guess: #c1c2 #wrapper #col1
oops
woohoo works!
arrgl, why is the hash making a link?
guess thats just
in irc
so chealer, thx, you showed me the way to find the solution
for the articles html parsing, I'll write in the dev-list - it seems to me to be a bug or so
[20:09]
***fabricius has quit IRC (Ping timeout: 250 seconds) [20:18]
CIA-88tikiwiki: 03robertplummer * r35879 10/trunk/lib/core/WikiParser/Experimental/ (PluginParser.jison PluginParser.js PluginParserTester.html): [FIX] Parser to allow for more flexibility and parser refinements. [20:31]
................. (idle for 1h24mn)
***chealer has quit IRC (Remote host closed the connection)
chealer has joined #tikiwiki
chealer has quit IRC (Changing host)
chealer has joined #tikiwiki
[21:55]
.... (idle for 18mn)
fabricius has joined #tikiwiki [22:17]
fabriciusre polom [22:17]
........ (idle for 38mn)
Tiki|botNew Forum Posts: Logo? - http://tiki.org/tiki-view_forum_thread.php?forumId=14&comments_parentId=41959 [22:55]
.... (idle for 18mn)
***lindonb has joined #tikiwiki [23:13]
coaboa has quit IRC (Ping timeout: 255 seconds) [23:21]
lindonb has quit IRC (Quit: lindonb) [23:33]

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