Search found 11 matches
- Sat 27. Dec 2003, 05:10
- Forum: phpwcms Feature Requests
- Topic: Multilang admin
- Replies: 25
- Views: 11569
- Mon 15. Dec 2003, 04:36
- Forum: phpwcms Support English
- Topic: How to get the value in my php program
- Replies: 5
- Views: 3706
i do more change on the code ,so i can get more value in my ext_php now. function include_ext_php($inc_file) { // includes an external PHP script file and returns // the result as string from buffered include content $ext_php_content = ""; ob_start(); $command=strpos($inc_file,"?"); if ($command>0 ...
- Fri 12. Dec 2003, 16:10
- Forum: phpwcms Support English
- Topic: how to not show article title
- Replies: 10
- Views: 3979
- Fri 12. Dec 2003, 09:05
- Forum: phpwcms Support English
- Topic: how to not show article title
- Replies: 10
- Views: 3979
how to not show article title
i don't want my system show the article title ,but it can't be filled blank.
how to disable it.
thanks.
how to disable it.
thanks.
- Fri 12. Dec 2003, 08:33
- Forum: phpwcms Support English
- Topic: How to get the value in my php program
- Replies: 5
- Views: 3706
i change some code in front.func.inc.php. so i can transfer some value to my ext php. function include_ext_php($inc_file) { // includes an external PHP script file and returns // the result as string from buffered include content $ext_php_content = ""; ob_start(); $command=strpos($inc_file,"?"); if ...
- Thu 11. Dec 2003, 06:00
- Forum: phpwcms Support English
- Topic: How to get the value in my php program
- Replies: 5
- Views: 3706
- Thu 11. Dec 2003, 04:43
- Forum: phpwcms Support English
- Topic: How to get the value in my php program
- Replies: 5
- Views: 3706
How to get the value in my php program
i use {PHP:xxx} tags , it's worked well. but there are thress questions. 1: my php program can't get the value from phpwcms , for example , http://www.mbank.cn/index.php?id=4,0,0,1,0,0&cat=1 I can't get the value of cat. how can i get it. 2:my php code don't know the position , i mean if i both ...
- Tue 9. Dec 2003, 07:16
- Forum: phpwcms Support English
- Topic: How to change backgroud color when mouse over the NAV_TAB_CO
- Replies: 2
- Views: 1343
- Tue 9. Dec 2003, 07:15
- Forum: phpwcms Support English
- Topic: patch 2003.11.22 istalled -> menu highlights disappeared
- Replies: 3
- Views: 2512
- Tue 9. Dec 2003, 05:59
- Forum: phpwcms Support English
- Topic: How to change backgroud color when mouse over the NAV_TAB_CO
- Replies: 2
- Views: 1343
How to change backgroud color when mouse over the NAV_TAB_CO
hi, Oliver Georgi
in your site , the nav_table_col 's backgroud color can be chenged when mouse over, but i can't do it in my owner site.
i want to know how can i do it .thanks
in your site , the nav_table_col 's backgroud color can be chenged when mouse over, but i can't do it in my owner site.
i want to know how can i do it .thanks
- Tue 9. Dec 2003, 05:52
- Forum: phpwcms Feature Requests
- Topic: Make own tag
- Replies: 0
- Views: 1607
Make own tag
Thanks for your great job.
if you can add the function, we can make own tag.
if you can add the function, we can make own tag.