Search found 23 matches

by Jimmy_Jazz
Thu 28. Jul 2005, 15:46
Forum: phpwcms Support English
Topic: Newsletter Problem
Replies: 2
Views: 1162

Newsletter Problem

Hi

Just installed the lasted Dev release of phpwcms
I tried using the newsletter to send an email to about 180 people (all taken from my band's email list).
I received the email as did a few others - but most didnt get it.
The error Phpwcms came back with was this:

ERR: someoneiknow@somedomain ...
by Jimmy_Jazz
Mon 27. Jun 2005, 18:04
Forum: sites you are proud of (made with phpwcms only)
Topic: www.spacecraftint.com
Replies: 7
Views: 3610

www.spacecraftint.com

Ok
Its been a while since I had the chance to use phpwcms again on a project but here is a new site for a client of ours. There are 2 sides to the site - corporate and ecommerce. I used phpwcms for the corporate site - http://www.spacecraftint.com/office/

for the ecommerce we ended up using http ...
by Jimmy_Jazz
Fri 11. Mar 2005, 18:14
Forum: phpwcms Support English
Topic: Mod_rewrite question
Replies: 6
Views: 3006

Hi Pappnase

You would enter the alias as such:

http://www.wallcreative.com/images/test.gif

make sure the header of the template has this html code:

<base href="http://www.wallcreative.com/">

the see here:

http://wallcreative.com/portfolio/thisisatest/test.phtml


That was my work around ...
by Jimmy_Jazz
Fri 11. Mar 2005, 17:29
Forum: phpwcms Support English
Topic: Mod_rewrite question
Replies: 6
Views: 3006

Ok I think I understand. Thats a shame though. How do other cms do it?

You could work around it in the previous version of wcms by using a '/' in the alias and a base href in the template. This is not possible any more with 1.2 1 - it converts the '/' into a '_'
by Jimmy_Jazz
Fri 11. Mar 2005, 16:06
Forum: phpwcms Support English
Topic: Mod_rewrite question
Replies: 6
Views: 3006

Mod_rewrite question

Hi

I was wondering if the mod rewrite function for phpwcms could be made to include the pathway of where you are in the site - like a breadcrumb - for example at the moment however deep you are in the site the url is always written like this

http://www.mysite.com/photography.phtml

This is great ...
by Jimmy_Jazz
Mon 7. Mar 2005, 16:27
Forum: phpwcms Support English
Topic: CSS problem - attaching image to <li> tag
Replies: 5
Views: 1851

Hi Pico

That CSS class is not in the 1.21 Dev release im using

But its OK Ive fixed the problem :D

I added the following code:

li {
list-style-image: url("http://www.wallcreative.com/clients/spacecraft/office/img/article/bullet_1.gif");
}

Basically I have another copy of WCMS working on my ...
by Jimmy_Jazz
Mon 7. Mar 2005, 13:44
Forum: phpwcms Support English
Topic: CSS problem - attaching image to <li> tag
Replies: 5
Views: 1851

Hi Pico


I have replaced the default 'bullet_1.gif' in img/article/ with my own graphic but the browser still sees the original. I dont think this is a cashe issue as other computer's render the default graphic even though they have not visited the site before.

see here:

http://www.wallcreative ...
by Jimmy_Jazz
Mon 7. Mar 2005, 12:13
Forum: phpwcms Support English
Topic: CSS problem - attaching image to <li> tag
Replies: 5
Views: 1851

CSS problem - attaching image to <li> tag

Hi

Im currently building a site with PHPWCMS and have run into an issue.
I have created a list of my clients products using the List content part.
For the bullet points I have designed an image - bullet.gif

When I create the CSS in the back end like this:

li, ul {
list-style-image: url("/images ...
by Jimmy_Jazz
Fri 17. Dec 2004, 15:10
Forum: phpwcms Support English
Topic: mod_rewrite rule for index.php?deutsch&lang=deutsch&
Replies: 7
Views: 2356

Maybe i misunderstood you?

I thought you just wanted to have your friendly urls look like they are in directories ie

http://www.directories.com/like/this/index.phtml

sorry if this is not what you were after....
by Jimmy_Jazz
Fri 17. Dec 2004, 13:25
Forum: phpwcms Support English
Topic: mod_rewrite rule for index.php?deutsch&lang=deutsch&
Replies: 7
Views: 2356

use the alias function.

type in the alias field :

deutsch/mm/aboutme

You will need to add this code to the <head> of your template:

<base href="http://www.yourdomainhere.com/">

You need this base ref or the cms will try and find all your images etc in the mm folder (which doesnt exist!). I ...
by Jimmy_Jazz
Tue 7. Dec 2004, 13:20
Forum: phpwcms Support English
Topic: How to use {NAV_TABLE_COLUMN:[sectionID]} dynamically?
Replies: 12
Views: 12490

Hi Leone

This is just what i needed but when i replace the code i get the following error:

Parse error: parse error, unexpected T_STRING in /home/wallcrea/public_html/loopdream/sample_ext_php/nav.php on line 35


line 35 is the second line of your replacement code.

Any ideas?
by Jimmy_Jazz
Mon 29. Nov 2004, 16:07
Forum: sites you are proud of (made with phpwcms only)
Topic: www.magicholiday.ch
Replies: 7
Views: 4129

Thanks for your quick reply Kubens
I think ive read in the forums somewhare that articles will have aliases in a future release. I think this is a needed function.
by Jimmy_Jazz
Mon 29. Nov 2004, 14:12
Forum: sites you are proud of (made with phpwcms only)
Topic: www.magicholiday.ch
Replies: 7
Views: 4129

Hi Kubens

So how did you get the urls like this?

index.php?/hotels/tuerkei/istanbul/

Is this the wcms default?
by Jimmy_Jazz
Mon 29. Nov 2004, 13:32
Forum: sites you are proud of (made with phpwcms only)
Topic: www.magicholiday.ch
Replies: 7
Views: 4129

hey kubens, Nice site.

I noticed that your urls are like directories

index.php?/hotels/tuerkei/istanbul/

Do you mind me asking how you configured this in the mod rewrite?
I would prefer this than having something like this: index.php?id=25,40,0,0,1,0
by Jimmy_Jazz
Fri 19. Nov 2004, 18:44
Forum: phpwcms Feature Requests
Topic: paginating article summaries
Replies: 1
Views: 1322

paginating article summaries

It would be cool if wcms could paginate the article listing of a directory. At the moment if the article count is set to 5 and I have 10 articles in that directory it will show the first five with their title and summary and show the titles of the last 5 at the bottom as links.
I would like the ...