http://magicomm.biz
http://magicomm.biz
This is the first of many websites I will be making in PHPwcms
http://magicomm.biz/index.phtml
I'm eventually going to add a blog and forum to it as well as front end login however I'm torn between adding the functionality with modules or waiting for a new release. I will probably resort to PHPBB for the forum unless anyone has a better solution.
I also had to create my own replacement tag for the file list template so i could display the info that was typed in through the backend.
I also changed the calendar mod a bit so that it displayed events for the whole year.
http://magicomm.biz/index.phtml
I'm eventually going to add a blog and forum to it as well as front end login however I'm torn between adding the functionality with modules or waiting for a new release. I will probably resort to PHPBB for the forum unless anyone has a better solution.
I also had to create my own replacement tag for the file list template so i could display the info that was typed in through the backend.
I also changed the calendar mod a bit so that it displayed events for the whole year.
I really like this site. Great use of colour, graphics and images. Nice work.
Did you create a new template for each category so the left nav will display each sub category? I tried nav setlevel ages ago but haven't used it for a while, is there another way to do it now other than different templates?
Ben
Did you create a new template for each category so the left nav will display each sub category? I tried nav setlevel ages ago but haven't used it for a while, is there another way to do it now other than different templates?
Ben
Ben,
Just look here http://www.phpwcms.de/forum/viewtopic.php?t=14273.
Lift level is the magic word.
Level lift for the vertical navigation, beginning at the first level behind :
Code:
Greetz,
Axel
Just look here http://www.phpwcms.de/forum/viewtopic.php?t=14273.
Lift level is the magic word.
Level lift for the vertical navigation, beginning at the first level behind :
Code:
Code: Select all
[PHP]
if(isset($GLOBALS['LEVEL_ID'][1])) {
$level_id = $GLOBALS['LEVEL_ID'][1];
echo '<div class="nlu_navi1">'.LF;
echo '{NAV_LIST_UL:F,'.$level_id.',,act_path,active}';
echo '</div>';
}
[/PHP]
Axel
-------------------------------
Re: http://magicomm.biz
Well you learn something new everyday. I'll look into this over Christmas.
Thanks
Ben
Thanks
Ben
Re: http://magicomm.biz
I like this page. But there are some minor points which could be a little bit better (only small fixes):
- 1.) The headlines / H-tags. They are a little bit too strong in my opinion. It would be a little bit better if the color would not be so dark and if the font size would be a litte bit smaller.
- 2.) Color of links: the default blue color is a little bit boring - try it with a different color.
- 3.) Main menu (top of the page): the indicator which shows the active section is a little bit difficult to see. Perhaps you can use the 2pixel line on the top of each menu point to become a different color when the section is active.
- 4.) Sub menu: there is no indication which section is active.
- 5.) Conact form: try to format the form fields and buttons.
pixelpublic GmbH | Agentur für Neue Medien und Gestaltung
Re: http://magicomm.biz
The design is very nice, but the header (especialy the main-navi) somehow does not fit into the rest of the design and i think you should work a bit on design of the content (link-colors, contact-form etc.).
But all in all: nice site
But all in all: nice site
#GeorgeWBush { position:absolute; bottom:-6ft; }
Re: http://magicomm.biz
I added a blog. I used shinypixel's blog and modded it to have a sidebar, rss feed, and tags as well as formatted urls,
http://www.magicomm.biz/blog.phtml
http://www.magicomm.biz/blog.phtml
Re: http://magicomm.biz
Hi,
I like it too, good job!
But a lot of errors in sourcecode http://validator.w3.org/check?verbose=1 ... hp%3Findex
Heiko...
I like it too, good job!
But a lot of errors in sourcecode http://validator.w3.org/check?verbose=1 ... hp%3Findex
Heiko...
Re: http://magicomm.biz
Is it core code hacking or a module? If the latter I'd be interested!I added a blog
It's mostly all about maintaining two or three customer's sites Still supporter for the band Mykket Morton. Visit Mykket Morton on FB. Listen Mykket Morton and live videos on youtube.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Now building a venue for young artists to get wet on stage, rehearsal rooms, a studio, a guitar shop - yes I'm going to build some guitars.
Re: http://magicomm.biz
http://forum.phpwcms.org/viewtopic.php?t=11637
I used his module and then edited the frontend.render and db.functions file as well as made a custom rssfeed.php. If anyone is interested id be more than happy to get it all organized and put it up somewhere.
I used his module and then edited the frontend.render and db.functions file as well as made a custom rssfeed.php. If anyone is interested id be more than happy to get it all organized and put it up somewhere.