| 08:16 |
iaj` |
hi is there any plugin for .flvs which got the abiltiy to go to fullscreen, a mouse-hover bar and a preview image? |
| 09:44 |
Rapp |
hi everyone |
| 09:48 |
Rapp |
i am trying to set up RealURL, but not getting it... after activating it (using the .htaccess provided in the docs), i can suddenly do something like www.mysite.com/somenonexistingdir/ and get a garbled version of my website. can i get a 404 instead? i just want realurl to handle stuff that i somehow have defined. |
| 09:51 |
m31 |
hi all! |
| 09:52 |
m31 |
Who can help with ext gallery2? |
| 09:54 |
m31 |
I installed it but in the left menu it does not appear. How can I fix it? |
| 09:57 |
marcuslind |
Morning chan! :) |
| 10:01 |
iaj` |
can I use a GMENU for a horizontal menu? |
| 10:53 |
schabracke |
hello ! |
| 10:55 |
schabracke |
does somebody know how i can include amazon links into my homepage? for example, i got several cds/dvs which i present in my page and i want to direct link to amazon and use their informations ? |
| 10:58 |
marcuslind|WORK |
I'm planing a upcoming extension I will be making. In one state of the extension a person will recieve a mail from the mail() function in PHP. In this mail there will be 2 links, "Approve" or "Disapprove". These links will change a value in the MYSQL database from 0 - 1 or from 0 - 2. Previous when I was not working in TYPO3 I've resolved this by making the following URL of the links: "http://www.mysite.com/accept.php?md5=8591289ksfk893&id=1". If t |
| 11:01 |
iaj` |
mhhh... I can't find a flv plugin which has support for an preview image (without a menu - e.g. menu only showing up on mouse over) and an option to go fullscreen.. tried several now.. can anyone help me? |
| 11:01 |
howard |
hello chan |
| 11:01 |
marcuslind|WORK |
hello howard |
| 11:02 |
howard |
anyone knows how to set from kickstarter, default db field value to NULL |
| 11:02 |
howard |
mean..null allowed |
| 11:03 |
marcuslind|WORK |
You can edit it later in the files that has been created |
| 11:03 |
marcuslind|WORK |
I think. |
| 11:04 |
howard |
hm |
| 11:05 |
howard |
you mean ext_tables.sql file of that plugin? |
| 11:06 |
marcuslind|WORK |
Yes |
| 11:06 |
howard |
I really like TYPO3....much |
| 11:06 |
howard |
but things like this one |
| 11:06 |
howard |
must be handled on diffrent way |
| 11:07 |
marcuslind|WORK |
Ye i guess. |
| 11:08 |
marcuslind|WORK |
Maybe you can help me with my previous question. |
| 11:08 |
marcuslind|WORK |
I'm planing a upcoming extension I will be making. In one state of the extension a person will recieve a mail from the mail() function in PHP. In this mail there will be 2 links, "Approve" or "Disapprove". These links will change a value in the MYSQL database from 0 - 1 or from 0 - 2. Previous when I was not working in TYPO3 I've resolved this by making the following URL of the links: "http://www.mysite.com/accept.php?md5=8591289ksfk893&id=1". If t |
| 11:08 |
howard |
we'll wait till v5 |
| 11:09 |
howard |
well just pass post or get parameter to 0, 1, 2 |
| 11:09 |
marcuslind|WORK |
If I understood extension developing correctly TYPO3 dont like when you create ur own .php files. It wants you to use functions in the files that the kickstarter created. |
| 11:09 |
howard |
and insert/update that value in db table\ |
| 11:09 |
howard |
exactly |
| 11:10 |
marcuslind|WORK |
ye i know :) I was just thinking if I should create a "accept.php" file |
| 11:10 |
howard |
you need to make fe-extension or be extension |
| 11:10 |
howard |
well |
| 11:10 |
howard |
you can make some folder |
| 11:10 |
howard |
ie in fileadmin folder |
| 11:10 |
howard |
fileadmin/util |
| 11:10 |
howard |
and there you can make your own classes |
| 11:11 |
marcuslind|WORK |
Ah. |
| 11:11 |
howard |
you will use for further dev |
| 11:11 |
marcuslind|WORK |
Nice. only problem though is that it won't be a part of the install file? |
| 11:11 |
marcuslind|WORK |
for the extension |
| 11:12 |
howard |
yes...but normally, all images and all things that are needed for proper site functionality (extra templates, swf etc...) are in fileadmin, so all content from there must be copied |
| 11:12 |
howard |
yes for extension that will not be included |
| 11:13 |
howard |
but you can simply make new fe-extension and put all util functions there |
| 11:13 |
howard |
an then easy include that in page |
| 11:13 |
howard |
anybody else have oppinion? |
| 11:14 |
marcuslind|WORK |
OK so I create a new page in TYPO3 called "accept". I post my Frontend plugin there witch handles the link |
| 11:14 |
marcuslind|WORK |
and then the URL of the links will be http://www.mysite.com/accept?md5=89a8sf998asf&id=1 |
| 11:15 |
marcuslind|WORK |
? |
| 11:15 |
howard |
well normaly that page will have id |
| 11:15 |
howard |
so it will be .../index.php?id=xxx&md5=... |
| 11:16 |
howard |
and accept function will be in that plugn class |
| 11:16 |
marcuslind|WORK |
ah OK. |
| 11:16 |
maholtz|WORK |
@marcuslind: for example domain use www.example.com please:) click on your link |
| 11:16 |
marcuslind|WORK |
maholtz|WORK: OK will do. |
| 11:17 |
maholtz|WORK |
i just stumbled tomorrow on that |
| 11:17 |
maholtz|WORK |
a download link just showed me www.mysite.com/error.html |
| 11:17 |
maholtz|WORK |
but there was no redirect, but a script loads that page via curl |
| 11:17 |
marcuslind|WORK |
aha ok. |
| 11:18 |
maholtz|WORK |
it took some time to realize, that it was an configuration problem in my typoscript |
| 11:18 |
marcuslind|WORK |
maholtz|WORK: Do you have any opinion on the solution of my problem above? |
| 11:18 |
marcuslind|WORK |
witch me and howard discussed. |
| 11:20 |
maholtz|WORK |
i didnt followed the discussion but 1) extension comments just does it, 2) you could use eID - register it eID=tx_example_pi1&hash=abc&id=1 |
| 11:20 |
maholtz|WORK |
f.e. |
| 11:42 |
jbaptiste_j |
I think I just found a strange but in 4.2.10 it happens in Explorer 8 but not in firefox, when I want to edit a link and change the "title" it doesn't take the change. do you guys notice this too ? |
| 11:42 |
jbaptiste_j |
but -> bug |
| 11:46 |
jbaptiste_j |
well it happens in firefox too, maybe this is a chair-keyboard kind of bug |
| 11:59 |
iaj` |
anyone here using flvs on his page :? |
| 12:00 |
jbaptiste_j |
I think I have a flv here http://www.crdp-lorraine.fr/typo3/crdp/edition/premier-degre/jmln.html |
| 12:01 |
jbaptiste_j |
under the heading "diaporama" |
| 12:24 |
iaj` |
jbaptiste_j: that site ain't working for me :( |
| 12:24 |
iaj` |
oh now does |
| 12:25 |
iaj` |
jbaptiste_j what plugin did you use for that? |
| 12:35 |
pmk65 |
iaj`> This one is quite easy to seyup/use -> http://typo3.org/extensions/repository/view/flvplayer2/current/ |
| 12:50 |
Briareos1 |
how can i overwrite the css (static template) of an extension (ab_downloads in that case)? |
| 12:54 |
marcuslind|WORK |
Briareos1: Tried writing the CSS in your templates CSS file? |
| 12:55 |
iaj` |
pmk65, hmm that plugin only seems to work for me when I use the setting autolaunch.. |
| 12:55 |
iaj` |
else I cant play it |
| 13:01 |
Briareos1 |
marcuslind|WORK: that does work, thank you. is that the default way to handle css for extensions? |
| 13:09 |
schabracke |
hey! does someone know how i can add the category name to the related tt_news itemlinks via ts? |
| 13:09 |
schabracke |
or in the template |
| 13:12 |
pmk65 |
schabracke: Write a userfunction, that does a lookup in the category table, depending on the categories attached to theitem. |
| 13:12 |
arne |
hi |
| 13:13 |
arne |
can someone help me with hmenu/tmenu? - i have a nested list with my items and want to add a class to an item if it has children |
| 13:14 |
schabracke |
@pmk65 wush like temp.info = User ? |
| 13:14 |
schabracke |
@pmk65 i didnt work a lot with that ... sorry |
| 13:18 |
maholtz|WORK |
@arne: IFSUB |
| 13:18 |
maholtz|WORK |
as menuitem |
| 13:18 |
arne |
thats what im looking for :-) thanks |
| 13:19 |
maholtz|WORK |
there is a overview: http://wiki.typo3.org/index.php/De:TSref/MENUITEM |
| 13:19 |
maholtz|WORK |
i am not sure, if thats all |
| 13:23 |
pmk65 |
schabracke: yes, or as a postUserFunc |
| 13:26 |
pmk65 |
schabracke: example of a userFunc -> http://www.typo3wizard.com/en/snippets/common-problems-and-solutions/simple-userfunc.html |
| 13:27 |
pmk65 |
also look in the folder typo3\sysext\cms\tslib\media\scripts\ for some more example scripts. |
| 13:28 |
iaj` |
if I wanted a horizontal menu with an arrow whose been showing up the current page |
| 13:28 |
iaj` |
what menu 'd I choose? |
| 13:30 |
iaj` |
http://pastebin.org/49238 thats what I've currently been trying, but this one only gives me a white bar :/ |
| 13:37 |
pmk65 |
iaj`: do it as a TMENU instead (GMENU sucks, as there's less control of the menu) With TMENU you can generate graphic menus too if you want. |
| 13:37 |
pmk65 |
Then you could use the "before" or "beforeImg" to add your arrow. |
| 14:01 |
iaj` |
pmk65, hmm alright, you got an example for that maybe:? |
| 14:06 |
arne |
one more question: how do i add another css-file on a specific level? i want the base css PLUS a level-specific css |
| 14:20 |
Phlogi |
arne: add all css in the same file?!? |
| 14:21 |
arne |
@Phlogi yes, that was my solution, too.. not soo pretty but it works |
| 14:22 |
Phlogi |
arne: why? Do you think its faster because of less css on upper levels? |
| 14:22 |
arne |
i dont need the css for the upper levels in my base template |
| 15:21 |
ycat |
Hello there! I am quite a beginner and did not find the ressources for my problem. So I need a hint :-) |
| 15:22 |
ycat |
I want to exclude all of my HMENU elements from being indexed by indexed_search . Can anyone help me please? |
| 15:26 |
uriahheep |
http://pastebin.ca/1647817 |
| 15:26 |
uriahheep |
does anyone see anything wrong with the following TS? |
| 15:26 |
uriahheep |
for some reason the plugin doesn't output any html :-/ |
| 15:27 |
uriahheep |
all that gets output is the comments that it's wrapped in |
| 15:48 |
uriahheep |
basically i'm just trying to set up a front-end interface for database manipulation... |
| 15:49 |
uriahheep |
i just want to make a form which when submitted will insert data into a custom database made by a kickstarter extension |
| 15:49 |
uriahheep |
custom database table* |
| 15:49 |
uriahheep |
am i using the right method for this, or is there an easier/better way? |
| 15:49 |
ycat |
gtg, bye. sry cannot hlp |
| 15:51 |
teppi|work |
uriahheep, do you also have the required code in the ext_localconf.php and ext_tables.php |
| 15:58 |
iaj` |
is there any way to not let the scrollbar of the current viewed page change to the top when navigating in the menu? |
| 16:00 |
teppi|work |
iaj`, what do you mean with "when navigating the menue" .. |
| 16:02 |
jbaptiste_j |
After I upgraded to 4.2.10 My web server is almost stuck, I get multiple graphic magic processes sucking up the processor time. I've been searching the web but no clue... |
| 16:04 |
uriahheep |
teppi|work: um, what exactly needs to be in them? statements for the plugin? that's already there... is there anything related to feadmin that needs to be added to those files? |
| 16:05 |
teppi|work |
i just meant the statements for the plugin |
| 16:05 |
uriahheep |
ok |
| 16:05 |
uriahheep |
yeah they're there |
| 16:05 |
teppi|work |
i think you copied it from dmail subscription? |
| 16:05 |
uriahheep |
and in ext_tables.php i have fe_admin_fieldList |
| 16:05 |
uriahheep |
teppi|work: the typoscript yes |
| 16:05 |
teppi|work |
maybe have a look if there are any differences |
| 16:05 |
uriahheep |
in the php files? |
| 16:05 |
uriahheep |
k |
| 16:06 |
teppi|work |
yep |
| 16:06 |
marcuslind |
:) |
| 16:07 |
uriahheep |
i had done this before and it had worked, but i don't want to reuse that extension... maybe i'll see what differences there are in those files though |
| 16:07 |
teppi|work |
i think it has something to do with that .. |
| 16:09 |
marcuslind |
Where can I read more about programming extensions for username/password protected frontend users? Ex: How do I get the users ID? Can't find much on typo3.org |
| 16:10 |
jbaptiste_j |
there is a book from Dmtri duplolev about extension writoing |
| 16:10 |
jbaptiste_j |
should read it myself |
| 16:10 |
marcuslind |
I got it. |
| 16:10 |
marcuslind |
It doesnt talk about that. |
| 16:11 |
jbaptiste_j |
is your task along the lines of SSO ? |
| 16:11 |
jbaptiste_j |
http://single-signon.com/ |
| 16:11 |
teppi|work |
marcuslind, $GLOBALS['TSFE']->fe_user->user['uid']; |
| 16:12 |
marcuslind |
teppi|work: Thanks a lot. Do you know where I can read more about it? I guess I will need to find out more then just the id. By the way, that's the logged on users id right? |
| 16:12 |
teppi|work |
yep |
| 16:13 |
teppi|work |
i recommend you var_dump($GLOBALS['TSFE']); |
| 16:13 |
teppi|work |
youll have a lot to read :p |
| 16:14 |
teppi|work |
or maybe: http://typo3.org/fileadmin/typo3api-4.0.0/ |
| 16:14 |
iaj` |
teppi|work, well when I open a new page... its always displayed at the top... can I change that somehow? |
| 16:15 |
iaj` |
the header is a bit too large and I'd rather have the site being scrolled down a bit |
| 16:17 |
teppi|work |
iaj`, yep .. |
| 16:17 |
teppi|work |
iaj`, http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/10/8/ |
| 16:18 |
teppi|work |
hm .. section is only available for typolinks |
| 16:18 |
iaj` |
huh? dont get it quite :) but I need to change locations |
| 16:18 |
iaj` |
thanks so far |
| 16:18 |
iaj` |
will brb |
| 16:18 |
teppi|work |
with section you could use anchorlinks |
| 16:20 |
uriahheep |
teppi|work: lol, i'm actually going to need the current fe user's uid later ;) so thanks |
| 16:20 |
uriahheep |
11:15 teppi|work : marcuslind, $GLOBALS['TSFE']->fe_user->user['uid']; |
| 16:21 |
teppi|work |
:-) |
| 16:28 |
marcuslind |
teppi|work: I tried $content = $GLOBALS['TSFE']->fe_user->user['uid'], I also tried user['username'] but return $content; doesnt return anything. It's just blank. |
| 16:28 |
marcuslind |
Why is this? |
| 16:29 |
teppi|work |
have you tried a var_dump($GLOBALS['TSFE']->fe_user->user); ? |
| 16:29 |
marcuslind |
Nope. |
| 16:31 |
marcuslind |
Is that to see if I'm actually online as a fe_user? |
| 16:35 |
pmk65 |
$GLOBALS['TSFE']->fe_user->user contains the user record of the user online (if the user is logged in) |
| 16:36 |
marcuslind |
Yes and when I do a var_dump I get bool(false) witch indicated that my login fail . |
| 16:37 |
marcuslind |
I created a SYSfolder called "Users" and then I created a website user in that folder. |
| 16:46 |
marcuslind |
Work has ended, see u tomorrow |
| 16:46 |
marcuslind |
bye guys. |
| 16:46 |
howard |
Guys |
| 16:46 |
teppi|work |
cu |
| 16:47 |
teppi|work |
these swedish guys have nice working times |
| 16:47 |
teppi|work |
:D |
| 16:47 |
howard |
how can I get id of the page X in some new plugin that I am creating |
| 16:48 |
howard |
ie when I want to redirect page to page X |
| 16:48 |
teppi|work |
what do you mean with .. how can i get |
| 16:49 |
howard |
ie if the id of the page X in the page tree is 777 |
| 16:49 |
howard |
i want to use that id 777 |
| 16:49 |
teppi|work |
write 777 in the code :p |
| 16:49 |
howard |
ie window.location.replace('index.php?id=777') |
| 16:49 |
teppi|work |
on php base? |
| 16:50 |
howard |
yes |
| 16:50 |
teppi|work |
something with header(); |
| 16:50 |
teppi|work |
and typolink_URL |
| 16:50 |
teppi|work |
and maybe you need the actual baseURL |
| 16:52 |
howard |
can you give me some link or example |
| 17:06 |
teppi|work |
howard, http://typo3.org/extensions/repository/view/redirect/current/info/pi1%252Fclass.tx_redirect_pi1.php/ |
| 17:16 |
howard |
thnx teppi|work |
| 22:49 |
muchi |
After installing typo3 I changed the username and passowrd for the admin. I can log in 2 or 3 times and then it tells me, the username or password is wrong. Has anybody any help? (So far I reinstalled everything, but this did not solve the problem? |