| 00:00 |
JuanJOBC |
I want fro Typo3 web to be able to browse them |
| 00:00 |
JuanJOBC |
So far there ir the component called "Sitemap" but only works with pages into the Typo3 DB structure |
| 00:00 |
JuanJOBC |
How can I browse the HTML files into a certain location under the Tpo3 tree structure? |
| 00:00 |
JuanJOBC |
thanks |
| 00:00 |
HardPhuck |
why would you want static html in a CMS |
| 00:01 |
michi0030 |
hey there! im frustrated and i know u probably hate newbies :) but, how can i use different css for subpages (only the main.content is different to the main.css) |
| 00:01 |
JuanJOBC |
HardPhuck, because I am writing that content from another remote web site |
| 00:02 |
michi0030 |
to be honest, i didnt understand the thing with different uid classes for each page - or something like that excuse me ... |
| 00:02 |
JuanJOBC |
HardPhuck, we have a intranet CMS that gives among other options, the feature fo defining Newsletters. The people create and mangaes them from there, and then a script parses them to HTML and uploads them to our public website, which is Typo3 |
| 00:03 |
JuanJOBC |
JuanJOBC, so, when the newsletter arrives through email to our customers, they have the option to see them from our public web site. And here is where Typo3 comes into the scene |
| 00:03 |
JuanJOBC |
HardPhuck, , so, when the newsletter arrives through email to our customers, they have the option to see them from our public web site. And here is where Typo3 comes into the scene |
| 00:03 |
HardPhuck |
michi0030: yes you can, hangon |
| 00:03 |
JuanJOBC |
HardPhuck, do you understand my issue?' |
| 00:04 |
JuanJOBC |
HardPhuck, I would like to create this pages following typo3 structure, but I don't understand how the DB must be manipulated in order to create a new page |
| 00:04 |
michi0030 |
:) but how! and thanks for listening to me ... i dont look trough that thing |
| 00:05 |
michi0030 |
but i see, ure the guy everyone asks |
| 00:05 |
void |
michi0030: you can use [treeLevel] condition at your TS |
| 00:06 |
JuanJOBC |
FileLink seems the be usefull, but does the option "Read from path:" work guys? |
| 00:06 |
HardPhuck |
michi0030: http://paste.phlogi.net/-b8a8f20cea/ |
| 00:06 |
HardPhuck |
like this |
| 00:07 |
HardPhuck |
JuanJOBC: let me read through all of this first :) |
| 00:07 |
JuanJOBC |
HardPhuck, oh, sorry! :) thanks for your time man |
| 00:08 |
michi0030 |
i tried it with page.includeCSS.anyname what seems to work - but firebug scratches my extension css trough :) |
| 00:08 |
michi0030 |
thx HardPhuck and void - i appreciate your help |
| 00:09 |
michi0030 |
so HardPhuck, this Ts snippet you posted - is this for ts setup in the subpage? |
| 00:10 |
HardPhuck |
no, you put that in the top templae |
| 00:10 |
HardPhuck |
it says if page id is 10 then add the css file otherwise ignore it |
| 00:10 |
michi0030 |
mah ! |
| 00:11 |
michi0030 |
but u see, what i dont understand, why does it just ignore the css i included? i really thougt i did everything right, but the main css just overruled that damn thing |
| 00:13 |
HardPhuck |
JuanJOBC: the only way i see, would be writing an extension that uses cron job to parse those files and put's them into the typo3 DB |
| 00:14 |
JuanJOBC |
HardPhuck, yeah that's what I want, I have everything don except the DB part. I want to understand which tables should I "touch" in order to add a page with only one HTML field |
| 00:14 |
HardPhuck |
any images included? |
| 00:14 |
JuanJOBC |
HardPhuck, not yet and not now (this would be a feature for v2.0 :) ) |
| 00:15 |
HardPhuck |
right |
| 00:15 |
JuanJOBC |
the news only have txt |
| 00:15 |
HardPhuck |
then you only 'touch' pages and tt_content |
| 00:15 |
JuanJOBC |
what is the last one for? |
| 00:15 |
HardPhuck |
it stores content :) |
| 00:16 |
JuanJOBC |
and the first one then? |
| 00:16 |
HardPhuck |
it stores pages (navigational data) |
| 00:16 |
JuanJOBC |
ahh |
| 00:16 |
JuanJOBC |
So the first one stores the tree information, and the last one the content of the page (fields, etc..) right? |
| 00:17 |
HardPhuck |
yes |
| 00:17 |
JuanJOBC |
the problem is that doing this the new page create will follow te styles, template, etc.. of the rest of the web site, right? |
| 00:17 |
JuanJOBC |
what if would this new "implanted" pages to have no styles, nothing |
| 00:17 |
JuanJOBC |
? |
| 00:19 |
HardPhuck |
not necessarily |
| 00:19 |
HardPhuck |
you could create a parent page to those imported ones |
| 00:19 |
michi0030 |
hm no im sry HardPhuck. it didnt work. still the same. i put the code from the pastbin into my main template setup (corrected the path of course), but nothing happens ... |
| 00:19 |
HardPhuck |
and define styles just for those |
| 00:19 |
HardPhuck |
michi0030: do you have an url? |
| 00:19 |
michi0030 |
yes i do have, but dont laugh :) |
| 00:20 |
HardPhuck |
i won't |
| 00:20 |
michi0030 |
private messages are with? somethin like /Name message? |
| 00:20 |
JuanJOBC |
tx_flashpageheader_swf |
| 00:21 |
JuanJOBC |
What are those fields? |
| 00:21 |
JuanJOBC |
tx_flashpageheader_picture |
| 00:23 |
HardPhuck |
those are fields from custom extensions |
| 00:23 |
HardPhuck |
you can ignore them |
| 00:24 |
JuanJOBC |
ok, thanks |
| 00:24 |
JuanJOBC |
I will create one using the Typo3 GUI, and then I will clone it programmatically |
| 00:24 |
HardPhuck |
best for you would be to make a local typo3 installation |
| 00:24 |
HardPhuck |
and add some similar content and pages like you want with the import |
| 00:24 |
HardPhuck |
and then check which fields are important |
| 00:24 |
JuanJOBC |
the thing is that I am dealing with 2 different CMS...the intranet is a DRUPAL Framework based one... |
| 00:24 |
JuanJOBC |
and the public one is Typo3 |
| 00:24 |
JuanJOBC |
:) |
| 00:25 |
HardPhuck |
it's not a problem, just database export and import |
| 00:25 |
JuanJOBC |
yeah |
| 00:25 |
JuanJOBC |
but I mean, I like the way how both work together for other features... |
| 00:26 |
JuanJOBC |
for example, new customers inquiries go through the contact us public form in the typo3 www, ...then from the local server, Drupal Cron API downloads all that data and inserts it into the db creating special content types...that the people of the Sales department can look whenthey receive an notification email sent by Drupal |
| 00:27 |
JuanJOBC |
this way the public and privite realms keep separated :) |
| 00:27 |
JuanJOBC |
Have anybody done this before? :) |
| 00:28 |
HardPhuck |
not sure, never used Drupal before :) |
| 00:28 |
JuanJOBC |
so I am the first one :) I designed and created this structure he he he |
| 00:29 |
JuanJOBC |
so the intranet guys don't have to deal with the outer world |
| 00:29 |
HardPhuck |
haha and now you have headaches with it :) |
| 00:29 |
JuanJOBC |
the www public design guys don't care about what is happening into the local network |
| 00:29 |
JuanJOBC |
the info is retreived from inside, not set from outside to inside...security |
| 00:29 |
JuanJOBC |
he he he |
| 00:31 |
JuanJOBC |
isnt't it beautiful? he he he |
| 00:32 |
HardPhuck |
too complicated :) |
| 00:32 |
HardPhuck |
i would use only typo3 to achieve that |
| 00:33 |
HardPhuck |
it can do everything you told me up until now :) |
| 00:33 |
JuanJOBC |
yeah indeed, in 10000 times longer, |
| 00:33 |
JuanJOBC |
anyway |
| 00:34 |
JuanJOBC |
you first must learn TypoScript |
| 00:34 |
HardPhuck |
true |
| 00:35 |
JuanJOBC |
while with the other one just go ahead with PHP |
| 00:37 |
HardPhuck |
TS actually simplifies it :) |
| 00:37 |
HardPhuck |
once you get to know it, of course |
| 00:40 |
JuanJOBC |
yeah |
| 00:41 |
JuanJOBC |
I tried that for 3 months...but I gave up :) |
| 00:42 |
HardPhuck |
haha |
| 00:42 |
HardPhuck |
you shouldn't |
| 00:42 |
HardPhuck |
:) |
| 00:49 |
JuanJOBC |
Believe me, I introduced Typo3 in my company! I defended it agains the Joomla and Mambo funboys here.... |
| 00:50 |
HardPhuck |
the usual stuff then:) |
| 00:50 |
JuanJOBC |
hey btw |
| 00:51 |
JuanJOBC |
anyway to use the sitemap to show files into the Typo3 tree instead of pages ? |
| 00:51 |
HardPhuck |
the default sitemap? |
| 00:51 |
JuanJOBC |
yes |
| 00:51 |
JuanJOBC |
it shows pages |
| 00:51 |
HardPhuck |
dunno, never used it |
| 00:51 |
JuanJOBC |
I want to show files |
| 00:52 |
JuanJOBC |
I solved my issue easly |
| 00:52 |
HardPhuck |
don't think so |
| 00:52 |
JuanJOBC |
I upload the html files to a location under fileadmin |
| 00:52 |
JuanJOBC |
so knowing the link you can see the html file |
| 00:52 |
JuanJOBC |
just need to show I UL list of them |
| 00:52 |
HardPhuck |
well writing a sitemap like that should not be hard |
| 00:52 |
HardPhuck |
an extension |
| 00:52 |
JuanJOBC |
yeah, the problem as usually is the time |
| 00:53 |
HardPhuck |
you can use kickstarter to make a basic FE plugin |
| 00:54 |
HardPhuck |
and then edit the php file to display a list |
| 00:54 |
JuanJOBC |
yeah, I will |
| 00:54 |
HardPhuck |
should not take you more than a couple of hours |
| 00:54 |
JuanJOBC |
less than that |
| 00:54 |
JuanJOBC |
a) I upload files to fileadmin |
| 00:55 |
JuanJOBC |
b) I have a page with an HTML field |
| 00:55 |
JuanJOBC |
c) Programatically I just update this field in the DB to add more <a href...> links to new files |
| 00:55 |
JuanJOBC |
Done |
| 00:55 |
JuanJOBC |
:) |
| 00:55 |
HardPhuck |
:D |
| 00:55 |
HardPhuck |
night |
| 00:56 |
JuanJOBC |
night |
| 06:39 |
ae |
hello - does anyone know in what table / field the log stores the diff of user updates? |
| 06:41 |
ae |
ah - found it. looks like its sys_history :) |
| 08:35 |
derchiller |
any ideas how i can integrate some javascript into typo when i don't talk the template? |
| 08:36 |
derchiller |
want to run a function when click on one item on my nav |
| 09:53 |
maholtz|WORK |
morning |
| 09:54 |
schabracke |
good morning! |
| 09:56 |
schabracke |
any css specialist here? :) |
| 10:05 |
maholtz|WORK |
@schabracke: perhaps wrong channel? |
| 10:07 |
schabracke |
no :) i try to define a table for a typo3 extension (events) |
| 10:15 |
HardPhuck |
yes, but it's still css :) |
| 10:15 |
schabracke |
hehe youre right :) |
| 10:17 |
jbaptiste_j |
Is there some way to quickly obtain a visual snapshot of a typo3 site with a visual preview of each page as a small picture into for example a pdf document ? |
| 10:22 |
zed_devil |
hi, is it possible to export the whole admin log, and how can i show more than 500 records |
| 10:25 |
Rait |
good day |
| 10:26 |
Rait |
anyone around who has upgraded to tt_news v.3 successfully? |
| 10:30 |
schabracke |
haha morning HardPhuck - 24/7 huh? |
| 10:34 |
Rait |
having trouble installing tt_news v.3 on a vanilla typo3. Anyone around who has succeeded in this? |
| 10:35 |
maholtz|WORK |
@zed_devil: use phpmyadmin for that |
| 10:36 |
maholtz|WORK |
@jbaptiste_j: if you have found such an tool, please let me know |
| 10:37 |
fuchur |
hi |
| 10:37 |
HardPhuck |
hey |
| 10:38 |
fuchur |
lol |
| 10:38 |
fuchur |
awake still or again? :D |
| 10:38 |
HardPhuck |
again :) |
| 10:38 |
fuchur |
okey |
| 10:39 |
fuchur |
anyway you're allways here :p |
| 10:40 |
HardPhuck |
yea :) |
| 10:40 |
HardPhuck |
i have a strange problem not knowing how to save :) |
| 10:40 |
HardPhuck |
i have apache which serves only localhost |
| 10:41 |
HardPhuck |
and nginx to server memcache or ask apache if no memcache record is present |
| 10:41 |
HardPhuck |
but now when i need to display visitor's IP |
| 10:41 |
HardPhuck |
i always get back 127.0.0.1 |
| 10:42 |
lumio |
hey guys :D I have a question for tx_indexedsearch... is there a way to limit the pages where tx_indexedsearch is searching? |
| 10:43 |
schabracke |
i dont know HardPhuck, maybe it has something to do with the listening device?? im no pro |
| 10:43 |
HardPhuck |
found the solution |
| 10:44 |
schabracke |
hehe so tell |
| 10:44 |
fuchur |
nginx is serving the pages? |
| 10:44 |
HardPhuck |
yes, the ones that are in memcache |
| 10:45 |
fuchur |
but apache is figuring out the ip ... but as it is nginx connecting to the apache the apache sees 127.0.0.1 |
| 10:45 |
fuchur |
as the user is not connected to the apache directly |
| 10:45 |
HardPhuck |
yes |
| 10:45 |
fuchur |
my guess :) |
| 10:45 |
HardPhuck |
you are right |
| 10:45 |
HardPhuck |
and there is a solution |
| 10:45 |
HardPhuck |
:) |
| 10:46 |
zed_devil |
@maholtz|WORK thanks |
| 10:47 |
HardPhuck |
it's called mod_rpaf |
| 10:49 |
fuchur |
mh |
| 10:49 |
fuchur |
i have to work but i would rather start readin Dmitry's book |
| 10:49 |
fuchur |
^^ |
| 10:53 |
sebar |
Aloha everybody |
| 10:53 |
sebar |
I've just installed realURL |
| 10:53 |
HardPhuck |
fuchur, best is to start when starting a new project |
| 10:54 |
sebar |
with a .htaccess and all the stuff |
| 10:54 |
pmk65 |
lumio: you can try setting the parameter tx_indexedsearch[sections] to limit the search to various branches of your site |
| 10:54 |
sebar |
now I have the following error when I try to view a page: |
| 10:54 |
sebar |
Error! Reason: "navigation-tr/presse/" could not be found, closest page matching is |
| 10:54 |
sebar |
Any ideas? |
| 10:54 |
lumio |
hi pmk64 ... thanks... right now I'm doing it like this: |
| 10:54 |
lumio |
pmk65: lumio: you can try setting the parameter tx_indexedsearch[sections] to limit the search to various branches of your site |
| 10:55 |
lumio |
-.- |
| 10:55 |
lumio |
wrong clipboard |
| 10:55 |
lumio |
plugin.tx_indexedsearch.search.rootPidList = {$searchroot} |
| 10:55 |
lumio |
this is the code |
| 10:55 |
lumio |
and $searchroot contains several IDs |
| 10:56 |
fuchur |
HardPhuck yeah I just have to start a new project :) so thinkin about readin&codin |
| 10:56 |
fuchur |
:-D |
| 10:57 |
pmk65 |
lumio> plugin.tx_indexedsearch._DEFAULT_PI_VARS.sections = |
| 10:57 |
HardPhuck |
that's the best approach |
| 10:57 |
cdngfrog |
How to allow display only X content elements on a page and make a menu "1 2 3 4 >" for navigation? |
| 10:57 |
cdngfrog |
-allow |
| 10:57 |
cdngfrog |
;-) |
| 10:58 |
pmk65 |
to find the values you can use for the sections, check the advanced search form of indexed search, and see what values are available in the "From section" dropdown |
| 10:58 |
lumio |
and what value does that line need? @pmk65 :) |
| 10:58 |
fuchur |
but first i have to figure out how to include my extension in an TV-template o_o |
| 10:58 |
fuchur |
never did that bevore :) just added a new content element ... but now the customer wants my extension to appear in every page :) |
| 10:58 |
lumio |
thx @pmk65 :) |
| 10:59 |
pmk65 |
fuchur: 10 < plugin.yourPlugin |
| 10:59 |
pmk65 |
that will work in a DS structure too. |
| 10:59 |
fuchur |
mh what about mode? if I have CONF parameter to set either LIST- or DETAIL-view? |
| 11:07 |
pmk65 |
if you have written your plugin so that you can control the modes from TS, then there will be no problems. (If not you'll have to add TS config support) |
| 11:08 |
fuchur |
grr |
| 11:08 |
HardPhuck |
which surely you are because kickstarter puts list and details in conf :) |
| 11:08 |
pmk65 |
cdngfrog: maybe you can use an ext like this: http://typo3.org/extensions/repository/view/cag_pagebrowser/current/ |
| 11:09 |
pmk65 |
or maybe this one: http://typo3.org/extensions/repository/view/rgtabs/current/ |
| 11:09 |
cdngfrog |
pmk65: oh, rgtabs sounds perfect - thanks! |
| 11:11 |
fuchur |
o_O |
| 11:11 |
fuchur |
wrong button ^^ |
| 12:11 |
schabracke |
HardPhuck , still around? |
| 12:12 |
HardPhuck |
yes |
| 12:12 |
schabracke |
i have a translation problem ... |
| 12:12 |
schabracke |
hey there |
| 12:12 |
schabracke |
i was the one with the extension css yesterday :) |
| 12:13 |
schabracke |
im having a translation problem |
| 12:13 |
schabracke |
with an extension |
| 12:14 |
HardPhuck |
translation of what? |
| 12:14 |
randomresult |
hi there... a customer wants to higlight several (choosen) pages in a menu |
| 12:15 |
randomresult |
is there a possibility to "mark" this pages and for example add a class ? |
| 12:15 |
randomresult |
or any other ideas how to solve this? |
| 12:20 |
schabracke |
hm no i doesnt work, i tried in the main template setup: plugin.tx_rlmpeventdb_pi1 { |
| 12:20 |
schabracke |
languageCode = de |
| 12:20 |
schabracke |
countryCode = DE |
| 12:20 |
schabracke |
} |
| 12:20 |
schabracke |
still, eveything is in english |
| 12:26 |
fuchur |
mh normally I can just say lib.leserbrief > |
| 12:27 |
fuchur |
lib.leserbrief < tx.my_ext_pi1 |
| 12:27 |
fuchur |
and my extension should be displayed ... right? |
| 12:28 |
fuchur |
i get the feeling my customer forgot to build the marker in his template |
| 12:38 |
HardPhuck |
randomresult what i would do is add a special class to page abstract |
| 12:38 |
pmk65 |
randomresult: extend the page table with an extra checkbox field. Then you can check that field in your menu, and apply an extra class if its set. |
| 12:39 |
HardPhuck |
then pull that abstract into ATagParams |
| 12:39 |
HardPhuck |
not the best solution, but works without modifying database :) |
| 12:43 |
HardPhuck |
the client will then just enter a class name into the abstract fiedl and that will be it |
| 12:47 |
d|g |
hi all |
| 13:01 |
randomresult |
hardphuck: great i ll try |
| 13:16 |
elmargol |
I still try to figure out how I alter a mailform :/ |
| 13:19 |
jbaptiste_j |
good question, for example I'd love to be able to change the alert in a regular typo3 mailform when a required field is not filled (I'd like to localize it) |
| 13:22 |
HardPhuck |
you can alter mailform with TS |
| 13:22 |
HardPhuck |
look for the default setup in css_styled_content |
| 13:23 |
HardPhuck |
then copy it over to your template setup and modify it |
| 13:23 |
HardPhuck |
or copy just the parts you need |
| 13:24 |
HardPhuck |
http://paste.phlogi.net/mailform-1/ |
| 13:24 |
HardPhuck |
this is an old one, a bit messed up but it should give you a basic understanding |
| 13:40 |
banym |
hi |
| 13:47 |
Bluespuke |
hellosomeone allready used rggooglemap v4? |
| 13:49 |
Kochs |
hello |
| 13:50 |
randomresult |
ok... now i have something... puh... how to explain |
| 13:50 |
randomresult |
i extended the table from pages |
| 13:51 |
randomresult |
now i have a selectfield with the value highlight |
| 13:51 |
jbaptiste_j |
is there a good current tutorial for dummies about using workspaces to setup a simple workflow ? |
| 13:51 |
randomresult |
how to get this one into the ATagParam = class = "page:mydbfield" |
| 13:52 |
Bluespuke |
jbaptiste_j: if you find one, please tell me where, i'm looking for the same ;-) |
| 13:58 |
maholtz|WORK |
@jbaptiste_j, @Bluespuke: imho there is a good one in german available, would that help? |
| 13:59 |
Bluespuke |
maholtz|WORK: sure, i just didn't had the time to look for it ;-) |
| 14:00 |
maholtz|WORK |
well, in detail you got some infos from http://typo3.org/documentation/document-library/core-documentation/doc_core_inside/4.2.0/view/2/7/ |
| 14:01 |
maholtz|WORK |
that was what i meant: http://typo3.org/documentation/document-library/extension-manuals/doc_v4_workspace/current/ |
| 14:07 |
pmk65 |
randomresult: ATagParam.dataWrap = class="{page:mydbfield}" |
| 14:07 |
jbaptiste_j |
thanks malholtz |
| 14:07 |
jbaptiste_j |
my german is , well, non existant |
| 14:09 |
elmargol |
HardPhuck: thx... i think this gives me some hints... |
| 14:11 |
HardPhuck |
np |
| 14:12 |
maholtz|WORK |
@jbaptiste_j: ok, so some hints: dont use draft-workspace |
| 14:12 |
jbaptiste_j |
yet, I got that one |
| 14:13 |
maholtz|WORK |
you need to set "file mounts" DB-Mounts are optional |
| 14:13 |
maholtz|WORK |
disable versioning types other than element |
| 14:13 |
maholtz|WORK |
allow "live" editing if you work with dam |
| 14:14 |
maholtz|WORK |
imho the most important things |
| 14:15 |
jbaptiste_j |
actually google translation of your german page is not alltogether useless, I think i might be able to work with it |
| 14:15 |
maholtz|WORK |
sad |
| 14:15 |
maholtz|WORK |
perhaps you find something in the wiki? |
| 14:25 |
jbaptiste_j |
I found this http://dmitry-dulepov.com/fileadmin/presentations/workspaces/Workspaces.pdf |
| 14:37 |
maholtz|WORK |
thx |
| 14:43 |
Bluespuke |
maybe a stupid question: when i create an extension wwith a static template, where di i have to place the file for it? or where do i have to define the path? |
| 14:45 |
jbaptiste_j |
oh my god, up till now I have given anyone access to the live workspace, and there are already about 300 pages so if now I want to create a custom workspace, I get an EMPTY workspace... can I copy-paste live to a new custom workspace so I cna create new user groups with restricted rights ? |
| 14:48 |
pmk65 |
Bluespuke: in ext_tables.php, you add a line like this: t3lib_extMgm::addStaticFile($_EXTKEY, 'static/yourDirName/', 'YourExtName'); |
| 14:49 |
pmk65 |
then in the folder 'static/yourDirName/', you place the setup.txt and constants.txt |
| 14:49 |
Bluespuke |
ty pmk65 |
| 14:50 |
Bluespuke |
hmmm semms that this path is well defined |
| 14:51 |
maholtz|WORK |
@jbaptiste_j: no, you will not get an empty workspace, your user can start working in the workspace |
| 14:51 |
Bluespuke |
(i'm trying to use rggooglemap v4.0.0, but once uploaded and installed i don't even have the static template to include :() |
| 14:54 |
Bluespuke |
noone has an idea why i can't include the static template? |
| 14:58 |
sebar |
Aloha |
| 14:58 |
sebar |
I'm trying to use realURL, this is what I did: http://pastebin.com/d5a6f7b81 |
| 14:59 |
sebar |
But when I call a URL like this http://10.0.1.245/labs/typo3b/navigation-tr/news/ I have the default typo3 screen with the following message: Error! Reason: "navigation-tr/news/" could not be found, closest page matching is |
| 15:03 |
maholtz|WORK |
in templaVoila if i use <beLayout> it works only with records, but not with single fields - any hint? |
| 15:14 |
fuchur |
mh |
| 15:14 |
fuchur |
do i have to set up anything special in my extension to get it workin with template-markers? |
| 15:15 |
fuchur |
lib.leser_artikel > |
| 15:15 |
fuchur |
lib.leser_artikel < tx.vj_leserbrief_pi1 |
| 15:15 |
fuchur |
but somehow nothing appears ... if i include it as content-element in "pages" it works |
| 15:16 |
kinea |
fuchur: how do you insert lib.leser ? |
| 15:16 |
fuchur |
mh it's mapped in DS |
| 15:16 |
fuchur |
using TV |
| 15:17 |
fuchur |
the customer did that :( I don't know much of this setting-stuff |
| 15:19 |
fuchur |
http://cxg.de/_3055ad.htm |
| 15:19 |
firehead211 |
hi |
| 15:20 |
firehead211 |
HTL Belegung |
| 15:20 |
firehead211 |
i wanna install an extension called HTL Belegung |
| 15:20 |
firehead211 |
somebody who can answer some questions |
| 15:21 |
fuchur |
write your questions and you will find out |
| 15:21 |
fuchur |
:-) |
| 15:21 |
firehead211 |
Enter the path where you can find the readable file |
| 15:22 |
firehead211 |
what kind of readable file an what is the right path ? |
| 15:22 |
firehead211 |
ich tried to read the readme or manual |
| 15:22 |
jbaptiste_j |
in the TER you can download the extension file |
| 15:23 |
jbaptiste_j |
t3x |
| 15:23 |
jbaptiste_j |
donwnload it from the TER to your computer then upload it into typo3 from your computer |
| 15:23 |
firehead211 |
i installed it allready |
| 15:24 |
firehead211 |
jep everthing is fine but http://typo3.org/documentation/document-library/extension-manuals/htl_stunden_raum_plan/1.0.3/view/2/2/ |
| 15:24 |
firehead211 |
what about this |
| 15:24 |
firehead211 |
Enter the path where you can find the readable file |
| 15:25 |
firehead211 |
what kind of readable file , should i need a file with information ? |
| 15:25 |
firehead211 |
or is it just the ext/ folder ? |
| 15:31 |
kinea |
firehead211: the ext is not very general. maybe no one knows. try to look in the source code. |
| 15:33 |
kinea |
looking in the class file in pi1 folder should show some reference to that file. |
| 15:33 |
kinea |
just a guess |
| 15:44 |
firehead211 |
hi |
| 15:45 |
firehead211 |
thx@kinea |
| 15:53 |
Kochs |
hello, someone here who can help with RTE and display in FE |
| 15:53 |
sebar |
Does anyone have experience with RealURL? |
| 15:55 |
sebar |
I have the following configuration http://pastebin.com/d5a6f7b81 but it does not work properly |
| 16:06 |
Kochs |
how does this chat work? |
| 16:06 |
Kochs |
nobody seems to help |
| 16:13 |
sebar |
Kochs: First you will have to give us your Credit card number |
| 16:13 |
maholtz|WORK |
@Kochs: well, which answer do you think i should give you? yes or no? what do you think would happen then - you start to ask me personally... so why should i anser? |
| 16:13 |
sebar |
And you post adress |
| 16:14 |
maholtz|WORK |
hehe, sebar is right, thats how it works;) |
| 16:14 |
maholtz|WORK |
sometimes |
| 16:16 |
maholtz|WORK |
@Kochs: so just ask perhaps someone has the time to help you |
| 16:17 |
Kochs |
okay... my question: Text edited with RTE in backend will be saved in the database without the <p> tags. I want to display this text in the FE without using content(default) ... Now: how can i get the <p> Tags back in my output? |
| 16:20 |
maholtz|WORK |
use pareFunc via TypoScript |
| 16:21 |
maholtz|WORK |
or $this->cObj->pi_RTEcssText($str); could help |
| 16:21 |
maholtz|WORK |
read more: http://www.typo3-unleashed.net/typo3apidocs/typo3api_4.2.1/html/df/d32/classtslib__pibase.html#cf9910dbf65181873d0cdd66ec8c4950 |
| 16:25 |
maff |
Hi...I have a very basic question: does anybody have a good ignore file for a SCM systems when working with Typo3 (I'm working with git but something like svn:ignore would be enough to get the idea.)? |
| 16:25 |
maff |
-a |
| 16:33 |
Kochs |
@ maholtz .... thx a lot... parseFunc... it seems to be the right direction ... ... it kills my brains the last 2 days |
| 16:41 |
pmk65 |
Anyone here using powermail? |
| 16:42 |
pmk65 |
I want to know if powermail supports partial saving of forms. (So I can fill out a couple fields and save. Then a couple days later fill out some more fields etc.) |
| 16:43 |
cathper |
I've googled and searched the wiki without success although I guess this is a very basic thing: Can one export a typo3 page/set of pages/entire site to a zip-file (or whatever) and then import it to another typo3 installation? |
| 16:49 |
jbaptiste_j_ |
I've never done it but there is the T3D |
| 16:49 |
jbaptiste_j_ |
right click on the root of your pages and do "expport to T3D" |
| 16:50 |
jbaptiste_j_ |
but you'll also have to manually copy whatever was in your fileadmin |
| 16:50 |
jbaptiste_j_ |
http://www.youtube.com/watch?v=yyKj5foLPLU |
| 16:51 |
pmk65 |
the best way, is to create a tarball of the 1st site, and then import that into the 2nd site. That way all IDs etc stays the same. (It doesn't if you export/import a T3D file) |
| 16:53 |
Bitcrusher |
hi folks |
| 16:57 |
Bitcrusher |
anyone here got experience with tt_news, its RSS output and problems with the RSS feed showing content from an unknown page. meaning wether the url says index.php?id=347&type=100 or index.php?id=128&type=100, it shows the same tt_news entry from an unknown source |
| 16:57 |
Bitcrusher |
? :) |
| 16:58 |
pmk65 |
Bitcrusher: v2.5.2 ? |
| 16:59 |
pmk65 |
I could only get RSS to work in 2.5.2 if I removed most of the archive settings. |
| 16:59 |
Bitcrusher |
yes |
| 16:59 |
Bitcrusher |
aww crap |
| 16:59 |
Bitcrusher |
so you suggest downgrading? |
| 17:00 |
pmk65 |
2.5.2 is filled with errors, so I suggest you try the 3.0dev from forge. |
| 17:00 |
pmk65 |
http://forge.typo3.org/repositories/show/extension-tt_news |
| 17:01 |
Bitcrusher |
do you know how much has changed from 2.5.2 to 3.0dev config wise? as i have a site thats suppose to go lve tomorrow, and reconfiguring everything is not really an option ;) |
| 17:03 |
pmk65 |
check the list of changes on the page I posted. |
| 17:03 |
Bitcrusher |
probally a stupid question: from the forge, do i have to download every file one by one??? cant see a download link |
| 17:03 |
pmk65 |
you need a SVN checkout tool (What sytem are you on? PC, Mac, Linux) |
| 17:03 |
Bitcrusher |
pc |
| 17:03 |
pmk65 |
On PC, I use this one: http://tortoisesvn.tigris.org/ |
| 17:04 |
pmk65 |
http://typo3.org/development/bug-fixing/using-subversion/ |
| 17:05 |
Bitcrusher |
thanks pmk65 :) as usually you point me in the right direction :) |
| 17:05 |
Bitcrusher |
*as usual |
| 17:06 |
pmk65 |
:) Using tortoisesvn, you have access to all the development extensions on forge.typo3.org (except the private ones) |
| 17:07 |
sebar |
AHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH |
| 17:07 |
pmk65 |
You can also use it to create your own projects at Forge. wHich is nice as you get a bugtracker, wiki and other nice features. And it's essential if you work more people on the same project. |
| 17:07 |
sebar |
PLEASE HELP |
| 17:08 |
sebar |
pardon, i'm just playing with realURL |
| 17:12 |
sebar |
I don't know why, I am not able to make this realURL stuff working |
| 17:13 |
sebar |
My Navigation elements are rewriten as desired but when I click on a link I always have this typo3 error screen |
| 17:13 |
sebar |
I followed this tutorial http://www.rainer-grundel.de/wissensdb/typo3/empfohlene_extensions/artikel/article/realurl_konfiguration.html |
| 17:13 |
sebar |
It's in german |
| 17:14 |
sebar |
for the .htaccess |
| 17:14 |
sebar |
And this is for the rest http://pastebin.com/d5a6f7b81 |
| 17:16 |
maholtz|WORK |
@sebar: is your .htaccess working? |
| 17:17 |
sebar |
I think so, because the index.php seems to be found. The error message is a classic typo3 screen |
| 17:18 |
maholtz|WORK |
and this error occurs on every page? |
| 17:18 |
maholtz|WORK |
it was sth like postVar not found, right? |
| 17:18 |
sebar |
no, just on the supages called with realURLs. When calling like this /index.php?id=231 the it works |
| 17:19 |
sebar |
sth? |
| 17:20 |
cathper |
jbaptiste_j_: I see. |
| 17:20 |
sebar |
pardon, my english is a little bit broken |
| 17:20 |
cathper |
Regarding what pmk65 wrote, how would mysql entries get moved? |
| 17:21 |
cathper |
He assumes that I move mysql data manually, right? |
| 17:23 |
cathper |
t3d seems to be pretty undocumented ... googling t3d site:typo3.org yields primarily bug listings. |
| 17:23 |
cathper |
Not a good sign. |
| 17:24 |
cathper |
How easy is it to update from one version of typo3 to the next? |
| 17:27 |
kinea |
cathper: depends on the details. a small web with standard extensions should be easy. like adding the new typo3_src folder, making new symlinks and making an version update in the install tool. |
| 17:29 |
cathper |
kinea: New symlinks? |
| 17:29 |
kinea |
cathper: you work on linux or windows? |
| 17:29 |
cathper |
The server is probably a linux box. |
| 17:30 |
cathper |
Why would new symlinks be needed? |
| 17:31 |
kinea |
cathper: when you work on a system with an installed typo3version and want to install a new one, a good way is to install the new typo3 src in a separate folder. |
| 17:31 |
kinea |
when you use symlinks you can easily switch between multiple versions. |
| 17:31 |
cathper |
I kinda expected it to be almost as simple as something like wordpress ... |
| 17:32 |
cathper |
I think I got your point. |
| 17:32 |
maff |
I'm new to T3 and just copied an existing (and working) site from the live server to my development box. When trying to access the mirrored site I just get "Cannot find tslib/. Please set path by defining $configured_tslib_path in index.php.". Does anybody have an idea what to do? There is no directory called tslib in the whole directory tree. |
| 17:33 |
cathper |
kinea: Alternative I could move the old install to another dir and upload a new scr dir. |
| 17:33 |
maff |
Oh the T3 version is 4.1.5 (quite old?) |
| 17:33 |
kinea |
cathper: yep possible. |
| 17:33 |
kinea |
cathper: in both cases you must run the updater. |
| 17:33 |
cathper |
kinea: The updater? Tell me more :-) |
| 17:34 |
cathper |
Just a simple script? |
| 17:34 |
cathper |
That is, php page. |
| 17:35 |
kinea |
Update Wizard |
| 17:35 |
kinea |
in the install tool |
| 17:36 |
kinea |
cathper: i allways install a new dummy package with the new sources. but maybe that is not necessary. |
| 17:36 |
cathper |
kinea: Okay, I see. |
| 17:36 |
cathper |
kinea: Thanks a bunch for the help :-) |
| 17:37 |
kinea |
cathper: the best would be to book a good typo3 provider. some have all new typoversions installed, so you just change a symlink and use the update wizard. |
| 17:38 |
kinea |
(and pray that all extensions you use work with the new version in the same style as you expect :-) ) |
| 17:38 |
cathper |
Hehe :-) |
| 17:38 |
sebar |
A propos extensions |
| 17:39 |
sebar |
How can I remove/delete two extensions that dependant each other |
| 17:39 |
sebar |
??? |
| 17:39 |
cathper |
The hosting place will provide typo3 later this year, but I'll have to have an alternative until then, so I consider installing it myself. |
| 17:40 |
kinea |
sebar: remove the entrys in localconf.php |
| 17:40 |
sebar |
And that's all? |
| 17:40 |
kinea |
and and remove typo3conf/temp* |
| 17:40 |
kinea |
and remove typo3temp/* |
| 17:41 |
kinea |
to be sure, that all caches are cleaned |
| 17:42 |
sebar |
okay, thanks a lot |
| 17:54 |
sebar |
hum, that did not work |
| 17:55 |
sebar |
The problem is that the extension changed my DB Structure too |
| 17:56 |
sebar |
So even if I remove the extension via the filesytem and by editing the localconf.php my DB remains with the extension modifications?! |
| 18:12 |
voidus |
sebar: you may use install tool -> db analyzer to remove unneeded tables and columns from DB |
| 18:22 |
Kochs |
Hello, one short question: I have got a menu with a sub menu. So far that works. But how can i define, that the rootline Menu entry should not be active, (or another formatiation would be great, too) when a submenu entry is chosen as actual site? |
| 18:23 |
Bitcrusher |
Kochs: have you looked into using .CUR or .ACT ? |
| 18:24 |
Bitcrusher |
.CUR (i.e. Contact ) is only the current one your one, while .ACT is the full path ( Home -> Contact ) |
| 18:25 |
Kochs |
okay... i will try. this seperation was not clear to me |
| 18:26 |
Kochs |
wow - thank you very much! |
| 18:27 |
Bitcrusher |
np :) |
| 19:19 |
sebar |
Aloha |
| 19:20 |
sebar |
Is there anybody still here |
| 19:20 |
sebar |
? |
| 19:20 |
sebar |
I still have my realURL problem and I can not figure out where it comes from |
| 19:27 |
voidus |
sebar: i am |
| 19:29 |
sebar |
youpi |
| 19:29 |
sebar |
I have the following configuration http://pastebin.com/d5a6f7b81 but it does not work properly |
| 19:30 |
sebar |
When I open a generated URL like this one /folder/something It displays a error message |
| 19:31 |
sebar |
Error! Reason: "navigation-tr/presse/" could not be found, closest page matching is |
| 19:31 |
sebar |
I have no Ideas, why |
| 19:31 |
voidus |
i have no skill in realurl configuration, sry |
| 19:32 |
sebar |
nevermind, thanks nevertheless |
| 20:06 |
Bitcrusher |
sebar |
| 20:07 |
Bitcrusher |
try adding this 'rootpage_id' => 128, under 'expireDays' => 7, |
| 20:07 |
Bitcrusher |
and change 128 to your root id |
| 20:08 |
Bitcrusher |
im no expert on the subject, but its worth a try i guess ;) |