| 00:16 |
rapidfyredotnet |
What could cause Typo3's soft references to fail? For all links entered like this <link some-url-path>Click here</link>, it get's displayed as "ArrayClick here" and then in html looks like "ArrayClick here</a>" |
| 00:17 |
rapidfyredotnet |
<link URL>Click here</link> gets processed by the core correct? |
| 06:59 |
bin |
hi everybody |
| 06:59 |
bin |
i have a problem with my menu |
| 07:00 |
bin |
now its showewing horizintally |
| 07:00 |
bin |
how can i make that vertically |
| 07:01 |
bin |
# Menu 1 cObject |
| 07:01 |
bin |
lib.menu_1 = HMENU |
| 07:01 |
bin |
# First level menu-object, textual |
| 07:01 |
bin |
lib.menu_1.1 = TMENU |
| 07:01 |
bin |
lib.menu_1.1 { |
| 07:01 |
bin |
# Normal state properties |
| 07:01 |
bin |
NO.allWrap = <div class="menu1-level1-no"> | </div> |
| 07:01 |
bin |
NO.stdWrap.htmlSpecialChars = 1 |
| 07:01 |
bin |
# Enable active state and set properties: |
| 07:01 |
bin |
ACT = 1 |
| 07:01 |
bin |
ACT.stdWrap.htmlSpecialChars = 1 |
| 07:01 |
bin |
ACT.allWrap = <div class="menu1-level1-act"> | </div> |
| 07:01 |
bin |
} |
| 07:01 |
bin |
# Second level menu-object, textual |
| 07:01 |
bin |
lib.menu_1.2 = TMENU |
| 07:01 |
bin |
lib.menu_1.2 { |
| 07:01 |
bin |
# Normal state properties |
| 07:01 |
bin |
NO.allWrap = <div class="menu1-level2-no"> | </div> |
| 07:01 |
bin |
NO.stdWrap.htmlSpecialChars = 1 |
| 07:01 |
bin |
# Enable active state and set properties: |
| 07:01 |
bin |
ACT = 1 |
| 07:01 |
bin |
ACT.stdWrap.htmlSpecialChars = 1 |
| 07:01 |
bin |
ACT.allWrap = <div class="menu1-level2-act"> | </div> |
| 07:01 |
bin |
} this is the code that i used for showing menu |
| 08:54 |
SWEMark |
Morning |
| 09:13 |
SWEMark |
tag for getting referer link? |
| 09:13 |
SWEMark |
preferably for setup |
| 09:14 |
NublaII |
the cache-cleaning mechanism also cleans up the temp files generated? or does it only affect the db? |
| 09:14 |
SWEMark |
everything |
| 09:15 |
NublaII |
I'm finding situations where the images are getting removed |
| 09:15 |
NublaII |
and I can't get them to regenerate until I manually force them to |
| 09:16 |
tsrepadmin |
anyone knows the meaning of "reel" and "LoHA" ? |
| 09:35 |
Randomresult |
good morning |
| 09:39 |
SWEMark |
morning random |
| 09:41 |
FloLeBlanc |
hi all |
| 09:43 |
SWEMark |
hi flo |
| 10:23 |
phil404 |
morning |
| 10:26 |
FloLeBlanc |
void: oh master of extensions, thy servant bows before you and humbly requests your assistance for an extension question |
| 10:27 |
void |
=))) |
| 10:28 |
void |
FloLeBlanc: what is your question? |
| 10:28 |
FloLeBlanc |
just a second I spilled water on my workplace lol |
| 10:31 |
FloLeBlanc |
I did a conversion of an (I think so) abandoned extension (ke_smallads) to fullfill my needs. now I'd need to extend the fe_users table with a new field to integrate a function. can I just add this column or should I do it another way (write hooks - create extension for extension - etc.) |
| 10:32 |
guillom |
is it possible with BE-forms to edit the email properties depending on some answers (e.g. sending to a different address and with an appropriate email subject depending on what the user entered in the form) ? |
| 10:39 |
FloLeBlanc |
damn now I have to do the void - summoning ritual again :) |
| 10:40 |
void |
FloLeBlanc: i think you can just add column into fe_users table... |
| 10:40 |
FloLeBlanc |
thank you |
| 10:41 |
void |
guillom: BE-form? strange way to make a mail form. but you can always use 'user' type of field.. |
| 10:42 |
guillom |
void, my goal is to create a form where people enter some personal information later used to register them as a member of our association |
| 10:43 |
void |
guillom: and all those people and backend editors already? |
| 10:43 |
guillom |
void, no |
| 10:43 |
void |
hi ChanServ :) |
| 10:43 |
void |
guillom: so, why you call that BE-form? |
| 10:44 |
guillom |
void, i thought it was the name of the built-in form feature of typo3 (forgot to say, i'm a newbie) |
| 10:44 |
void |
ah, standart FORM.. |
| 10:44 |
guillom |
sorry |
| 10:45 |
void |
i don't know much about that type of forms... ask someone else =) |
| 10:45 |
guillom |
heh :) |
| 10:53 |
xsebi |
when i output a var fetched from a sql query in normal it appears ok but when i try to put that var as a preset value in an input text field it cuts at the first space |
| 10:53 |
xsebi |
why is that ? |
| 10:54 |
FloLeBlanc |
void: do extensions save any important information (apart from my own TS for them) outside their directory in typo3conf ? |
| 10:55 |
FloLeBlanc |
xsebi: perhaps you defined maxlength=1? :) |
| 10:55 |
void |
FloLeBlanc: usually no |
| 10:55 |
FloLeBlanc |
void: thank you |
| 10:55 |
xsebi |
flo : no , its set fine i guess.. it doesnt cut after the first char but space |
| 10:56 |
xsebi |
http://phpfi.com/305317 |
| 10:56 |
xsebi |
like this |
| 10:56 |
xsebi |
upper line works |
| 10:56 |
xsebi |
would put out like : mental asylum , but second line only give me mental |
| 10:57 |
FloLeBlanc |
isn't it: value=".$row...." |
| 10:57 |
FloLeBlanc |
you don't have " around your value |
| 10:57 |
FloLeBlanc |
in the output |
| 10:57 |
bin_ |
hi Rndomresult |
| 10:58 |
FloLeBlanc |
so you get id=mental asylum instead of id="mental asylum" |
| 10:58 |
bin_ |
Hi Randomresult |
| 10:58 |
xsebi |
oh ill try |
| 10:58 |
xsebi |
thx |
| 10:58 |
FloLeBlanc |
$content .= '<input name="idname" type="text" size="30" maxlength="255" value="'.$row['idname'].'" /><br />'; |
| 10:58 |
FloLeBlanc |
should do it |
| 10:58 |
FloLeBlanc |
np |
| 10:59 |
bin_ |
hi FloleBlanc |
| 10:59 |
FloLeBlanc |
hi bin |
| 10:59 |
xsebi |
ah worx , thx again flo |
| 10:59 |
bin_ |
iam new in typo3 |
| 11:00 |
bin_ |
i want o know that is it possible to add a login extension in all the pages |
| 11:00 |
bin_ |
means like header |
| 11:00 |
FloLeBlanc |
xsebi: you're welcome |
| 11:00 |
bin_ |
also i want to show some seminar contents in all pages |
| 11:00 |
FloLeBlanc |
bin: did you check out futuristic template building (if using templa_voila) ? |
| 11:00 |
bin_ |
yes |
| 11:00 |
FloLeBlanc |
and it didn't help? |
| 11:01 |
bin_ |
no |
| 11:01 |
bin_ |
it says about the how to create new pages |
| 11:01 |
bin_ |
like printer friendlier |
| 11:01 |
bin_ |
like that |
| 11:01 |
bin_ |
can u help |
| 11:01 |
bin_ |
if u are free now |
| 11:01 |
FloLeBlanc |
I don't use templa_voila and never did sorry, I use automaketemplate |
| 11:01 |
bin_ |
ok |
| 11:02 |
FloLeBlanc |
with automaketemplate you'd have to get the record from the page where the box is inserted and then assign it to an element |
| 11:02 |
bin_ |
anyway i want o show those things in all pages |
| 11:02 |
bin_ |
are u free now |
| 11:02 |
bin_ |
i have awebsite in server |
| 11:02 |
FloLeBlanc |
sorry I'm at work, trying to extend ke_smallads to my needs :) |
| 11:03 |
bin_ |
ok |
| 11:03 |
FloLeBlanc |
just checking the chan for short questions here and there |
| 11:03 |
bin_ |
i will come later |
| 11:03 |
bin_ |
when u will become free |
| 11:06 |
dokma |
hi peeps |
| 11:07 |
dokma |
well this is a bit stupid, but I can't figure out how to move files between folders in DAM ??? |
| 11:07 |
dokma |
argh!! |
| 11:07 |
bin_ |
how to add newloginbox extension to all the pages |
| 11:08 |
bin_ |
like header content |
| 11:11 |
FloLeBlanc |
void: can you tell me where you normally define the plugin dropdown selections like for insert plugin A - dropdown option "edit", "show all", "etc." |
| 11:13 |
guillom |
http://todo.wikimedia.fr/index.php?id=68 < why do I get this error? If I have applied my template to the rootpage, shouldn't it also apply to all subpages ? |
| 11:15 |
dokma |
bin_: you can do it from TS like this: |
| 11:16 |
bin_ |
plz |
| 11:16 |
dokma |
temp.blah < styles.content.getRight |
| 11:16 |
bin_ |
dokma |
| 11:16 |
dokma |
style.content.getRight = COA |
| 11:16 |
bin_ |
ok |
| 11:16 |
dokma |
watch for my tyPOS |
| 11:16 |
dokma |
I left an s in there |
| 11:16 |
bin_ |
my extention is newloginbox |
| 11:17 |
bin_ |
please give me the link |
| 11:17 |
dokma |
bin_: there is no link |
| 11:17 |
dokma |
this is TS code |
| 11:17 |
bin_ |
ok |
| 11:17 |
dokma |
do you know how to use it? |
| 11:17 |
bin_ |
no |
| 11:17 |
dokma |
hmmm |
| 11:17 |
bin_ |
can u plz tell ne |
| 11:17 |
bin_ |
me |
| 11:17 |
bin_ |
plz |
| 11:20 |
dokma |
well dude |
| 11:20 |
dokma |
you need to learn the basics first |
| 11:20 |
bin_ |
yes |
| 11:20 |
dokma |
TYPO3 is not for the quick and dirty approach |
| 11:20 |
bin_ |
ok |
| 11:20 |
dokma |
you need to read through TS by example |
| 11:20 |
dokma |
it's a small document |
| 11:20 |
bin_ |
ok |
| 11:20 |
bin_ |
can u give me the link of r that |
| 11:21 |
bin_ |
*for |
| 11:30 |
guillom |
(asking again :) http://todo.wikimedia.fr/index.php?id=68 < any idea about why do I get this error? If I have applied my template to the rootpage, shouldn't it also apply to all subpages ? |
| 11:38 |
FloLeBlanc |
only if you do not overwrite certain elements with an extension template afterwards |
| 11:39 |
guillom |
ok, i'm going to check that ; thanks! |
| 11:42 |
FloLeBlanc |
anyone who can tell me where the dropdown options or what is displayed in the BE in general for a plugin is coded? |
| 11:51 |
bin_ |
can anybody tell me what is this error stands for |
| 11:51 |
bin_ |
Configuration check warning: |
| 11:51 |
bin_ |
The TS setup variable plugin.tx_seminars.attendancesPID is empty |
| 11:51 |
bin_ |
this is getting while using semnar extension |
| 11:53 |
phil404 |
bin_: err, i guess the Plugin expects a Page Id where the attendances are stored |
| 11:53 |
bin_ |
so i have to write thta one in the setup , means have to specify the page id .. right |
| 11:54 |
phil404 |
bin_: try and set plugin.tx_seminars.attendancesPID=<your storage PID> in the setup |
| 11:54 |
phil404 |
yup |
| 11:54 |
bin_ |
thanks phil404 |
| 12:04 |
NublaII |
if I set enable_typo3temp_db_tracking=1 |
| 12:05 |
NublaII |
does that make sure the images always show up? |
| 12:08 |
FloLeBlanc |
nublaII : afaik this stores the names of the the temporary files in the DB to prevend a double rendering (rendering an image already present), furthermore you have an overview for the temporary images then, this does not effect rendering of images itself |
| 12:09 |
NublaII |
mmm I have a problem because everyday I find some pictures that are missing |
| 12:09 |
NublaII |
and I need to manually refresh the page on the backend |
| 12:09 |
NublaII |
otherwise they're just gone |
| 12:10 |
NublaII |
I've been trying to figure out if it's typo3 doing the actual cleaning of the files everyday |
| 12:10 |
NublaII |
but I can't find any reference of the mechanism that does it |
| 12:11 |
NublaII |
everything I find relates to the db cache cleaning... not the files on typo3temp |
| 12:12 |
FloLeBlanc |
do you use any extensions for "cleaning"? |
| 12:12 |
FloLeBlanc |
(something like what you describe only happened to me once after doing some IM configuration changes which resulted in an error when T3 tried to merge TTF on a jpg background) |
| 12:13 |
NublaII |
not that I'm aware of... I inherited the install, and old 3.8.1 install |
| 12:13 |
NublaII |
but I don't see any cleaning extensions |
| 12:13 |
FloLeBlanc |
nublaII: and I guess it can't be linked to missing webspace? |
| 12:14 |
NublaII |
no, I have enough space ;) |
| 12:15 |
NublaII |
I have the nf_cleandb installed |
| 12:15 |
FloLeBlanc |
perhaps you did setup a cronjob for the cleaning? |
| 12:15 |
NublaII |
but that works only on the db... |
| 12:16 |
NublaII |
I talked to the sysadmin and he swore there's nothing like that... don't trust him too much though ;) |
| 12:16 |
FloLeBlanc |
hehe |
| 12:16 |
NublaII |
I was rechecking the list of extensions and there's nothing there that could be responsible for it... |
| 12:17 |
NublaII |
whatever is doing the cleaning is doing a recursive cleaning... I don't know if that's a clue or not... |
| 12:18 |
NublaII |
how does typo3 handle that anyway? I couldn't find any reference to it |
| 12:20 |
phil404 |
NublaII: if i get it right your cached images are gone and don't get regenerated automatically |
| 12:22 |
NublaII |
yup, everyday |
| 12:22 |
NublaII |
some of them work, some don't |
| 12:22 |
NublaII |
but the timestamp is fresh everyday |
| 12:23 |
NublaII |
actually, I just checked, and all the images on typo3temp are freshly created today |
| 12:23 |
NublaII |
nothing old |
| 12:23 |
phil404 |
hmm, afaik there's no cache lifetime for image caches like you have on pages |
| 12:24 |
phil404 |
did the problem exist before the upgrade form 3.8? |
| 12:24 |
NublaII |
oh, it's still running 3.8.1 |
| 12:25 |
NublaII |
I need a little time before upgrading it... |
| 12:25 |
phil404 |
ah, i see |
| 12:25 |
NublaII |
I inherited the install and there is too much stuff done on a weird manner |
| 12:25 |
NublaII |
like... whoever is the sysadmin doesn't know the existence of symlinks apparently... so all the typo3 source is triplicated, for example |
| 12:26 |
NublaII |
it's a little mess ;) |
| 12:26 |
phil404 |
can you find anything special on the images that dont get newly rendered again? |
| 12:26 |
phil404 |
:o |
| 12:26 |
phil404 |
sounds like a big little mess :p |
| 12:27 |
NublaII |
mmm... nothing I can think of... it happens on regulat text+image content |
| 12:27 |
NublaII |
it happens on tt_news content |
| 12:27 |
NublaII |
it happens on template generated code (like the localization flags for example) |
| 12:28 |
NublaII |
sometimes when I do a hard refresh with the browser the image appears |
| 12:28 |
NublaII |
other times I have to go and refresh the page on the be |
| 12:29 |
phil404 |
are you using cache control headers? |
| 12:30 |
NublaII |
mmm... not sure... one sec |
| 12:32 |
phil404 |
well, i'd try enabling temp DB Tracking and clear all files in typo3temp and cached imagesizes in DB via install tool |
| 12:34 |
NublaII |
how do I find that out? |
| 12:34 |
NublaII |
the headers I mean... |
| 12:34 |
NublaII |
http://www.cun.es/ |
| 12:35 |
phil404 |
other than that i would recommend a fresh clean install |
| 12:35 |
NublaII |
there you can see the missing flags on top for localization |
| 12:35 |
NublaII |
and here http://www.cun.es/la-clinica/bienvenida/ |
| 12:35 |
NublaII |
you can see a missing image on the content |
| 12:35 |
phil404 |
it's set in the TS setup Config |
| 12:36 |
phil404 |
well, if it's enabled your should find it there |
| 12:36 |
phil404 |
*you |
| 12:38 |
NublaII |
can't find anything for cache control on localconf.php... |
| 12:41 |
phil404 |
it's enabled in Typoscript |
| 12:42 |
phil404 |
but HTTP Headers seem fine |
| 12:42 |
NublaII |
can't find anything on the templates... |
| 12:56 |
Randomresult |
hi, |
| 12:57 |
Randomresult |
i have this for selecting colpos = 0 ... and i want to add delete = 0 hidden = 0 and syslang = 0 |
| 12:57 |
Randomresult |
select.where = colPos = 0 |
| 12:57 |
Randomresult |
how to do? |
| 12:58 |
Randomresult |
is it possible to make something like select.where = colPos = 0 AND hidden = 0 |
| 13:09 |
oqwolq |
Guten Tag |
| 13:11 |
phil404 |
Randomresult: deleted and hidden are usually added to the WHERE SQL by default |
| 13:12 |
Randomresult |
well... im trying to load all contentelements of a special page in to a mapped part in TV |
| 13:12 |
Randomresult |
i use the following ts |
| 13:12 |
phil404 |
and you deleted and hidden elements are visible? |
| 13:12 |
phil404 |
*your |
| 13:12 |
Randomresult |
http://phpfi.com/305331 |
| 13:13 |
Randomresult |
i dont know... there are contentelements show which are not on the page i entered as pidInList |
| 13:13 |
Randomresult |
maybe u can have a look at my ts... |
| 13:14 |
Randomresult |
all the contents elements on the page are show... but not only this... |
| 13:14 |
Randomresult |
i guess all with colpos 0 or 2 are shown |
| 13:14 |
Randomresult |
how to tell my ts only to take ce's from this site? |
| 13:19 |
phil404 |
maybe try this: http://phpfi.com/305333 |
| 13:20 |
phil404 |
brb |
| 14:41 |
Randomresult |
phil404 : no, now it does not show anything |
| 14:43 |
Randomresult |
well... same problem |
| 14:44 |
Randomresult |
it shows exactly the same... entries i can not find... |
| 14:45 |
Randomresult |
hrmpf... |
| 14:46 |
maholtz__ |
@random: maybe check via phpmyadmin which pids are set in your content elements |
| 14:49 |
Randomresult |
but... if i dont find them in the page... nor in the none used elements... |
| 14:49 |
Randomresult |
where the hell they come from? |
| 14:54 |
dodslondon |
Hi guys are there any extension authors around...I am looking for some advice on changing header CSS from within a plugin, does anyone have any ideas? |
| 15:00 |
bekks |
hi |
| 15:02 |
dodslondon |
i |
| 15:02 |
bekks |
one of my clients is complaining that the context menu in the page tree appears at the top, instead of being a "real" context menu, when clicking on it. how can i make the IE behave like FF there and let the context menu appear as a floating context menu over the entry in the page tree? |
| 15:23 |
dodslondon |
Do you guys know if it is possible to adjust header data from within a plugin? |
| 15:24 |
dodslondon |
Ideally I would like to influence the value held in "page.headerData.3.value" so that I can dynamically load a different css file depending on parameters... |
| 15:24 |
dodslondon |
but to do this in PHP within the plugin code |
| 16:57 |
delmonico |
hi |
| 16:58 |
phil404 |
hi |
| 16:58 |
delmonico |
can I make HMENU.special=browse with items.prevnextToSection=1 link to the next page one level up instead of the first page inside that one like the default behaviour does? |
| 17:06 |
tomyN |
hi |
| 17:07 |
tomyN |
I could need some help with the ext "Front End User Registration" |
| 17:07 |
tomyN |
anyone familiar with this? |
| 17:14 |
bin_ |
hi |
| 17:14 |
bin_ |
tomyN |
| 17:14 |
tomyN |
hi |
| 17:14 |
bin_ |
tomyN:i think u can find a extension for that |
| 17:14 |
tomyN |
I found one, but I don't understand what's in the manual |
| 17:14 |
bin_ |
sr_feuser_register_2.5.8.t3x |
| 17:15 |
drixx |
hi everyone, quick user question, how can I import new templates into typo3 (I got it as a zip file from osskins.com)? |
| 17:15 |
tomyN |
I am too new to all this, I better read some more basics, thanks!! |
| 17:16 |
tomyN |
oh well, the default contact form, I have it installed, but I don't receive the message. Did I forget something, in TS maybe? |
| 17:17 |
drixx |
I have to install img/css/html files by hand and copy the TS into the setup section of the template? |
| 17:26 |
tomyN |
k, it may sound stupid but in which folder are by TypoScripts? |
| 17:26 |
tomyN |
all my notes are worthless, sorry |
| 17:29 |
roterguru |
hi all |
| 17:32 |
roterguru |
i have written an backend modul. on the page, a form is displayed. i use method="get". if it is not the first form on the page, this works well. to get it working i have to put an emty form (<form></form> befor my form. |
| 17:32 |
roterguru |
can anyone explain why? |
| 17:36 |
tomyN |
hi, I have a plugin for an email submission form, how can I find out what it is called so that I can find the manual for this? Thanks! |
| 17:40 |
tomyN |
I wouldn't asked if it would be listed in the extension manager, but there is no reference to it |
| 17:40 |
tomyN |
I am getting a bit confused |
| 17:49 |
rapidfyredotnet |
tomyN: I only saw one line of your question... what are you confused about? |
| 17:52 |
dot1 |
hello |
| 17:52 |
tomyN |
rapidfyredotnet: I have a pre-installed version of Typo3 and it comes with a Plugin MailForm. I am trying to find a manual for this, because I assume it has to be somehow configured |
| 17:53 |
tomyN |
it's not listed in the ext-manager |
| 17:53 |
dot1 |
someone can help to use cwt_feedit ? |
| 17:54 |
tomyN |
0 |
| 18:02 |
nkuttler |
any pointers how to include context from an external file somehow? I need to interface with some external scripts |
| 18:03 |
nkuttler |
preferably in typoscript |
| 18:10 |
rapidfyredotnet |
tomyN: This should help you a little... http://www.mcuniverse.com/Mailforms.76.0.html |
| 18:10 |
tomyN |
Thank you!! |
| 18:10 |
rapidfyredotnet |
sure |
| 18:11 |
tomyN |
hey, that's the one I mean!!! cool!! thanks again |
| 18:11 |
rapidfyredotnet |
Some of the links are broken on that page but you could easily find them on the Typo3 website by looking at the path. |
| 18:12 |
rapidfyredotnet |
nkuttler: describe more about what you're doing. I may or may not be able to help |
| 18:14 |
nkuttler |
rapidfyredotnet: i want to test if a file exists and if it exists print it's contents on some page... |
| 18:15 |
rapidfyredotnet |
In the meantime... I have a website that is currently not parsing <link> tags properly that come from the RTE and I'm not sure where to start looking. |
| 18:16 |
rapidfyredotnet |
For all links entered like this <link ABC's">http://www.abc.com>ABC's site</link>, it get's displayed visually as "ArrayABC's site" and then in html looks like "ArrayABC's site</a>" |
| 18:42 |
nahirean |
Hey guys! My company installed typo3 and the consultant wrote a great template for pages. Unfortunately, the template is severely limiting image placement and text formatting for the page. Is there a way to use a "Blank" template where I can just insert raw HTML and it will take prescedent over the entire page? |
| 18:46 |
nkuttler |
nahirean: what do you mean? replace the template completely? |
| 18:51 |
Recnelis |
Hey guys, I want to use a all new template for my Typo3 website and make a new and better menu structure but while I work on this new version I want the site to stay the way it is for the website viewers.. how do I accomplish what I want? Draft workspace? |
| 18:52 |
nkuttler |
Recnelis: i'd do it on a dedicated development box... |
| 18:53 |
Recnelis |
But what about when u want to move everything over? |
| 18:53 |
Recnelis |
Like when everything's set up and I want the site to "go-live" ? |
| 18:53 |
Recnelis |
On the development box I can just click a button :) |
| 18:53 |
Recnelis |
can't* |
| 18:54 |
nahirean |
nkuttler: Yep, I would like to use a "Clean slate" |
| 18:54 |
nahirean |
without formatting |
| 18:54 |
nahirean |
So I can just inject HTML without worrying about constaints and get pages up to market quickly.. |
| 18:54 |
nahirean |
ideally, one that would let me use the front end to strcuture the page. Unfortunately I don't know the software as well as I would like. |
| 18:55 |
nkuttler |
Recnelis: yeah, you'd need to copy the new template and the necessary files... big deal. i don't like the draft mode |
| 18:55 |
Recnelis |
nkuttler: Not really the template I'm worried about.. it's more the texts and such.. :) |
| 18:56 |
nkuttler |
Recnelis: yes... and they magically would still be there |
| 19:01 |
nahirean |
This "template" (layout?) he designed is nice.. But I can't use the formatting mechanmisms on the front end at all. For example, aligning an image "Right" does not work at all. I read the helpfile and it said CSS constraints could cause that, so I removed it to no avail. |
| 19:01 |
nahirean |
mechanisms* |
| 19:01 |
nkuttler |
nahirean: check if you use the css styled content, not the table based. then use a css inspector to find out where the built-in css is overridden |
| 19:02 |
Recnelis |
Anyone else regarding my question? |
| 19:03 |
nkuttler |
Recnelis: copy current server to dev box, tweak template, copy modifications back... you can't really break anything that way |
| 19:04 |
Recnelis |
I'll do that than.. thx |
| 19:04 |
nahirean |
nkuttler, I assume I would have to have admin access or at least an SSH into the host machine to do that, correct? |
| 19:05 |
nkuttler |
nahirean: um... backend access is enough to look at the template definitions |
| 19:05 |
nahirean |
i see in the "configuration" section from the backend config that "css_styled_content,tsconfig" and so on. So I suppose I am using CSS styled content |
| 19:06 |
nkuttler |
nahirean: do you have an url? |
| 19:06 |
nkuttler |
nahirean: yup |
| 19:07 |
nahirean |
so if i understand this correctly, the formatting of these pages is being handled by a CSS somewhere.. and in that file it defines the "proportions" of the page? (for lack of a better term) and I need to change this file somehow? |
| 19:08 |
nkuttler |
nahirean: css styled content means typo3 includes some css before the user defined css. i guess you template just overrides some features of css-styled-content |
| 19:09 |
nkuttler |
that's why i said, use a css inspector... i think firebug would be useful |
| 19:10 |
nahirean |
Hmm.. yes, in file admin I see a bunch of .css |
| 19:10 |
nahirean |
files |
| 19:10 |
nkuttler |
nahirean: just look at the html output |
| 19:12 |
nahirean |
nkuttler: you mean to say, download one of the files through the BE and look at them that way? |
| 19:12 |
nkuttler |
nahirean: no. wget http://yoururl |
| 19:16 |
nahirean |
Hmm. Unfortunately I can't wget anything.. They are stacking the deck against me. I only have back end web access to it, and I am on a windows machine |
| 19:17 |
nkuttler |
nahirean: http://webkit.org/blog/41/introducing-the-web-inspector/ |
| 19:20 |
Guest01 |
Hi, I need some help with substituting markers in Typo3 |
| 19:21 |
Guest01 |
What must I write into my HTML-Template? |
| 19:25 |
nkuttler |
Guest01: well what do you have so far? |
| 19:33 |
Guest01 |
I have written: <div class="breadcrumb">###breadcrumb###</div> is this correct and can Typo3 replace this marker? |
| 19:35 |
nahirean |
So typo3 does not have a template, or a streamlined way to make a blank web page and just use the HTML pagecontent to write what you want? |
| 19:37 |
nkuttler |
Guest01: no and no. try ...html... <!-- ###FOO### begin -->... html ...###MARKER### ...html... <!-- ###FOO### end --> ...html... |
| 19:38 |
chefan_ |
i am not sure if i get your question, nahirean , if it is "is typo3 a cms" the answer is "yes, sort of" |
| 19:39 |
tomyN |
hello again :-) I am trying to create a Front End User Registration |
| 19:39 |
tomyN |
The manual says" Add one of the following static templates to your TypoScript template: 'FE User Registration CSS-styled' or 'FE User Registration Old Style'. |
| 19:39 |
tomyN |
?? |
| 19:39 |
Recnelis |
When upgrading from 4.1.5 to 4.1.6 is there anything special I should do? Or should I just upload the files and overwrite the old ones? |
| 19:39 |
tomyN |
where can I find this template and where to add it?? |
| 19:40 |
Recnelis |
tomyN: That's on a template level.. are u using TV or Autoparser? - The template is usually in the storage folder.. |
| 19:40 |
tomyN |
TV or Auto?? I am fairly new though, got some pages done so far, but .. |
| 19:41 |
chefan_ |
as far as i remember you can just add it via the menu once you plug the login box in your page content |
| 19:41 |
tomyN |
lemme look in the storage folder |
| 19:41 |
Guest01 |
OK I have got it so far. What to do next (substitution of the marker)/ what to write in the setup field??? |
| 19:42 |
chefan_ |
ah, forget it, i am half blind, you are talking about registration, not just login |
| 19:42 |
Recnelis |
Templavolia or autoparser.. two options for ur template.. but I think it's all the same.. the template should be in ur storage folder :) |
| 19:43 |
tomyN |
do I have a storage folder? |
| 19:43 |
tomyN |
by default I mean .. |
| 19:44 |
Recnelis |
Umm.. actually I'm not sure.. I think Templavolia makes it when u choose ur template file and configure the settings... |
| 19:44 |
Guest01 |
who can help? |
| 19:44 |
Recnelis |
Did u map the html parts of ur template file? Or did u use markers? Like ###hello#### |
| 19:45 |
Recnelis |
Guest01: Any reason u aren't using templavolia? |
| 19:46 |
tomyN |
k, I think I don't have a storage folder |
| 19:46 |
tomyN |
those manuals are not well written for beginners |
| 19:46 |
Guest01 |
no templavoila because I used it before and didn't make it work so: how written above in my HTML-page there is written: <div class="breadcrumb">###breadcrumb###</div> |
| 19:47 |
Recnelis |
They are a little hard I admit :/ I had a friend who walked me through some basics.. and I played from there |
| 19:47 |
tomyN |
Add one of the following static templates to your TypoScript template: 'FE User Registration CSS-styled' or 'FE User Registration Old Style'. |
| 19:47 |
tomyN |
what does this mean? |
| 19:47 |
tomyN |
is there a template I should look for an add, or ?? |
| 19:47 |
tomyN |
so confused |
| 19:48 |
Recnelis |
Guest01: You do know u can make your own markers and content places with templavolia as well right? |
| 19:48 |
Recnelis |
tomyN: Do u have some pages added? Which can be viewed by people visiting ur website? |
| 19:48 |
tomyN |
yes |
| 19:49 |
tomyN |
it's on my local server and not public at this point, looks good so far |
| 19:49 |
Guest01 |
yes, but I did'nt get on with templavoila so I tried the normal way by typoscript |
| 19:50 |
Recnelis |
Guest01: I can't remember the "old" way with TS and autoparser.. - U do have autoparser installed right? |
| 19:51 |
tomyN |
oh oh, I found it |
| 19:51 |
Recnelis |
tomyN: If u press the "Template" in the left menu bar u should see there the template is located |
| 19:51 |
tomyN |
yeah |
| 19:51 |
tomyN |
I feel so retarded |
| 19:51 |
tomyN |
didn't work with Typo3 in month and forgot a lot again |
| 19:51 |
Recnelis |
tomyN: So do I.. :P Sorry for the long beat around the bush |
| 19:52 |
Guest01 |
yes I've got autoparser installed; how can I substitute now the markers? |
| 19:52 |
Recnelis |
U forget quickly in the world of computers.. :/ |
| 19:52 |
tomyN |
as long no one gets mad about my silly questions I am ok |
| 19:52 |
tomyN |
oh, I am learning a bunch of other things at the same time |
| 19:53 |
tomyN |
Recnelis: tell me about it!! |
| 19:54 |
Recnelis |
Guest01: I've got this: http://phpfi.com/305454 <- Perhaps it helps |
| 19:54 |
Recnelis |
When upgrading from 4.1.5 to 4.1.6 is there anything special I should do? Or should I just upload the files and overwrite the old ones? <- Anyone? |
| 20:01 |
tomyN |
where can I find: TS template constant pid |
| 20:04 |
tomyN |
I created a system folder, ok. The manual now says: Set the TS template constant pid to the page id of this folder." it reads like English, but I don't understand it |
| 20:16 |
tomyN |
Pid title overide vs Front end user -- hey, is Typo3 a try and error learning process?/ |
| 20:18 |
nkuttler |
tomyN: did you read the template building tutorial? |
| 20:18 |
tomyN |
3 times |
| 20:19 |
tomyN |
the manual here says, "Set the TS template constant pid" |
| 20:19 |
nkuttler |
tomyN: well, to be honest, i got myself a book to start with typo3 |
| 20:19 |
nkuttler |
tomyN: what manual |
| 20:19 |
tomyN |
there are a few options where I can change the PID, |
| 20:20 |
tomyN |
I noticed the manuals, all of them, are very short worded and the referrals are very often not specific so that a beginner has problems to follow through all this |
| 20:21 |
tomyN |
there are 10 options to set a pid |
| 20:22 |
tomyN |
hope its front end user records PID |
| 20:31 |
Guest01 |
I try again tomorrow ; see you soon! |
| 20:53 |
tomyN |
anyone here? |
| 21:05 |
tomyN |
hey! |
| 21:09 |
tomyN |
where could I find an overview on the info of UID PID and ID? |
| 21:35 |
tomyN |
whoishere? |
| 21:36 |
void |
Denyerec: you there? |
| 21:37 |
void |
tomyN: uid = unique id of record on some table. pid is an id of page "where" this record located. |
| 21:37 |
tomyN |
hi void, my head is spinning ... |
| 21:38 |
tomyN |
ok, in system folder |
| 21:38 |
void |
why? |
| 21:38 |
tomyN |
web user groups |
| 21:38 |
tomyN |
I create two entries in "Website usergroup" |
| 21:39 |
tomyN |
the manual reads: insert the Front End User Registration extension, using the default display mode (or the CODE field remains empty), but setting the Starting Point to the System Folder that will contain the Frontend user records created. Set the TS template constant loginPID to the page id of this page. |
| 21:40 |
tomyN |
I set the starting point to the system folder, but I am not sure if I should set the starting point to one of those entries in the usergroup |
| 21:41 |
tomyN |
also, system folder appears as page, but it isn't really a page? |
| 21:42 |
tomyN |
void, you are in Moscow right? |
| 21:42 |
chefan |
technically it's a page in the backend |
| 21:42 |
drixx |
hi, any blog extension for typo3? pointers? |
| 21:42 |
chefan |
a viewport on items in the db for instance |
| 21:42 |
void |
tomyN: no, not in Moscow.. |
| 21:43 |
tomyN |
I am so mad, because I feel so stupid about all this |
| 21:43 |
void |
drixx: timtab... but it's usability sucks.. |
| 21:43 |
drixx |
aha, maybe not an option then, but I will check it, tnks |
| 21:43 |
tomyN |
"Set the TS template constant loginPID to the page id of this page." means point to the ID of the system folder, nothing else? |
| 21:44 |
void |
tomyN: it means you need to open contant editor and set loginPID to id of needed page.. |
| 21:45 |
tomyN |
well, if I would know what page they are talking about |
| 21:46 |
tomyN |
I give up |
| 21:46 |
tomyN |
5 hours headache for nothing |
| 21:48 |
void |
one time i need the fe user register extension... and i told my partner to learn it... so headache was him, not my... i was smart=) |
| 21:49 |
tomyN |
I might just do the same thing |
| 21:50 |
tomyN |
this is way over my head and I do not understand the cryptic manual |
| 21:50 |
chefan |
tomyN: don't be mad |
| 21:51 |
chefan |
the documentation of typo3 is - well - good for people who wrote the code in order not to forget about their own api ;) |
| 21:51 |
tomyN |
the whole process of setup is rather complicated, I probably made already a bunch of mistakes |
| 21:51 |
chefan |
i am learning more from the code than from the docs ;) |
| 21:51 |
chefan |
tomyN: what are you trying to do with typo3? |
| 21:51 |
tomyN |
I am having all the time problems with the documentation |
| 21:52 |
tomyN |
chefan: I thought that is better than dreamweaver for creating web sites |
| 21:52 |
chefan |
depending of the complexity of what you want to do maybe it's not the right platform |
| 21:52 |
tomyN |
I have a bunch of clients who never know what they want and I need to make changes all the time |
| 21:52 |
tomyN |
it kinda sucks when you gave them a fixed quote |
| 21:52 |
chefan |
tomyN: it is, if you want to do a enterprise level site with a shitload of functionality plus intranet |
| 21:53 |
chefan |
it is when you have staff teams of contributors and need workflow for publishing |
| 21:53 |
chefan |
it is NOT, if you look for a fast to learn, easy to use cms |
| 21:53 |
tomyN |
I am alone, they only other guys I know who are smart enough to help me are here. |
| 21:54 |
chefan |
in the latter case, i'd rather opt for drupal or something |
| 21:54 |
tomyN |
naah, I don't want to start something new |
| 21:54 |
chefan |
when did you start using typo3? |
| 21:55 |
tomyN |
4 months ago |
| 21:55 |
tomyN |
I know, LOL |
| 21:55 |
chefan |
didn't say anything |
| 21:55 |
tomyN |
I heard ya thinking |
| 21:55 |
chefan |
the learning curve varies strongly with what you HAVE to do |
| 21:56 |
tomyN |
hold on, show you my first site ... |
| 21:56 |
chefan |
i started with typo3 about 3 months ago, and i have a pretty good idea by now how it works and where i have to put my backend programming magic |
| 21:57 |
chefan |
on the other hand, i am pretty much at a loss when it comes to typoscript stuff |
| 21:57 |
chefan |
but luckily i have people in my team that do the work in that field |
| 21:57 |
tomyN |
http://tghd.dyndns.org/quetzal/ |
| 21:58 |
chefan |
4 months are not much if you work with typo3 on your own |
| 21:58 |
tomyN |
I know |
| 21:58 |
chefan |
do you do that professionally? |
| 21:58 |
tomyN |
graphic and web, yes, but not Typo3 yet |
| 21:59 |
tomyN |
I am pretty good with Flash, the problem is, no one really wants it |
| 21:59 |
chefan |
lol |
| 21:59 |
chefan |
really ? |
| 21:59 |
chefan |
that's a good trend |
| 21:59 |
tomyN |
yes |
| 21:59 |
tomyN |
I thought that would be the future of the web because it's browser independet |
| 22:00 |
tomyN |
but nope, ..., and I was told most people are to dumb to learn it anyway |
| 22:00 |
chefan |
well, not for you, but i love to hear that, personally |
| 22:00 |
chefan |
to my mind, flash is for games |
| 22:00 |
tomyN |
as the name says, it was more or less a Flash in the history of web apps |
| 22:01 |
chefan |
tomyN: it's not platform independent |
| 22:02 |
chefan |
for functionality i'd concentrate on xhtml and css, AJAX and DOM |
| 22:02 |
tomyN |
? |
| 22:02 |
chefan |
flash is proprietary crap, tomyN |
| 22:02 |
tomyN |
oh, I know that |
| 22:02 |
xsebi |
hm im stuck , my sql wont insert or update via frontend |
| 22:02 |
chefan |
show me a bsd user, and i show you a flash hater |
| 22:02 |
xsebi |
http://phpfi.com/305496 |
| 22:03 |
xsebi |
i cant find the eroor and debug shows none too |
| 22:03 |
tomyN |
chefan, what's your location? |
| 22:03 |
chefan |
chile |
| 22:03 |
tomyN |
I am in Texas |
| 22:03 |
xsebi |
deleting and selcting works but not insert or update |
| 22:04 |
tomyN |
Ries is close to you then |
| 22:04 |
chefan |
like the design |
| 22:04 |
ries |
I didn't follow.... |
| 22:04 |
tomyN |
there you are |
| 22:04 |
ries |
Ahhh texas... Hmmm close??? |
| 22:04 |
ries |
must be at least 2000Km... |
| 22:04 |
tomyN |
nah, chefan from Chile |
| 22:05 |
tomyN |
2000? it's a lot more |
| 22:05 |
ries |
could just wen be |
| 22:05 |
ries |
well be |
| 22:05 |
tomyN |
ries: are you familiar with the front end user registration extension? |
| 22:06 |
ries |
I used to be... |
| 22:07 |
tomyN |
hhm |
| 22:08 |
ries |
2500Miles |
| 22:08 |
ries |
what is the problem? |
| 22:09 |
void |
denyyyer... |
| 22:10 |
tomyN |
ries: I am simply not sure if I am doing it right, there are too many components in the manual that a poorly described |
| 22:10 |
tomyN |
such as: setting the Starting Point to the System Folder that will contain the Frontend user records created. |
| 22:11 |
tomyN |
would the PID or ID or the System Folder be enough or should it point directly to a user group definition. |
| 22:11 |
tomyN |
? |
| 22:11 |
tomyN |
Then things like: Set the TS template constant loginPID to the page id of this page. What page?? |
| 22:12 |
tomyN |
The page is the system folder? |
| 22:13 |
chefan |
xsebi: try something like $GLOBALS['TYPO3_DB']->sql(TYPO3_db, $sql); instead |
| 22:14 |
tomyN |
a folder is a page, I learned today, so some shit in the folder, can that be a page too? |
| 22:14 |
xsebi |
thx ill try |
| 22:16 |
xsebi |
chefan : wont work |
| 22:17 |
chefan |
oh wait.. |
| 22:18 |
chefan |
did you try building your query with the db-api of typo3? |
| 22:19 |
xsebi |
i tried exec_UPDATEquery |
| 22:19 |
xsebi |
wierd thing is that delete functions work this way and selecting too |
| 22:20 |
chefan |
wait a sec.. |
| 22:20 |
xsebi |
on update and insert it just goes on with no error but dont do anything |
| 22:20 |
Denyerec |
"A layman knows he has to kick it.; An amateur knows where to kick it.; A professional knows how hard." -unknown |
| 22:21 |
tomyN |
ok, set starting point, I select a folder. And to be more specific I selected the item with general options? |
| 22:22 |
xsebi |
tomyN : it just means a sysfolder where the users are stored in |
| 22:23 |
chefan |
xsebi: maybe it's a silly idea, but try what happens if you put test in quotes |
| 22:23 |
tomyN |
ok, so item IN this folders don't have IDs? |
| 22:23 |
xsebi |
chefan : i tried that |
| 22:23 |
Soeren_Nielsen |
evening |
| 22:24 |
chefan |
weird... |
| 22:24 |
xsebi |
truly , im on it for hours now |
| 22:24 |
Soeren_Nielsen |
anyone successfully integrated phpbb2 (or phpbb3) with typo3? |
| 22:25 |
Soeren_Nielsen |
the phpbb_auth ext doesnt seem to work |
| 22:25 |
chefan |
ok, best practice would be to try exactly the same statement in mysql client, see what it does, then review t3lib_db for the code, what it changes |
| 22:25 |
tomyN |
ok, here is the link to the manual: http://typo3.org/documentation/document-library/extension-manuals/sr_feuser_register/2.5.7/view/1/4/ |
| 22:26 |
tomyN |
it says I should place the plugin for registration under login, and the create another page and have the configuration pointed to some id |
| 22:26 |
tomyN |
right? |
| 22:27 |
tomyN |
# 5 |
| 22:27 |
tomyN |
this is killing me |
| 22:29 |
ries |
tomyN: Yes.. just point it to the PID.. if you use TV it is a bit more complicated... but that is the general idea |
| 22:29 |
ries |
Just see if the extension works.... if you can subscribe, but cannot login.. then check in the DB where the new user get's created |
| 22:30 |
Soeren_Nielsen |
tomyN I feel your pain ;) |
| 22:30 |
tomyN |
I am really in pain, the whole day is gone for this |
| 22:30 |
tomyN |
thanks |
| 22:30 |
tomyN |
I have no idea what I am doing |
| 22:30 |
Soeren_Nielsen |
been trying to get this phpbb_user/fe_user connection to work for hours and hours |
| 22:31 |
tomyN |
maybe it doesn't work |
| 22:31 |
Soeren_Nielsen |
atleast it doesnt work for phpbb3 after RC7, but I cant find any info that says that it shouldnt work for phpbb2 |
| 22:33 |
tomyN |
chinese for me |
| 22:38 |
Soeren_Nielsen |
omg.. suddenly it works :o |
| 22:55 |
xsebi |
chefan i could debug out an error : Unknown column 'test' in 'field list' |
| 23:03 |
jananne |
I can't create a new record in front end. i see the icon, i can insert some content, i can save the content, but it isn't visible, and it's not hidden. |
| 23:04 |
titii |
helo there, hi void, ries |
| 23:05 |
void |
Denyerec: did you upload your videos? |
| 23:05 |
titii |
Can someone help? How to load in the extension some extended Locallang.xml file? Is it possible? |
| 23:05 |
void |
in your extension? |
| 23:05 |
titii |
yes |
| 23:07 |
void |
titii: did you already look at tslib_pibase::pi_loadLLmethod? |
| 23:07 |
titii |
void no, maybe this one i am looking for.. thanks for now |
| 23:08 |
void |
it's a bit complicated... but i did mixed in my translation onto another extension afaik |
| 23:08 |
titii |
void but I cant find that func :( |
| 23:08 |
void |
typo3/sysext/cms/tslib/class.tslib_pibase.php.. |
| 23:10 |
titii |
void. I have an Idea. Maybe I can make some own constants to take an LLL words, what you mean? I need the Easiest silution for translations |
| 23:10 |
titii |
for some short translations |
| 23:11 |
xsebi |
chefan : i have it , was a " " problem .. silly me |
| 23:11 |
void |
don't understand what you want to do |
| 23:12 |
titii |
void I have some form labels, that are just short words, and I wouldnt like to making it in the main ext. because that form ext. is included ext. into another :) |
| 23:13 |
void |
%_% |
| 23:13 |
void |
you can use _LOCAL_LANG if you want |
| 23:13 |
titii |
void ok, maybe, how it works? where to define it? constants? |
| 23:13 |
titii |
setup? |
| 23:14 |
void |
setup |
| 23:14 |
titii |
how it works? |
| 23:14 |
titii |
syntax |
| 23:14 |
void |
plugin.tx_myext_pi1._LOCAL_LANG.ru.hello = @825B, %s |
| 23:15 |
void |
is that clear? |
| 23:15 |
tomyN |
ok, I am not stupid, it seems that it works now |
| 23:15 |
tomyN |
aargghghghghgh |
| 23:16 |
titii |
void can I also give the _LOCAL_LANG deeper? for example, plugin.tx_myext_pi1.some.some2._LOCAL_LANG..... ? |
| 23:16 |
void |
titii: i think no unless you write some code for that |
| 23:17 |
titii |
void what code? |
| 23:17 |
void |
php code.. |
| 23:17 |
Soeren_Nielsen |
void did you ever get around to integrating phpbb with typo3 ? |
| 23:17 |
void |
Soeren_Nielsen: yes... i even wrote a patch to phpbb_auth... some time ago.. |
| 23:17 |
Soeren_Nielsen |
oh, Im having major problems with that right now |
| 23:18 |
titii |
void so I need a help what code in php |
| 23:18 |
Soeren_Nielsen |
getting an error if the user doesnt exist when I log in |
| 23:18 |
void |
Soeren_Nielsen: with phpbb3? |
| 23:18 |
void |
titii: i don't know your situation... therefore cannot say which code you need... |
| 23:18 |
Soeren_Nielsen |
no phpbb2 .. I couldnt get phpbb3_auth working with the latest version of phpbb3, apparantly it only works up to RC6 |
| 23:19 |
void |
Soeren_Nielsen: really? bad news |
| 23:19 |
Soeren_Nielsen |
you have it working with phpbb3 ? |
| 23:19 |
void |
not yet, but plan to |
| 23:20 |
titii |
void ok doesnt metter, I did some own translation stuff, this would be better. So for do that, can you tell me ho to get the typo3 system language short? For real. As en, de, hu ... ? |
| 23:20 |
Soeren_Nielsen |
there was some password hashing changes after RC7 so phpbb3_auth development was stopped until a final release was out |
| 23:20 |
Soeren_Nielsen |
but void, that patch of yours, what exactly does it "patch" |
| 23:21 |
void |
Soeren_Nielsen: my patch was for phpbb_auth (that for phpbb2).. |
| 23:21 |
void |
for logout from phpbb2 when logging out from typo3 |
| 23:22 |
Soeren_Nielsen |
ok |
| 23:22 |
Soeren_Nielsen |
you have any idea what could be causing this error.. Warning: array_merge() [function.array-merge]: Argument #1 is not an array in C:\typo3\htdocs\TestSN\typo3conf\ext\phpbb_auth\sv1\class.tx_phpbbauth_sv1.php on line 190 |
| 23:22 |
Soeren_Nielsen |
the error appears when I try to log in a user that doesnt exist |
| 23:22 |
jananne |
I can't add an image when i'm trying to add a new record. http://dehaanmedia.nl/add_image.PNG , anyone formiliar with this problem? |
| 23:23 |
void |
Soeren_Nielsen: what is your version of phpbb_auth? |
| 23:23 |
Soeren_Nielsen |
0.2.0 |
| 23:24 |
void |
ok, mine too... just for make sure.. |
| 23:26 |
titii |
void, sorry, did you write something? |
| 23:26 |
Soeren_Nielsen |
you dont have problems with it? |
| 23:26 |
void |
titii: no |
| 23:26 |
void |
Soeren_Nielsen: i don't have it installed on my local computer... |
| 23:28 |
void |
Soeren_Nielsen: what is yours $authAgainst? |
| 23:28 |
Soeren_Nielsen |
where do I see that |
| 23:28 |
void |
Soeren_Nielsen: at extension manager.. |
| 23:28 |
Soeren_Nielsen |
ahh sorry, you mean typ3 or phpbb |
| 23:29 |
void |
yes |
| 23:29 |
Soeren_Nielsen |
sec, I forgot.. lemme check |
| 23:29 |
Soeren_Nielsen |
typo3 |
| 23:31 |
void |
Soeren_Nielsen: maybe you don't have that user... |
| 23:31 |
void |
you can debug extension step by step... |
| 23:31 |
void |
it's not so big |
| 23:31 |
void |
just one file |
| 23:33 |
kraftb |
hi ! |
| 23:34 |
jananne |
I can't add an image when i'm trying to add a new record. http://dehaanmedia.nl/add_image.PNG , anyone formiliar with this problem? |
| 23:34 |
jananne |
i don't use realURL, so that's not where the problem is comming from. |
| 23:36 |
pond |
void: can you see my /msg's ? lol... can you chat off channel for a sec? |
| 23:36 |
kraftb |
who's on t3dd 08 ? |
| 23:37 |
Soeren_Nielsen |
void im afraid mt php knowledge isnt that good |
| 23:37 |
Soeren_Nielsen |
my* |
| 23:37 |
void |
pond: i don't see your /msg.. |
| 23:37 |
pond |
jananne: nice theme! can you get the page header for that popup? |
| 23:38 |
pond |
lol... can you chat w/ me off channel? |
| 23:38 |
void |
pond: yes |
| 23:39 |
void |
pond: where? on /query? |
| 23:40 |
pond |
#pond... |
| 23:46 |
Denyerec |
hey kraft |
| 23:46 |
kraftb |
hey denyerec ! |
| 23:49 |
Denyerec |
Had a question about your shop sir |
| 23:49 |
Denyerec |
Been reading through the manual and it looks like a VERY useful little extension |
| 23:49 |
Denyerec |
(Well, maybe not so little...) |
| 23:52 |
void |
Denyerec: see my highlights?) i was asking about your videos |
| 23:53 |
Denyerec |
Ahhh yeah |
| 23:53 |
Denyerec |
no, I've got the plan sorted |
| 23:53 |
Denyerec |
just need time to record the buggers now! |
| 23:54 |
Denyerec |
Sadly it's the end of the month, so I@m scrambling to find money for the bills :( |
| 23:54 |
kraftb |
... |
| 23:55 |
kraftb |
well ... the shop will get split up to 3 separate extensions. |
| 23:55 |
kraftb |
first something like a "table wizard" allowing you to create tables like using the kickstarter ... but having the opinion to modify them afterwards |
| 23:55 |
kraftb |
2nd part will be a list module like known from the shop |
| 23:56 |
kraftb |
3rd part will be a web-shop allowing to put items into a kind of "virtual" table and list those tables using the module #2 |
| 23:59 |
Denyerec |
http://www.denyerec.co.uk/gallery.php?pic=uprightupleft not sure if I like that one. |
| 23:59 |
Denyerec |
so #3 is sort of a cart. |
| 23:59 |
kraftb |
yep |
| 23:59 |
MikieSC |
Hello, I am currently trying to install Typo3 with Postgresql and am having problems finding my DB. Is there any documentation on installing with postgres? All I am finding is mysql |