Re: [TYPO3-english] Typo 3 Opportunities

2009-10-16 Thread Tomaz Zaman
As Tonix said, pointing out the obvious and complaining are two different things. I would love to contribute, i even made some attempts to do so, but all i ever get is being pointed to another person or get an answer that the current time is not appropriate. Tomaz Zaman Dmitry Dulepov wrote

Re: [TYPO3-english] Typo 3 Opportunities

2009-10-15 Thread Tomaz Zaman
the worst developer websites there is. The information is scattered all over the place and even I sometimes need some time to find what i need and i consider myself an experienced TYPO3 user. Tomaz Zaman Jigal van Hemert wrote: > Don't talk about everybody in a single line of text

Re: [TYPO3-english] Typo 3 Opportunities

2009-10-14 Thread Tomaz Zaman
No need to be rude on the guy who's trying to give someone some work Tomaz Jigal van Hemert wrote: > Jacco van der Post wrote: >> Jigal van Hemert schreef: >>> Dmitry Dulepov wrote: David Gittings wrote: > I am writing to the members of this Typo 3 user group to introduce > myself. M

Re: [TYPO3-english] single image link

2009-10-14 Thread Tomaz Zaman
= 800m parameter.override.cObject.file.maxH = 600 ATagParams = class="image" } } Tomaz Zaman wrote: > Hey, i'm displaying some images with tt_news extension, and on the > single view there are some thumbnails, which i can click on and they > will pop

[TYPO3-english] single image link

2009-10-13 Thread Tomaz Zaman
ized image. Currently the link looks like this: Can it be done? Thanx Tomaz Zaman ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] $TCA configuration

2009-09-11 Thread Tomaz Zaman
Dmitry Dulepov wrote: > Hi! > > Tomaz Zaman wrote: >> Is there a way i could use another field as a foreign key, like category >> name for example so the 'category' field in my main table would look >> like: 'category2name, category66name, category7name&

[TYPO3-english] $TCA configuration

2009-09-11 Thread Tomaz Zaman
e). Is there a way i could use another field as a foreign key, like category name for example so the 'category' field in my main table would look like: 'category2name, category66name, category7name' ? Thank you Tomaz Zaman __

Re: [TYPO3-english] GPvar and post param containing "[" bracket

2009-09-01 Thread Tomaz Zaman
I use it like this and it's working fine If i have &test=something in my url 20 = TEXT 20.value = {GPvar:test} value will be 'something' Tomaz Zaman Ries van Twisk wrote: > Walter, > > > I believe this is the right syntax: > > test = TEXT > test.dat

Re: [TYPO3-english] Pagebrowse extension

2009-08-31 Thread Tomaz Zaman
The problem is solved, There was a problem with wrong parameter getting the values from database. Thanks Ries ;) Ries van Twisk wrote: > > On Aug 31, 2009, at 4:36 PM, Tomaz Zaman wrote: > >> Hey, I'm using Dmitry's Universal page browser and i have a small &

[TYPO3-english] Pagebrowse extension

2009-08-31 Thread Tomaz Zaman
the second... and so on.. So every page is displaying results that should be on a page before. What am I missing? Thank you, Tomaz Zaman ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] problem with rendering content from RTE field

2009-08-17 Thread Tomaz Zaman
If you want to apply stdWrap to it: > > $subMarkers['###FIELD_' . strtoupper($field) . '###'] = > $cObj->stdWrap($this->pi_RTEcssText($value), > $this->conf['listView.'][$field >> . '_stdWrap.']); > > You should decide if a particular f

[TYPO3-english] problem with rendering content from RTE field

2009-08-16 Thread Tomaz Zaman
arkers['###FIELD_' . strtoupper($field) . '###'] = $cObj->stdWrap(htmlspecialchars($value), $this->conf['listView.'][$field . '_stdWrap.']); I even tried to wrap the cObj into this->pi_RTEcssText(); but still nothing. Suggestions anyone? Thanks, Toma

[TYPO3-english] chgallery and ATagParams

2009-05-16 Thread Tomaz Zaman
gin.tx_chgallery_pi1.single.image { file.width = 140c file.height = 140c } What am i missing? Tomaz Zaman ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] ImageMagick

2009-04-29 Thread Tomaz Zaman
;.$cornerSE .' '.$newfile .' '.$newfile); exec($cmd); this produces a valid IM command, but i think IM has some problems understanding it. the code above combines border png image with the image in the content. Any thoughts on this one? Tomaz Zaman _

Re: [TYPO3-english] Charsets in mysql

2009-04-20 Thread Tomaz Zaman
ually convert the data Tomaz Zaman Andreas Becker wrote: > Hi Tomaz > Why don't you convert the complete database instead of doing work piece by > piece. You will always again get to the point where it would be good to have > a clean utf8. It is at least worth a try, don't wor

