***: idle-_ has quit IRC (Read error: 110 (Connection timed out))
chibaguy has joined #tikiwiki
pkdille has quit IRC (Read error: 145 (Connection timed out))
Caarrie is now known as Caarrie|sleeping
grobda24 has quit IRC (Broken pipe)
NefariousC has quit IRC ()
vilisi_t has joined #tikiwiki
franck has quit IRC (Read error: 104 (Connection reset by peer))
franck has joined #tikiwiki
SEWilco has quit IRC (Read error: 110 (Connection timed out))
SEWilc1 has joined #tikiwiki
luciash: polom polom
GillesMM: hi
luciash: hi Gilles
hey chibaguy, what do you think about the footer issue ?
chibaguy: hi luciash, I need to look again at that.
***: SEWilc1 is now known as SEWilco
luciash: chibaguy: and iirc we already have button class, is it applicable for the input tag ?
chibaguy: It's confusing because there's the visible footer on the page, and also footer.tpl which contains non-visible code.
luciash: chibaguy: yep, it's confusing for me too
chibaguy: I happen to have tikineat.css open, and it has these selectors: button, input[type=submit], .button input, .submitbutton -- all styled the same.
I don't have much experience with forms, so these similar things look confusing and redundant to me.
On w3.org page it says: "Authors should note that the BUTTON element offers richer rendering capabilities than the INPUT element."
-: chibaguy wondering what is best practice.
luciash: i see, but i just checked with w3m and it's true, cannot submit there with button :-p
if w3m is from w3c, then it's a shame (dunno, just sounds so :-p)
ok, then it must be <foo class="button"><input .../></foo> or <input class="submitbutton" .../>
chibaguy: I think w3m isn't from w3c (looking at their history page).
luciash: ah, only issue with button i knew until now was the issue when it happens to have a need for two submit buttons in one form
then it doesn't work correctly in IE and submits only with first button value
but for one button to submit in a form i thought it's safe
apparently it's a bug with w3m that they don't support it but now what ? rollback or use the submitbutton class ?
***: Lucymoz has quit IRC (Read error: 110 (Connection timed out))
luciash: chibaguy: ping ?
chibaguy: About your question, I don't know.
Not roll back, but add class="button" I guess.
***: danopia has quit IRC (Connection timed out)
luciash: chibaguy: what if we want to distinguish submit button from reset button ? class="button submit" and class="button reset" ?
chibaguy: Yep, seems good.
luciash: i'll reply to robin like that
***: franck has quit IRC (Read error: 110 (Connection timed out))
franck has joined #tikiwiki
franck has quit IRC ()
vilisi_t has quit IRC ("Leaving.")
Lucymoz has joined #tikiwiki
Timoth1 has joined #tikiwiki
Timoth1 has left
pkdille has joined #tikiwiki
luciash: chibaguy: you know opera 9.6 is out ?
;)
chibaguy: luciash, no, I'll give it a try.
-: luciash too
Paragtim: Anyone have a simple way to show a list of user names and email addresses?
***: jasprit has joined #tikiwiki
PS|bot: SVN: Commit by sept_7 :: r 15056 /trunk/doc/devtools/sqlupgrade.sh: [ENH] Give a meaningful message if PHP command line interpreter is not present on the system.
chibaguy: Themes.tw.o finally updated, to 2.2 alpha.
***: Lucymoz has quit IRC (Read error: 110 (Connection timed out))
PS|bot: SVN: Commit by chibaguy :: r 15057 /mods/trunk/themes/faulkner/styles/faulkner/rightmargin.jpg: [NEW] Right margin background image was missed in theme commit.
-: chibaguy wonders how many people tried that theme over months with the right-side background image missing....
***: chibaguy has left
Paragtim: How easy is it to modify a plugin (user_list) to add extra detail?
***: Simmi has joined #tikiwiki
PS|bot: SVN: Commit by Jyhem :: r 15058 /trunk/ (38 files in 38 dirs): [ENH] Clean lang/en/language.php of useless translations and update other language files
***: martinalex has joined #tikiwiki
danopia has joined #tikiwiki
temp312322424 has joined #tikiwiki
temp312322424: anyone here?
how do I create a menu item which shows all my wiki pages? say on the left hand side...
I want a drop down list - something like the phplayers menu will do - but how do I edit it to say <mywikipages> ?
***: MatWho has joined #tikiwiki
MatWho: hi all, can you get to http://tikiwiki.org/tiki-login.php I cant
***: timo has joined #tikiwiki
timo has quit IRC (Client Quit)
Paragtim: Can get to the reg page and browse the site without logging in - No account
MatWho: ok thanks but it is back. Dont know what happened.
***: lorinc has joined #tikiwiki
philback has joined #tikiwiki
martinalex has quit IRC (Read error: 60 (Operation timed out))
Caarrie|sleeping is now known as Caarrie
ricks99 has joined #tikiwiki
temp312322424 has quit IRC ("CGI:IRC (EOF)")
philback is now known as philback|busy
NefariousC has joined #tikiwiki
grobda24 has joined #tikiwiki
Simmi has quit IRC ("Leaving.")
lphuberdeau has quit IRC (Read error: 60 (Operation timed out))
lorinc has quit IRC ("Leaving")
PS|bot: SVN: Commit by Jyhem :: r 15059 /trunk/templates/comments.tpl: [FIX] Typo
***: NefariousC has quit IRC ()
lphuberdeau has joined #tikiwiki
Paragtim: How can I change the default font size in the freetag cloud?
ricks99: need to modify the css
Paragtim: Any idea which tag?
ricks99: a.freetag_1 through _7
GillesMM: hello what is the name of the variable http://mysiste/tikiwiki ?
Paragtim: Looking now - thanks
Hi rick, I new it wouldn't be that easy - no freetag showing in the css (default.css)
Any other ideas?
ricks99: i use tikineat.css (the default tiki css)
it is in there
may need to check the transition styles, too
i also see it in the 1.9to2.0 css
Paragtim: can i cut and paste it (the block) from tikineat into my css?
ricks99: y. or specify to use the appropriate transtion css.
Paragtim: which one over-rides the named css or the transitional?
ricks99: the css cascade in order:
1. speciaty items (such as., phplayers.css, )
2. transition style cheet (such as 1.9to2.2.css)
3. named them (such as tikineat.css)
Paragtim: so settings in 2 will over-ride settings in 3
ricks99: no. they cacasde downard. last wins
but...
if there is an element in (1) that is not fully overridden in (3), it will still display
Paragtim: You've been doing this tiki thing for quite a while - Why so complicated?
ricks99: actually this is quite. easy. means u can override any/all styles simply by creating ur own custom theme
Paragtim: conceeded ;)
ricks99: for help, see http://www.w3.org/Style/CSS/
***: nkoth3 has joined #tikiwiki
Paragtim: I have a problem that you might be able to suggest a solution to:- I need to be able to display (list) the user name and email on a page. Any ideas?
***: chibaguy has joined #tikiwiki
ricks99: i think there's a userlist plugin...
Paragtim: There is but I can get it to display the email. I've looked at the .tpl but it seems to rely on having userMytiki enabled and the suits won't go for that level of personalisation
ricks99: y. because each user can decide to have their email private or public (via mytiki)
you'll probably need some sort of custom plugin
Paragtim: any ways around it?
ricks99: could always use the SQL plugin to query the db directly (the users_users table), then dump the results on a wiki page
Paragtim: Thank you - I will investigate and come back when I get stuck at the 3rd word :0. More beer added to the list
ricks99: np
***: philback|busy has quit IRC (Read error: 110 (Connection timed out))
SEWilc1 has joined #tikiwiki
SEWilco has quit IRC (Read error: 110 (Connection timed out))
Paragtim: Is there a plug in that will list all the wiki pages and a chunck of text (like the search return data)?
ricks99: use the listpages plugin
Paragtim: thank you
PS|bot: SVN: Commit by adren67 :: r 15060 /trunk/lang/fr/language.php: [TYPO] change some french translations (typos, unstranslated...)
***: Caarrie is now known as Caarrie|away
Simmi has joined #tikiwiki
Simmi has quit IRC ("Leaving.")
Paragtim: Is there another plug in like list pages?
***: rodrigo_sampaio has joined #tikiwiki
rodrigo_sampaio has quit IRC (Client Quit)
Wilkins has joined #tikiwiki
chibaguy has left
danopia has quit IRC (Network is unreachable)
danopia has joined #tikiwiki
mac|jaeger has joined #tikiwiki
SEWilco2 has joined #tikiwiki
Simmi has joined #tikiwiki
Caarrie|away is now known as Caarrie
Wilkins has quit IRC (Remote closed the connection)
snarlydwarf has joined #tikiwiki
Lucymoz has joined #tikiwiki
Redhatter has quit IRC (Remote closed the connection)
Redhatter has joined #tikiwiki
ricks99 has quit IRC ("ChatZilla 0.9.83 [Firefox 2.0.0.3/2007030919]")
navster has joined #tikiwiki
kerrnel has joined #tikiwiki
kerrnel: Does marc have an AIM name?
***: danopia has quit IRC (Network is unreachable)
jasprit has quit IRC ("Leaving.")
navster has left
PS|bot: SVN: Commit by sylvieg :: r 15061 /trunk/ (2 files in 2 dirs): [MOD]log: link to sql log(must do pdo log....)+ slef_link
***: mac|jaeger has quit IRC ("Trillian (http://www.ceruleanstudios.com)")
martinalex has joined #tikiwiki
SEWilco2: dev.tw.o site slow.
PS|bot: SVN: Commit by sylvieg :: r 15062 /trunk/lib/wiki/renderlib.php: [FIX]renderlib: the global crumbs must be filled even is the feature_breadcrumb is not on - otherwise the page title is not displayed
***: pkdille has quit IRC (Remote closed the connection)
pkdille has joined #tikiwiki
pkdille has quit IRC (Remote closed the connection)
pkdille has joined #tikiwiki
danopia has joined #tikiwiki
philback|busy has joined #tikiwiki
philback|busy is now known as philback
philback has quit IRC ("Light travels faster then sound, which is why some people appear bright, until you hear them speak")
SEWilco2 has quit IRC (Read error: 110 (Connection timed out))
SEWilco2 has joined #tikiwiki
kerrnel has quit IRC ("CGI:IRC (EOF)")
PS|bot: SVN: Commit by sylvieg :: r 15063 /trunk/lib/notifications/notificationemaillib.php: [FIX]emil: to avoid // in watchc categ mail
***: lphuberdeau has quit IRC (Read error: 104 (Connection reset by peer))
Amorphous has quit IRC (Read error: 110 (Connection timed out))
martinalex has quit IRC (Read error: 110 (Connection timed out))
Amorphous has joined #tikiwiki
lphuberdeau has joined #tikiwiki
Caarrie is now known as Caarrie|away
Lucymoz has quit IRC (Read error: 110 (Connection timed out))
MacLeod has joined #tikiwiki
PS|bot: SVN: Commit by lphuberdeau :: r 15065 /trunk/lib/wiki-plugins/wikiplugin_js.php: [FIX] validate argument is not a boolean value
SEWilco2: "YES!" "NO!" "Maybe..." Error: argument is not a boolean value. :-)
***: Simmi is now known as Simmi|away
Caarrie|away is now known as Caarrie
sylvieg: lphuberdeau: ?
I have a lot of problem with {file} since it is a plugin - for instance ... {file} was used inline but not with the editplugin stuff it is always a in div
the only solution is to stick the edit close to the plugin - any objection?
lphuberdeau: hum... I don't understand your solution
sylvieg: but no div.. just a img after...
not sure it will work nicely everywhere
lphuberdeau: I don't remember forcing it in a div
but I have no objections to make it inlineable
I know sept_7 solved some issues... maybe he added it for a reason
sylvieg: and also did you notice how complex (and bad) is the wikiplugin_attach in compairon {file} was ... perhaps it will be better to write another plugin
***: MacLeod has quit IRC ("CGI:IRC (EOF)")
lphuberdeau: big advantage of having things split up.. easier to improve things without breaking completely unrelated stuff
even though I did break a lot in the splitting process
sylvieg: yes I agree - it is just that replacing {file} with ATTACH ... ATTACH needs to be rewritten
PS|bot: SVN: Commit by sylvieg :: r 15066 /trunk/lib/tikilib.php: [FIX]plugin: the edit plugin was in divs that were breaking text like 'download {file name=x desc=here })-> no more divs
***: navste1 has joined #tikiwiki
navste1 has quit IRC (Client Quit)
fane has joined #tikiwiki
srisht1 has joined #tikiwiki
srisht1 has left
Simmi|away has quit IRC ("Leaving.")
fan1 has joined #tikiwiki
nkoth3 has quit IRC ()
MatWho has quit IRC ()
fane has quit IRC (Read error: 110 (Connection timed out))
NefariousC has joined #tikiwiki
PS|bot: SVN: Commit by lphuberdeau :: r 15068 /trunk/lib/tikidblib-pdo.php: [FIX] warnings
SVN: Commit by lphuberdeau :: r 15069 /trunk/templates/tiki-admin-include-plugins.tpl: [FIX] Useful to display the form to add a first element
SVN: Commit by lphuberdeau :: r 15067 /trunk/ (4 files in 3 dirs): [MRG] Automatic merge, branches/2.0 14920 to 15013
***: SEWilco2 has quit IRC ("ChatZilla 0.9.83 [Firefox 3.0.3/2008092417]")
sylvieg: lphuberdeau: is there a way to pick up all the params in info for a plugin - for instance TRACKERFILTER accepts all the param of TRACKERLIST
***: snarlydwarf has quit IRC (Remote closed the connection)
chealer has joined #tikiwiki
chealer: hi. when I log to tikiwiki.org I only see "Since your last visit" on all pages: http://picpaste.com/tikiwiki.png
known problem?
I didn't login since since many months
lphuberdeau: hum... you can get the plugin info from plugin_info() in tikilib
chealer: lphuberdeau: was that for me?
***: Paragtim has quit IRC ("Oops. My brain just hit a bad sector")
lphuberdeau: no