Search found 12 matches

by hdvx
Mon 16. Jul 2007, 19:08
Forum: phpwcms Support English
Topic: Problem uploading file with PHP 4.4.4-8 (debian etch)
Replies: 4
Views: 1479

Re: Problem uploading file with PHP 4.4.4-8 (debian etch)

Hello,

It could come from size limitation in configuration files. When running phpinfo() from backend admin section, what are the values for "post_max_size" and "upload_max_filesize" ? I believe that "post_max_size" should be equal or higher than "upload_max_filesize".

hdvx
by hdvx
Mon 16. Jul 2007, 18:42
Forum: phpwcms Support English
Topic: Centerpages with NAV_LIST_UL
Replies: 6
Views: 1909



Would say - some CSS-Classes are missed



In fact, nothing is missing in the css. Something is "just" wrong in css with FF.

I had the same problem. It's coming from the position you use (relative and position definition). When you place the sub elements FF doesn't allow to reach a link on ...
by hdvx
Mon 16. Jul 2007, 17:46
Forum: phpwcms Support English
Topic: Email contact form : html mail with breaks in multiline text
Replies: 0
Views: 1011

Email contact form : html mail with breaks in multiline text

Hello,

I created an email contact form which sends a html mail.

Among the fields, there's a multi line text. If the writer has broken lines and made paragraphs, the format isn't reported in the mail. All the lines are following, lists aren't made, ... it becomes impossible to read. Also html tags ...
by hdvx
Fri 13. Jul 2007, 17:22
Forum: phpwcms Support English
Topic: Security questions : File permission and directory listing
Replies: 2
Views: 1128

If you have access to it
...use .htaccess file to disable directory listing (Options -Indexes)... and you manage to get this working, you will not disturb anything

Thank you.

I picked up the information on my host provider site. I'm going to try this soon and I come back to share :-)

[EDIT] It ...
by hdvx
Fri 13. Jul 2007, 14:57
Forum: phpwcms Support English
Topic: Security questions : File permission and directory listing
Replies: 2
Views: 1128

Security questions : File permission and directory listing

Hello,

I published my site few weeks ago and I've just noticed everybody can list the whole directory tree of the site.

Because the permissions are 775 (my host doesn't allow 777), everybody could read/write the content of whatever file (except files 665). I imagine it could be easy to modify ...
by hdvx
Wed 13. Jun 2007, 16:10
Forum: phpwcms Support English
Topic: {BROWSE:PREV:{IMAGE:linksKgr.gif}:1} not linked for Firefox
Replies: 6
Views: 1770

SOLVED

Ok, it's coming from the css. Using position:relative, when the "space" positionning the bloc is going over a link, this link isn't no more accessible :o So I used position:absolute.

Bye.
by hdvx
Wed 13. Jun 2007, 15:06
Forum: phpwcms Support English
Topic: {BROWSE:PREV:{IMAGE:linksKgr.gif}:1} not linked for Firefox
Replies: 6
Views: 1770

The same if you are going to the next page and after this back to the previous page?

Not the same because I navigate from an article to an other, my articles aren't paginated.

Browsercache cleared?
Yes, cleared.

Prev: id=1,0,0,1,0,0
Up: id=1,0,0,1,0,0
Is this the beginning of the category ...
by hdvx
Wed 13. Jun 2007, 14:55
Forum: hacks & enhancements
Topic: Teaser_Ex translate [more...] link in default template
Replies: 5
Views: 3642

jpwalker wrote: Check in

Code: Select all

config/phpwcms/conf.template_default.inc.php
search for

Code: Select all

$template_default['top_readmore_link']
Here is the default template used by teaser_ex ;)
Thank you very much. I translated the value and it's working perfectly :D .

++
hdvx
by hdvx
Wed 13. Jun 2007, 12:59
Forum: phpwcms Support English
Topic: {BROWSE:PREV:{IMAGE:linksKgr.gif}:1} not linked for Firefox
Replies: 6
Views: 1770


please post the generated FF source of this DIVs.


<div id=ref_button> Extrait <table border="0" cellspacing="0" cellpadding="0" width="100%" summary="">

<tr>
<td width="10"><img src="img/leer.gif" width="10" height="1" alt="" /></td>
<td width="100%"><strong>Evaluation</strong></td>
<tr ...
by hdvx
Wed 13. Jun 2007, 12:37
Forum: hacks & enhancements
Topic: Teaser_Ex translate [more...] link in default template
Replies: 5
Views: 3642



Look in the tmpl file you use in:

.../phpwcms_template/inc_cntpart/articlesummary/list/

[MORE]<a href="{ARTICLELINK}">More</a>[/MORE]


The only file there, is "sample.tmpl". It doesn't seem to be the default template used by Teaser_Ex because the result of Teaser_Ex uses <ul> <li> tags ...
by hdvx
Wed 13. Jun 2007, 11:34
Forum: phpwcms Support English
Topic: {BROWSE:PREV:{IMAGE:linksKgr.gif}:1} not linked for Firefox
Replies: 6
Views: 1770

{BROWSE:PREV:{IMAGE:linksKgr.gif}:1} not linked for Firefox

Hello,

I coded the following in a template's mainblock :

<div id=ref_button> Title
{NAV_TABLE_SIMPLE}
<div id=ref_prev>{BROWSE:PREV:{IMAGE:navi/button_back.gif}:1}</div>
<div id=ref_up>{BROWSE:UP:{IMAGE:navi/button_up.gif}}</div>
<div id=ref_next>{BROWSE:NEXT:{IMAGE:navi/button_next.gif}:1}</div ...
by hdvx
Wed 13. Jun 2007, 11:25
Forum: hacks & enhancements
Topic: Teaser_Ex translate [more...] link in default template
Replies: 5
Views: 3642

Teaser_Ex translate [more...] link in default template

Hello,

I'm using phpwcms in french version and using teaser_ex with the default template. The resultat is fine and I like, excepted the link more... I'd like to translate in french.

Looking at the php code of teaser_ex, I don't see where I can change the value.

Where may I translate the value of ...