Search found 28 matches

by chico_html
Sat 12. Jun 2010, 21:10
Forum: phpwcms Support English
Topic: Subscription verification problem
Replies: 1
Views: 1275

Re: Subscription verification problem

The problem was solved. Oliver corrected some files and made them available in Google Code.
If anyone has the same problem or is interested, see more details and download the patch in:
http://code.google.com/p/phpwcms/issues/detail?id=245

Thank you!
by chico_html
Thu 27. May 2010, 05:38
Forum: phpwcms Support English
Topic: Subscription verification problem
Replies: 1
Views: 1275

Subscription verification problem

Hello,
I found a problem in the newsletter's module. The verification and deletion of subscriptions by the users is not working as it should.
When the user receives the verification's email, they click on the verify/delete link and sometimes it doesn't work.

According to some testings I made, the ...
by chico_html
Mon 17. Aug 2009, 17:23
Forum: phpwcms Support English
Topic: Structure tree closed between sessions
Replies: 6
Views: 1366

Re: Structure tree closed between sessions

It's strange, now that I added articles the structure keeps opened.
I'm almost sure that before it wasn't like that, but i can't prove it :oops:

Also, maybe usually I build smaller structures and in the same session I add articles. Now it was a very big tree, and it took me some sessions of just ...
by chico_html
Fri 14. Aug 2009, 19:17
Forum: phpwcms Support English
Topic: Structure tree closed between sessions
Replies: 6
Views: 1366

Structure tree closed between sessions

Hello everyone,

It seems that the last version of phpwcms (1.4.2) doesn't keep the structure tree opened between sessions. I have some categories of the tree opened, but when I log in again in the backend the tree is closed.

The same happens with articles tree.

Previous versions keep those trees ...
by chico_html
Thu 7. Aug 2008, 18:30
Forum: phpwcms Support English
Topic: Security question: permissions
Replies: 1
Views: 781

Security question: permissions

Two of my customers sites has been hacked in the last weeks, and malware files has been copied in all directories with 777 permissions.

PHPWcms needs some directories with that permissions during the installation process.
I would like to have the lesser directories with 777. It's not a problem the ...
by chico_html
Sun 27. Jul 2008, 05:10
Forum: hacks & enhancements
Topic: News template
Replies: 56
Views: 30967

Re: News template

Thank you very much Oliver!!

The problem was the slash; using the question mark it worked.
I hope this also solves heliotrope's problem.

Regards,
Eduardo
by chico_html
Fri 25. Jul 2008, 20:51
Forum: hacks & enhancements
Topic: News template
Replies: 56
Views: 30967

Re: News template

The problem seems to be in this path:

img/cmsimage.php/168x115x0/8

this file (cmsimage.php) doesn't find the image. The complete path in the browser returns a 404 error, but if I remove the params (leaving img/cmsimage.php ) it shows a blank image (leer.gif), so it's correct.

But why doesn't ...
by chico_html
Fri 25. Jul 2008, 17:48
Forum: hacks & enhancements
Topic: News template
Replies: 56
Views: 30967

Re: News template

Am I alone having this problem ???
Nope, I have the same problem. First I tried to insert an image with an absolute path, but it didn't work. Then I uploaded the image through the phpwcms file manager but when I selected it in the news editor, the image didn't appear. Neither in the frontend.

I ...
by chico_html
Fri 9. May 2008, 18:51
Forum: phpwcms Support English
Topic: CONTENT RT not rendering
Replies: 3
Views: 1248

Re: CONTENT RT not rendering

Oops, the same problem again. :(
When I re-uploaded the CMS files in binary mode, the already created articles started to work, but if I create a new one, it isn't shown.

I managed to create most of the sections copying the articles that worked in the other categories and modifying them. But it's ...
by chico_html
Thu 8. May 2008, 01:45
Forum: phpwcms Support English
Topic: CONTENT RT not rendering
Replies: 3
Views: 1248

Re: CONTENT RT not rendering

Hi Pepe,
thank you for your interest.
Luckily we could solve the problem. We uploaded all the files again but selecting the Binary transfer type in CuteFTP. :o
Now it works. Don't ask me why because I don't know. :oops:

Thanks again and regards,
Eduardo
by chico_html
Wed 7. May 2008, 20:57
Forum: phpwcms Support English
Topic: CONTENT RT not rendering
Replies: 3
Views: 1248

CONTENT RT not rendering

Hello,
I have a weird problem.
The {CONTENT} RepTag isn't rendering. Instead, the 404 error is shown.
The HTML in the template is correctly rendered, and other repTags like {BREADCRUMB} or {NAV_TABLE_COLUMN}. Even the PHP function $GLOBALS['LEVEL_STRUCT'][1] works as expected. But both, {CONTENT ...
by chico_html
Fri 25. Apr 2008, 19:03
Forum: phpwcms Support English
Topic: HTML rendering in Article Menu summary
Replies: 5
Views: 2222

Re: HTML rendering in Article Menu summary

Hi,
I'm running version 1.3.3

You are right, right column uses teaser/link article CP.

After placing {NEW:3} after the content, this is the html code I get:
<div class="breadcrumb"><a href="index.php?home">Home</a></div>

<a name="jump14"></a>

<h3>News</h3><div><a href="index.php?id=16,12,0,0,1 ...
by chico_html
Fri 25. Apr 2008, 17:20
Forum: phpwcms Support English
Topic: HTML rendering in Article Menu summary
Replies: 5
Views: 2222

Re: HTML rendering in Article Menu summary

hi, thank you for your answer, but I think I did't explain the problem well...

When creating a summary for the article (with the WYSIWYG editor), we need to allow simple formating (bold, italic). Our client asked for that.
I suppose I'll manage to adjust the editor settings for that, so this is not ...
by chico_html
Thu 24. Apr 2008, 20:48
Forum: phpwcms Support English
Topic: HTML rendering in Article Menu summary
Replies: 5
Views: 2222

HTML rendering in Article Menu summary

When I use Article Menu content part and I select the checkbox to show summary, it renders all the HTML code I have on the summary:

- Item 1 - <strong> This is the summary </strong> of the first item
- Item 2 - Summary of the second item
- Item 3 - <em> Summary </em> of the third item.

How can I ...
by chico_html
Wed 9. Apr 2008, 18:45
Forum: phpwcms Support English
Topic: Menu like NAV_LIST but starting deeper
Replies: 5
Views: 1756

Menu like NAV_LIST but starting deeper

I'm doing a multilingual site and I have to do a tabbed menu similar to the one I get with the RT NAV_LIST_TOP, with the difference that I need it starting at the second level.

I have the following site structure:

Home
English
About us
Products
Services
Contact us
Spanish
Nosotros ...