cnd: had you seen: http://edu.tikiwiki.org/tiki-view_forum_thread.php?forumId=1&comments_parentId=220
Seems like a few people have problems, and a few others know solutions... after I get my site running, I might investigate commit access once I'm 100% sure I've figured it all out :-)
madrid will be fun
(just saying) :-)
Hi - is there a template variable that has the page title assigned to it?
I'm wanting to *not* have the page titile on "HomePage" - but to have it on every other page in my new template...
Never mind - an infinite number of monkies told me this:-
{if $page ne 'HomePage'}
Oh - and let me introduce the kind creatures:-
grep -P ' \$[\w_]+ ' * ../../* | perl -n -e '$a=$_; chomp; while(($b,$a)=($a=~/ \$([\w_]+) (.*)/)) {print "$b({\$$b})
\n";}' | sort | uniq
Hi all - there doesn't seem to be a way to specify module paramters to change the "style" of a module - for example - my theme has defined 2 different kinds of "boxes" for the menus - but I can't work out how to use my second definition - it appears that ".box-shadow" is the only CSS allowed, and is hard-coded... am I right?
Please think hard about this - if you can't think of any way to have modules that look different - then I will add a new module paramater into the source...
I'm very *very* new to all this though - so I don't want to go adding stuff that's already hiding in there someplace...
Here's a mockup of what I'm trying to achieve
http://chrisdrake.com/mockup/Mockup.png
So most modules blue, but this one green?
Doesn't each module have an ID?
I have to copy the design from the artists - there's actually 3 - blue, green, and grey
I haven't seen "ID" relating to modules - no
http://doc.tikiwiki.org/tiki-index.php?page=Module+admin&bl=y
The HTML comes out looking like this:-
Test Module
ok, look here: http://reseau-environnement.com/
and notice how #mod-upcoming_eventsl3{ and #mod-upcoming_eventsl4{ are different
and #mod-mnu_application_menul48{ has a different background color
They look the same to me - but you gave me an idea - maybe I should not be using modules at all ? Is there some other kind of "container" that can "show up" in the left column ?
Oh - and yes - modules already do have the ability to change the background colour - but it's not "CSS aware"
I guess I could use the module paramater to remove all the formatting, then, in the module contents - apply the formatting... but that would be a non-reuseable kludge
Well - the kludge worked nicely - assuming the board accepts my Tiki proposal, I'll fix this properly in about 3 weeks time :-)
hehe
SVN: Commit by jonnybradley :: r 16163 /branches/experimental/jquery/trunk/: initial branch
SVN: Commit by jonnybradley :: r 16162 /branches/experimental/jquery/: New branch to add JQuery lib Check conflicts with MooTools (and evaluate replacing it) Also add nice things like effects on show/hide and Sept7's Timeline viewer
SVN: Commit by jonnybradley :: r 16166 /branches/experimental/ (jquery/ jquery_/trunk/): also oops (my first branch)
SVN: Commit by jonnybradley :: r 16165 /branches/experimental/ (jquery/ jquery_/): oops
SVN: Commit by jonnybradley :: r 16164 /trunk/trunk/: initial branch - take 2(?)
!help
You can get a more complete list of commands that work with this bot at http://tikiwiki.org/TikiBot .
nobody probably on, well, happy new year
SVN: Commit by jonnybradley :: r 16168 /trunk/trunk/: more tidying up - sorry (i'll read http://dev.tikiwiki.org/SvnTips - thanks LP ;)
SVN: Commit by jonnybradley :: r 16167 /branches/experimental/jquery_/: tidying up
hey all--having some problems with logins and permissions--But it seems that upon clearing the caches, the problems go away--for a bit. Any thoughts?
Are you using 2.2? What are the problems you're having ?
Hmmm.... tiki-forums_rss.php pays no heed to permissions. I was wanting some of my forums to be "private".
cnd: For changing color inside module, why not have a parameter define the color? Then the admin can define the desired color.
yes, 2.2--system refuses permissions that have been granted--sometimes logging back in helps, sometimes not
clearing caches straightens things out for a while, but issues return
system also occasionally kicks user back to anonymous, forcing them to log in again.
ikeco: : I feel your pain
perms on categories?
Happy New Year
I'm having to copy the designers brief - and they've built complicated "boxes" which have rounded corners, stylish backgrounds, and generally require a mountain of CSS to make them work... it's quite a bit more than just the "color" (which is a pity - since modules already do have 2 different color paramaters...)