Search found 26 matches

by kipara
Wed 20. Aug 2008, 19:02
Forum: phpwcms Support English
Topic: [SOLVED] Searching for NEWS: resulting links are not correct
Replies: 6
Views: 1538

Re: Searching for NEWS: resulting links are not correct

You fixed that in 10 minutes??? AWESOME!! I got the new file and it's better: index.php?page-in-the-site&newsdetail=20080115-_Alias-of-news-item but the ID of the file is missing. It should go between the date and the alias: index.php?page-in-the-site&newsdetail=20080115-28_Alias-of-news-ite...
by kipara
Wed 20. Aug 2008, 18:23
Forum: phpwcms Support English
Topic: [SOLVED] Searching for NEWS: resulting links are not correct
Replies: 6
Views: 1538

[SOLVED] Searching for NEWS: resulting links are not correct

Hi, I've spent over a week getting to know the new News CP. It ROCKS! I read in various posts that pagination is not finished yet and this feature is still being worked on. My question is: has the search feature for news been properly implemented? When you add the search CP you know have a sub secti...
by kipara
Mon 25. Jun 2007, 08:56
Forum: phpwcms Support English
Topic: Styling first item of a list differently?
Replies: 2
Views: 1257

Get creative with the CSS: If all but the first item have a top border = all items have a bottom border but for the last one. Set bottom border on all <li>, then apply negative bottom margin on <ul> to "eat" the last border: #subnav ul { margin: 0 0 -1px 0; } #subnav li { border-bottom: 1p...
by kipara
Tue 3. Oct 2006, 15:09
Forum: phpwcms Support English
Topic: Which tables to backup (I don't want to do them all)
Replies: 3
Views: 2023

Just skip phpwcms_cache

Hi, You will find that most space in the PHPWCMS tables is taken by the cache table (especially after a long time). Delete or skip phpwcms_cache and your database will always be 'small'. That way you never miss out on any important info. Thanks for the MySQLAutoBackup tip. I'll try that! Cheers, Kip...
by kipara
Fri 16. Jun 2006, 12:26
Forum: sites you are proud of (made with phpwcms only)
Topic: www. ez wim .com
Replies: 14
Views: 6925

Blue indeed, but in a nice way. I like it. I like your code as well, so I don't understand your comment about "webstandards-and-faul-browsers-wining-people". BTW, be careful with that anthrax remark. These days, you get arrested for less. :P I always develop in Safari or Firefox, then spen...
by kipara
Tue 6. Jun 2006, 11:31
Forum: sites you are proud of (made with phpwcms only)
Topic: Marine Power Europe - www.mpenews.com
Replies: 2
Views: 2162

LOL! I changed the copyright line back to the original before posting, but you must have gotten a cached version! Check again... As for images on the main pages... Client said not for now. It's a 'work' site. :wink: There is an underscore hack in the CSS for IE that invalidates the CSS. A small pric...
by kipara
Tue 6. Jun 2006, 10:42
Forum: phpwcms Support English
Topic: Automatisch Rausgeschmissen aus dem Backend
Replies: 3
Views: 1701

This happens to me as well. I think it is a server side cache problem. I can login, navigate to pages I have RECENTLY been to, and then when I try to access an article or another 'new' part I get thrown out to the login page. To me, that means I'm served 'old' pages from the server with an old cooki...
by kipara
Tue 6. Jun 2006, 10:29
Forum: phpwcms Support English
Topic: [SOLVED] Pass a variable from article content to a template?
Replies: 4
Views: 1894

As usual I was looking in the wrong place... :D The simple way to do this is to make a new {RT}. I made one that takes a file name and builds a complete sidebar around it. Works for 0, 1 or 2 images and captions. I upload the files by FTP myself as I have yet to work around the file re-naming inside...
by kipara
Tue 6. Jun 2006, 09:30
Forum: sites you are proud of (made with phpwcms only)
Topic: Marine Power Europe - www.mpenews.com
Replies: 2
Views: 2162

Marine Power Europe - www.mpenews.com

Straightforward press site for Marine Mercury Europe.

http://www.mpenews.com/

Check latest news and image library sections to see full functionality. Clean XHTML + CSS (OK, one hack... :wink: )

Would love to hear comments.

Cheers,

Kipara
by kipara
Tue 16. May 2006, 09:49
Forum: phpwcms Support English
Topic: [SOLVED] Pass a variable from article content to a template?
Replies: 4
Views: 1894

*BUMP*

Anyone an idea how to do this?

Cheers,

Michiel
by kipara
Wed 10. May 2006, 13:11
Forum: phpwcms Support English
Topic: [SOLVED] Pass a variable from article content to a template?
Replies: 4
Views: 1894

Thanks Jürgen, That won't work I think as the variable is not passed on from page to page but 'inside' the page. Say I type <p>topic blah blah</p> in the article itself, and then I type {link-this-file-in-sidebar:topic.pdf} This file is then automatically linked-to in a complicated sidebar I pull in...
by kipara
Wed 10. May 2006, 11:55
Forum: phpwcms Support English
Topic: [SOLVED] Pass a variable from article content to a template?
Replies: 4
Views: 1894

[SOLVED] Pass a variable from article content to a template?

Hi all, I would like to pass a number of variables (two URLs to files) from the content part of an article to a template that inserts a sidebar in the article itself. I know about RT and have used those before but I can not get this to work even with simple [PHP] inserts. As I see it, I want to inse...
by kipara
Wed 2. Nov 2005, 09:41
Forum: phpwcms Support English
Topic: UTF-8 character encoding issues
Replies: 3
Views: 2548

Thanks Oliver, I use PHPMyAdmin to work with MySQL. Nothing else! :-) Charset settings for MySQL are also OK. UTF-8 is a strange beast indeed. The conversion to character pairs that I described is actually SUPPOSED to happen. So 'é' is transformed into 'é'and so on. That's what you see in the DB. I...
by kipara
Sat 29. Oct 2005, 10:21
Forum: phpwcms Support English
Topic: UTF-8 character encoding issues
Replies: 3
Views: 2548

UTF-8 character encoding issues

I want to use PHPWCMS for several websites in different languages. To make things as easy and compatible as possible I want to use UTF-8 as my encoding. So off I go... I have a local setup of PHP 4.3.3 and MySQL 4.1.14. All standard install. I install PHPWCMS 1.2.5. Choose UTF-8 as character encodin...