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

WhoWhatWhen
fabriciussorted for now
see IRC
[00:34]
......... (idle for 44mn)
dabrightjoined #tikiwiki [01:18]
...................... (idle for 1h46mn)
lindonbjoined #tikiwiki [03:04]
....... (idle for 32mn)
dabrightjoined #tikiwiki [03:36]
................ (idle for 1h19mn)
Tiki|botRecent Bug: - http://dev.tiki.org/item5446 [04:55]
......... (idle for 43mn)
lindonbjoined #tikiwiki [05:38]
hrsmsjoined #tikiwiki
I am using PluginTracker, and I discard the data on save. I have the url parameter set, and I want to include one of the values entered in the form as a url parameter, Something like mysite.com/PagePluginPointsTo?param={$f_5}. I tried this, but it is the string "{$f_5}" each time. Is this possible?
[05:39]
fabriciushrsms: why you discard the data on save? [05:50]
hrsmsI don't intend to keep the data. It's part of an attempted workaround for a "wish" I just filed. I have a tracker with a category field. I tried to use that in PluginTrackerFilter, but it does not work. Only "any" is displayed (more...)
So I thought I could use PluginTracker, using only this category field. And when the user hits save, direct the user back to the same page but with the category selected in the url. Then I can use that value in PluginTrackerList, in the filter field.
[05:52]
fabriciusI do not really read, what you want to achieve with this: mysite.com/PagePluginPointsTo?param={$f_5}
what you want to do?
[05:54]
hrsmsIf you don't mind, go to http://www.hrsms.org/home/Models%20by%20Builder?builder=81
Then try http://www.hrsms.org/home/Models%20by%20Builder?builder=76
[05:55]
fabriciusare you looking for this:
tiki-index.php?page=SubmitOrder&autosavefields=5&autosavevalues=tikiwiki
mysite.com/PagePluginPointsTo?autosavefields=5&autosavevalues=whatsoever
?
[05:57]
hrsmsI looking at it... [05:59]
fabriciushumm hrsms: istn't the above working well?
two different listings
actually I find it quite smart
what I am missing is the following:
[06:00]
hrsmsMy problem is getting the 81 or 76 in there. Give me a sec, and I'll post the source. [06:01]
fabriciuswhen I go to http://www.hrsms.org/home/Models%20by%20Builder , then the page is empty ... no list, no way to filter
ah now I understand
[06:02]
hrsmsI am using PluginTracker so the user can pick a category,... {tracker trackerId="27" fields="217" showmandatory="n" url="Models by Builder?builder={$f_217}" discarditem="y"} [06:03]
fabriciusin the prefill field ind the tracker you want to write the field Id [06:03]
hrsmsBut the selected value does not replace {$f_217}
When the value is there, I filter on it using PluginTrackerList: {trackerlist trackerId="27" sort_mode="f_217_asc" filterfield="217" exactvalue="{{builder}}" wiki="ModelGalleryTemplate"}
[06:03]
fabriciusbuilder is the name of the trackerfield I assume [06:04]
hrsmsActually, no. I did not think the name had to match. It's just a url parameter, no?
I think the name of the field is "Modeller
oops. "Modeller". I just checked, and that is correct. Doesn't need to match though, I think.
[06:04]
fabriciusanyway ... the word builder must be defined somewhere ... when you autofill the trackerfield, how should Tiki know the Id of the field item before or whilst creation? Tiki has to look up the database first, to find out the Id number, which obviously is not existing at that point
Just thinking
[06:07]
hrsmsI did not understand "in the prefill field ind the tracker you want to write the field Id". I do not want to prefill any tracker field values. I want the user to pick a value, and then pass that along via the url so that the TrackerList plugin picks it up. [06:08]
fabriciusahhh hmmmm [06:08]
hrsmsSee filterfield="217" exactvalue="{{builder}}" in the code above. [06:08]
fabriciusexisting modellers/builders? [06:09]
hrsmsYes. So in the example I gave you, a gentleman named Bill Altice has the category "81". If the user picks that, I want to send them to url="Models by Builder?builder=81.
But in my attempt, I get url="Models by Builder?builder={$f_217} instead
[06:10]
fabriciusyou GET this URL?
by Tiki?
"Models by Builder?builder={$f_217}" <- this way?
[06:11]
hrsmsIf I understand you, yes. If you don't mind, go to http://www.hrsms.org/home/tiki-editpage.php?page=Models+by+Builder, pick any name, and hit "Filter" [06:11]
fabriciusYou do not have permission to edit this page. [06:12]
hrsmsSorry. I didn't mean to have the edit link.. http://www.hrsms.org/home/Models%20by%20Builder [06:13]
fabriciusI might still have a user ... might have forgotten pw - would you mind to check pls?
ah then better
Select a modeller
You do not have permission to insert an item
[06:13]
hrsmsPick any user, hit filter, and you will be directed to http://www.hrsms.org/home/Models%20by%20Builder?builder={$f_217} [06:14]
fabriciushrsms: I have a very very rough idea, what might be wrong
there is NO USER to pick there!
[06:14]
hrsmsHmmm. I guess that is a wish. When the discard item option is set, it should not need that permission. [06:14]
fabriciuspls logout and check yourself [06:15]
hrsmsI set (tiki_p_create_tracker_items) for anonymous, then logged out and tried again. Unfortunately, it now requires you fill in a captcha. Where did that come from? [06:21]
fabriciusanonymous need captcha is default setting
?page=security or so
[06:22]
hrsmsI can make a static list of links for each member that has models. There are not that many, and models are not added that quickly - they take time ;-)
I was hoping to do it a little smarter, and with less room (drop-down).
[06:22]
fabriciusI see
pls try this:
assuming that the values are in a tracker
replace {$f_217} with fields=217
or field=217, if the first does not work
I go to the doc and look for a potentially more appropriate parameter
[06:23]
hrsmsreplace "builder={$f_217}" with "fields=217"? [06:28]
fabriciustry pls
but I think somewhere in your genious idea are a few wires crossed
you add a new item to the tracker, which you do not save, but by choosing the builder you add something to the url ... you are pushing Tiki somewhere
I just do not yet understand, if you push in the same direction where Tiki pulls, of if you work against each other
[06:29]
hrsmspushing somewhere? Is that good or bad ? :-) [06:32]
fabriciusif you and Tiki move the idea to the same direction that would be good, yes
fighting against each other, I'd say merely not so pretty much ... good
[06:33]
hrsmsI think that I will do this: I will create a new tracker (rather than trying to use 27 in both PluginTracker and PluginTrackerList).... [06:34]
fabriciusI would have to look further into it, maybe see the code (wikisyntax) and maybe the tracker ... but I am tired now, it is 6:34pm and I have to sleep a few hours
the goal seems clear: you choose the builder and be linked to the builders wikipage with a builder specific url-parameter
[06:34]
hrsmsThis new tracker will have two fields, the user and a url to http://www.hrsms.org/home/Models%20by%20Builder?builder=X, where X is the category for the builder. Then I can use to TrackerList plugins, instead of Tracker and TrackerList. If you give me an email address, I'll send you an update. [06:36]
fabriciussmart idea and nearly there, but where are te wires crossed?
ouch
so reduce it from off]
lovely those error-40
as always said: PEBCAK
hehe
[06:36]
hrsms??? [06:40]
fabriciusProblem Exists Between Chair And Keyboard [06:40]
hrsms:-) [06:40]
fabricius:-) [06:40]
hrsmsI will use that at work, for sure! [06:40]
fabriciushehe
and do not forget error 40
[06:40]
hrsmsSorry. You will have to educate me on that also. [06:41]
fabriciusyou know, this error is sitting 40 centimeter in front of the screen
ususally
[06:41]
hrsmsGot it! [06:42]
fabriciustook a while
:-P
kidding
less than a minute is always good
[06:42]
hrsmsI .... ummm... was typing and didn't see your response? yeah..... [06:43]
fabricius:-D [06:43]
hrsmsI had to convert to inches first [06:43]
fabriciusreally kidding
ahh converting problems - I always forget this shure
[06:43]
hrsmsError 15 in the USA ;-) [06:44]
fabriciusalready started to calculate
yeah, take this one for the work ... much better than 40 due to system of measurement
you have imperial system? or is it called differently in USA?
[06:44]
hrsmsWe do enginerring software. Most of our customers use metric. We're actually quite use to it.
Imperial? Hmm. Yes, it is called that, but maybe more in England.
[06:45]
fabriciusas said, up to a minute is ok
imperial compared to metric
[06:46]
hrsmsI think we usually call it "standard" or "english" units
Imperial is for the queen ;-)
Time for sleep here also. Thanks.
[06:47]
fabriciusok, see you
and categories might be a way to try
[06:50]
hrsmsthese are categories. I am trying to get around that categories do not work in TrackerFilter plugin
More later. Good night.
[06:52]
..................... (idle for 1h43mn)
chibaguyjoined #tikiwiki [08:36]
polom [08:48]
........... (idle for 53mn)
Bubu78joined #tikiwiki [09:41]
.................... (idle for 1h36mn)
Jyhemjoined #tikiwiki [11:17]
Tiki|botjoined #tikiwiki [11:23]
..... (idle for 24mn)
luciashjoined #tikiwiki [11:47]
bkmjoined #tikiwiki [11:51]
sipherdeejoined #tikiwiki [11:53]
.... (idle for 17mn)
Calypjoined #tikiwiki [12:10]
.... (idle for 15mn)
SkiNut1joined #tikiwiki [12:25]
bkm__joined #tikiwiki [12:28]
...... (idle for 28mn)
Tiki|Logjoined #tikiwiki [12:56]
Topicfor #tikiwikiis now Tiki Wiki CMS Groupware - the Free & Open Source Web Application with the most built-in features! Latest Tiki LTS version 12.2 (Altair) is out! Question? Just ask! We log the channel @ http://irc.tiki.org (start line with [off] to exclude message from log) [12:56]
jonnybjoined #tikiwiki [13:05]
Tiki-KGB03jonnybradley r52411 10trunk 10trunk/lib/smarty_tiki/function.rating_result_avg.php * [MRG] Automatic merge, branches/13.x 52393 to 52396 [13:06]
jonnybpom pom polom [13:06]
fabriciuspolom jonny [13:14]
jonnybhi fabricius [13:14]
fabriciusjonnyb
how are you? hope all well
[13:14]
jonnybok thanks - you too? [13:14]
chibaguy_joined #tikiwiki [13:18]
lindonjoined #tikiwiki [13:21]
Tiki-KGB03jonnybradley r52412 10trunk/tiki-setup.php * [FIX] binderlib needs CategLib set up now [13:28]
Calypjoined #tikiwiki [13:35]
panamausjoined #tikiwiki [13:44]
fabriciusyupi, good so far
doing stuff, so frequently afk ;-)
[13:53]
jonnybstuff can be like that :) [13:55]
..... (idle for 23mn)
Tiki-KGB03jonnybradley r52413 10branches/13.x/templates/footer.tpl
[FIX] modules: Restore module pref errors display (lost in r48366 bootstrap integration)
[14:18]
XGuardenim back [14:21]
jonnybhi XGuarden [14:23]
Tiki-KGB03jonnybradley r52414 10branches/13.x/templates/admin/include_look.tpl
[FIX] look & feel: Hide the Shadow Layer tab when not using the shadow layer layout (classic)
[14:26]
dabrightjoined #tikiwiki [14:27]
Tiki-KGB03jonnybradley r52415 10branches/13.x/modules/mod-func-switch_theme.php
[FIX] Switch Theme: Explain why the switch theme module doesn't work when using the default bootstrap "Theme selection"
03jonnybradley r52416 10branches/13.x/templates/module.tpl * [ENH] modules: Display an individual module_error as an error
03jonnybradley r52417 10(5 files in 4 dirs)
[MRG] Automatic merge, branches/13.x 52396 to 52416
Conflicts fixed in
templates/footer.tpl
03jonnybradley r52418 10trunk/templates/footer.tpl * [FIX] modal: Duplicate id
[14:40]
arildbjoined #tikiwiki [14:50]
aalexjoined #tikiwiki
Hello
What is wrong with my Tiki trunk installation? I just applied the community profile. http://swingster.net/tiki-index.php
[14:53]
jonnybhi aalex [14:54]
aalexIt seems like it's showing templates/wiki-plugins/wikiplugin_trackerlist.tpl
hi jonnyb
[14:54]
jonnyblooks ok to me - i see the default collab home page [14:54]
aalexoh
not me
I see only this: https://gist.githubusercontent.com/aalex/3e0e641624e5537d55b4/raw/3ca6645af8dac2bd7954877fe1ad179105592ed8/gistfile1.txt
that must be since I am logged in.
there must be a problem with trackerlist plugin
it's a fresh install
[14:55]
jonnybyou see that in the browser? or in the page source? [14:56]
aalexthat's the source, indeed
it translates as only some headers of an empty table.
I disabled the calendar and the trackers and now it's ok.
[14:59]
jonnybi expect the profiles need some updating for tiki 14, but that usually happens just before the release [15:01]
aalexok [15:04]
XGuardenhello [15:05]
aalexif I delete a tracker, it should delete all its entries, right?
hello XGuarden
[15:05]
XGuardenI have some question =:0) [15:05]
aalexplease go ahead and ask :) [15:06]
jonnybaalex: yes, deleting a tracker will delete it's items (and fields) [15:07]
aalexthanks jonnyb :) [15:08]
XGuardenok
My page: http://uni-action.com/wiki/tiki-index.php?page=Changement+de+pilotes&highlight=pilote
Curently I use tab for each version of windows
Can I automaticly just make appear to user the wiki for his opperating system or a selected ok
[15:08]
jonnybhi XGuarden - it looks to me like they don't worjk properly, changing tabs on one set of tabs affects the other ones (and the top level ones don't seem to do anything)
they all seem to have the same "name" attribute: data-name="user_tabset_01"
[15:13]
XGuardenright
my bad I guest
im now with tikiwiki
new
but changing tab on the main page did't give error, jsute on this page
[15:15]
jonnybnot necessarily your bad - tiki 13 has lots of new stuff and some thing like this need fixing still [15:16]
XGuardenI use this code: {BOX()}{include page="Préalables à la procédure de changement du pilote d'imprimante"}{BOX}
the second one: {BOX()}{include page="Accéder à la configuration des imprimantes"}{BOX}
So I not using the name attribute
how to use it?
Im not sore of the syntax
[15:17]
jonnybhttp://uni-action.com/wiki/tiki-index.php?page=Accéder%20à%20la%20configuration%20des%20imprimantes seems to work ok [15:19]
aalexyeah, those curly braces are not that easy to use at first. [15:19]
jonnyb:) [15:19]
XGuardenlike this?: {BOX()}{include page="Accéder à la configuration des imprimantes" attribute: data-name="user_tabset_01"}{BOX}
Yah te page you jsut page work ok
*you just past..
[15:19]
jonnybno, somewhere you must have some {TABS()}bla bla {TABS} which makes the tabsets [15:20]
XGuardenok
So I gest it's a bug then
{TABS(name="user_tabset_01" tabs="Windows XP|Windows Vista|Windows 7|Windows 8" toggle="y" inside_pretty="n")}
all my tab have exactly this header
[15:21]
jonnybthat's why they're getting mixed up - each one has the same name, so just remove the name="user_tabset_01" bit from each one
or make sure they have something different in each one
[15:22]
XGuardenWhat is the difference between put a different name and remove it?
thanks that fix 2 trouble in same time =:0)
now: {BOX()}{include page="Préalables à la procédure de changement du pilote d'imprimante"}{BOX}
[15:24]
jonnybwithout a name set the plugin picks a different one for each tab set, if you supply one it will use it so you have to take care of them being different [15:27]
XGuardencan I make it appear not in a box? [15:27]
jonnybyes, just don't use the {BOX} tags around it
in fact, why is it an included page?
[15:28]
XGuardenA page can include a lot of subpage and at the end the text is to much on the right, if I remove the box maybe that will be better
Like I said, im noew with tiki wiki =:0)
it's because this page will be use in a lot of place
[15:28]
jonnybpersonally i would only use include pages if the content needs to appear on several pages, but that's up to you :) [15:29]
XGuardenyour right.... I fixed it [15:30]
jonnyb:) [15:30]
XGuardenI thinking that I must usge box for use include, but it's not the case =:0) [15:30]
jonnybno, that just puts a div round whatever's inside it - so you can specify wirdth & background colour etc [15:31]
aalexWow! It really takes two minutes to change the whole color scheme of a web site with Bootstrap. - and it looks consistent.
http://swingster.net/
(that's after a few minutes)
I am not sure how to configure the home page for registered users.
[15:36]
jonnybhave a look at group homepages, aalex
https://doc.tiki.org/Groups
[15:40]
aalexthanks jonnyb [15:42]
XGuardenNow it's better on my site =:0) on my sub menu I use tab for opperating system.
Any way to automaticky maker usg
maker user select opperating system somewhere and after only topic for his system will appear?
Or use dropdownbox
[15:45]
AndrewC-Ljoined #tikiwiki [15:50]
chibaguy_hi everybody.
AndrewC-L is my son. He's going to do some Japanese translations for us.
[15:52]
AndrewC-LHi
Can I have commit access?
[15:53]
chibaguy_Ok. I have to put on the wizard hat and cloak. Just a second....
Are you familiar with the 3 Rules for committing to the Tiki project?
[15:54]
AndrewC-LYes [15:55]
chibaguy_Ok.
Do you have a Sourceforge user name?
[15:55]
nelsonkojoined #tikiwiki [15:56]
AndrewC-LYes, it's andrew-cl [15:56]
chibaguy_Ok.
You're in!
Welcome to the Tiki Community!
[15:58]
AndrewC-LThanks! [15:59]
jonnybhi AndrewC-L welcome! [16:00]
AndrewC-LHi, Thank you! [16:00]
chibaguy_OK, AndrewC-L, it's official now: you're added to our list at Sourceforge.net. [16:06]
AndrewC-LOk, Thanks! [16:06]
olinuxxjoined #tikiwiki [16:07]
jonnybjonnyb applauds politely
XGuarden: re picking the user's OS to set the tabs up, it could probably be done with some custom javascript, if the browsers reveal which Os is being used, would be fiddly to do, but possible
polom nelsonko
[16:07]
nelsonkopolom jonnyb [16:08]
XGuardenok [16:08]
olinuxxhi there [16:09]
XGuardenAnyway to just ask on the top of the page a "filter" for opperating system. Like this user can chosse to filter for specific OS [16:09]
olinuxxhi jyhem Jyhem_laptop; would you have 10 mins for me in private ? [16:10]
jonnybXGuarden: yes, you could add a select menu or something in an {HTML} plugin, and use that to set the tabs [16:11]
Telesightjoined #tikiwiki [16:11]
jonnybthere is also a {VERSIONS} plugin you might like to look at but is probably similar to the tabs one you're already using
https://doc.tiki.org/PluginVersions
[16:11]
chibaguy__joined #tikiwiki [16:12]
..... (idle for 22mn)
XGuardenok
versio relaod page anyway
Can I use include inside a fancytable for putting tab content somewhere else?
[16:34]
aalexjoined #tikiwiki [16:39]
jonnybi should think so, might mess up the table (html tables aren't suppose to have heading etc in them) but worth having a go [16:39]
luciashjoined #tikiwiki [16:43]
...... (idle for 28mn)
aalexSeems like tiki-login_validate.php doesn't actually update the user to set its email to confirmed. (in trunk)
I might have found a bug. ;)
aalex sigh
[17:11]
dabrightjoined #tikiwiki [17:14]
AndrewC-Ljoined #tikiwiki [17:17]
................ (idle for 1h15mn)
Tiki-KGB03marclaporte r52419 10trunk/lib/init/initlib.php * Use https when available [18:32]
olinuxxsee you all [18:35]
lindonbjoined #tikiwiki [18:48]
XGuarden{BOX(style=MyStyle)}Bla Bla Bla){BOX}
For the style I can use css style
But where I need to put my css style?
[19:01]
....... (idle for 30mn)
Tiki-KGB03jonnybradley r52420 10branches/12.x/lib/jquery_tiki/tiki-maps.js
[bp/r52264][FIX] maps: Offset of tooltips popup changed probably due to bootstrap page structure changes, now simpler (thanks Geoff)
Actually fixes tooltip positioning problems in 12.x when map is inside an appframe - and simpler is better :)
[19:32]
03jonnybradley r52421 10branches/12.x * [SVN] merge info missed from bp/r 52264 [19:40]
fabriciuspolom
XGuarden: into the stylesheet
if you want XGuarden, I explain it to you a bit more briefly :-)
[19:46]
XGuardenok [19:51]
fabriciusgood. I'll go for an overview about the whole picture (few minutes crash course), but before I start, I go for a coffee ... brb [19:52]
XGuardenlol
I need to acces by my ftp for edit css or build in fonction.
[19:53]
fabriciusmaybe yes, depending what you want to do :-) ... maybe editing the css files make sense
ok I start the crashcourse now .. :D
content management systems (CMS) usually use themes for the design
many CMS use template frameworks like smarty
a theme usually is made from default or custom templates which you find in Tiki in the directory /templates/...
the stylesheet for colors, shadows, borders, etc. you find in Tiki in the directory /styles/...
in the Tiki yoursite.com/admin.php?page=look (Look and Feel) you can choose which of the stylesheet files you want to use for the design, for example at your site: /styles/fivealive-lite.css, which is the default after a fresh installation of Tiki 13 (or is it fivealive.css?)
you could edit tis file to change the design of your site, but that would not be recommended
[19:56]
XGuardenok [20:02]
fabriciusthis is, because theses files are always shipped with Tiki, when you do an upgrade and you should not customise those default file
so if you find a nice stylesheet you want to use and customise (instead of building a new one from scratch), you do the following:
[20:02]
XGuardenIf I only want to edit in same time all wiki page(not border layout) just inside thing that I wrote. How I can do that?
Because for the current "border" layout is corect.
[20:03]
fabriciuscreate a new empty file "mytheme.css" in the /styles/ directory [20:04]
XGuardenI only want to be abot to use style the corect wait for format my text.
ok
[20:04]
fabriciusif you want to use the options and images of an existing theme like fivealive, you use the name of that stylesheet adding a dash and an additonal name like this: fivealive-myversion.css
you open the stylesheet (ex. fivealive.css) copy the content and paste it to your newly created custom css file
[20:06]
XGuardenok [20:07]
fabriciusafter that you go to "Look and Feel" in your Tiki and apply the new theme (stylesheet) [20:07]
XGuardenI will do that, I hope I will not broke everything trying to do that lol
by the way did you need ftp acess for your test?
[20:08]
fabriciusnow you can open your custom stylesheet via ftp, edit it, save it and reload the page to view the effect
no, I do not need FTP access
Robert wanted to know some details about the PHP of your server, but you haven't been there
[20:09]
XGuardenok
I use godaddy serveur
php 5.2
5.5
[20:11]
fabriciusI did send him some source code of different states of the wikipage where we were testing and he has seen the behaviour as we did screensharing [20:11]
XGuardenoko [20:12]
fabriciusphp 5.5 seems to be obvious, as Tiki13, but some settings are always different from server to server and from provider to provider [20:13]
XGuardenIf he want to see setting, I can give him aceess
to cpanel
[20:13]
fabriciushe wanted to see the php.ini, but it seems that for now he has enough information to fix the major issue ... we found out, that the "filter function" of the FANCYTABLE (and mostlikely the TRACKERLIST) causes problems with wikiLingo, we found out, that at the moment in certain circumstances the editor does not memorise the parsing setting ... actually after any character is edited ... a bug [20:16]
XGuardenok [20:16]
fabriciuswe further more concluded, that it mostlikely makes sense, that the actuall connection between WYSIWYG (CKE) and WYSIWYG (medium.js) would be taken apart and "organised" as "either this or that or none of both" setting
so the seesion and the preseding tests on your site did help Robert a lot for making wikiLingo productive-ready
so back to the css: you have one more option to edit the css, but you should use that with care, as it overwrites every stylesheet saved on the server
in Tiki in the Look and Feel you have a textfield for custom css in the tab "Customisation" - it is the first textfield
there you can write any css and save - will be stored in the database. This css overrides the applied theme. Mind to clear the Tiki cash after editing and saving to bring it to effect
[20:17]
XGuardenok but that will not just adjust my wiki articles, that will affect everything [20:22]
fabriciusthere is not really a risk, as you can delete, save and clear cash at any time
but it is bad, if you forget about a css setting in there and try to change the same css in a theme and get headaches cause it will not change on the site ;-)
[20:22]
XGuardenok
SO on your point of view
[20:24]
fabriciuschanging css for the wikipages only has nothing to do wether you work in the database or in the file [20:25]
XGuardenThe best way to add css style that will aftect all page but not the layout will be.. [20:25]
fabriciusyou must simply find the right selectors [20:25]
XGuardenI try to remove all html code from my page =:0) [20:25]
fabriciusfor example: if you want to have a certain component looking different in the right culomn, but not affecting anywhere else, you use the class or Id for the area ... #col3 for the right column
so changing the border of boxes only for the right column: #col3 .box {border: 5px solid red;} ;-)
(would not look so good maybe, but as example)
same for the wikipages
[20:27]
XGuardenI look poor but... I cant find the css file on my fts, except those in css folder [20:30]
fabriciusdo not touch the files in /css
further down there must be a folder /styles
[20:31]
XGuardenok found the folder
I found
[20:33]
fabriciusfor the record: in near future the folder /styles will be found as a subdirectory of the now empty folder /themes ... I am unsure yet about the exact future structure, know it just roughly ... we will see soon
just for testing: you see folders and .css files - work with fivealive
there are two themes called fivealive: fivealive.css and fivealive-lite.css <- mind the dash in the name of the second one
[20:33]
XGuardenIt's not what I see in the style folder [20:35]
fabriciusTiki automatically allocates both to the folder with the same name /fivealive [20:35]
XGuardenmobile ioa snow folder only [20:35]
fabriciuswhat you see? [20:35]
XGuardenonly tpl file inside [20:35]
fabricius.tpl <-> then you are in the folder /templates/styles ... you do not need that yet - this is the custom templates to be auto-allocated to the stylesheets with the same name
this will be changed
[20:36]
XGuardenok [20:37]
fabriciusit will be ABOUT this way for themes (not for dafault templates):
)
/s/ ): / ) :
[20:37]
XGuardenok
Im now at the right place
[20:40]
fabricius/templates contain default templates and default and optional layout
/themes contain selfcontained themes
maybe about this:
/themes/themename/styles and /themes/themename/templates and /themes/themename/options
as said I do not yet 100% know what the developers deside ... I guess mainly Louis-Philippe and Gary will deside whilst discussing objections and suggestions in the dev-list
for the meantime you use /styles/mytheme.css and for allocated custom templates which should apply ONLY for this theme: /templates/styles/mytheme/anytemplate.tpl
So in the end: if you just want to test something, or you need a specific css for a custom module, which shall apply independent from any applied theme, then you use the database via Look and Feel, but in general you edit your custom theme
[20:41]
XGuardenok [20:46]
fabriciusIf you want to use options, respectively create options and if you have theme-specific images, then you create a folder /styles/mytheme (named exactly same as mytheme.css) and a subfolder /styles/mytheme/options
in /styles/mytheme you put the theme-specific images
in /styles/mytheme/options you put .css files which contain ONLY the css selectors and values which shall be different from the main theme (mytheme.css)
[20:46]
XGuardenI will have difficulty to apply it but I will try
When I will understand it corectly I guest that will be easy
[20:49]
fabriciusit is just easy - just use the fivealive structure as template [20:49]
lindonbjoined #tikiwiki [20:50]
fabriciusadditionally (optionally) you can create a subfolder for each option in the options folder
OUCH that sounds weird now
more easy:
/styles/mytheme/options/optionname /styles/mytheme/options/optionname.css
If you do that, you can just put option-specific images into that folder and use
.selector {background: url ('optionname/image.png");}
the stylesheet options are just nested into the stylesheet folders alike the stylesheet folders in the folder /styles
[20:53]
XGuardenSO i copy folder and I copy the file with the file with name fivealive too. [20:54]
fabriciusI hope, that I did not confuse you too much
as said: fivealive has several options and can be used as example to understand the structure
[20:54]
XGuardenFirst step, I copy the folder right?
And give the name I want for my custum theme
[20:55]
fabriciusXGuarden: that depends ...
either you want to create a complete standalone theme with optheme option
then you copy the folder and rename it, then copy the css file and rename it aswell
or
or you want to just use a variation of an existing theme and use the existing options
then you do not touch the folder, but only copy and rename the css file but use a combined name like: existingname-newname.css
so the change after the dash
[20:55]
XGuardenooko [20:58]
fabriciusand Tiki will recognise the existing name before the dash as allocation to the existing folder
so that is pretty much it
[20:58]
XGuardennice [20:59]
arildb_joined #tikiwiki [20:59]
XGuardenIm not sure with one I utilise I need to check [20:59]
fabriciusI think, I should write a documentation about that on themes.tiki.org and link from doc.tiki.org
you can start for example with fivealive-xguarden.css and do some changes
as we use Bootstrap, I think fivealive-xguarden.css should be a copy of fivealive-lite.css
This is a good theme to start testplaying
later you can create one or a few custom options into /styles/fivealive/options
and after that, at any time you can copy the whole bunch and rename to /styles/xguarden/... and xguarden.css and delete all of fivealive you do not want to keep
or you then start from scratch and finally contribute a new theme to Tiki
anyway, I have to go now - am invited for dinner
[20:59]
XGuardenok good bye thanks [21:05]
fabriciusmaybe later in the evening - do you want a session on your site for tracker setup training? Just thought about that today afternoon and maybe makle it a screencast ... up to? passion? time?
we could use skype (or else) for audio and together.js for following through the steps
so bye, see you later
[21:05]
........... (idle for 51mn)
Tiki|botRecent Bug: - http://dev.tiki.org/item5447 [21:57]
..... (idle for 23mn)
fabriciusjoined #tikiwiki [22:20]
refizulpolom
we can start testing the new mailserver
[22:22]
Tiki|botRecent Bug: - http://dev.tiki.org/item5448 [22:27]
refizulamette_: hi [22:31]
............... (idle for 1h10mn)
nelsonkopolom refizul
hi, need to do some testing of mail?
[23:41]
refizulnelsonko: hello
I've got some organization problems here:
one mailbox belongs to someone I never saw on the mailing list
probably he won't get the notice in the old mailbox before we switch
2nd problem: who is in charge of the role mailboxes and passwords?
regarding testing: the aliases are migrated to @akv.tiki.org and can be tested
we cannot test the domain alias setup for @tikiwiki.org and @tiki.org yet
[23:42]
amettejoined #tikiwiki [23:47]
refizulnelsonko: do you have access to the old setup? [23:48]
pdxmauxjoined #tikiwiki [23:48]
refizulit would be helpful if someone checks the aliases old/new
amette: hi
[23:48]
nelsonkosorry, one at a time
one issue at a time
(1) one mailbox belongs to someone - who is it?
[23:49]
refizul ^ [23:56]

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