←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |
Who | What | When |
---|---|---|
CIA-71 | tikiwiki: 03sylvieg * r17200 10/trunk/ (6 files in 5 dirs): [MEW]INVITE: plugin to invite a user or an email to one of the group the user belongs. Send a mail to inform + link to change password for a new user | [00:09] |
tikiwiki: 03sylvieg * r17201 10/trunk/db/tiki.sql: [MEW]INVITE: plugin to invite a user or an email to one of the group the user belongs. Send a mail to inform + link to change password for a new user
tikiwiki: 03sylvieg * r17202 10/trunk/db/ (6 files): sync db | [00:17] | |
tikiwiki: 03sylvieg * r17203 10/branches/3.0/lib/wiki-plugins/wikiplugin_mediaplayer.php: [FIX]mediaplayer: need extraparams | [00:24] | |
....... (idle for 34mn) | ||
*** | Caarrie|away is now known as Caarrie
SEWilco2 has joined #tikiwiki | [00:58] |
..... (idle for 24mn) | ||
brolin_empey | SEWilco2: I seem to have solved my permissions issue. I have to leave now. | [01:24] |
*** | brolin_empey has quit IRC ("leaving") | [01:25] |
.... (idle for 18mn) | ||
idle-_ has joined #tikiwiki | [01:43] | |
idle- has quit IRC (Read error: 110 (Connection timed out)) | [01:57] | |
............ (idle for 57mn) | ||
Lucymoz has joined #tikiwiki
hivemind has joined #tikiwiki | [02:54] | |
hivemind | have an odd problem, not sure if its apache (2.2 win32)... some pages on tw 2.2 add an extra / before the page name eg http://wiki.domain.com//tiki-index.php otr worse ...com/tiki-index.php most common on logout (where the mangled url makes firefox 404 | [02:56] |
*** | Caarrie is now known as Caarrie|sleeping | [03:06] |
.... (idle for 15mn) | ||
lq_040 has joined #tikiwiki | [03:21] | |
lq_040 | which file are <head> and </head> stored in? I'm trying to add an additional js to pages | [03:22] |
I also have some code I'm not sure where to put about DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict | [03:32] | |
hivemind | any clues on the / and // in the urls? | [03:39] |
hmm... fixed it, a bit kludgily
errant in $base_url | [03:45] | |
......... (idle for 41mn) | ||
*** | rpg has joined #tikiwiki | [04:26] |
lq_040 | anyone here? | [04:30] |
hivemind | no
re your question: i'd wager that's a template thing, else tiki-setup.php IANAD | [04:33] |
lq_040 | come on dude I'm noob, I don't know what you just said | [04:35] |
*** | chibaguy has joined #tikiwiki | [04:43] |
chibaguy | lq_040, the head section is in templates/header.tpl. | [04:44] |
lq_040 | thank you chibaguy | [04:44] |
chibaguy | put {literal}your javascript{/literal} tags around your js. | [04:44] |
lq_040 | I looked for header, but I was looking under tiki-header, or tiki-show_header lol | [04:45] |
chibaguy | ok.
it's not entirely consistent... | [04:45] |
lq_040 | no it's not
way too many files in the first place | [04:45] |
chibaguy | Well, they all do something. :-) | [04:45] |
*** | SEWilco2 has quit IRC (Remote closed the connection) | [04:46] |
lq_040 | hey chiba I should have specified better because this doesn't look right
I don't want to actually insert js here what I want is to add a script src command <script src="js/myjavascript.js"></script> | [04:54] |
chibaguy | Oh, ok just follow the pattern of others in the file. no literal tags needed iirc. | [04:55] |
lq_040 | it looks like it goes into header_jquery.tpl instead? | [04:56] |
chibaguy | header_jquery.tpl was just added to the code recently; js links have been going into header.tpl for a long time before that file was around.
Was version of TikiWiki are you using? Branch 3.0 beta? | [04:58] |
lq_040 | yeah | [04:59] |
chibaguy | Well, <script type="text/javascript" src="lib/tiki-js.js"></script> is at line 34 of header.tpl for instance.
this is TikiWiki's main js file. | [05:00] |
lq_040 | my code doesn't seem to be working
what kind of syntax do I need to use in tiki-show_page.tpl to run php commands? | [05:04] |
chibaguy | These are Smarty template engine files so you need to check the docs on that. Smarty syntax is used.
Some basics here: http://dev.tikiwiki.org/tiki-index.php?page=Hello%20World | [05:06] |
lq_040 | do you know anything about this stuff chiba? | [05:11] |
chibaguy | what stuff? | [05:15] |
lq_040 | it looks like I need to edit the tiki-show_page.tpl and use smarty stuff in the corresponding template_c file? | [05:15] |
chibaguy | templates_c is a cache directory. templates/ is the directory that holds tpl files.
layout goes in the tpl, and logic in the corresponding php file, roughly speaking, as I understand it (I'm not a php coder -- I do themes with tpls and css, etc.) erm, this is described at the link I posted.... | [05:16] |
lq_040 | yeah I read through that only briefly. I got pretty lost
so why is the code stuff different in the cached directory? | [05:19] |
chibaguy | I guess because it goes throught the smarty compiler. | [05:20] |
lq_040 | Do I need to edit that file as well?
because I've written the php and now the js should be in place, but still nothing | [05:21] |
chibaguy | In templates_c ? No, it's just a cache
Sorry, can't help. I suggest asking again when more people are active here, or posting on the dev mailing list. But I suggest reading the docs thoroughly first. | [05:22] |
lq_040 | dev mailing list? | [05:24] |
chibaguy | yes | [05:25] |
lq_040 | where is the smarty plugins folder? It looks like all I have to do is write a postfilter | [05:30] |
chibaguy | As I said, I'm not a php coder and am not familiar enough with this aspect of the code to give good advice.. | [05:31] |
lq_040 | it's ok I found it
buried way down | [05:32] |
chibaguy | ok
time to sleep here. cya later. | [05:32] |
*** | chibaguy has left
uSlacker has quit IRC (Read error: 104 (Connection reset by peer)) | [05:37] |
..... (idle for 23mn) | ||
uSlacker has joined #tikiwiki | [06:02] | |
....... (idle for 33mn) | ||
lq_040 | apparently it's not even picking up my added .js links in the header.tpl
could someone tell me what is wrong with these statements? <script type="text/javascript" src="lib/myscript.js"></script> <link type="text/javascript" href="styles/myscript.css" /> all files are in the correct paths | [06:35] |
*** | Lucymoz has quit IRC (Read error: 110 (Connection timed out)) | [06:47] |
......... (idle for 40mn) | ||
navster has joined #tikiwiki
navster has quit IRC (Remote closed the connection) | [07:27] | |
lq_040 has quit IRC ("CGI:IRC") | [07:42] | |
...... (idle for 25mn) | ||
rpg has quit IRC (Read error: 110 (Connection timed out)) | [08:07] | |
....................... (idle for 1h54mn) | ||
luciash | polom polom | [10:01] |
*** | oehoff has joined #tikiwiki | [10:05] |
oehoff has quit IRC ("CGI:IRC") | [10:12] | |
...... (idle for 26mn) | ||
luciash | sylvieg: the new AND/OR perms in menus are still acting somewhat weirdly... i'm approaching the main menu revamp but some perms are applied wrongly when using the |
sylvieg: can you please test when i send you the work-in-progress menu csv ? | [10:38] |
................. (idle for 1h24mn) | ||
*** | TikiPat has joined #tikiwiki | [12:03] |
......... (idle for 41mn) | ||
skeffling has joined #tikiwiki | [12:44] | |
skeffling | Hello, not sure if i'm missing somethng silly - I've upgraded from 1.9 to 2.2, and mu menus are blank! -the module boxes are shown, but the menu items are empty. -having said that, they are shown on tiki-admin_options.php when I edit menus, but no other pages... | [12:46] |
*** | R|SK has joined #tikiwiki | [12:50] |
bbm has joined #tikiwiki | [13:04] | |
bbm | hi all
is there a german room? | [13:04] |
R|SK | Not that I would know about it. | [13:05] |
bbm | i need help with the online users module - somebody can help me? | [13:06] |
sylvieg | ok luciash will do now | [13:06] |
bbm | the module allways shows me online users, but just for a short moment (about 5 min)
then they disappear :( and i also have to refresh the page for seeing the new users something with cache or timeout???? | [13:07] |
*** | bbm has quit IRC ("Tiki PJIRC Integrator")
bbm has joined #tikiwiki | [13:09] |
bbm | upsss
rehi i asked, but nobody gave me an answer *sniff* | [13:09] |
amette | doc is up | [13:18] |
bbm | ? | [13:18] |
amette | just global information - the people concerned know what to do with it ;) | [13:18] |
bbm | :)
@amette: i have probs configuring correctly the online users module can u help me? | [13:19] |
*** | bbm has quit IRC ("Tiki PJIRC Integrator")
bbm has joined #tikiwiki | [13:20] |
bbm | sh... fly eagle fly :) and rehi | [13:21] |
amette | hehe | [13:22] |
bbm | sorry amette, could u read my msg? | [13:22] |
amette | bbm: sorry, haven't played much with that in a long time | [13:22] |
bbm | sniff | [13:22] |
sylvieg | thx amette
bbm perhaps it has somethign to do with the remmber me time | [13:25] |
bbm | u think i will have to make the time longer or shorter? @sylvieg | [13:27] |
sylvieg | longer | [13:28] |
*** | mycomputer has joined #tikiwiki
navster has joined #tikiwiki | [13:34] |
CIA-71 | tikiwiki: 03sylvieg * r17204 10/branches/3.0/templates/ (tiki-admin_menu_options.tpl tiki-admin_menus.tpl): self_link | [13:38] |
luciash | skeffling: cleared tiki cache ? | [13:41] |
*** | FrankP_german has joined #tikiwiki | [13:42] |
skeffling | luciash, I've tried clicking clear cache on the tiki-admin_modules.php page, and on /tiki-admin_system.php | [13:43] |
luciash | yup, that should be enough | [13:44] |
skeffling | but it doesn't bring the menus in :-( | [13:44] |
luciash | what menu is it ? custom or default one ? | [13:44] |
skeffling | I have a few custom ones, and none are showing | [13:45] |
CIA-71 | tikiwiki: 03sylvieg * r17205 10/branches/3.0/tiki-live_support_admin.php: wrong function | [13:46] |
skeffling | also, my mnu_application_menu is emtpy
recently visited, last changes, login and my html modules are ok | [13:47] |
*** | Caarrie|sleeping is now known as Caarrie|away | [13:50] |
luciash | check if they have set some individual permissions for anonymous etc. | [13:50] |
.... (idle for 18mn) | ||
skeffling | luciash, I have 'Display Modules to All Groups' enabled though | [14:08] |
CIA-71 | tikiwiki: 03sylvieg * r17206 10/branches/3.0/templates/tiki-sheets.tpl: [FIX]fix html + self_link
tikiwiki: 03sylvieg * r17207 10/branches/3.0/lib/tikilib.php: [FIX]menu: can use some local variable like user_is_operator that are not always defined | [14:09] |
sylvieg | luciash: try this one^^^
luciash: not to much in favor of the string CMS Aticles... | [14:12] |
luciash | skeffling: but i think there's some preference "don't show anonymous only modules to reg. users"
something like that sylvieg: ok, thank you, it's just a test/try but this tikilib fix still doesn't fix the problem, right ? | [14:13] |
sylvieg | on my local anonymous does not see anymore the live supoort
you have to clear temp/cache | [14:15] |
luciash | sylvieg: why do the other items appear ? like directory admin ?
sylvieg: also there's limit so all the ORs do not fit in the db table field value for the Setup section maybe that's the problem ? | [14:15] |
sylvieg | I do not see it as anonymous and registered...
btw you can put space around | and , it will allow not to have large columns | [14:17] |
luciash | sylvieg: cleared cache and it looks fine for anonymous, thank you ! :)
that's great that there can be space, already thought about that | [14:20] |
sylvieg | could be other bug ... I did not think about this dynamic perms... | [14:20] |
luciash | now we need to alter the field to allow more than 250 characters or how much | [14:21] |
sylvieg | or a textarea? | [14:21] |
luciash | nope, it's database max size (varchar)
needs to be more i think | [14:22] |
sylvieg | ah.. | [14:22] |
luciash | or maybe you're right and it's set on the input field only ?
lemme check | [14:23] |
sylvieg | it is database varchar(255) | [14:24] |
luciash | ah, yup, that's limiting factor
i can do it multiple select expanding the values from | and , rather than input field type text | [14:24] |
sylvieg | you can not multiple select for perm
ex: the dynamic perm user_is_operator | [14:27] |
luciash | hmm, why ? | [14:27] |
sylvieg | ... ok liste of perm + specail case | [14:27] |
luciash | yup | [14:28] |
sylvieg | it will be great because people do not know | [14:28] |
*** | wikiman has quit IRC (Remote closed the connection) | [14:28] |
luciash | can you alter the db field size ?
is 255 max for varchar ? do it text instead ? | [14:29] |
sylvieg | in 3 or in 4....? | [14:29] |
luciash | in 3 | [14:29] |
R|SK | Guys can anyone tell me how to use the Dynamic Content System when iframes are automatically disabled? | [14:29] |
sylvieg | I can change the database for a non bug problem? | [14:30] |
luciash | it's a bug because doesn't allow all the required perms now when it's stripped down after 255 chars | [14:30] |
sylvieg | until you commit your new menu ;-) | [14:31] |
luciash | R|SK: if DCS doesn't allow smarty syntax then you have to use something else, e.g. put it in custom module | [14:31] |
sylvieg | anyway - I have a bug with the backlinks... so the db must be changed | [14:31] |
R|SK | Luciash: Using smarty syntax in DCS is possible? | [14:32] |
luciash | sylvieg: ah, well, right :) but then your fix to allow OR and ANDs would be pretty useless
R|SK: dunno, try | [14:32] |
R|SK | Ok.
thx | [14:32] |
luciash | R|SK: {assign var=fra value"fra"}<i{$fra}me>... | [14:33] |
R|SK | That's an interesting way of struggling with this problem. ^^ | [14:34] |
luciash | R|SK: if it works ;) | [14:34] |
R|SK | I'm on it. | [14:34] |
luciash | R|SK: i know it works in custom modules for sure
sylvieg: thanks for your big help | [14:35] |
R|SK | Luciash: Seems it doesn't work. :(
"{assign var=fra value"fra"} width="425" height="350" frameb..." That's what the wiki page shows me. I guess I have to try the iframe plugin. | [14:36] |
luciash | sylvieg: i plan to polish the menu more and then publish the revamp with csv file to test for review by others before commiting
R|SK: you missed the "=" | [14:38] |
R|SK | Nope. | [14:39] |
luciash | value"fra" ? | [14:39] |
R|SK | It was automatically filtered out | [14:39] |
luciash | ah, ok
seems DCS doesn't support smarty syntax | [14:40] |
sylvieg | luciash: do you need a text field for perm and section?
or perm is enough? | [14:40] |
R|SK | The dcs block shows: "{assign var=fra value"fra"}<i{$fra}me> width="425" height="350"...." | [14:40] |
luciash | sylvieg: for now perm is enough but maybe some people can use it for sections filtering too
R|SK: wrong syntax | [14:41] |
sylvieg | there group too.. | [14:41] |
luciash | R|SK: you have errors there | [14:41] |
R|SK | Luciash: I only coppied your code. ;)
But you mean the closing ">" I guess | [14:42] |
luciash | my code was example... when you copy make sure you know what you're doing ;)
R|SK: yes | [14:42] |
R|SK | Just noticed it on my own. :-< | [14:42] |
luciash | sylvieg: yup, good point
sylvieg: there can be many groups in large communities | [14:44] |
*** | ScaryLptp has joined #tikiwiki | [14:48] |
CIA-71 | tikiwiki: 03sylvieg * r17208 10/branches/3.0/ (8 files in 2 dirs): [MOD]menu: change some fields to text to allow luci to clean the menu 42 | [14:48] |
ScaryLptp | Hey guys. I'm hoping someone can point me in the right direction here regarding a custom tikiwiki page with an iframe in the middle. | [14:49] |
sylvieg | it is the iframe day.. | [14:49] |
luciash | ROFL :D | [14:49] |
ScaryLptp | I need to use an iframe to access some tools on another site, but I want tikiwiki to surround it. I'd rather make my own .php file than creating a page or something with that info in it
iframes suck, but there's no other way! :P | [14:49] |
sylvieg | use the plugin IFRAME - or look at irc.tikiwiki.org today | [14:50] |
luciash | or maybe is iframe via shadowbox enough for you ?
ScaryLptp: or create your own module or wiki plugin for it if you prefer php | [14:50] |
ScaryLptp | nah, can't do it in a shadowbox
I'll learn how to make modules I guess and see if I can do what I want that way | [14:59] |
hmm, you can use modules in the middle of the page? | [15:10] | |
skeffling | luciash my menu problem is to do with the template - using another template shows the menu - templates 'neat' and 'moreneat' don't show the menu in the module! | [15:17] |
...... (idle for 26mn) | ||
luciash | skeffling: ah, they might contain obsolete tpl files, right
ScaryLptp: yup yup, using the MODULE wiki plugin ScaryLptp: you can prepare custom module on Admin > Modules with an iframe like we discussed earlier here today | [15:43] |
*** | navster has quit IRC ("getting some furry loving") | [15:47] |
CIA-71 | tikiwiki: 03luciash * r17209 10/branches/3.0/templates/tiki-admin_menu_options.tpl: just adjusted the translation string
tikiwiki: 03sylvieg * r17210 10/branches/3.0/lib/tikilib.php: [FIX]menu: another one for | option syntax | [16:01] |
sylvieg | luciash: I found another bug in the option ^^^
I am so bad on this | [16:05] |
luciash | sylvieg: but you're so fast and good to fix it, so no problem ;) | [16:05] |
sylvieg | thx for your support | [16:05] |
*** | R|SK has quit IRC (Remote closed the connection)
Caarrie|away is now known as Caarrie | [16:15] |
luciash | is there a plugin/command for vim to tidy up indentation in smarty tpl file ? .-p | [16:19] |
*** | rpg has joined #tikiwiki
SEWilco2 has joined #tikiwiki | [16:24] |
luciash | wow, cool sh.nu/p replacement: pastey.net
(when the former is dead already) | [16:26] |
*** | mycomputer has quit IRC ("Quitte") | [16:27] |
CIA-71 | tikiwiki: 03sylvieg * r17211 10/branches/3.0/lib/userslib.php: [FIX]perms: fgal perm cache must be cleaned when changing local perms | [16:29] |
ScaryLptp | I ended up using the basic iframe to link to a page on the server which contains ANOTHER iframe
will probably be easier in the long run though still sucks :P p.s. how does one make a page NOT display the title at the top? on specific pages though, not all of them | [16:36] |
luciash | ScaryLptp: only when you switch them off and add manually !My Title on pages where you want it
ScaryLptp: why not custom module made on Admin > Modules via MODULE wiki plugin for the iframe ? | [16:38] |
ScaryLptp | hmm. I want all the pages except one to show the title :P
modules only work on left or right columns, don't they? | [16:40] |
CIA-71 | tikiwiki: 03sylvieg * r17212 10/branches/3.0/lib/tikilib.php: [FIX]fgal perm: if galleryId=-1, cache each fgal perm | [16:40] |
ScaryLptp | unless I'm missing something | [16:40] |
luciash | ScaryLptp: nope, you can include them i page using the MODULE wiki plugin as i already said twice at least | [16:41] |
ScaryLptp | ah. sorry if I missed it. I'm at work, keep getting interrupted by pesky phone calls :P | [16:41] |
*** | SEWilco2 has quit IRC (verne.freenode.net irc.freenode.net)
Redhatter has quit IRC (verne.freenode.net irc.freenode.net) vegy_ has quit IRC (verne.freenode.net irc.freenode.net) Jyhem has quit IRC (verne.freenode.net irc.freenode.net) danopia has quit IRC (verne.freenode.net irc.freenode.net) SEWilco2 has joined #tikiwiki Redhatter has joined #tikiwiki vegy_ has joined #tikiwiki danopia has joined #tikiwiki Jyhem has joined #tikiwiki | [16:43] |
CIA-71 | tikiwiki: 03sylvieg * r17213 10/branches/3.0/installer/schema/20090306_menu_perms_tiki.sql: [FIX]menu: menu perms on fgal - as tiki_p_view_fgal can be redefined locally
tikiwiki: 03sylvieg * r17214 10/branches/3.0/db/ (7 files): [FIX]menu: menu perms on fgal - as tiki_p_view_fgal can be redefined locally | [16:54] |
ScaryLptp | I don't think that will work either because of the stupid sanitizing of code. I wish I could just turn that off and claim that I kinow what I'm doing | [17:02] |
CIA-71 | tikiwiki: 03sylvieg * r17215 10/branches/3.0/templates/tiki-editpage.tpl: [FIX]perms: need to check tiki_p_list_file_galleries to use the filegals_manager | [17:04] |
ScaryLptp | because a simple iframe isn't enough, I need to use javascript to manipulate the iframe page content, and I don't even want to begin trying to figure out how to use Javscript to work with an iframe loaded via tiki syntax. oh well | [17:04] |
*** | mycomputer has joined #tikiwiki | [17:04] |
sylvieg | ScaryLptp: in the next version 3 - you have the perm - ignore sanitisation | [17:04] |
ScaryLptp | I've got an alternative in the works without using a module. | [17:04] |
luciash | sylvieg: cool, i didn't know that | [17:08] |
*** | Lucymoz has joined #tikiwiki | [17:09] |
danopia | hi | [17:14] |
................ (idle for 1h16mn) | ||
*** | Caarrie is now known as Caarrie|away | [18:30] |
..... (idle for 21mn) | ||
Tikiwiki|bot has quit IRC (Read error: 104 (Connection reset by peer)) | [18:51] | |
CIA-71 | tikiwiki: 03chibaguy * r17216 10/branches/3.0/styles/ (coelesce.css darkroom.css feb12.css simple.css): [FIX] Validation errors | [18:52] |
*** | kiilo has joined #tikiwiki
rodrigo_sampaio has joined #tikiwiki rodrigo_sampaio has quit IRC (Client Quit) Amorphous has quit IRC (Read error: 110 (Connection timed out)) Morphous has joined #tikiwiki | [19:04] |
.... (idle for 16mn) | ||
Tikiwiki|bot has joined #tikiwiki
omstefanov has joined #tikiwiki omstefanov has quit IRC (Client Quit) omstefanov has joined #tikiwiki omstefanov has left omstefanov has joined #tikiwiki | [19:28] | |
sylvieg | do we have a plugin that does a popup? want to open the fgal slideshow from a wiki page. | [19:31] |
SEWilco2 | sylvieg: Isn't that what happens when you click on the fgal slideshow button? Or you want it without clicking? | [19:32] |
sylvieg | I wnat this button in the content of a wiki page | [19:33] |
SEWilco2 | sylvieg: I haven't tried a no-click popup. Been experimenting within a page, so have a fgal slideshow which works within iframe.
sylvieg: I had a slideshow working without iframe for a day. Next day it the .js wouldn't load, causes blank page. I'm coding the SLIDESHOW plugin. Various difficulties. If you want a popup, look at the fgal slideshow button code and try a no-click version. Popup blocker might whine about it. | [19:33] |
.... (idle for 18mn) | ||
*** | rpg has quit IRC () | [19:54] |
CIA-71 | tikiwiki: 03sylvieg * r17217 10/branches/3.0/lib/wiki-plugins/wikiplugin_files.php: [MOD]FILES: new param to open the slideshow of a gallery in a popup | [19:59] |
sylvieg | was easy | [20:00] |
SEWilco2 | Yeah, most of the code was probably there already. | [20:12] |
*** | omstefanov has quit IRC (Read error: 110 (Connection timed out)) | [20:16] |
...... (idle for 25mn) | ||
omstefanov has joined #tikiwiki
mycomputer has quit IRC ("Quitte") | [20:41] | |
ScaryLptp has quit IRC ("( www.nnscript.com :: NoNameScript 4.22 :: www.esnation.com )") | [20:46] | |
.... (idle for 19mn) | ||
olaf-michael has joined #tikiwiki | [21:05] | |
omstefanov has quit IRC (Read error: 110 (Connection timed out))
kiilo has quit IRC (Read error: 110 (Connection timed out)) timotiCK has joined #TIKIWIKI | [21:19] | |
omstefanov has joined #tikiwiki
olaf-michael has quit IRC (Read error: 110 (Connection timed out)) | [21:40] | |
omstefanov has quit IRC () | [21:52] | |
..... (idle for 21mn) | ||
rpg has joined #tikiwiki
creativegirl has joined #tikiwiki creativegirl has quit IRC (Client Quit) | [22:13] | |
......... (idle for 42mn) | ||
SEWilco2 has left | [23:00] | |
rpg has quit IRC () | [23:09] | |
.... (idle for 16mn) | ||
clicc has joined #tikiwiki | [23:25] | |
clicc | hi all - I have an instance of tikiwiki on some network drive and two dns's pointing to it
if I log in through one dns, all is well but with the other, I can't even log into the admin account it gives me permission denied | [23:26] |
*** | lq_771 has joined #tikiwiki | [23:44] |
lq_771 | Hello | [23:44] |
sylvieg | wysiwyg - is again broken for me in 3.0 | [23:48] |
*** | lq_771 has quit IRC ("CGI:IRC (Ping timeout)")
GillesMM has quit IRC (Remote closed the connection) FrankP_german has quit IRC ("Nettalk6 - www.ntalk.de") | [23:50] |
←Prev date Next date→ Show only urls | (Click on time to select a line by its url) |