<!-- Some styling for better description lists --><style type='text/css'>dt { font-weight: bold;float: left;display:inline;margin-right: 1em} dd { display:block; margin-left: 2em}</style> Lusserall: [~Lusserall@D979ECC4.cm-3-2d.dynamic.ziggo.nl] has left #tikiwiki [] marclaporte: [~marclapor@69-165-165-53.dsl.teksavvy.com] has joined #tikiwiki mode/#tikiwiki: [+o marclaporte] by ChanServ sandroandrade: [~quassel@177.16.247.57] has quit [Remote host closed the connection] Trebly: [~chatzilla@nor75-4-82-224-154-232.fbx.proxad.net] has joined #tikiwiki arildb: [~arildb@110.77.178.74] has quit [Quit: Leaving] redflo: [~flo@tikiwiki/redflo] has quit [Quit: Leaving.] Caarrie|away: is now known as Caarrie|sleeping goj: [~goj@p5B022C24.dip.t-dialin.net] has quit [Disconnected by services] goj_killedByISP: [~goj@p579670ED.dip.t-dialin.net] has joined #tikiwiki <br> is now known as goj Trebly: [~chatzilla@nor75-4-82-224-154-232.fbx.proxad.net] has quit [Ping timeout: 240 seconds] CIA-11: <u>tikiwiki</u>: marclaporte * r39215 /branches/8.x/templates/admin/include_comments.tpl: [FIX] Removing duplicate option in admin panel. Thank you pswzyu. http://dev.tiki.org/item4082 @marclaporte: <u>Myrkul</u>: https://sourceforge.net/users/temeluchus <br> :-) Myrkul: cool, thanks :) <br> I think I almost have my javascript working too :) <br> So, the js plugin is adding some <x>'s into my code...from reading http://doc.tiki.org/PluginJS, it seems it's for security reasons...any way to work around that? <br> As far as I can tell, from looking at the source of the js plugin, it's not manipulating the data at all... <br> All right, I'm trying to call a wikiplugin using ajax, and it's returning a 403 forbidden error... <br> What would my permissions be in this context? What user am I calling it as? <br> My lib directory's permissions are 755, my lib/wiki-plugins directory's permissions are 755, which should be fine... <br> I just tried changing the particular plugin I'm using (sql) to 777, and I'm still getting an error 403 @marclaporte: <u>Myrkul</u>: plugins have filters for data <br> If none is set, there is a safeguard which puts the <x> in the javascript <br> http://dev.tiki.org/Filtering+Best+Practices Jyhem_laptop_: [~libs@85-168-216-146.rev.numericable.fr] has joined #tikiwiki Jyhem_laptop: [~libs@85-168-216-146.rev.numericable.fr] has quit [Ping timeout: 240 seconds] CIA-127: [~CIA@cia.atheme.org] has joined #tikiwiki CIA-11: [~CIA@cia.atheme.org] has quit [Ping timeout: 240 seconds] marclaporte: [~marclapor@69-165-165-53.dsl.teksavvy.com] has quit [Quit: Leaving.] <br> [~marclapor@69-165-165-53.dsl.teksavvy.com] has joined #tikiwiki mode/#tikiwiki: [+o marclaporte] by ChanServ olinuxx: [~olinuxx@CPE-60-230-198-238.lnse1.wel.bigpond.net.au] has joined #tikiwiki <br> yop zissi fabricius: [~chatzilla@p57B2EAC2.dip.t-dialin.net] has joined #tikiwiki <br> polom <br> how is everybody? olinuxx: [~olinuxx@CPE-60-230-198-238.lnse1.wel.bigpond.net.au] has quit [Quit: Ex-Chat] Caarrie|sleeping: is now known as Caarrie|away Lusserall: [~Lusserall@D979ECC4.cm-3-2d.dynamic.ziggo.nl] has joined #tikiwiki redflo: [~flo@tikiwiki/redflo] has joined #tikiwiki arildb: [~arildb@101.109.89.222] has joined #tikiwiki <br> [~arildb@101.109.89.222] has quit [Client Quit] Loll78: [~Laurent@fd-203-174.visitors.fundp.ac.be] has joined #tikiwiki <br> Hi. I got the error "Fatal error: Call to undefined function cal_days_in_month() in /var/www/webapps/html/wikilise/lib/tikidate.php on line 298". Does anybody know how to fix it (Tiki 8.2) ? @sylvieg: cal_days_in_month is a php fucntion <br> so check your php function - and if depends on a package Loll78: <u>sylvieg</u>: thanks. as I am not the main admin I do not have access to the php installation. So I will ask for that function on monday. until there I replace the line 298 by "return 32;" <br> Has anybody an idea how to integrate a nice calender (table with the events inside) in a wiki page? or at least a link which only display one calendar? clodi: [be1ed7e0@gateway/web/freenode/ip.190.30.215.224] has joined #tikiwiki <br> [be1ed7e0@gateway/web/freenode/ip.190.30.215.224] has quit [Client Quit] fabricius: <u>Loll78</u>: still there? calendar? Loll78: still here... (better here again) fabricius: <u>Loll78</u>: (table with the events inside) => with the calendar module and parameter table <br> and with another parameter you could choose the individual calendar, which events you want to show <br> I normally use the list parameter, so I do not know exactly, but I would start this way <br> and to make it "nice" you can for ex customise the CSS Loll78: you mean "{calendar calIds="1" viewlist="table" viewmode="month" viewnavbar="y"}" ? fabricius: yes <br> but this is the wikiplugin Loll78: that gives a quite ugly representation, with a lot of empty spaces (between navbar and Month, between Month and Table and between Month and "Add event") fabricius: you can do aswell with a module <br> do you have access to the css-files? Loll78: how does this works with the modules. I haven't found any doc about that. fabricius: there also is a way to do css customisation directly in Tiki Loll78: I think I can access the css, fabricius: if you are in the edit mode of a wikipage, you find a grey square icon - with that you can assign a module to the page <br> the module will have an Id number and the css-selector should be #module_Id <br> that would be kind of "hardcoding", but maybe handy if you want to test what you can get with css <br> editing with smarty would need some more knowledge (what I do not have yet) <br> so maybe you can get somewhere with css <br> you have expeience with that (css)? <br> experience Loll78: I have now found the module in the edit page. Thanks a lot for that tip... up to now I have no experience at all with css fabricius: it is not difficult, but too much to write down here Loll78: I will take a look at the css code <br> and how to integrate it in the page for that specific calendar fabricius: Ok - if you have a question, you can contact me at tiki.org -> Torsten (if you are registered) or write in the Forum <br> check the documentation doc.tiki.org and have a look at ricks websites (tiki for smarties and tiki essentials <- just google) <br> then the themes.tiki.org has quite a lot of information - even as I do not see the structure very handy for beginners, some of the content is vey helpful <br> very <br> sorry, the "r" key of my keyboard does not typing so much these days ;-) <br> I have to go afk now, c ya later Loll78: CU.. and thanks a lot fabricius: is now known as fabricius|afk fabricius|afk: [~chatzilla@p57B2EAC2.dip.t-dialin.net] has quit [Ping timeout: 245 seconds] fabricius: [~chatzilla@p57B2EAC2.dip.t-dialin.net] has joined #tikiwiki <br> rehi Loll78: [~Laurent@fd-203-174.visitors.fundp.ac.be] has quit [Quit: Leaving.] <br> [~Laurent@fd-203-174.visitors.fundp.ac.be] has joined #tikiwiki <br> <u>fabricius</u>: How (and which file) must I change to get a calendar on a wikipage like the calendar on the tiki-calendar.php ? mark_doe: [~quassel@77.109.107.46] has joined #tikiwiki jedd1: [~jl_didelo@adsl-89-217-95-26.adslplus.ch] has joined #tikiwiki <br> [~jl_didelo@adsl-89-217-95-26.adslplus.ch] has left #tikiwiki [] <br> [~jl_didelo@adsl-89-217-95-26.adslplus.ch] has joined #tikiwiki <br> [~jl_didelo@adsl-89-217-95-26.adslplus.ch] has left #tikiwiki [] <br> [~jl_didelo@adsl-89-217-95-26.adslplus.ch] has joined #tikiwiki <br> [~jl_didelo@adsl-89-217-95-26.adslplus.ch] has left #tikiwiki [] Loll78: [~Laurent@fd-203-174.visitors.fundp.ac.be] has quit [Quit: Leaving.] <br> [~Laurent@fd-203-174.visitors.fundp.ac.be] has joined #tikiwiki fabricius: <u>Loll78</u>: still / again there? <br> <u>Loll78</u>: which file? => if you want to customise the CSS, you'd have to check which theme you have applied <br> there are different ways then <br> depends on you individual setup Loll78: <u>fabricius</u>: so the modifications are not done in the templates file ? <br> honestly the most effectif way would be to make 3 additional parameters for the calendar_new plugin, or the calendar module <br> for the moment I do not see how and where the calendar is generated. I found "getTableViewCells" in the "calendarlib.php" which is called in via the "mod-func-calendar_new.php" but now I'm stucked fabricius: <u>Loll78</u>: hmm - I really do not know what exactly you want to modify ... just understand "calendartable on a wikipage - nice" <br> sry <br> which parameters do you think about? Loll78: "width" (&"height") of the calendar table and "show events inside table" fabricius: but shouldn't that be possible anyway? Loll78: "width" doesn't change anything fabricius: maybe the wrong selector (are you customising the right css file? <br> ) <br> to find the right selectors is auquard sometimes <br> what you are trying to do so far? Loll78: I was trying to understand the functions in the different php files <br> because the idea of changing the css for every themes seams a little strange to me Tiki|bot: New Forum Posts: Internal Server Error after upgrading from TW 7 to 8.2 - http://tiki.org/tiki-view_forum_thread.php?forumId=6&comments_parentId=42797 interestednoob: [3fe50e77@gateway/web/freenode/ip.63.229.14.119] has joined #tikiwiki <br> greetings Log: closed Mon Dec 19 00:00:50 2011