polom polom
hi
hi Gilles
hey chibaguy, what do you think about the footer issue ?
hi luciash, I need to look again at that.
chibaguy: and iirc we already have button class, is it applicable for the input tag ?
It's confusing because there's the visible footer on the page, and also footer.tpl which contains non-visible code.
chibaguy: yep, it's confusing for me too
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."
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 or
I think w3m isn't from w3c (looking at their history page).
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 ?
chibaguy: ping ?
About your question, I don't know.
Not roll back, but add class="button" I guess.
chibaguy: what if we want to distinguish submit button from reset button ? class="button submit" and class="button reset" ?
Yep, seems good.
i'll reply to robin like that
chibaguy: you know opera 9.6 is out ?
;)
luciash, no, I'll give it a try.
Anyone have a simple way to show a list of user names and email addresses?
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.
Themes.tw.o finally updated, to 2.2 alpha.
SVN: Commit by chibaguy :: r 15057 /mods/trunk/themes/faulkner/styles/faulkner/rightmargin.jpg: [NEW] Right margin background image was missed in theme commit.
How easy is it to modify a plugin (user_list) to add extra detail?
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
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 ?
hi all, can you get to http://tikiwiki.org/tiki-login.php I cant
Can get to the reg page and browse the site without logging in - No account
ok thanks but it is back. Dont know what happened.
SVN: Commit by Jyhem :: r 15059 /trunk/templates/comments.tpl: [FIX] Typo
How can I change the default font size in the freetag cloud?
need to modify the css
Any idea which tag?
a.freetag_1 through _7
hello what is the name of the variable http://mysiste/tikiwiki ?
Looking now - thanks
Hi rick, I new it wouldn't be that easy - no freetag showing in the css (default.css)
Any other ideas?
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
can i cut and paste it (the block) from tikineat into my css?
y. or specify to use the appropriate transtion css.
which one over-rides the named css or the transitional?
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)
so settings in 2 will over-ride settings in 3
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
You've been doing this tiki thing for quite a while - Why so complicated?
actually this is quite. easy. means u can override any/all styles simply by creating ur own custom theme
conceeded ;)
for help, see http://www.w3.org/Style/CSS/
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?
i think there's a userlist plugin...
There is but I can get it to display the email. I've looked at the .tpl but it seems to rely on having user\Mytiki enabled and the suits won't go for that level of personalisation
y. because each user can decide to have their email private or public (via mytiki)
you'll probably need some sort of custom plugin
any ways around it?
could always use the SQL plugin to query the db directly (the users_users table), then dump the results on a wiki page
Thank you - I will investigate and come back when I get stuck at the 3rd word :0. More beer added to the list
np
Is there a plug in that will list all the wiki pages and a chunck of text (like the search return data)?
use the listpages plugin
thank you
SVN: Commit by adren67 :: r 15060 /trunk/lang/fr/language.php: [TYPO] change some french translations (typos, unstranslated...)
Is there another plug in like list pages?
Does marc have an AIM name?
SVN: Commit by sylvieg :: r 15061 /trunk/ (2 files in 2 dirs): [MOD]log: link to sql log(must do pdo log....)+ slef_link
dev.tw.o site slow.
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
SVN: Commit by sylvieg :: r 15063 /trunk/lib/notifications/notificationemaillib.php: [FIX]emil: to avoid // in watchc categ mail
SVN: Commit by lphuberdeau :: r 15065 /trunk/lib/wiki-plugins/wikiplugin_js.php: [FIX] validate argument is not a boolean value
"YES!" "NO!" "Maybe..." Error: argument is not a boolean value. :-)
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?
hum... I don't understand your solution
but no div.. just a img after...
not sure it will work nicely everywhere
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
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
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
yes I agree - it is just that replacing {file} with ATTACH ... ATTACH needs to be rewritten
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
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
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
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
hum... you can get the plugin info from plugin_info() in tikilib
lphuberdeau: was that for me?
no