Search found 7 matches

by nomukaiki
Thu 15. Sep 2005, 09:52
Forum: phpwcms Support English
Topic: don't display summary in full article - Doesn't work
Replies: 12
Views: 4309

The same is happening to my project, using 1.2.5-DEV.

None of this options work. I had to build special templates to not show that summary details.
by nomukaiki
Wed 14. Sep 2005, 14:20
Forum: phpwcms Bug Reports
Topic: FCKeditor wrong directory - Resources Browser - 1.2.5-DEV
Replies: 2
Views: 6296

Thank you for your fast reply.

Anyway I think the FCKeditor that comes with the 1.2.5 Release should use the default config variables, at least to don't make an error.

I decided to make a change on the original FCKeditor config file:
../include/inc_ext/FCKeditor2/editor/filemanager/browser/default ...
by nomukaiki
Wed 14. Sep 2005, 07:35
Forum: phpwcms Bug Reports
Topic: FCKeditor wrong directory - Resources Browser - 1.2.5-DEV
Replies: 2
Views: 6296

FCKeditor wrong directory - Resources Browser - 1.2.5-DEV

1.2.5-DEV

The popup window FCKeditor Resources Browser, when we select images on the WYSIWYG Editor, uses the /picture/upload directory.
The bug is if we use a root directory.
// paths
$phpwcms["DOC_ROOT"] = $_SERVER['DOCUMENT_ROOT'];
$phpwcms["root"] = "cms"; //default: ""
$phpwcms["file_path ...
by nomukaiki
Wed 14. Sep 2005, 07:23
Forum: phpwcms Bug Reports
Topic: Email Contact Form - wrong From - 1.2.5-DEV
Replies: 0
Views: 5770

Email Contact Form - wrong From - 1.2.5-DEV

1.2.5-DEV

The From: field on the email sent, it is going with the data the user wrote on the First Field of the form.
It should be the $phpwcms['SMTP_FROM_EMAIL'] or at least the field email on the form if it is used.

Most of the problems submited here about SMTP|Mail problems (Language string ...
by nomukaiki
Tue 13. Sep 2005, 17:15
Forum: hacks & enhancements
Topic: {TEASER_EX} Replacement tag v1.90 - 10.1.2007
Replies: 398
Views: 196598

anthony.abraira

You should always use all the parameters of the TEASER_EX, even if you don't need them you can leave them blank.
Your {TEASER_EX:about|0;1}
will never work. It should be at least:
{TEASER_EX:about|-1:1::0:::}

To show only the TITLE, like you need, you MUST use another template ...
by nomukaiki
Tue 13. Sep 2005, 17:09
Forum: hacks & enhancements
Topic: {TEASER_EX} Replacement tag v1.90 - 10.1.2007
Replies: 398
Views: 196598

Columns

If I have only 2 articles to show, and use 2 columns on the TEASER, it will show up the 2 articles summary on 2 rows and not 2 columns.

Code: Select all

{TEASER_EX:promotions|5:-1::0::2:}
Is this a feature or a bug?[/b]
by nomukaiki
Mon 12. Sep 2005, 00:30
Forum: hacks & enhancements
Topic: {TEASER_EX} Replacement tag v1.90 - 10.1.2007
Replies: 398
Views: 196598

bug?

The TEASER doesn't replace the regular phpwcms tags on the summary text.
It means that if there is a tag inside the summary text, it will show up the tag and not the replaced code.
Example (inside the summary text): [ID 3]click here[/ID]