| 08:22 |
animan |
hi. is it somehow possible to list first (tt_news) news from every category and categories itself are sorted so that the category, which has the most recent news element, is always at the top? |
| 08:35 |
iaj` |
hello there :-) |
| 08:36 |
iaj` |
currently I use a plugin to embedd a flash on my site. but its not possible to place text next to it.. what would be the best way to do so? change the template?? |
| 08:55 |
animan |
depends on the plugin i guess, but i think eventually it will come down to the point where you have to change the template |
| 08:56 |
animan |
but does someone have an idea why here - http://tonism.2bit.ee -- my archive link on the second level menu leads back to front page? when i go to http://tonism.2bit.ee/?id=44 it works. Some trouble with realurl? |
| 09:13 |
howard |
hello everyone |
| 09:14 |
animan |
ok, fond a solution for my realurl problem :) |
| 09:41 |
howard |
i still have yesterdays issue |
| 09:41 |
howard |
I have custom made extension |
| 09:42 |
howard |
and I added through kickstarter new frontend plugin option for THAT extension |
| 09:44 |
howard |
in MAIN CLASS of that new plugin (class.tx_ukschool_pi5.php) i simply added some echo code |
| 09:45 |
howard |
then from the backend, I made new test page, and as a content I added recently made new fe plugin |
| 09:46 |
howard |
after saving and opening test page in fe, I couldnt see my echo code, and also when I do view source, there is no comments that typo3 generates, that indicate that plugin was loaded |
| 09:46 |
howard |
any advices? |
| 09:52 |
Provito |
howard for new extensions I would advice you use lib and div and follow the tutorial for this |
| 09:53 |
Provito |
http://typo3.org/documentation/document-library/extension-manuals/apples/0.1.2/view/toc/0/ |
| 10:04 |
howard |
Provito: thank you, but as I read this it seems to me that I done everything properly |
| 10:27 |
howard |
Provito: I found problem, I needed to add extra lines to ext_localconf.php |
| 11:33 |
PiVars |
Hey #TYPO3 |
| 11:35 |
PiVars |
Question ! Ive got an anchor tag (<a href="www.test.com" />) produced in php, but when typo3 displays it it becomes <a href="http://sitename.com/www.test.com" />. Ive no idea where its coming from. |
| 11:52 |
compojoom |
how can I include a normal html page in my content? |
| 11:52 |
nick108 |
PiVars: try adding http:// to your href attribute |
| 11:52 |
howard |
compojoom: add html item for that page |
| 11:53 |
compojoom |
howard: you mean - create content -> plain HTML?? |
| 11:55 |
PiVars |
Right nick, no way I can hax it with non http:// links ? |
| 11:56 |
nick108 |
no idea |
| 11:57 |
PiVars |
Kk, thx |
| 12:00 |
howard |
compojoom: exactly, content element -> plain HTML |
| 12:01 |
compojoom |
howard: I don't want to use this |
| 12:01 |
compojoom |
isn't there a way that I can use an html file outside of typo3? |
| 12:01 |
compojoom |
http://pastebin.com/d4a0956f3 |
| 12:01 |
compojoom |
I would like to load an html file in lib.maincontent.20 < my file |
| 12:02 |
compojoom |
but I don't think that this is possible |
| 12:02 |
howard |
me also |
| 12:02 |
howard |
through typoscript you can include html template ie |
| 12:03 |
howard |
but straight forward .html....I am not sure |
| 12:03 |
compojoom |
well, I could make an extension |
| 12:03 |
compojoom |
and load this extension with typo3 |
| 12:03 |
compojoom |
and load this extension with typocript |
| 12:04 |
compojoom |
and this extension will only generate html output |
| 12:05 |
compojoom |
http://typo3.org/extensions/repository/view/tgr_statichtml/current/ |
| 12:05 |
compojoom |
now I would liek to know how to use it :) |
| 12:07 |
compojoom |
this looks even better: |
| 12:07 |
compojoom |
http://typo3.org/documentation/document-library/extension-manuals/lumophpinclude/1.2.0/view/ |
| 12:09 |
m4rtijn |
hi |
| 12:11 |
howard |
compojoom: yes, that is an option |
| 12:33 |
pmk65 |
lumophpinclude can pose a security problem if installed. |
| 14:39 |
animan |
hi. how could i change my install tool so all the cache images would be made as PNG, not GIF? |
| 14:51 |
pmk65 |
animan: [GFX][thumbnails_png] = 1 |
| 14:52 |
pmk65 |
and [GFX][gdlib_png] = 1 |
| 14:53 |
animan |
and resized images should then be made in png format istead of gif? |
| 14:54 |
pmk65 |
yes |
| 14:57 |
animan |
strange. i have those both set to 1 :/ |
| 17:14 |
crisb2010 |
passwort |
| 17:14 |
crisb2010 |
mah. wrong window |
| 17:14 |
crisb2010 |
anyway, hi =) |
| 17:15 |
crisb2010 |
is it possible to grant access to pages not based on the usergroup but on a single user? |
| 17:17 |
jjulian |
hi im having a plugin in this plugin i include a another plugin so somekind of subplugin. This plugin get set in the template config. now the content of the plugin just disapeared and i dont know why. $subplugcontent = $this->cObj->cObjGetSingle($this->conf['subPlug'], $this->conf['subPlug.']); this code gave me the html of the plugin. but now its NULL and NULL the both variables in $this-conf[subPlug"]. any ideas where i could look that |
| 17:19 |
maholtz|WORK |
@jjulian: i guess, you changed $this->cObj->data[] which you should not change? |
| 17:19 |
jjulian |
i think i didnt do that |
| 17:20 |
jjulian |
how could i track that down? why these conf variables are zero |
| 17:20 |
cdngfrog |
Some extbase experts here? I have problems with the persistence (Repository->add() does not work) |
| 17:21 |
jjulian |
maholtz|WORK: subPlug < plugin.tx_wecdiscussion_pi1 i still have that in my config |
| 17:21 |
maholtz|WORK |
@jjulian: but perhaps plugin.tx_wec... is not defined at that moment? |
| 17:22 |
jjulian |
got defined in constants of the template plugin.tx_wecdiscussion_pi1 { ... } |
| 17:23 |
maholtz|WORK |
so, as standalone it works? |
| 17:23 |
jjulian |
no idea :D |
| 17:23 |
jjulian |
and no idea how to check that |
| 17:23 |
maholtz|WORK |
instaed of subPlug < .. make page.99 < plugin.. |
| 17:24 |
jjulian |
i guess i should check if the right "site" loads |
| 17:24 |
jjulian |
hmm |
| 17:25 |
jjulian |
it seems that not the right page loads cause nothing changed |
| 17:25 |
jjulian |
how can i give out the page id in my plugin |
| 17:26 |
maholtz|WORK |
t3lib_div::debug($GLOBALS['TSFE']->id); |
| 17:27 |
maholtz|WORK |
have to go now |
| 17:27 |
jjulian |
thanks :D |
| 17:51 |
crisb2010 |
does anyone know why all files are copied to uploads/media when using the filelist? |
| 17:52 |
crisb2010 |
i would rather want it to directly link to fileadmin |
| 18:56 |
_jjulian |
how can i get to know why a link is refering to a page with the id=54 but some days ago it referred to a page with id=27 ?! |
| 18:56 |
_jjulian |
what could have been changed or what could i change to get it back |
| 19:26 |
enmerkar |
_jjulian: more context please |
| 19:28 |
_jjulian |
i have a site where user can insert images and texts. These gets shown on a summary page. if you click on one you get directed to the same page in typo and shows nearly correctly besides the wcdiscussion page isnt uncluded. but before it got shown from another page from typo |
| 19:28 |
_jjulian |
thats hard to explain for me in english :D |
| 19:33 |
_jjulian |
how to know why a certain page is loaded. subtitle, title, realurl hows that all working together |
| 19:47 |
_jjulian |
enmerkar: can you help? im total stuck on that |