Search found 19 matches

by Minime
Sun 27. Mar 2005, 18:16
Forum: hacks & enhancements
Topic: CSS/List based version of NAV_TABLE_COLUMN
Replies: 61
Views: 48160

never mind already fixed
by Minime
Fri 25. Mar 2005, 22:44
Forum: hacks & enhancements Support
Topic: sublist without substructure
Replies: 1
Views: 1861

never mind, Already fixed.
by Minime
Thu 24. Mar 2005, 16:57
Forum: hacks & enhancements Support
Topic: sublist without substructure
Replies: 1
Views: 1861

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 pro...
by Minime
Sun 20. Mar 2005, 18:50
Forum: phpwcms Support English
Topic: .htaccess mod_rwrite doesn't work
Replies: 9
Views: 2506

Somehow it does work now, thnx Pico
by Minime
Sun 20. Mar 2005, 16:03
Forum: phpwcms Support English
Topic: .htaccess mod_rwrite doesn't work
Replies: 9
Views: 2506

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...
by Minime
Sun 20. Mar 2005, 15:16
Forum: phpwcms Support English
Topic: .htaccess mod_rwrite doesn't work
Replies: 9
Views: 2506

Realy strange, since I've got that as well. I even checked my DB but every row has an alias.

An other strange thing is the fact that I've redirected the Home to index.php but when I go to /mimizan/index.php I get my article and when I use the link of Home I don't get that article..
by Minime
Sun 20. Mar 2005, 14:52
Forum: phpwcms Support English
Topic: .htaccess mod_rwrite doesn't work
Replies: 9
Views: 2506

RewriteEngine On RewriteBase / RewriteRule ^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.phtml$ /index.php?id=$1.$2.$3.$4.$5.$6 RewriteRule ^(.+)\.phtml$ /index.php?$1 That's about the same one I use except for the subfolder I use... Now I wonder in what part of the code does the ali...
by Minime
Sun 20. Mar 2005, 14:24
Forum: phpwcms Support English
Topic: .htaccess mod_rwrite doesn't work
Replies: 9
Views: 2506

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=...
by Minime
Sun 20. Mar 2005, 14:07
Forum: phpwcms Support English
Topic: .htaccess mod_rwrite doesn't work
Replies: 9
Views: 2506

.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 ...
by Minime
Sat 19. Mar 2005, 15:39
Forum: phpwcms Support English
Topic: Using structure info
Replies: 1
Views: 726

by Minime
Sat 19. Mar 2005, 15:39
Forum: hacks & enhancements Support
Topic: Working semanticly correct with phpwcms
Replies: 4
Views: 3061

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"].&quo...
by Minime
Sat 19. Mar 2005, 14:16
Forum: phpwcms Support English
Topic: edit : Admin -> sitestructure
Replies: 4
Views: 1151

Ok topic closed, already got it working just the newer version is way different han the older one..
by Minime
Sat 19. Mar 2005, 13:56
Forum: phpwcms Support English
Topic: Using structure info
Replies: 1
Views: 726

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 th...
by Minime
Thu 17. Mar 2005, 19:03
Forum: hacks & enhancements Support
Topic: Working semanticly correct with phpwcms
Replies: 4
Views: 3061

The div has also been entered, pretty stupid of me to forget the index.php file. I've changed it and it now uses an <div id="wrapper">.

But still the other things are pretty hard to figure out how the fix them...
by Minime
Thu 17. Mar 2005, 16:21
Forum: hacks & enhancements Support
Topic: Working semanticly correct with phpwcms
Replies: 4
Views: 3061

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 d...