| 00:04 |
cw727 |
hi guys. i got a problem. i can upload an image with typo3, after uploading the image file is in the upload directory, but the page doesnt show the image file and i cant see an img html in the source. does anybody know why? |
| 10:19 |
milpoer |
morning.. |
| 10:20 |
milpoer |
having even. |
| 10:20 |
milpoer |
anyone knows how to get an news image in tt_news to have a link ? not only click to enlarge link, but an external link. |
| 10:48 |
ddoesburg |
Hi |
| 10:49 |
ddoesburg |
Im looking for someone who has experience with the extension imagemenu |
| 10:49 |
ddoesburg |
I installed it but can't get some images on the screen |
| 14:28 |
theconic |
Does someone use "irfaq" and knows how i can display the items grouped by category? |
| 15:35 |
theconic |
does someone in here use wfqbe and ms access? |
| 15:35 |
theconic |
it seems like there is missing the <> operator... |
| 16:54 |
benbrown |
hey |
| 16:54 |
benbrown |
zufällig jemand aus deutschland nrw hier? |
| 16:58 |
benbrown |
jemand aus deutschland nrw hier? oder überhaupt jemand aus deutschland? |
| 17:02 |
milpoer |
hi all |
| 19:47 |
milpoer |
hi all.. |
| 19:48 |
milpoer |
anyone here ? |
| 20:01 |
null0_ |
yes |
| 20:01 |
null0_ |
:) |
| 20:20 |
twoten |
yo! |
| 20:48 |
leo |
iam too |
| 22:40 |
Jon_Busby |
hi everyone!! |
| 22:46 |
Jon_Busby |
does anyone have a suggestion for importing a set of templavoila DS/TO's and updating, then updating pages to refer to the new templates... |
| 22:48 |
JohPie |
If you have one, can you tell me? |
| 22:51 |
Jon_Busby |
arrr that kindof problem is it? |
| 23:04 |
kraftb |
wouldn't a clever SQL statement do the job ? |
| 23:05 |
Jon_Busby |
kraftb: what do you mean? |
| 23:05 |
kraftb |
have a look at the "pages" table in mysql ... or using the phpmyadmin T3 extension |
| 23:05 |
kraftb |
you have a field which contains the id of the DS and another field which contains the uid of the TO |
| 23:05 |
kraftb |
and both fields for the current page ... and for subpages ... |
| 23:05 |
kraftb |
so 4 fields. |
| 23:06 |
kraftb |
by using a clever SQL statement (i assume you know how to write sql statements) you could easily "UPDATE" all page rows which point to a DS/TO to point to the uids of the newly imported DS/TO |
| 23:07 |
Jon_Busby |
would you only have to update two columns |
| 23:07 |
Jon_Busby |
or 4? |
| 23:12 |
Jon_Busby |
what does "tx_templatavoila_next_to" and "_flex" |
| 23:12 |
Jon_Busby |
refer to? |
| 23:22 |
Jon_Busby |
kraftb: is it just the two fields? |
| 23:24 |
kraftb |
when you edit the page properties ... |
| 23:24 |
kraftb |
you can either set the template for "this page" or for "subpages" .... |
| 23:24 |
kraftb |
you know what i mean ? |
| 23:24 |
kraftb |
and the _next_ fields are concerning subpages |
| 23:25 |
Jon_Busby |
arr ok |
| 23:25 |
Jon_Busby |
in our data these are all set to 0 so i'm assuming its not set |
| 23:25 |
Jon_Busby |
how about the flex field - does that contain any data that would require updating? |
| 23:28 |
kraftb |
hmm .... |
| 23:28 |
kraftb |
the flex field contains the set values ... |
| 23:28 |
kraftb |
you wrote that you just imported a new set of DS/TO |
| 23:29 |
Jon_Busby |
yes, what are the set values? |
| 23:29 |
kraftb |
so if you changed anything on the DS data structure, like renaming fields, etc. it would probably also require to update the flex fields |
| 23:29 |
kraftb |
aehm ... with "set values" i just mean all values you set in the page properties |
| 23:30 |
kraftb |
like if you have defined a field "teaser image" for your DS template .... |
| 23:30 |
kraftb |
then the value of this field get's stored there .... |
| 23:30 |
kraftb |
and the uids of all content elements, inserted on a TV page are also stored there .... |
| 23:30 |
kraftb |
which modifications did you make to your DS/TO ? |
| 23:31 |
kraftb |
rather large modifications, completly different DS/TO ... or just minor changes on a development server ? |
| 23:48 |
Jon_Busby |
also - is there any way to bulk publish to live / and unhide? |
| 23:51 |
kraftb |
probably ... but i never required such a feature |
| 23:55 |
Dijital |
i'm with Jon_Busby, working on the same site. our client has loaded literally hundreds of pages |
| 23:56 |
Dijital |
@kraftb - we have made some minor changes to the existing templates and added some new ones |