Search found 29 matches

by ndtoan13
Sat 11. Mar 2006, 04:17
Forum: phpwcms Support English
Topic: Error while updating cache
Replies: 2
Views: 1206

Error while updating cache

Everything work fine but sometimes I get that error after update or create new artile, modify template,...

Anyone know what happen to me?
Thanks in advanced.
by ndtoan13
Fri 3. Mar 2006, 02:00
Forum: phpwcms Support English
Topic: Article Content Part
Replies: 11
Views: 4090

Yes, I use alias for all of my article.
What wrong am I?
by ndtoan13
Thu 2. Mar 2006, 12:01
Forum: phpwcms Support English
Topic: Article Content Part
Replies: 11
Views: 4090

Image
Sorry about my font, it is wrong while I capture.
The red cross with ">" is BREADCRUMB value (article title being hide = blank in BREADCRUMB).

Anyone help!
by ndtoan13
Thu 2. Mar 2006, 11:06
Forum: phpwcms Support English
Topic: Article Content Part
Replies: 11
Views: 4090

Thank you for your instrcution.

I have gotten Version 1.2.6
phpwcms_dev_1.2.6_14.12.2005.zip 3.28 MB
phpwcms 1.2.6 - CVS Version 14.12.2005

After I install new fresh wcms then create a new email contact form. I still get the same error!?

And about the menu, even I removed isset($GLOBALS ...
by ndtoan13
Thu 2. Mar 2006, 03:36
Forum: phpwcms Support English
Topic: Article Content Part
Replies: 11
Views: 4090

Thank you for your reply.

I have try all of them.

About hiden article, it does not appear in my menu until I press search button (it jump into the search page index.php?id=35,7,0,0,1,0) my menu appear an blank level1 link and BREADCRUMB is blank too (I unset all Visiable, Public, Sitemap) It ...
by ndtoan13
Tue 28. Feb 2006, 03:39
Forum: phpwcms Support English
Topic: Article Content Part
Replies: 11
Views: 4090

Beside I get an error after pressing send button:
Language string failed to load: instantiate


Anyone help!
by ndtoan13
Tue 28. Feb 2006, 02:24
Forum: phpwcms Support English
Topic: Article Content Part
Replies: 11
Views: 4090

Article Content Part

Hello,

I use phpwcms 1.2.5-DEV.
I try to make a email form and search article for my site.
I follow step by step here http://www.phpwcms-docu.de/email_form.phtml
and success full have an contact form.
But I dont want the article appears in left menu (called by NAV_TABLE_COLUMN) so I uncheck status ...
by ndtoan13
Sat 21. May 2005, 05:29
Forum: phpwcms Support English
Topic: Rewrite is driving me nuts
Replies: 26
Views: 13071

Hi,

I found that to run rewrite mod, I must have phtml file. E.g I want to change:

Code: Select all

 ...index.php?contact
to

Code: Select all

...contact.phtml
I must have a file contact.phtml!! :D

But my problem is where to put this file??
Do anyone know?
by ndtoan13
Thu 19. May 2005, 10:38
Forum: phpwcms Support English
Topic: {NAV_TABLE_COLUMN}
Replies: 5
Views: 2056

you can change something in the conf.template_default.inc.php and in your frontend.css - Color, Size, Border etc.
Hi
I have looked in that and changed something about color, size, border.., but what I want is the bullet, I can not find where it's loaded (e.g: img src=...) to load the bullet, so I ...
by ndtoan13
Wed 18. May 2005, 03:54
Forum: phpwcms Support English
Topic: {NAV_TABLE_COLUMN}
Replies: 5
Views: 2056

I know this way, but I dont think it's good solution. I not only want to change the icon, but also want to change style of left menu.
Any idea?
by ndtoan13
Thu 12. May 2005, 08:55
Forum: phpwcms Support English
Topic: {NAV_TABLE_COLUMN}
Replies: 5
Views: 2056

{NAV_TABLE_COLUMN}

Do anyone know how to change the bullets of left menu created by: {NAV_TABLE_COLUMN} ?
by ndtoan13
Thu 12. May 2005, 03:39
Forum: hacks & enhancements
Topic: Poor man's multilanguage enhancement v2.0 - enhanced
Replies: 45
Views: 53928

No the trick is the following:

When using this inside your url: &lang=de , then a session variable will be set that tells phpwcms to make only the german part visible. You only have to do this once and therefore this is very good for SEO, because all other links but the language link can stay the ...
by ndtoan13
Wed 11. May 2005, 03:48
Forum: hacks & enhancements
Topic: Poor man's multilanguage enhancement v2.0 - enhanced
Replies: 45
Views: 53928

Can you tell me why the address does not change

Code: Select all

http://www.symposium-lp.ch.vu/index.php?slp&[color=blue][b]lang=de[/b][/color]
but the language has changed?? Do you modify database (e.g add another field...)?
by ndtoan13
Tue 10. May 2005, 09:08
Forum: phpwcms Support English
Topic: Rewrite is driving me nuts
Replies: 26
Views: 13071

I still get the error 404, I use WinXp SP1 (apache 2.052, php 4.310) do you think that make the trouble?
by ndtoan13
Tue 10. May 2005, 04:45
Forum: phpwcms Support English
Topic: Rewrite is driving me nuts
Replies: 26
Views: 13071

Hello,

I have a search in php.ini:
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="

And httpd.conf (I just remove ';' and restart apache):

LoadModule rewrite_module modules/mod_rewrite.so


But nothing change?

Onething I wonder is: why it change ...id?c15 into _c15 ...