Search found 19 matches
- Sun 27. Mar 2005, 18:16
- Forum: hacks & enhancements
- Topic: CSS/List based version of NAV_TABLE_COLUMN
- Replies: 61
- Views: 48515
- Fri 25. Mar 2005, 22:44
- Forum: hacks & enhancements Support
- Topic: sublist without substructure
- Replies: 1
- Views: 1868
- Thu 24. Mar 2005, 16:57
- Forum: hacks & enhancements Support
- Topic: sublist without substructure
- Replies: 1
- Views: 1868
sublist without substructure
As you might have noticed in one of my previous posts I'm been improving a site and it's almost correct I just got one little problem that really needs to be fixed. It's about the semantic menu using lists ( <ul<li> ) for navigation. At this page at the bottom you see what it's about. Anywys the ...
- Sun 20. Mar 2005, 18:50
- Forum: phpwcms Support English
- Topic: .htaccess mod_rwrite doesn't work
- Replies: 9
- Views: 2514
- Sun 20. Mar 2005, 16:03
- Forum: phpwcms Support English
- Topic: .htaccess mod_rwrite doesn't work
- Replies: 9
- Views: 2514
I'm sorry for that, I made some changes which now enables me to get the url's right. At least what's used as an URL is correct though it doesn't work yet. Since when I now use the link it'll return a 404. I've used this method: http://ionrock.umemusic.com/index.php?id=6,11,0,0,1,0 So now it uses the ...
- Sun 20. Mar 2005, 15:16
- Forum: phpwcms Support English
- Topic: .htaccess mod_rwrite doesn't work
- Replies: 9
- Views: 2514
- Sun 20. Mar 2005, 14:52
- Forum: phpwcms Support English
- Topic: .htaccess mod_rwrite doesn't work
- Replies: 9
- Views: 2514
- Sun 20. Mar 2005, 14:24
- Forum: phpwcms Support English
- Topic: .htaccess mod_rwrite doesn't work
- Replies: 9
- Views: 2514
It's not really the extension that's bothering me it's the fact it doesn't use the aliases I set, somehow it doe a little of rewriting but not all. I've got nou Uri's like: http://sitedezign.net/mimizan/2.0.0.1.0.0.shtml without any rewriting this would be http://sitedezign.net/mimizan/index.php?id ...
- Sun 20. Mar 2005, 14:07
- Forum: phpwcms Support English
- Topic: .htaccess mod_rwrite doesn't work
- Replies: 9
- Views: 2514
.htaccess mod_rwrite doesn't work
Hello, I'm trying to get the website I'm improving to use better uri's. So I did what I should, I changed conf.inc.php and set $phpwcms["rewrite_url"] to 1. I also changed the .htaccess file, it now looks like this: php_flag magic_quotes_gpc Off php_flag register_globals Off RewriteEngine On ...
- Sat 19. Mar 2005, 15:39
- Forum: phpwcms Support English
- Topic: Using structure info
- Replies: 1
- Views: 731
- Sat 19. Mar 2005, 15:39
- Forum: hacks & enhancements Support
- Topic: Working semanticly correct with phpwcms
- Replies: 4
- Views: 3076
Ok, I've got the id="$page" as well, it's pretty simple once you've found what way is used to get it from the database, anyways I inserted this in my <html> - tag in my index.php page: id=\"".$content["struct"][ $content["cat_id"] ]["acat_name"]."\" This way you'll get the name of the structure part ...
- Sat 19. Mar 2005, 14:16
- Forum: phpwcms Support English
- Topic: edit : Admin -> sitestructure
- Replies: 4
- Views: 1169
- Sat 19. Mar 2005, 13:56
- Forum: phpwcms Support English
- Topic: Using structure info
- Replies: 1
- Views: 731
Using structure info
It's me again, hopefully you can help me with this question, I'd like to use the name of the structure part so what you see when you're in the admin area and the structure part: - index - home - info - contact - portfolio I'd like to use those names, can anyone tell me wether there is an variable ...
- Thu 17. Mar 2005, 19:03
- Forum: hacks & enhancements Support
- Topic: Working semanticly correct with phpwcms
- Replies: 4
- Views: 3076
- Thu 17. Mar 2005, 16:21
- Forum: hacks & enhancements Support
- Topic: Working semanticly correct with phpwcms
- Replies: 4
- Views: 3076
I did some digging in the code and now fixxed tha point wehere i mentioned the problem about this: <body > this occurs when you leave you're body attributes empty I fixed it the following way: in the file: \include\inc_front\front.func.inc.php in my version it's rule 380 but with ohers it might be ...