[TYPO3-english] Charsets in mysql

2009-04-20 Thread Tomaz Zaman
27; when the website was set up, now it is about 3GB big, so i cannot manually fix characters - the only ones that can be updated are fe users, because i get them from an LDAP server) Tomaz Zaman ___ TYPO3-english mailing list TYPO3-english@lists

Re: [TYPO3-english] character set

2009-04-04 Thread Tomaz Zaman
Where did i miss that? I checked all the mysql variables in phpmyadmin, and all results came back as utf8. Dmitry Dulepov wrote: > Hi! > > Tomaz Zaman wrote: >> I have two problems here, if i search "šolar" without the uppercase "Š" >> i get no results,

[TYPO3-english] character set

2009-04-04 Thread Tomaz Zaman
tical order. In my case letter "Š" comes after S in slovenia but is displayed before A. I have checked the mysql database and collation is set to utf8_general_ci (even tried utf8_slovenian_ci, with no success) and encoding is set to utf8. I have set forceCharset to utf-8 too, so i really

Re: [TYPO3-english] exec_INSERTquery escaping single quotes

2009-03-11 Thread Tomaz Zaman
Found a solution, i was wrong in the first place i was using $_POST instead of t3lib_div::_POST. Now i replaced it and it works like it should. Tom Tomaz Zaman wrote: > Too late for what? :) > And yes i'm seeing that in the DB, my function for writing into the DB > looks somet

Re: [TYPO3-english] exec_INSERTquery escaping single quotes

2009-03-11 Thread Tomaz Zaman
Too late for what? :) And yes i'm seeing that in the DB, my function for writing into the DB looks something like this: function updateRecord($record) { unset($record['update']); unset($record['create']); unset($record['Submit']);

[TYPO3-english] exec_INSERTquery escaping single quotes

2009-03-11 Thread Tomaz Zaman
g entries in FE. What's the best way to solve this problem?? Tomaz Zaman ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Caching problems with random content

2009-02-17 Thread Tomaz Zaman
fixed the issue, it seems the localization is giving me problems... I modified the line: sys_language_mode = content_fallback to this: sys_language_mode = content_fallback: 0,2 and now it works! Thanx Tomaz Zaman ___ TYPO3-english mailing list TYPO3

Re: [TYPO3-english] Caching problems with random content

2009-02-15 Thread Tomaz Zaman
maybe TYPO3's default behavior not handling non-cached properly, buggy? Thanx, Tomaz Peter Russ wrote: > --- Original Nachricht --- > Absender: Tomaz Zaman > Datum: 15.02.2009 13:19: >> Tried on 4.2.3 and 4.2.6 >> >> Tom >> >> Steffen Ritter

Re: [TYPO3-english] Caching problems with random content

2009-02-15 Thread Tomaz Zaman
Tried on 4.2.3 and 4.2.6 Tom Steffen Ritter wrote: > Which version of typo3 do you use? > > Steffen ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Caching problems with random content

2009-02-14 Thread Tomaz Zaman
"$cObj->data:", and nothing beneath. The content area behaves the same. I also tried a random content plugin, "gh_randomcontent" and it gives me same result, every now and then the content area is blank... Thanx, Tom Peter Russ wrote: > --- Original Nachricht ---

Re: [TYPO3-english] Caching problems with random content

2009-02-14 Thread Tomaz Zaman
Peter Russ wrote: > --- Original Nachricht --- > Absender: Tomaz Zaman > Datum: 14.02.2009 12:00: >> Still having this issue :S >> >>> Hey guys I have a small problem regardin caching. I'm trying to >>> display some >>

Re: [TYPO3-english] Caching problems with random content

2009-02-14 Thread Tomaz Zaman
; select { > pidInList = 129 > max = 1 > orderBy = rand() > } > } > } > > It does it's job with one small problem,... If I refresh the page the random > content part just disappears... If click on another page, and come back, the > ran

[TYPO3-english] HTMLarea not working on update to 4.2.6

2009-02-10 Thread Tomaz Zaman
Design mode successfully set. [HTMLArea::initIframe]: All plugins successfully generated. I have tried searching this mailing list and forums but no solution works for me... The strange thing is i have severall installs on different servers, and just this one

Re: [TYPO3-english] BE module GET params not working under BE users

2009-02-09 Thread Tomaz Zaman
dified or altered for the BE module to work regardless of the selected page in the pagetree. Tomaz Zaman ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] BE module GET params not working under BE users

2009-02-09 Thread Tomaz Zaman
/index.php?view=23 (for example), get back an empty (blank) page... why is that? Thanx Tomaz Zaman ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english