| 00:29 |
User_ |
/motd |
| 00:39 |
nhaskins |
I'm having issues with realurl |
| 00:42 |
timdeluxe |
seems that realurl is not the only problem ;) |
| 00:42 |
nhaskins |
Most of my site is fine, but I have one link that redirects to the frontpage. The page id in the link is correct, and if I access the page by id it works fine. |
| 00:42 |
nhaskins |
I've checked and cleared all of realurl's caches, but the issue persists. |
| 00:42 |
nhaskins |
timdeluxe> seems that realurl is not the only problem ;) (new irc client) |
| 00:43 |
timdeluxe |
you have a setup with page id in the url? |
| 00:44 |
nhaskins |
in the backend I have the link in a rich text field. If I check the html it shows the page id |
| 00:45 |
timdeluxe |
can you give the url or an example of it? |
| 00:46 |
nhaskins |
mlmi.org/events |
| 00:46 |
nhaskins |
it's the fourth item in the list |
| 00:46 |
nhaskins |
"worship and Prayer Night" |
| 00:47 |
timdeluxe |
*checking* |
| 00:47 |
nhaskins |
the output html has the full text link, which should be correct. |
| 00:49 |
timdeluxe |
hm. if i look at the destination page: it looks exactly like the frontpage |
| 00:49 |
nhaskins |
yes |
| 00:49 |
timdeluxe |
how did you create the link / redirect? |
| 00:50 |
nhaskins |
no. |
| 00:50 |
nhaskins |
It should be mlmi.org/index?id=236 |
| 00:51 |
nhaskins |
That's the problem, although the correct title is shown in the address bar it displays the front page |
| 00:51 |
timdeluxe |
aaah |
| 00:51 |
timdeluxe |
now i've got it |
| 00:52 |
nhaskins |
ok |
| 00:52 |
timdeluxe |
hm. you could install realurl management and look deeper what happened |
| 00:53 |
timdeluxe |
did you really clear realurl caches or just typo3's normal caches? |
| 00:55 |
nhaskins |
I went into info/speaking url management and cleared encode, decode, and id to path mapping |
| 00:57 |
timdeluxe |
ah ok. and the GET variable you see under "decode cache" is correct? |
| 00:59 |
timdeluxe |
what says "error log"? |
| 01:00 |
nhaskins |
I couldn't find anything which looked related in the error log. |
| 01:01 |
nhaskins |
The decode cache doesn't have an entry for this page |
| 01:01 |
timdeluxe |
is the event section an extension? |
| 01:02 |
timdeluxe |
strange |
| 01:02 |
nhaskins |
no, it's Templavoila FCEs |
| 01:03 |
timdeluxe |
usually you should see an entry for every page in the pagetree you are starting looking from |
| 01:03 |
timdeluxe |
try to insert the link in the rte again |
| 01:06 |
nhaskins |
The pages in events are set as "Hide in Menu" |
| 01:06 |
nhaskins |
I've already redone the link many times, but I might as well do it again, just for fun. |
| 01:07 |
timdeluxe |
hrhr, no, that is unnecessary |
| 01:07 |
nhaskins |
the html from the rte. |
| 01:07 |
nhaskins |
<p><a title="Opens internal link in current window" class="internal-link" href="Worship">http://mlmi.org/?id=236">Worship and Prayer Night</a></p> |
| 01:10 |
timdeluxe |
but the public page shows a different link... |
| 01:11 |
timdeluxe |
sorry, i dont have an idea |
| 01:13 |
nhaskins |
I cleared all the tables with realurl management and now it WORKS!!! |
| 01:13 |
nhaskins |
you really are deluxe |
| 01:13 |
nhaskins |
thanks for you're help I appreciate it |
| 01:15 |
timdeluxe |
no problem |
| 01:15 |
timdeluxe |
i did nothing ;) |
| 01:17 |
faebser |
hi |
| 01:22 |
faebser |
i have a problem with my extension's tca |
| 01:22 |
faebser |
i have a tca.php in my extension directory |
| 01:22 |
faebser |
but how do i access it? |
| 01:24 |
timdeluxe |
what do you mean by "how do i access it?" |
| 01:25 |
faebser |
as far as i know there is data refering to the tables of my database saved in it |
| 01:26 |
faebser |
and i would like to do something like $TCA['tx_my_ext_table']['something'] |
| 01:27 |
faebser |
but neither $TCA nor $_GLOBAL['TCA'] would find my ext-table |
| 01:27 |
faebser |
understand what i mean? |
| 01:29 |
timdeluxe |
yeah, a bit. but i never did ext-programming |
| 01:30 |
timdeluxe |
is your extension running at all? i mean is it written into localconf? |
| 01:31 |
faebser |
it runs |
| 01:31 |
faebser |
it is a backendmodule |
| 01:31 |
faebser |
and i can see it in the menu |
| 01:32 |
faebser |
and i can see the page and that all |
| 01:32 |
faebser |
i can do sql-querys.... |
| 01:34 |
timdeluxe |
and you now want to know how you can see your settings of tca.php in the backend? |
| 01:36 |
faebser |
yes |
| 01:36 |
faebser |
kind of |
| 01:36 |
faebser |
i want to do automatic gerneration of forms |
| 01:36 |
faebser |
and for that i need the information stored in tca.php |
| 01:38 |
timdeluxe |
hm, i dont want to change the language, but perhaps it is this in english -> Admin-Tools -> Configuration -> $TCA |
| 01:44 |
faebser |
oke |
| 01:44 |
faebser |
i'm going to have a look at it |
| 04:00 |
faebser |
hi |
| 04:00 |
faebser |
somebody here? |
| 04:11 |
Brujah |
opa |
| 10:16 |
Dwark^ |
i've installed the new typo3 alpha version, got a stupid question, i got a typo3 book but i cant seem to find out how to create a new site, shall i just copy the dummy site and rename it? |
| 10:19 |
maholtz|WORK |
you mean the dummy-package? |
| 10:19 |
maholtz|WORK |
yes |
| 10:19 |
maholtz|WORK |
and do not take the alpha - use stable if you are newbie -please:) |
| 10:20 |
Dwark^ |
ok... :) i will then... thx ;) |
| 12:10 |
Denyerec |
typo3.org down for anyone else? |
| 12:10 |
maholtz|WORK |
nope |
| 12:11 |
maholtz|WORK |
everything fine with typo3.org here |
| 12:17 |
w00t0r |
hi |
| 12:18 |
w00t0r |
somebody in here got a clue about lib / div? |
| 12:18 |
w00t0r |
I'm wondering what's the best way to use multiple models for a single view |
| 12:18 |
Denyerec |
Thanks maholtz |
| 12:21 |
drindt |
iam searching for the method in the api docs for creating a user and after that getting the uid from the fresh created user, someone has a hint where to search for? thanks |
| 12:22 |
w00t0r |
how can i keep stuff outside the view layer if i got several models which are connected to each other by their uid? normally i'd have nested loops for that |
| 12:23 |
w00t0r |
d4rindt, just do an insert into the feusers table and use $GLOBALS['TYPO3_DB']->sql_insert_id() to get the uid |
| 12:25 |
lilalinux |
Guys, I don't get it. Why can I sometimes press <TAB> inside typo3 BE textareas and sometimes not? |
| 12:25 |
drindt |
w00t0r: thanks |
| 12:25 |
drindt |
lilalinux: pieces of pizza under the key? :) |
| 12:26 |
w00t0r |
haha :) |
| 12:28 |
maholtz|WORK |
@lilalinux: sometimes there is javascript which check for keypress events, sometimes not... (ok, that is not really the answer - only from technical view;) |
| 12:31 |
lilalinux |
maholtz|WORK: I didn't expect any answer, I was only complaining :-) |
| 12:31 |
lilalinux |
drindt: indeed there is :-) |
| 12:32 |
lilalinux |
but even after shaking, it doesn't always work ;-) |
| 12:36 |
pmk65 |
lilalinux: It's only enabled for the TS textareas (TS Setup, Constants and TSConfig) |
| 12:37 |
pmk65 |
you set that in TCA with: defaultExtras = fixed-font : enable-tab |
| 12:39 |
pmk65 |
if you don't use t3editor, you could try this -> http://typo3.org/extensions/repository/view/pmktextarea/current/ |
| 12:39 |
pmk65 |
It improves TS editing textareas with some extra features |
| 12:40 |
lilalinux |
pmk65: tyvm |
| 12:40 |
lilalinux |
pmk65: do you recommend that? is it stable? |
| 12:42 |
pmk65 |
the only smal problem it has is the resizing. If you drag the cursor outside the visible area, the drag handle will stick to the cursor.. but other than that it's 100% stable. (It doesn't modify the content of the textarea, just overlays it with additional features.) |
| 12:42 |
drindt |
lilalinux: iam the digital oracle ask me if something is wrong :D |
| 12:43 |
lilalinux |
drindt: do I have to worry about swine flu? |
| 12:44 |
drindt |
lilalinux: i dont know what "swine flu" is but i see a "NOOOO" |
| 12:46 |
lilalinux |
drindt: http://en.wikipedia.org/wiki/Swine_influenza |
| 12:46 |
lilalinux |
drindt: do you live on the moon? |
| 12:47 |
drindt |
iam not visiting wikipedia start page i just enter by using the search bar in my browser and my life is to short to watch tv crap or listen to radio blah winning stuff |
| 12:49 |
lilalinux |
drindt: your live will be indeed short, If you miss information about that pandemie :-) |
| 12:50 |
lilalinux |
pmk65: can I specify defaultextras in localconf.php? |
| 12:50 |
lilalinux |
I'd prefer to have it all in one place |
| 12:50 |
lilalinux |
and touch as few files as possible |
| 12:50 |
drindt |
lilalinux: i have a insurance so i can go to doctor all the time :) |
| 12:51 |
drindt |
lilalinux: better is to know how to avoid the spread-around from that virus but this information no one transports around the world, just the scary story... |
| 12:58 |
pmk65 |
lilalinux: ext_tca.php or ext_tables.php |
| 13:04 |
LionRock |
hi |
| 13:05 |
LionRock |
Im using gifbuilder and if I try with nicetext = 1 then I get blank images, but if I turn off nicetext, I get images with font. Any tip ? |
| 13:08 |
Denyerec |
LionRock - that's plagued me forever |
| 13:08 |
Denyerec |
you need a magic version of IM, compiled under a full moon after an animal sacrifice to get that working it seems. |
| 13:09 |
LionRock |
lol |
| 13:09 |
LionRock |
:D |
| 13:11 |
LionRock |
on the old server, everything worked like a charm, but on the new one... |
| 13:11 |
LionRock |
I have IM, GD,... |
| 13:15 |
Denyerec |
Do you have the IM build released on Friday 13th, though ? |
| 13:15 |
Denyerec |
Seriously, if you figure it out I;d love to know. |
| 13:22 |
LionRock |
Denyerec :) |
| 13:22 |
LionRock |
Denyerec I will inform you if I get this to work |
| 13:22 |
Denyerec |
Thanks :) |
| 13:24 |
HardPhuck |
switch((string)$conf['CMD']) |
| 13:24 |
HardPhuck |
how can i add more views to my plugin? |
| 13:24 |
HardPhuck |
for now there are case 'singleView': and default: |
| 13:32 |
drindt |
how to use the TCEFROM api to ensure that the fe_users.username is really unique? |
| 13:42 |
w00t0r |
drindt, make it simple. use a count(uid) select query |
| 13:43 |
w00t0r |
anybody here ever used multiple models in one lib / div view? |
| 13:43 |
drindt |
w00t0r: i thougt that a api method exist for doing that |
| 13:44 |
w00t0r |
i wouldn't wonder if it does |
| 13:45 |
w00t0r |
but if you're tired of searching and want the fastest way: don't use it ;P |
| 13:54 |
sorenmalling |
Is it possible to wrap a RECORDS object with stdWrap? I need to crop it after a specific number of characters |
| 13:55 |
sorenmalling |
I can't find if it's possible from the documentation of RECORDS, since it only mentions the parameter "wrap" but no options: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/10/ |
| 13:56 |
maholtz|WORK |
@sorenmalling: i see two ways: use split with max and render each record with one RECORD object |
| 13:57 |
maholtz|WORK |
or use LOAD_REGISTER to count and hide Objects if your max is reached |
| 13:57 |
sorenmalling |
So using the stdWrap.crop isn't good for the job of cropping a output? |
| 13:59 |
Krabat |
Hello @ all, could someone explain to me how i can transfer a typo3 website from local to a webserver? maby there is a tuturial for that which i didnt found and one of you can post the link |
| 13:59 |
w00t0r |
krabat, copy public_html, copy dump, import dump, edit typo3conf/localconf.php |
| 14:00 |
Krabat |
and thats all??? |
| 14:00 |
w00t0r |
thats all |
| 14:00 |
Krabat |
cool |
| 14:00 |
Krabat |
thx |
| 14:00 |
w00t0r |
np |
| 14:04 |
drindt |
i defined a new table with kickstarter the records should contain imagefiles, so i uploaded one and thats now saved but the list menu desnt displays a thumbnail when i goto the folder. it displays just the filename what iam doing wrong? |
| 14:07 |
maholtz|WORK |
you have to configure TCA to show thumbnails |
| 14:07 |
maholtz|WORK |
imho there is a option in kickstarter |
| 14:07 |
drindt |
maholtz|WORK: iam searching for it since some minutes ;) |
| 14:08 |
drindt |
maholtz|WORK: "Show thumbnails" is activated in the definition |
| 14:09 |
maholtz|WORK |
check TCA if there is a difference to f.e. image-config of tt_news |
| 14:10 |
maholtz|WORK |
there is a backend tool where you can see the tca |
| 14:17 |
drindt |
maholtz|WORK: its the same like mine [show_thumbs]=1 that is also set on my ext |
| 14:20 |
maholtz|WORK |
reinstall your extension, perhaps your changes are not recognized? |
| 14:21 |
maholtz|WORK |
you are right, seems that show_thumbs=1 would be enough |
| 14:21 |
maholtz|WORK |
do not know what could be wrong then |
| 14:21 |
maholtz|WORK |
upload-path correct? |
| 14:23 |
lilalinux |
pmk65: Warning: Variable passed to each() is not an array or object in /var/www3/typo3conf/ext/pmktextarea/class.ux_template.php on line 11 |
| 14:24 |
lilalinux |
do I have to worry? |
| 14:25 |
lilalinux |
Hm, my typo3 looks broken |
| 14:25 |
Krabat |
Hallo, how do i pack a folder (f.e. test1) on a windows computer to an tar.gz archiv? |
| 14:25 |
maholtz|WORK |
well, use zip instead tar.gz:) |
| 14:26 |
Krabat |
but i neet to unzip it on an webserver whitch is linux based |
| 14:26 |
maholtz|WORK |
linux usually is able to unzip it |
| 14:27 |
lilalinux |
Krabat: linux is almighty |
| 14:27 |
Krabat |
^^ |
| 14:28 |
pmk65 |
lilalinux: was there some options you could set in the EM? (Sometimes EM doesn't display the options during install, so you'll have to select the ext again.) |
| 14:30 |
lilalinux |
I clicked "Make updates" |
| 14:30 |
lilalinux |
and afterwards I get this warning at the top of each page |
| 14:36 |
pmk65 |
lilalinux: press update once more then the error should be gone. |
| 14:37 |
pmk65 |
it's because of a bug in EM. |
| 14:37 |
lilalinux |
I did that |
| 14:37 |
lilalinux |
didn't help |
| 14:37 |
lilalinux |
do i need to logout? |
| 14:38 |
drindt |
maholtz|WORK: sorry for distubing again but i the thumbs are really not working, i have to edit the record then the thumb is displayed but not via the list module |
| 14:38 |
pmk65 |
I just installed it on my 5.2.6, and I got the error too, but after pressing update again, the config got set, and the error vanished. |
| 14:39 |
pmk65 |
You can check if the config is set, by adding this to line 10 |
| 14:39 |
pmk65 |
debug($pmkTAconf); |
| 14:39 |
pmk65 |
that should contain 27 config values |
| 14:41 |
pmk65 |
5.2.6 = 4.2.6 :P |
| 14:42 |
guenn |
hi, I want to include my php-files into typo3, for this reason I create in a first step a extension. The extensionkey is called "tptest". In the second step I opened the file class.tx_tptest_pi1.php in the folder "typo3conf/ext/tptest/pi1". |
| 14:42 |
guenn |
My php-file is called "login.php". I renamed the file to "login.inc.php" and copied the file in extensionfolder. |
| 14:43 |
guenn |
For the include I typed [php]$content = include'login.in.php';[/php] and [php]return $this->pi_wrapInBaseClass($content);[/php] |
| 14:43 |
guenn |
But it doesnt work. Somebody know the right way to include php-files in a extension? |
| 14:56 |
maholtz|WORK |
@drindt: images in the list modul are displayed? you mean page-modul? |
| 15:14 |
robert__ |
can someone help me? by sitemap module does not work... there is just nothing shown |
| 15:14 |
robert__ |
if i change the menu type, it works good |
| 15:14 |
robert__ |
may the usage of directories confuse the sitemap module? |
| 15:36 |
ndee |
hi there, I want to include a CSS file in my extension. In my ext_typoscript_setup.txt, I have following entry: plugin.tx_myext_pi2.cssFile = EXT:myext/res/file.css. Now, when I add $GLOBALS['TSFE']->additionalHeaderData[$this->prefixId] = '<link rel="stylesheet" type="text/css" href="'.$this->conf["cssFile"].'">';, it adds <link rel="stylesheet" type="text/css" href="EXT:myext/res/file.css">. Of course, the EXT: part is wrong. How can I fix that? |
| 15:38 |
drindt |
maholtz|WORK: i klick on list then i click the folder which contains the images, and i see just the image name but not the thumb i have to edit the record to see the image |
| 15:53 |
maholtz |
re |
| 15:57 |
robert__ |
seo sitemap.. does also not work |
| 15:58 |
robert__ |
i've set the basis |
| 15:58 |
robert__ |
that's all i need to do, isn't it? |
| 15:58 |
robert__ |
does it get confused with directories? |
| 15:58 |
robert__ |
there is just _nothing_ shown on the frontend |
| 15:59 |
robert__ |
or do i have to make some typo config? |
| 15:59 |
Denyerec |
I believe google sitemap generates a url on pagetype 99 that you can submit to google |
| 15:59 |
Denyerec |
Doesn't it ? |
| 16:01 |
robert__ |
Denyerec: was it to me? |
| 16:03 |
Denyerec |
Yah |
| 16:17 |
drindt |
maholtz|WORK: i klick on list then i click the folder which contains the images, and i see just the image name but not the thumb i have to edit the record to see the image |
| 16:20 |
maholtz |
content element text+image? |
| 16:21 |
maholtz |
or you are talking about fileadmin? |
| 16:49 |
drindt |
maholtz: iam talkin about my self made table containing uploaded pictures, and these thumbs are not shown in the list module |
| 16:49 |
drindt |
just the filenames |
| 16:49 |
drindt |
but thats useless |
| 16:50 |
maholtz |
but thats the same as in the list-modul? right? |
| 16:51 |
PiPhi |
drindt: have you declared your files-field in your table to be thumbnails-enabled? |
| 16:56 |
drindt |
PiPhi: you mean "show_thumbs" => 1, ? |
| 16:56 |
PiPhi |
yep |
| 16:56 |
drindt |
that is only if you are editing the record then a thumb is displayed but not the view at the entire table with the list module |
| 16:57 |
maholtz |
where do you saw, that it is possible? |
| 16:57 |
untouch_ |
is it somehow possinle to set intlinks on tt_news articles |
| 16:57 |
untouch_ |
possible even |
| 16:58 |
drindt |
i will show you what iam talkin about |
| 16:58 |
maholtz |
@untouch_: ext linkhandler |
| 16:58 |
untouch_ |
thx |
| 16:58 |
PiPhi |
drindt: do you want to show further fields, other than title of records? |
| 16:59 |
drindt |
PiPhi: yes, take a look here plz: http://img216.imageshack.us/img216/8026/bildschirmfotofotowettbo.png |
| 16:59 |
drindt |
in this view should the thumb appear |
| 17:00 |
maholtz |
is that possible? |
| 17:00 |
drindt |
maholtz: afaik yes |
| 17:00 |
drindt |
the tumbnail appear only here: http://img99.imageshack.us/img99/3444/bildschirmfotofotowettb.png |
| 17:03 |
PiPhi |
I don't think that it is possible to show a thumbnail in this kind of listview |
| 17:05 |
drindt |
hm for years ago i had some gallery on my page and in the list view they show all pics in one row |
| 17:05 |
drindt |
for every page record |
| 17:05 |
PiMB |
exit |
| 17:06 |
drindt |
second question, how i can do a redirect to a page? |
| 17:06 |
PiPhi |
do you remember the gallery? (extension name) |
| 17:08 |
PiPhi |
what kind of redirect? redirect in http-header / in HTML-header / in html-Body (=Javascript) |
| 17:09 |
drindt |
PiPhi: tiny_gallery |
| 17:09 |
drindt |
i mean a header("Location...") |
| 17:09 |
PiPhi |
or do you want to show just content of other page? |
| 17:09 |
drindt |
PiPhi: or that :) |
| 17:10 |
drindt |
the page processes some upload and should then redirect or just display content from a confirm page |
| 17:11 |
maholtz |
t3lib_div.locationHeaderUrl |
| 17:11 |
drindt |
oh thanks |
| 17:15 |
PiPhi |
drindt: tiny_gallery uses only tt_content.images . if you had thumbnails for that images, it should be possible to have thumbnails for tt_content (with images) |
| 17:16 |
PiPhi |
I got no thumbnails for tt_content (4.2.6) |
| 17:16 |
drindt |
ok so i was wrong ... |
| 17:18 |
untouch_ |
does anyone know why on my new typoe 4.2.6 installation the words on the tabs of a link menü are missing |
| 17:18 |
untouch_ |
u know, the menü where to set int links etc. accessed from rte |
| 17:25 |
camelmed |
hello, i tried to make a simple FE plugin where i can write a title and a text. and i cant get it to work? ive read a bunch of tutorials and howtos, i just copy paste a howto and it dosent work? i can choose my plugin on a record but i dont have the fields to fill in. whats wrong? can anyone help me, i try this now for hours and it wont work ... |
| 17:30 |
camelmed |
nobody any hint? |
| 17:31 |
camelmed |
or can someone post a link to a tutorial that will 100% work with Tapo3 4.2.6? |
| 17:38 |
maholtz|WORK |
re |
| 17:48 |
tomsdale |
camelmed - do you know about dimitries book about extension programming? |
| 17:52 |
Ma2t |
hello |
| 17:52 |
tomsdale |
todate it's imo the best reference for extension programmers. It's published at packt and there is a pdf Version for sale |
| 20:26 |
louS |
hey guys |
| 20:27 |
louS |
is someone using cal? Cause it wont change my template. plugin.tx_cal_controller.view.list.listTemplate = fileadmin/templates/cal/list.tmpl |
| 20:27 |
louS |
nothing changed |
| 20:29 |
timdeluxe |
louS: yes, i do and also using a changed template. let me check |
| 20:30 |
pmk65 |
I don't use cal, but try checking if there's some Flexform template setting, overriding the TS. |
| 20:30 |
louS |
ok sec |
| 20:32 |
louS |
nope nothin |
| 20:33 |
timdeluxe |
the setting is correct. i have the same except a different path |
| 20:33 |
louS |
but if i change the original tmpl. typo3conf/ext/cal/template/phpicalendar_event.tmpl it works |
| 20:33 |
timdeluxe |
ah |
| 20:33 |
louS |
but thats not how i want it. Cause i wanna use the calender also as "right box" |
| 20:34 |
timdeluxe |
your above setting is for the list view |
| 20:34 |
louS |
sure, thats what i choosed in my form ;D |
| 20:34 |
louS |
as i heard the phpicalendar_event.tmpl includes all views |
| 20:35 |
timdeluxe |
standard question: cleared all caches? |
| 20:35 |
louS |
haha ya :D |
| 20:35 |
timdeluxe |
hm |
| 20:36 |
timdeluxe |
i am back in half a hour, then i can continue looking for your problem |
| 20:36 |
louS |
thanks |
| 20:36 |
louS |
http://paste.phlogi.net/-ff4774028b/ |
| 20:40 |
louS |
hm i got it, was my fault, i had the wrong marker in the template :) But another question, why theres no marker for "category" in the list.tmpl? I mean, i can see those categories in my FE |
| 20:49 |
timdeluxe |
hi karsten ;) |
| 20:49 |
timdeluxe |
louS: hm, let me check it |
| 20:49 |
louS |
timdeluxe i got it already :D |
| 20:49 |
louS |
my fault |
| 20:50 |
timdeluxe |
ah ok |
| 20:50 |
louS |
thanks anyway :D |
| 20:50 |
timdeluxe |
also the categories problem? |
| 20:50 |
louS |
no |
| 20:50 |
louS |
aah sorry ya i got it too :D |
| 20:50 |
louS |
thats included here phpicalendar_event.tmpl |
| 20:50 |
timdeluxe |
uargh |
| 20:50 |
timdeluxe |
sometimes it helps just to talk about |
| 20:50 |
louS |
u can define it by : event.phpicalendarEventTemplate = |
| 20:52 |
louS |
but right now im searching another constant. That can show me just the last 5 events. I know that there is list.endtime = +1 year for example. But that would just show me the events for the next year |
| 20:52 |
timdeluxe |
you'll find it. i am sure |
| 20:52 |
louS |
ya ;D |
| 20:52 |
timdeluxe |
i give up to help you cause you are faster than me ;) |
| 20:53 |
louS |
^^ |
| 21:00 |
louS |
timdeluxe i got it, do you also need it? |
| 21:10 |
timdeluxe |
louS: no |
| 21:12 |
louS |
ok |
| 21:30 |
HardPhuck |
what can be wrong if i want to apply 'grayscale' effect on an image and the image disappears from the FE |
| 21:33 |
sw_bluntman |
Do you guys know where I can find a list of the permissions for the Powermail plugin? I have an issue that's driving me nuts. (arr) |
| 21:46 |
sw_bluntman |
Or does anyone use Powermail at all? |