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.
Search found 7 matches
- 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
- Wed 14. Sep 2005, 14:20
- Forum: phpwcms Bug Reports
- Topic: FCKeditor wrong directory - Resources Browser - 1.2.5-DEV
- Replies: 2
- Views: 6296
- 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 ...
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 ...
- 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 ...
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 ...
- Tue 13. Sep 2005, 17:15
- Forum: hacks & enhancements
- Topic: {TEASER_EX} Replacement tag v1.90 - 10.1.2007
- Replies: 398
- Views: 196598
- 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.
Is this a feature or a bug?[/b]
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:}
- 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]
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]