Vincent Mans wrote:
> The rootpage is correct, why wouldn't it be? The rootpage is the page where
> the website starts and the domain record is stored. (it will become a multi
> site tree)
Not only. It must have root TS template on it and have "is site root" flag set.
I saw people who put wrong r
Hi!
Firsts, please change your "From" name to something meaningful. You are surely
not called "news.netfielders.net".
news.netfielders.net wrote:
> We've got a multilingual site where all works well (all accents display
> properly in the front end, back end, and db tables), except for the
> ou
Παναγιώτης Κονταξής wrote:
> To implement an available hook I have to create a new extension.
> In kickstarter wizard I added a record only in General Info section (not in
> New Database Tables or Frontend plugins etc) and then I wrote and installed
> the new extension.
> Then I created the ext_loc
Ivan Kartolo wrote:
> try to move your code from ext_localconf to ext_tables.php
Hooks should be in ext_localconf.
--
Dmitry Dulepov
TYPO3 core team
Web: http://typo3bloke.net/
Skype: callto:liels_bugs
"Nothing is impossible. There are only limits to our knowledge"
__
Hi!
La Farge Douglas wrote:
> The above suggestion didn't work. I can't seem to pass the variable
> along in the query string. I have other vars I'm passing (&city = foobar)
What about "config.linkVars = tx_ttnews[tt_news]"? I never tried but it may
work ;)
--
Dmitry Dulepov
TYPO3 core team
Hi!
Alexander Maringer wrote:
> Typo3 runs with UTF-8:
> config.renderCharset = utf-8
> $TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8'; The database and all
> tables and fields are set to utf-8.
This is not enough. You should also set init command to "SET NAMES utf8".
--
Dmitry Dulepov
TYPO3
Hi,
> I think, that it is well-known, that there are problems with php and the
> turkish charset.
>
> Does anybody has experience with turkish websites and the
> sr_feuser_register and turkish special chars ("ı","ğ","ş").
Please avoid opening two posts on exactly the same subject:
- "experien
Hi Lesm,
Do you have the ext required installed? tkr_rteanchors
- Katja
lesm kirjoitti:
> Søren and Lin,
>
> It would be great to know if Lin can see the anchor tab.
>
> I do not create anchors from the RTE cause almost all my pages are
> fetched html files. For that reason I have created some an
Søren and Lin,
It would be great to know if Lin can see the anchor tab.
I do not create anchors from the RTE cause almost all my pages are
fetched html files. For that reason I have created some anchors
manually only. But now that we are discussing about anchors I realized
that I can't see t
Hi.
It's just a small extension we wrote allows visitors to pick a country
from a select box, and then displays a price (its for a cell phone service).
No html template defined charset; the tables themselves are utf8 .. is
there something that should be set in the extension .. perhaps in the tc
Hi
Check if this extension - naming it would make it easier to help! - is using
an own template where they define the charset to iso
Also check if the database tables of this extension are set to utf8
Andi
2008/5/13 news.netfielders.net <[EMAIL PROTECTED]>:
> We've got a multilingual site where
Vincent,
I too am having problems with realurl on a recent 4.2 upgraded site
running on RHEL4/mySQL2.3/php5 recently upgraded. I have not hacked at
any code. My server will be running mySQL 4.1 after an upgrade tonight.
I will post back if it fixes the problem.
Mark
> Hello, thanks for the r
We've got a multilingual site where all works well (all accents display
properly in the front end, back end, and db tables), except for the
output of one extension.
Even though the tables are correct, the records in List view are
incorrect (ie. Alg�rie instead of Alg .. e with an accent .. rie
In case it helps I answered my own question.
It needs to be
config.linkVars = tx_ttnews
It'll write everything contained in the tx_ttnews has to the query
string.
Doug
On May 12, 2008, at 2:42 PM, Reinhard Führicht wrote:
> Hi,
>
> I would say:
>>
>> config.linkVars = tx_ttnews:tt_news
>>
Hello, thanks for the reply...
>
> Vincent Mans wrote:
> > Question: do the paths redirect to the id now, like "
> > http://www.domain.tld/23/";? Because in my case, the paths are correctly
> > stored in the table with the readable url, but the links and menus in the
> > frontend website contain t
Reinhard,
Thanks for the tip.
50/50 results
On May 12, 2008, at 2:42 PM, Reinhard Führicht wrote:
> Hi,
>
> I would say:
>>
>> config.linkVars = tx_ttnews:tt_news
>>
>> to continue to pass it?
>
> config.linkVars = tx_ttnews|tt_news
>
The above suggestion didn't work. I can't seem to pass the
try to move your code from ext_localconf to ext_tables.php
Ivan
Παναγιώτης Κονταξής schrieb:
> Hello list,
>
> To implement an available hook I have to create a new extension.
> In kickstarter wizard I added a record only in General Info section (not in
> New Database Tables or Frontend plugins
Hi list,
I want to modify the sitemap content element so that each branch of the
page tree has a different color. For this, my idea was to use a custom
field for the color in the page table, and use getData property
levelfield to add it to the menu. The problem is that levelfield in the
TMENU
Robert Markula skrev:
> Desperately trying to solve the following issue:
>
> I cleared the RealURL ID-to-path mapping using the method in [1], and
> now I can't access the pages with their speaking names
> (subdomain.domain.com/page1) anymore. Directly accessing the pages
> (subdomain.domain.com/i
Hi,
I would say:
>
> config.linkVars = tx_ttnews:tt_news
>
> to continue to pass it?
config.linkVars = tx_ttnews|tt_news
>
> [globalVar = GP:tx_ttnews:tt_news = 11]
>
> to test it?
[globalVar = GP:tx_ttnews|tt_news = 11]
Regards,
Reinhard
___
TY
Hello list,
To implement an available hook I have to create a new extension.
In kickstarter wizard I added a record only in General Info section (not in
New Database Tables or Frontend plugins etc) and then I wrote and installed
the new extension.
Then I created the ext_localconf.php file manually
Hi,
I think, that it is well-known, that there are problems with php and the
turkish charset.
Does anybody has experience with turkish websites and the
sr_feuser_register and turkish special chars ("ı","ğ","ş").
Thanks for your response
Alexander Maringer
_
Hi All,
I need to pass and test a variable from a query string (the variable
is related to tt_news [article id]).
Query String:
/index.php?tx_ttnews[tt_news]=11
config.linkVars = tx_ttnews:tt_news
to continue to pass it?
[globalVar = GP:tx_ttnews:tt_news = 11]
to test it?
Thanks in advance
Hi,
we have discovered a strange behaviour in typo3 Our environment:
Typo3 4.2
Php 5.2.5
Apache2 2.2.8
Mysql5 5.0.51a
Debian lenny
Typo3 runs with UTF-8:
config.renderCharset = utf-8
$TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8'; The database and all
tables and fields are set to utf-8.
The
Ralica Sotirova wrote:
> Hi, Ro
> Thanks for your answer. I found this http://bugs.typo3.org/view.php?id=8011
> in the bugtracker.
> Sure, I enabled MD5 passwords, and I'm actually using the example template.
> For me everything works now with this added in
> EXT/sr_feuser_register/model/class.tx_
Hi Lin,
I'll try to give you instructions on the use:
When you make a link, you have to highlight some text in RTE.
Then you click the globe.
Now you should see a new tab in the pop-up called "Anker" (it's danish
and means anchor).
So if you need to MAKE an anchor somewhere, this is what to d
Hello everybody:
I have to use a formmail or mailform. I would like to know the way to
include input form fields in the autoresponse message. Anyone could help me
, please?
Thanks in advance.
johny
___
TYPO3-english mailing list
TYPO3-english@lists.n
Hallo
to Xavier
Ja, The structure is as what you described.
|-- page1 |-- page2 |-- page3 (contentA = anchorA, contentB = anchorB,
contentC = anchorC,...) |-- shortcut to anchorA in page3 |-- shortcut to
anchorB in page3 `-- shortcut to anchorC in page3
But anchor A,B,C is AUTOMATICALLY
Hi!
Vincent Mans wrote:
> Question: do the paths redirect to the id now, like "
> http://www.domain.tld/23/";? Because in my case, the paths are correctly
> stored in the table with the readable url, but the links and menus in the
> frontend website contain the id. So pages are not found and the e
Hi,
Question: do the paths redirect to the id now, like "
http://www.domain.tld/23/";? Because in my case, the paths are correctly
stored in the table with the readable url, but the links and menus in the
frontend website contain the id. So pages are not found and the error
appears.
Using a fixed
Hi Alessandro,
> PHP it is not so 'verbose' and I can't understand exactly what is the
> line affected (the +ext is: hsi_staff), but inspecting the code I know
> that the author uses often to define variables as NULL.
>
> I suppose that the catchable fatal error regards the argument interested
Thanks for your answer and for this very cool extension. :-)
Bis demnächst.
Alex
Jan Bednarik schrieb:
> Hi,
>
>> 1) I have the newloginbox an every page, right below my menu.
>> If I use CoolURI, the "Forgot password"-Link is rewritten differently
>> an everypage. How Do I setup CoolURI in a way
Walrick wrote:
> Tried that (again), and no difference, still the same error message.
Hm. What happens if you rename "cms" to something else? For example, xcmsy?
--
Dmitry Dulepov
TYPO3 core team
Web: http://typo3bloke.net/
Skype: callto:liels_bugs
"Nothing is impossible. There are only limits t
> Try removing autoconfiguration file for the non-working domain. May be
> something changed that needs regeneration of autoconf.
Tried that (again), and no difference, still the same error message.
Walrick
___
TYPO3-english mailing list
TYPO3-english
Hi folks,
In IE6 (and firefox) my image content elements with multiple images have
vertical space 15 as they should. In IE7 no space at all and this is not
good of course.
I have css_styledcontent and
styles.content.imgtext.rowSpace = 15
content.space = 0
(The latter is wanted, since differen
Walrick wrote:
> I didn't make any realurl configuration. Used autoconf. And I didn't
> copy the autoconfiguration from /testcms to /cms but let the extension
> create it's own one for each installation. I just now compared the two
> realurl_autoconf.php files, and the only difference seems to b
Hi!
Robert Markula wrote:
> Desperately trying to solve the following issue:
>
> I cleared the RealURL ID-to-path mapping using the method in [1], and
> now I can't access the pages with their speaking names
> (subdomain.domain.com/page1) anymore. Directly accessing the pages
> (subdomain.domain.
> Hi Larry!
> Is your template correctly configured? In the sr_feuser_register manual,
> there is an important information in the changelog:
>
> "New TS constant useMd5Password enables md5-hashed passwords when
> extension KB MD5 FE Password (kb_md5fepw) is installed. HTML templates
> should be upd
38 matches
Mail list logo