| 01:35 |
Ron-Na |
How can format the text correct? On a page I used as text block: Heading3 / Justify Center / Important looks correct in the RTE, but on the web it is just glued to the left side. |
| 02:47 |
titii |
hey friends, voids, ries.. all |
| 02:48 |
Ron-Na |
Help!!! I tried to install a twitter extension, and get now |
| 02:48 |
Ron-Na |
TYPO3 Fatal Error: Extension key "fn_lib" was NOT loaded! (t3lib_extMgm::extPath) and my site is gone. How to fix that? |
| 02:48 |
titii |
I have a problem Naming annoyances: tables tx_documentcenter_items tx_documentcenter_items; classname 0 tx_documentcenter_pi1, 1 tx_documentcenter_pi1_wizicon; classfilename 0 class.tx_documentcenter_pi1.php, 1 class.tx_documentcenter_pi1_wizicon.php. What I have to check? I dont understand that. Thank you |
| 02:49 |
titii |
Ron-Na you need also fn_lib to work your parent ext. Thats all |
| 02:49 |
titii |
Install that |
| 02:49 |
Ron-Na |
what is fn_lib,how do I install it? |
| 02:50 |
titii |
fn_lib download it from TER, and install in the Extension Manager |
| 02:50 |
Ron-Na |
haha, .... Extension Manager only show me that line too |
| 02:52 |
titii |
Ron-Na, so you have to update typo3conf/localconf.php manualy, and temporary remove or comment any parent ext. key, so you can continue to work. |
| 02:52 |
titii |
check for the other dependecies, and install them first |
| 02:57 |
Ron-Na |
can you give me details please? |
| 02:57 |
Ron-Na |
I open with vi the file typo3conf/localconf.php |
| 03:02 |
titii |
and find the ext. key |
| 03:03 |
titii |
Ron-Na find the array key "extList" and remove the ext. key from the list |
| 03:04 |
Ron-Na |
thanks, ... my browser had an error too, ... now I am back, ... thanks for helping |
| 03:05 |
Ron-Na |
forget twitter for the moment, but How can format the text correct? On a page I used as text block: Heading3 / Justify Center / Important looks correct in the RTE, but on the web it is just glued to the left side. |
| 03:15 |
titii |
Ron-Na I thing that stuff doesnt work, you have to enable the align buttons in a RTE |
| 03:15 |
titii |
I think |
| 03:17 |
Ron-Na |
titii I do not have align buttons |
| 03:18 |
titii |
Ron-Na so you have to enable it |
| 03:18 |
Ron-Na |
If I use the <> button to get the raw html code, it looks like: <h3 class="align-center"><i><b><span class="important">first line<br />second line</span></b></i></h3> |
| 03:18 |
Ron-Na |
where do I enable it? |
| 03:19 |
titii |
after save that align class stay? |
| 03:19 |
Ron-Na |
yes |
| 03:20 |
Ron-Na |
on the RTE it looks fine, but on the web it is left |
| 03:20 |
titii |
so just define the align-center class in you custom CSS file |
| 03:20 |
titii |
with text-align: center |
| 03:20 |
titii |
thats all |
| 03:27 |
Ron-Na |
titii I am still lost, what do I need to do? I have several css for that template some has lines like that: h1, h2, h3 {font-weight:normal;} |
| 03:28 |
Ron-Na |
just change h1, h2, h3 {font-weight:normal; text-align:center;} ? |
| 03:30 |
titii |
Ron-Na you cant write CSS? Its up to you, make your own "structure".. it doesnt matter, make rte.css that includes for example and define there simple .align-center |
| 03:37 |
Ron-Na |
titii thanks, I added in the scheme.css the line: .align-center {text-align:center;} that worked |
| 03:39 |
titii |
Ron-Na yea that has to :) |
| 03:40 |
titii |
Ron-Na where are you from? |
| 03:40 |
Ron-Na |
Austria, living already 19 years in Taiwan |
| 03:42 |
Ron-Na |
I want to add a hr with 50% and tried: <hr width=50%> but the tag will be changed to <hr /> spelling error? |
| 03:49 |
Ron-Na |
how to change a menu to a drop down menu ? which tutorial should I read? |
| 04:00 |
ries |
hey titii |
| 04:02 |
titii |
ries hey, how are you man? |
| 04:02 |
ries |
titii: watchng TV and doing nothing |
| 04:03 |
titii |
ries :) nothing is a lot.. but is a weekend |
| 04:03 |
ries |
friday still... |
| 04:03 |
titii |
Ron-Na maybe the width attribute for the HR tag is not allowed for the RTE |
| 04:03 |
titii |
ries whats o'clock? |
| 04:04 |
ries |
9PM |
| 04:04 |
Ron-Na |
I solved it with " * * * " looks also nice centered |
| 04:05 |
titii |
ries so 3hours to the weekend, heh, there is 4 AM in a weekend |
| 04:05 |
Ron-Na |
I beat you both, I have already 10 am .... hehehehe |
| 04:22 |
titii |
ries or somebody, I cant read the T3Q_VARS in the tca.php? |
| 04:23 |
ries |
titii: I never heard of T3Q_VARS... |
| 04:23 |
titii |
ries: ext_conf_template.txt |
| 04:24 |
ries |
titii: aren't they found in $conf of your extension? |
| 04:25 |
titii |
ries: ok i found it I have to unserialize it from GLOBALS |
| 04:25 |
ries |
you want to ready your TS setup in your PIx?? |
| 06:58 |
Ron-Na |
Can I link to an anchor at another page ? like href=/index.php?id=32#4thTextBlock ???? |
| 10:15 |
titii |
helo Guys!.. helo void, ries |
| 10:18 |
titii |
I am using XHTML trans. with the root of my TS, but in the menu tree I have a sysfolder with newsletter pages, so I have to sent the emails as a HTML trans. not an XHTML. problem is that, the content is parsed as a XHTML <br /> <img ... /> .... I am used CSC all the way, and I have to. How to change the content parsed to the HTML? Thank you friends |
| 10:53 |
titii |
Hey, what mean that operator? "=<" ? as tt_content.textpic.20 =< tt_content.image.20 |
| 11:01 |
void |
titii: hello... some guy a day ago was interested in your extension about not breaking layouts |
| 11:02 |
titii |
void really? who is it? |
| 11:02 |
void |
one sec.. |
| 11:02 |
titii |
void permanently i am thinking about that |
| 11:03 |
void |
jasiekg <-- his nick |
| 11:06 |
titii |
void his not there at the moment. How you found that nick? :) |
| 11:06 |
void |
titii: at logs.. |
| 11:07 |
void |
titii: http://www.rvantwisk.nl/index.php?id=113&tx_rvteggdroplog_pi1[year]=2008&tx_rvteggdroplog_pi1[month]=4&tx_rvteggdroplog_pi1[day]=18&cHash=40ffcd3758 |
| 11:07 |
titii |
void that are some cetral logs? |
| 11:08 |
void |
titii: yes, read the end of the topic |
| 11:12 |
titii |
void hmm, tell me what is in the end of topic? But what I read about his needs, it looks just for one CSS stuff for msie 6 and older. msie7 and mozilla doesnt break the layout for a long word.. I am solving the hard content as IMG, flash, and so on... that the CSS stuff can not fix |
| 11:13 |
Phlogi |
anyone can tell me whats the best to make an array out of a TS option thats a comma seperated list? example = foo,bar,foo |
| 11:16 |
titii |
void otherwise I am starting to thinking about JavaScript support of that my ext. I mean there are just some clients that wouldnt use javascript. I mean, at this present it is not any problem |
| 11:16 |
Ruudi |
how much difference would it make in site speed if i put all my TS pieces into same template item, right now i keep em all separate to have clear structure while development being done, but i'm thinking maybe it gives lot more queries to mysql and keeps down the speed? |
| 11:18 |
void |
titii: ok.. that guy seem to need less complex extension than yours. |
| 11:18 |
void |
titii: <= operator is a reference operator... |
| 11:19 |
void |
Ruudi: don't think so.. all is cached. by me personally prefer storing TS in files |
| 11:19 |
Ruudi |
hm how you store it in files? there is some include option, never used it thou :o |
| 11:20 |
Ruudi |
does it make any change in speed void? |
| 11:20 |
Phlogi |
or how do I convert a list to an array? |
| 11:20 |
void |
Ruudi: <INCLUDE_TYPOSCRIPT: source="FILE: "> |
| 11:20 |
Phlogi |
just use explode? |
| 11:20 |
void |
Ruudi: don't seem so... |
| 11:20 |
void |
Phlogi: which list to which array? |
| 11:22 |
Phlogi |
example = foo,bar,foo to, example2 =fooooabr,asdf,aasdf to an array like: array(example =>'foo','bar','foo', example2 = ....) |
| 11:22 |
titii |
void but he needs just some CSS definintions I think, thats all |
| 11:22 |
Ruudi |
void seems like a good idea, editing the script in browser is not so comfty at all, and i could use same lib for main functions in site |
| 11:22 |
Phlogi |
oh wait I'll do it otherwise ;) |
| 11:23 |
void |
titii: maybe.. |
| 11:23 |
void |
Ruudi: TextWrangler? what is that?) |
| 11:24 |
Ruudi |
a nice editor for os x, been using it for years, so used to it |
| 11:24 |
Ruudi |
http://www.barebones.com/products/textwrangler/ |
| 11:24 |
Ruudi |
free stuff |
| 11:25 |
void |
heh.. no mac os here.. |
| 11:28 |
Ruudi |
been on mac for some time, should install a linux distro over a 7 years once again :) |
| 11:28 |
void |
Ruudi: for what?)) |
| 11:30 |
Ruudi |
hm just to see how it's been evolving, and using freeware in everyday work anyway |
| 11:31 |
void |
Ruudi: so, the main Question - Gnome or KDE? =) |
| 11:33 |
Ruudi |
i have always been more into gnome, those days back KDE was too colorful and too messy for me, but i'm sure things have changed...as long as there are "exposee" like feature anything will do :) |
| 11:56 |
Phlogi |
hmm anyone has an idea why my TS setup for my extension is doubled? I have two arrays with the same options in it (for the object I'm working on) |
| 11:56 |
Phlogi |
if I do: print_r($this->conf['thumbnails.']['as_images']); I get the options twice! |
| 12:05 |
nd |
Having seen the yahoo talk about high performance websites I wonder why typo3 isn't using e.g. a sprite for all those little icons in the backend? |
| 12:08 |
Ruudi |
void i have been checking out that TS in file thing now, got highlighter working and all, but including <INCLUDE_TYPOSCRIPT: source="FILE: fileadmin/template/ts/main_functions.ts"> leads me to "page is not configured" error is it couse of I can only include basis templates not page options and config settings? |
| 12:09 |
void |
nd: because icons can be skinned with partial fallback? |
| 12:10 |
nd |
void: Right. Never checked out any skins but the default one, so I missed that. |
| 12:10 |
nd |
void: (Skinning one sprite could be working too... as it is for many applications. But the fallback-part is important, I agree...) |
| 12:12 |
void |
Ruudi: double check your filepath.. you can include everything your want, even TSconfig |
| 12:13 |
void |
nd: skinning API will be rewritten for 4.3. maybe HCI team remember about sprites |
| 12:14 |
nd |
void: Allright, let's see. |
| 12:15 |
Ruudi |
void, path seems to be right, downloaded the file for a test... but does it work like this if I just add the include line at the end of my setup field, file itself include TS that works correctly if added as basis template from pagetree |
| 12:15 |
void |
nd: if you have some ideas - feel free to post them at HCI or dev list.. |
| 12:16 |
void |
Ruudi: ah, basis? yes, you cannot include basis or static templates at the ts files.. |
| 12:17 |
nd |
void: As you may have noticed I'm quite new to the whole t3 and it's community (-ties). Having to work with it alot now, I'll get into it more and more and (again you may have noticed) always speak out what I think :) What's HCI? |
| 12:17 |
void |
nd: human-computer interaction.. |
| 12:18 |
nd |
void: Thanks. Will check out the t3 lists and stuff |
| 12:19 |
Ruudi |
void hmm i have got .ts file like this: |
| 12:19 |
Ruudi |
plugin.tx_macinasearchbox_pi1 { |
| 12:19 |
Ruudi |
pidSearchpage = 59 |
| 12:19 |
Ruudi |
templateFile = fileadmin/template/searchbox.html |
| 12:19 |
Ruudi |
} |
| 12:19 |
Ruudi |
there should be way to include it i guess :o deocumentations doesnt say much about what and how can i include |
| 12:20 |
nd |
Ruudi: But it in your main ts-templates, or include it in an ext-template on the particular page where you include the box (if it's not there all the time) |
| 12:21 |
Ruudi |
yes that's how it's done on my pages right now, but keeping Ts in file would help me to save some time on editing |
| 12:21 |
Ruudi |
with external editor |
| 12:21 |
nd |
Ruudi: Ah, right. Sorry, then I'm out. Using mozex for that |
| 12:23 |
nkuttler |
Ruudi: you can include external scripts.... don't remember how though. check tsref |
| 12:24 |
Ruudi |
yes i know the code line how to include but must be something missin in my included typoscript i think.. |
| 12:27 |
Dragan |
Hi, I have a problem with the extension Frontend User Registration (sr_feuser_register) version 2.5.9 |
| 12:27 |
titii |
Hey friends, void, ries... how can I make count the elements with TypoScript, for example, for 3rd element from top I use another TS settings? |
| 12:29 |
void |
titii: i think you are trying to go a wrong way.. do you really need counter? maybe, you can set one field in CE to something different and use that field in TS? |
| 12:29 |
Dragan |
When I insert the plugin on a page as page content, and try to view the page, it is all blank .. without the plugin it's ok. I use typo3 4.1.6 with php 5. Actually I imported the site from my previous instalation (typo3 4.1.5 on php 4.??) and changed nothing at all. Previously it was working, now there is the blank screen |
| 12:29 |
titii |
void no counter, I just try to describe that solution, sorry, I guess you know what I want to do |
| 12:31 |
titii |
for example ..... wrap = <b>|</b> ... but on the third elemetn I wanna another wrap |
| 12:31 |
titii |
I mean CASE? |
| 12:32 |
void |
titii: look at contentwrapper extension code |
| 12:32 |
void |
maybe that's what you want.. |
| 12:35 |
titii |
void hmmm how to describe my problem. I have for example 5. image elements on the page, but there would be 7 and so on, I would set another TS for the LAST! element on a page... yea I would like to last |
| 12:38 |
void |
titii: hm.. not sure how, but that's possible (but not easy).. search the typo3wizard.com |
| 12:39 |
titii |
ok void thanks I have a look.. otherwise do you have an ICQ? |
| 12:39 |
titii |
:) |
| 12:40 |
void |
titii: have.. 420099512. but i'm leaving away now.. |
| 12:42 |
titii |
void ok no problem |
| 12:43 |
Dragan |
anyone knows what could be the problem with Frontend User Registration (sr_feuser_register), or maybe you can recommend another plugin for the same purpose?> |
| 12:44 |
titii |
Dragan I dont know about any problem with sr_feuser_register |
| 12:45 |
Dragan |
ok, thanks anyway .. since I'm clueless on what could be the problem, I hope I'll find another extension for registering new frontend users |
| 12:51 |
titii |
Dragan I tried some time another, all is that shit. This one is the best. Doesnt matter it is complex |
| 12:58 |
titii |
How can I take the second element with the TS on a page? |
| 12:59 |
Dragan |
titii, yes I figured it is an excellent extension, since I had it working previously on my other configuration (php 4). But when I imported the whole site on my new server (php5), it is only showing a blank screen. It isn't helping at all. How can I debug or sth. ? Actually, one tip that may help for diagnostics ... when I first imported the site, several areas of it were all blank ..... |
| 12:59 |
Dragan |
...namely, pages woth tt_news, chc_forum and sr_feuser_register among others. I reinstalled the new version of typo3, and carefully installed all the required extensions, and now only sr_feuser_register is blank. |
| 13:02 |
titii |
So this job is quite handy I mean... Another server paramaters should change the behave of any ext. But I mean if you check any TYPO3 checking, as DB references, clear any cache and so on, It should work, check you the DB check in Tools module and all the Install tool, there are many clearings and so on |
| 13:05 |
Dragan |
titii, thanks .. I'll play with it some more, and hopefully I'll share the success with you :) |
| 13:06 |
titii |
I just wish more success :) |
| 13:07 |
titii |
all the way, it also depends on any single problem :) so you have to give an individual works for that |
| 13:30 |
Phlogi |
anyone knows a good guide for writing a backend module? |
| 13:44 |
titii |
Hey friends :) |
| 13:48 |
titii |
I would like to know that one. I Separated the Starting elements instead of Last, and the Last in a COA. But now I have a difference in a CSC settings tt_content.textpic.20.layout....{blabla1} and then I have to make a ... {blabla2}, but how to apply blabla1 to the starting elements, and blabla2 to the last one? Hmmmm |
| 13:50 |
titii |
how to apply tt_content.textpic.20.layout differences on my COA..1 {} and the different on my COA...2 {}? |
| 13:52 |
titii |
hmmm |
| 13:53 |
titii |
void? |
| 13:53 |
titii |
ries? |
| 13:53 |
titii |
someone? |
| 14:45 |
ries |
titii: ? |
| 14:47 |
titii |
ries |
| 14:47 |
titii |
:) hello friend |
| 14:47 |
titii |
I am not sure, if you can help ... |
| 14:49 |
ries |
titii: remember, I am really rusty on TYPO3 :) |
| 14:50 |
titii |
ries yea i see :D |
| 14:51 |
ries |
titii: thanks :D |
| 14:52 |
titii |
ries LOL what wrong with you? :) |
| 14:53 |
ries |
For the last year orso I have been doing other things then TYPO3 developments... |
| 14:55 |
titii |
ries what is it? |
| 14:55 |
ries |
I am doing database design, java, adobe flex |
| 14:55 |
dokma |
hello guys and gurls if any |
| 14:56 |
dokma |
adobe flex |
| 14:56 |
dokma |
what's that |
| 14:56 |
ries |
last year I create a catalog system and a flyer system.... that was PHP based and created as extensions in TYPO3... but not directly typo3 related |
| 14:56 |
ries |
dokma: http://www.adobe.com/products/flex/ |
| 14:56 |
dokma |
tx |
| 14:57 |
ries |
dokma: it's allows you to create rich internet clients without the roubles of DOM, HTML and java spegetty |
| 14:57 |
dokma |
rogger that |
| 15:36 |
titii |
void, ries :) anyone help me, how to make something like that. This one doesnt work, thank you!!! http://phpfi.com/311038 |
| 16:02 |
titii |
Anyone help me please. How to make something like that? This one doesnt work. Thank you!!! http://phpfi.com/311038 |
| 16:13 |
Phlogi |
would anyone like to test an updated file_explorer extension? |
| 17:24 |
salina |
hello i need help my site is not showing the arabic headlines / titels what is the problem |
| 17:49 |
Dragan |
titii .. I found something, and since I said I'll share the success with you, here goes: I started from a blank site and slowly added functionality, and came to a conclussion that the combination of some of the included static templates coused the blank screens |
| 17:51 |
Dragan |
for example .. I can't make chc_forum and tt_news work togethwer |
| 17:51 |
Dragan |
perhaps I should divide the static templates per page (if that is possible) |
| 17:52 |
salina |
how can i embed video files based on xml playlist like here: http://news.bbc.co.uk/2/hi/africa/7351842.stm |
| 18:04 |
titii |
Dragan thumbs up |
| 19:36 |
uschi |
hey folks |
| 19:37 |
uschi |
anyone ready to help me with a small piece of typoscript? |
| 19:37 |
uschi |
void, are you around? |
| 19:37 |
uschi |
koomi? |
| 19:39 |
nkuttler |
just paste it |
| 19:40 |
uschi |
hey ncutler, in case you mean me, there is nothing to post yet |
| 19:41 |
uschi |
i have a div#service-menu-wrapper mapped in tv |
| 19:41 |
uschi |
that div is mapped in a way that it will not be shown in case there are no entries for the service-menu |
| 19:42 |
uschi |
now i would like to 'override' that setting via ts |
| 19:42 |
uschi |
means, if my lib.shared_service_menu does not render anything, something else will be written |
| 19:42 |
uschi |
do you understand what i mean, nkuttler ? |
| 19:44 |
nkuttler |
no idea, sorry |
| 19:44 |
uschi |
i have no idea either :-(( |
| 20:00 |
stuffor |
hi! |
| 20:01 |
stuffor |
I got some problem with templavoila |
| 20:01 |
stuffor |
maybe you could help me. |
| 20:02 |
stuffor |
i "imported" a css design using the wizard. Im sure i mapped everything correctly. |
| 20:03 |
stuffor |
So, wenn I open the page everything seems fine. but when i click on a main menu item, the new site loading has only text, no more template. |
| 20:03 |
stuffor |
what would be the reason for that behaviour |
| 20:12 |
stuffor |
nobody there? |
| 20:24 |
uschi |
hmmm |
| 20:25 |
uschi |
you do have all content elements but no css anymore, stuffor? |
| 20:26 |
void |
uschi: i am here now |
| 20:26 |
uschi |
if that is the case, the path to the css files are wrong |
| 20:26 |
uschi |
great void |
| 20:26 |
uschi |
i have an ugly problem and no idea where to start |
| 20:26 |
stuffor |
uschi: no, i only have content than |
| 20:26 |
stuffor |
but without css |
| 20:27 |
uschi |
ok, everythign is there but css is missing, right? |
| 20:27 |
uschi |
void, i have a div#wrap_servicemenu that will not be rendered if there are no pages for that menu |
| 20:27 |
stuffor |
ehm, i dunno if u understood me. if i click on a menu link, just the content opens, but without any format |
| 20:28 |
uschi |
now i would like to do something else if that is the case |
| 20:28 |
stuffor |
just plain text |
| 20:28 |
uschi |
stuffor do you have that page online? |
| 20:28 |
stuffor |
i do |
| 20:28 |
stuffor |
typo3.janwiemer.de |
| 20:28 |
void |
uschi: use an HMENU... if have stdWrap, and you can use .ifEmpty |
| 20:28 |
uschi |
hmmmmm ok, thx |
| 20:29 |
uschi |
@void |
| 20:29 |
uschi |
ifEmpty is a stdWrap property? |
| 20:30 |
uschi |
i am constantly confused with if and ifEmpty and each and everything |
| 20:30 |
stuffor |
uschi: any ideas? |
| 20:31 |
uschi |
not yet, can you please wait a second so that i can try out voids suggestion for my question? |
| 20:31 |
stuffor |
okay |
| 20:31 |
uschi |
then i will come back to your prob |
| 20:31 |
uschi |
thx |
| 20:38 |
uschi |
i am using a hmenu, void |
| 20:38 |
void |
uschi: yes, ifEmpty is a stdWrap property.. |
| 20:38 |
void |
somehow @ does not higlight me.. |
| 20:39 |
uschi |
ok |
| 20:39 |
uschi |
i will do a space between @ and void next time :-) |
| 20:40 |
void |
uschi: yeah, makes sense =) |
| 20:40 |
uschi |
void, the following piece of code does not work |
| 20:40 |
uschi |
20 = HMENU |
| 20:41 |
uschi |
20.ifEmpty.stdWrap.cObject = HTML |
| 20:41 |
uschi |
20.ifEmpty.stdWrap.cObject.value = <div id="wrap-servicemenu">gugugg</div> |
| 20:41 |
void |
hm.. |
| 20:41 |
uschi |
*sniff* |
| 20:41 |
void |
maybe you need to define at least .1 ? |
| 20:42 |
uschi |
20.1 is my TMENU |
| 20:42 |
uschi |
lib.shared_servicemenu is a COA |
| 20:46 |
titii |
hello friends :) |
| 20:47 |
stuffor |
hi |
| 20:47 |
titii |
ries whats new? :D |
| 20:47 |
titii |
helo stuffor |
| 20:48 |
titii |
stuffor do you know TypoScript? |
| 20:48 |
uschi |
stuffor, you get an error for TV saying no Content found |
| 20:48 |
uschi |
sorry, wrong on my side stuffor |
| 20:48 |
stuffor |
titii: no. |
| 20:49 |
titii |
HEY! The serious question. I didnt using TemplaVoila! It is bad? |
| 20:49 |
stuffor |
uschi: yes, i get this error, but I read somewhere that you should just igrone this error. |
| 20:49 |
stuffor |
cant help me, uschi? |
| 20:49 |
uschi |
you did clear the cache, did you, stuffor? |
| 20:49 |
stuffor |
dont think so. |
| 20:50 |
titii |
stuffor me? |
| 20:50 |
stuffor |
firefox cache? |
| 20:50 |
void |
titii: TV is good) |
| 20:50 |
titii |
What are you solving? |
| 20:50 |
titii |
I didnt asking if it is good :D |
| 20:51 |
stuffor |
typo3.janwiemer.de <--- click on one of the main menu items |
| 20:51 |
stuffor |
youll see, its just plain text |
| 20:51 |
uschi |
it is not plain text |
| 20:51 |
uschi |
but there is no css-file included |
| 20:51 |
stuffor |
yes |
| 20:51 |
titii |
ok bye stuffor |
| 20:51 |
stuffor |
rofl :D |
| 20:51 |
stuffor |
bye |
| 20:52 |
uschi |
you did select a template for that main sites, right? |
| 20:52 |
uschi |
might be that you did not include the header parts on the tv-side |
| 20:53 |
stuffor |
How can I see? |
| 20:53 |
stuffor |
where |
| 20:53 |
stuffor |
:D |
| 20:53 |
stuffor |
im 1. non-english / 2. a newb :D |
| 20:53 |
uschi |
i do not know your installation and version |
| 20:53 |
stuffor |
half-noob |
| 20:53 |
uschi |
what is your language, stuffor |
| 20:53 |
uschi |
i am german |
| 20:53 |
stuffor |
nice |
| 21:14 |
titii |
Can I control all the HTML source before output? |
| 21:14 |
titii |
Maybe with TS |
| 21:33 |
typochur |
hi guys |
| 21:36 |
typochur |
is there an alternative to obtcaform? |
| 21:37 |
typochur |
somehow I got the feeling, that it's not ready-to-use in any form |
| 21:37 |
typochur |
I search for a way to offer frontend editing with ajax |
| 21:40 |
titii |
I dont know exactly what you need |
| 21:41 |
typochur |
i search for an extensions which offers ajax forms for frontend editing ... |
| 21:41 |
typochur |
I log in and click on the pencil next to a text |
| 21:41 |
typochur |
and the text transforms to an textarea without reloading the page |
| 21:42 |
typochur |
like http://www.3ev.com/fileadmin/3evdev/involve-sc1.mov |
| 21:43 |
uschi |
anyone knows what is wrong with that piece of code? |
| 21:43 |
uschi |
ifEmpty.stdWrap.cObject = HTML |
| 21:43 |
uschi |
ifEmpty.stdWrap.cObject.value = <div id="wrap-servicemenu">gugugg</div> |
| 21:44 |
uschi |
applied to COA? |
| 22:19 |
typochur |
noone got an idea? |
| 22:39 |
kinea |
hey |
| 22:40 |
kinea |
someone knows, how i can set the title of all links to a fixed value (if possible only if the title was not entered in the rte)? |
| 22:53 |
FoBunko |
hola |
| 23:13 |
gmatyi |
Hi! could anybody explain me, how can I add blogroll to my timtab? |
| 23:15 |
gmatyi |
I set this in my ts: plugin.tx_timtab_pi1.pid_list = <pid where the blog entris are placed > |
| 23:16 |
gmatyi |
what I don't understand. How can I add other blog to my site? |
| 23:16 |
gmatyi |
I like get f.e. such linklist like http://www.typo3-unleashed.net |
| 23:23 |
typochur |
:) |