| 00:00 |
ries |
any tt_news guru here? I need to send a atom feed in utf-8, but source is in latin1 |
| 00:00 |
ries |
can tt_news make that conversion for me? |
| 00:25 |
nveid |
Hey |
| 00:25 |
nveid |
anyone alive in here could possibly help me with getting mm_forum working? Or at least let me know what i'm doing wrong |
| 00:27 |
ries |
nveid: mm forum is tricky... |
| 00:28 |
ries |
it's easy to overlook a simple step in the manual |
| 00:31 |
nveid |
damn.. mised him |
| 00:31 |
nveid |
well.. thing is, i set my forum up.. believe i got everything.. then i goto my pages to add the content.. i set to plugin, message board what not... and nothing is on the page but the Header for the forum |
| 00:31 |
nveid |
no boards or anything that i setup |
| 00:40 |
nveid |
the register page as well.. no show |
| 11:08 |
rosieres |
Hi, does anyboy know why ATagTitle.field doesn't work on GMENU ?? http://pastebin.ca/1886306 |
| 12:05 |
Denyerec |
Anyone about today? |
| 12:05 |
Denyerec |
Got a query about how to make an FCE behave in a particular way... |
| 12:06 |
rosieres |
ask |
| 12:06 |
Denyerec |
See I want to apply a particular style/classname for the first item only |
| 12:06 |
Denyerec |
(Hey, getting to it! Can't type at lightspeed you know! :) |
| 12:06 |
Denyerec |
So, an FCE container with repeating sections |
| 12:06 |
Denyerec |
but a specific controllable class applied to the first section only. |
| 12:07 |
Denyerec |
Similar to what can be achieved with a hmenu |
| 12:07 |
Denyerec |
(optionsplit) |
| 12:08 |
rosieres |
thinking |
| 12:08 |
rosieres |
are the items automatically inserted or inserted by hand ? |
| 12:09 |
Denyerec |
Yes, for example an editor would create a new right hand box element |
| 12:09 |
Denyerec |
Right now there are 3, they might add 2 more, delete one, etc. |
| 12:09 |
Denyerec |
They might also move them around |
| 12:09 |
Denyerec |
Which is why I need to automagically style the top one :) |
| 12:10 |
Denyerec |
(Cannot trust the editor to set the classes manually) |
| 12:10 |
rosieres |
mhh... |
| 12:10 |
Denyerec |
Just going to re-read FTB in case I missed something in there. |
| 12:11 |
rosieres |
isn't in there |
| 12:11 |
Denyerec |
Doh. |
| 12:13 |
Denyerec |
Mmm. |
| 12:13 |
Denyerec |
How about using a count register in the TS section of the FCE |
| 12:13 |
rosieres |
thinking. . . |
| 12:13 |
Denyerec |
If I mapped to the class of the repeating section it would make it accessible at least. |
| 12:23 |
rosieres |
i don't see a solution with typoscript at all at the moment . . . but you could do it with javascript |
| 12:26 |
rosieres |
Denyerec: quite easiely |
| 12:26 |
Denyerec |
Hmm. |
| 12:26 |
Denyerec |
Yes I'd thought about just throwing JS at it, but I treat that as an absolute last resort |
| 12:26 |
Denyerec |
(Which may be the case here anyway) |
| 12:26 |
Denyerec |
I did map a classname to the value of a dropdown box |
| 12:27 |
Denyerec |
so if I can somehow work that into a conditional against a counter value, I'm set. |
| 12:27 |
Denyerec |
Problem is, it's been a long time since I did any serious TS |
| 12:28 |
Denyerec |
or |
| 12:28 |
Denyerec |
even if it just numbered them |
| 12:28 |
Denyerec |
I could then style .sidebox1 |
| 12:28 |
Denyerec |
if it incrementally numbered them that'd be sufficient |
| 12:29 |
rosieres |
the problem itself is that the flexform data field of the parent element has to be read |
| 12:30 |
Denyerec |
http://www.typo3wizard.com/en/snippets/cool-stuff-typoscript/different-formating-for-the-first-element-in-typo3.html |
| 12:30 |
Denyerec |
Any way perhaps that could be applied with modification ? |
| 12:32 |
rosieres |
an idea would be to let the container get the information from first child. . . parent.rec is no problem ... but I don't know about a child record within fce |
| 12:48 |
Denyerec |
rosieres are you still about? |
| 12:49 |
Denyerec |
I've created my FCE |
| 12:49 |
Denyerec |
And the behaviour is... unexpected. |
| 12:49 |
rosieres |
i'm here |
| 12:49 |
Denyerec |
It contains a repeating section which contains a field type of "Content elements" |
| 12:49 |
Denyerec |
I added 3 of them to test, but I cannot modify the content from the page view |
| 12:50 |
Denyerec |
The only way to modify the content of those 3 content containers is to modify the FCE record and use the "Pagecontent" selector widget |
| 12:50 |
Denyerec |
I can take 2 screenshots if that would help explain. |
| 12:50 |
rosieres |
i found something in the new manual ection information within DS TypoScript |
| 12:50 |
rosieres |
When using TypoScript for items within sections TemplaVoila 1.4 introduced 4 new registers to determine the position of the current item within the entire section. They are defined as tx_templavoila_pi1.sectionPos, tx_templavoila_pi1.sectionCount, tx_templavoila_pi1.sectionIsFirstItem and tx_templavoila_pi1.sectionIsLastItem. |
| 12:50 |
Denyerec |
oooh! |
| 12:50 |
Denyerec |
tx_templavoila_pi1.sectionIsFirstItem looks promising! |
| 12:50 |
rosieres |
heheheh |
| 12:51 |
rosieres |
nice to know |
| 12:51 |
rosieres |
;-) |
| 12:51 |
Denyerec |
Indeed |
| 12:51 |
Denyerec |
WHat's the link to the new manual? |
| 12:51 |
rosieres |
i can only get it from the extension manager doc icon |
| 12:51 |
Denyerec |
as an sxw? |
| 12:51 |
rosieres |
jep |
| 12:51 |
Denyerec |
Bah. |
| 12:52 |
rosieres |
whats wrong with it ? |
| 12:52 |
rosieres |
install OO |
| 12:52 |
Denyerec |
(Recently re-installed my OS, so am missing some software) |
| 12:53 |
Denyerec |
I am not sure if I'm mapped my section correctly, just taking a screenshot now. |
| 12:55 |
rosieres |
got to leave for now |
| 13:07 |
Denyerec |
http://stuff.denyerec.co.uk/capture1.PNG |
| 13:07 |
Denyerec |
http://stuff.denyerec.co.uk/capture2.PNG |
| 13:07 |
Denyerec |
http://stuff.denyerec.co.uk/capture3.PNG |
| 13:07 |
Denyerec |
On the chance you are still there, that's what I'm seeing now. |
| 13:07 |
Denyerec |
Capture 3 is what I would like to see, that's a different FCE that doesn't use sections |
| 13:11 |
rosieres |
compare the 2 Data structures. . . i guess you set the wron type . .... now i'm really away |
| 13:12 |
Denyerec |
Laters! |
| 13:58 |
exs |
hi |
| 13:58 |
exs |
how have the filerights for typo3 to eb? |
| 13:59 |
exs |
cause got to know that typo3 dont should be owned by systemuser www-data from that apache runs because of security vulnerability |
| 14:00 |
exs |
but which rights i have to give if www-data is not the owner? |
| 14:22 |
pgampe |
exs www-data should be owner, but should have read only for typo3, t3lib |
| 14:41 |
exs |
www-data should be owner? |
| 14:41 |
exs |
of all files or just for typo3 and lib pgampe |
| 14:47 |
exs |
pgampe: what are u talking about. plz more details |
| 14:48 |
exs |
have i to change all persmissoins? |
| 14:54 |
pgampe |
exs: www-data needs to be the owner off all files... |
| 14:54 |
exs |
aha and which files had to be changed permissinons after extracting? |
| 14:54 |
pgampe |
you can leave typo3 and t3lib readonly (+execute)... all other folders + index.php need to be writeable |
| 14:55 |
exs |
so typo3 and t3lib shall be chmod 777 and others? |
| 14:56 |
pgampe |
typo3 and t3lib should be 550, the others 770 |
| 14:56 |
exs |
i mean 555 |
| 14:56 |
exs |
ok |
| 14:56 |
exs |
if i work on a local webhost |
| 14:56 |
exs |
i cant access typo3 then |
| 14:56 |
exs |
what i have to do |
| 14:56 |
pgampe |
it depends on your server ... on local you can just 777 all |
| 14:56 |
exs |
working with root? |
| 14:57 |
exs |
i want to transform later to extren server |
| 14:57 |
pgampe |
you will have to reassing permissions anyway for production |
| 14:58 |
exs |
what is the meaning of reassing? |
| 14:58 |
exs |
where are u from? |
| 15:47 |
pgampe |
exs: *reassigning* |
| 16:07 |
exs |
pgampe: lol then explain why |
| 16:08 |
exs |
why have i talking to you like pulling teeth? |
| 16:22 |
nomatter0011 |
hi |
| 16:22 |
nomatter0011 |
is there any slideshow extension which is compatible with jquery? |
| 16:22 |
nomatter0011 |
cause any i used until now is eighter flash or using mootools which has compatbility issues with jquery |
| 16:29 |
exs |
no |
| 16:29 |
exs |
here is nobody who can help you |
| 16:29 |
exs |
we only idle |
| 17:18 |
pgampe |
nomatter0011: there is, but I don't know the name right now |
| 17:19 |
pgampe |
nomatter0011: have a look at TER, there are two just updated http://typo3.org/extensions/repository/ |
| 18:35 |
Denyerec |
[globalVar = TSFE:id = 2,69] |
| 18:35 |
Denyerec |
Is that a valid way to say id= 2 OR 69 ? |
| 18:36 |
Denyerec |
ah |
| 18:36 |
Denyerec |
no I have to repeat the identifier |
| 18:36 |
Denyerec |
TSFE:id=1, TSFE:id=69 |
| 18:37 |
danslo |
[globalVar = TSFE:id = 2] || [globalVar = TSFE:id = 69] << that works for sure, checked it 3 days ago at work :) not sure if you can simplify it though |
| 18:38 |
Denyerec |
Turns out you can |
| 18:39 |
Denyerec |
[globalVar = TSFE:id=2], TSFE:id=69] |
| 18:39 |
Denyerec |
wait that makes no sense |
| 18:39 |
Denyerec |
get that extra bracket out |
| 18:39 |
Denyerec |
[globalVar = TSFE:id=2, TSFE:id=69] |
| 18:44 |
HardPhuck |
yo |
| 18:44 |
HardPhuck |
any german people here |
| 18:45 |
Denyerec |
Nein :( |
| 18:46 |
HardPhuck |
crap |
| 19:00 |
ironm |
hi HardPhuck |
| 19:01 |
HardPhuck |
hi |
| 19:28 |
ironm |
HEY SargoDarya ! :) |
| 19:28 |
SargoDarya |
hey ironm |
| 20:37 |
nveid |
sup anyone online that has experience getting a forum working on typo3? |
| 20:39 |
exs_ |
nveid: me not |
| 20:41 |
nveid |
damn... configuring typo3 is a bitch |
| 20:41 |
nveid |
i used typo3 back between 2003-2006... but took a four year break.. forgot how complicated it can be |
| 20:41 |
nveid |
though.. it definately has the most features, its just figuring out how to actually use them! |
| 20:42 |
nveid |
sup zorzar |
| 20:56 |
nveid |
anybody? |
| 21:19 |
HardPhuck |
yes |
| 21:22 |
nveid |
still there? sorry went outside to play with my fathers day gift (toy helicopter) |
| 21:23 |
nveid |
Hardphuck - ever had trouble getting mm_forum to display on a page? i installed it, went through all the configuration opens. Then when I goto insert the plugin on a page, put it in the main content area... select message board for what to display.. nothign shows but the header that is set for the content item. |
| 21:23 |
nveid |
s/configuration opens/configuration options/ |
| 21:23 |
HardPhuck |
never used mm_forum before |
| 21:24 |
HardPhuck |
mm forum is a bad choice |
| 21:24 |
nveid |
what u recommend? |
| 21:24 |
HardPhuck |
phpbb3 |
| 21:24 |
nveid |
u can integrate that into typo3 as well, into the content area? |
| 21:25 |
nveid |
i want to maintain the main template i'm using for my typo3 website, and integrate the forum |
| 21:25 |
HardPhuck |
you don't need to integrate, just modify it's skin so it looks like the original page |
| 21:25 |
nveid |
yes.. though that defeats what i'm trying to do unfortunately. :( I want to make ti so frontend users of typo3 are also bb users |
| 21:25 |
nveid |
or forum users.. whatever u want to call it |
| 21:27 |
HardPhuck |
ah right |
| 21:28 |
HardPhuck |
then yes, mm_forum is your best bet |
| 21:28 |
HardPhuck |
but can't help you with your problem, I've never used mm_forum before |
| 21:29 |
HardPhuck |
did you insert the static template? |
| 21:30 |
nveid |
Nope... didn't mention that i have to do that |
| 21:30 |
nveid |
its set on the main template for teh rest of the website |
| 21:32 |
nveid |
but just checked the page.. it does have the template set on the page for mm_forum |
| 21:33 |
nveid |
oh wait.. i might have some stuff to do with that.. thanx for the pointer.. that may be my problem |
| 21:35 |
michael__ |
hi |
| 21:35 |
michael__ |
i started learning typo3 in the morning |
| 21:35 |
michael__ |
my head is exploding right now. |
| 21:35 |
michael__ |
but its great |
| 21:36 |
michael__ |
one problem: this is in my html template file: <img src="images/logo.jpg" alt="LOGO" /> |
| 21:36 |
nveid |
yes.. typo3 is crazy |
| 21:36 |
michael__ |
and typo3 generates that: http://localhost/2010-06-19/fileadmin/template/mainimages/logo.jpg |
| 21:36 |
michael__ |
theres a slash lost between main and images |
| 21:36 |
michael__ |
anyone any idea? |
| 21:36 |
nveid |
simple problem.. u set your website to be localhost somewhere in your configuration |
| 21:36 |
nveid |
oh... a slash lost |
| 21:37 |
michael__ |
its all right, im running it on localhost |
| 21:37 |
michael__ |
just the slash is missing |
| 21:37 |
michael__ |
when i write it like src="/images/logo.jpg" than typo3 makes http://localhost/images/logo.jpg |
| 21:37 |
nveid |
hrm... not sure i don't normally have flashes in my directories.. |
| 21:37 |
nveid |
err slashes even |
| 21:37 |
nveid |
except for using real-url |
| 21:39 |
michael__ |
my image is in fileadmin/template/main/images/ - but typo3 simply adds my img src to fileadmin/template/main |
| 21:40 |
michael__ |
fuck fuck fuck |
| 21:40 |
michael__ |
i found the mistake |
| 21:40 |
michael__ |
relPathPrefix = fileadmin/template/main instead of relPathPrefix = fileadmin/template/main/ |
| 21:51 |
nveid |
yay finally got it to work! :) |
| 21:51 |
nveid |
mm_forum that is |
| 21:51 |
nveid |
good deal michael, :) glad u found ur problem |
| 22:00 |
michael__ |
haha...it would have been great to have a few minutes without problems, but |
| 22:00 |
michael__ |
#1: PHP Catchable Fatal Error: Argument 1 passed to tx_realurl::initDevLog() must be an array, |
| 22:01 |
rawtaz |
omg are we out of arrays? |
| 23:49 |
Frimp098s |
hello. |
| 23:50 |
ironm |
hi Frimp098s |
| 23:52 |
Frimp098s |
i would like to add set a value to default if its empty. http://pastebin.org/344217 |
| 23:53 |
Frimp098s |
i would like to apply a defautl value if the field is not set |
| 23:53 |
Frimp098s |
sorry, double |
| 23:55 |
Frimp098s |
i dont understand where to put the if condition here |
| 23:56 |
ironm |
well ... |
| 23:59 |
ironm |
Frimp098s: an example of condition: http://paste.phlogi.net/conditions |