Search found 53 matches

by mstroz
Thu 25. May 2006, 03:15
Forum: hacks & enhancements
Topic: {NAV_MENUBAR} Dropdown menubar
Replies: 68
Views: 50305

Hi All,

Has anyone had any success turning this horizontal nav into a vertical nav? I've tried a couple of times with no luck. I love the script, and really need it vertical.

Thanks much.
Mark
by mstroz
Tue 2. May 2006, 21:40
Forum: phpwcms Installation Troubleshooting English
Topic: Site redirects to DBDOWN.php
Replies: 5
Views: 2356

Klappstuhl28: I deleted the code-snippets last week, this problem occurred today so I've ruled that out. THe 1.2.6 install was done late last year, and I haven't had a problem until now. And yes, I edited the text on the dbdown.php. I can login to the hosting control panel. I'll try the persistent c...
by mstroz
Tue 2. May 2006, 19:47
Forum: phpwcms Installation Troubleshooting English
Topic: Site redirects to DBDOWN.php
Replies: 5
Views: 2356

Thanks for the reply Jürgen.

No it's one of my client's sites. http://www.robbins-free.com and it's on 1.2.6

By the way I've patched the code_snippet issue last week.

It was working fine this morning, now it's dead.
Mark
by mstroz
Tue 2. May 2006, 19:28
Forum: phpwcms Installation Troubleshooting English
Topic: Site redirects to DBDOWN.php
Replies: 5
Views: 2356

Site redirects to DBDOWN.php

Hi,

Having a problem with site being redirected to the dbdown.php page. If I key in the url/index.php the site comes up with no problems.

This is the first time I've encountered this. What should I do?
Thanks much,
Mark
by mstroz
Tue 18. Apr 2006, 15:23
Forum: phpwcms Support English
Topic: Menu vanishes on a Mac
Replies: 7
Views: 4243

Thanks all for responses.

Looks like I have a good bit more work ahead of me on this site.
by mstroz
Tue 18. Apr 2006, 03:50
Forum: phpwcms Support English
Topic: Menu vanishes on a Mac
Replies: 7
Views: 4243

Hey Ben,
Thanks for the response.

Yes, it's a reptag. But not one straight "out of the box". It's based on {NAV_MENUBAR} Dropdown menubar (see: http://www.phpwcms.de/forum/viewtopic.php?t=7259)

I haven't edited the css to change to the hand. I think I should too.
by mstroz
Mon 17. Apr 2006, 23:57
Forum: phpwcms Support English
Topic: Menu vanishes on a Mac
Replies: 7
Views: 4243

Menu vanishes on a Mac

Hello, I'm having problems with a site I developed not working properly on a Mac. More specifically, the dropdown navigation isn't working properly on a Mac. I'm on Version 1.2.6, and I'm using this menubar http://www.phpwcms.de/forum/viewtopic.php?t=7259 The site is: http://www.armoryballroom.com I...
by mstroz
Sun 5. Feb 2006, 03:26
Forum: phpwcms Support English
Topic: How to insert code above !DOCTYPE statement?
Replies: 4
Views: 1365

Nope, you forgot to escape quotes: Ah. Thanks. I'm a bit of a PHP 'tard. I'm not sure what your aim is... The top tab nav (a Flash component) on the secondary level pages passes a variable (when clicked) to the Flash Header on the homepage. Someone told me the statement needed to be at the top of t...
by mstroz
Sat 4. Feb 2006, 22:27
Forum: phpwcms Support English
Topic: How to insert code above !DOCTYPE statement?
Replies: 4
Views: 1365

Actually I just found it in on line #154 in index.php The problem is I can't get the syntax right when I try to add my statement. Take a look... -> $content['page_start'] = '<?'; my $content['page_start'].= 'if (isset($_GET['status']))'; code $content['page_start'].= '{'; here $content['page_start']...
by mstroz
Sat 4. Feb 2006, 22:01
Forum: phpwcms Support English
Topic: How to insert code above !DOCTYPE statement?
Replies: 4
Views: 1365

How to insert code above !DOCTYPE statement?

I need to insert this:

Code: Select all

<?
if (isset($_GET['status']))
{
	$status = $_GET['status'];
}
?>
conditional statement above the head tag, and even above the !DOCTYPE statement.

How? Is this even possible?

Thanks,
Mark
by mstroz
Sat 4. Feb 2006, 21:17
Forum: sites under construction (made with phpwcms only)
Topic: Critique and/or help finding bugs
Replies: 8
Views: 5248

another good suggestion.
Thanks.
by mstroz
Sat 4. Feb 2006, 19:08
Forum: sites under construction (made with phpwcms only)
Topic: Critique and/or help finding bugs
Replies: 8
Views: 5248

Any suggestions regarding hyperlink treament? I'm going to get away from the bold font size in the a:hover, but I've stared at the design for so long I can't come up with an elegant solution.

Thoughts?
by mstroz
Sat 4. Feb 2006, 18:57
Forum: sites under construction (made with phpwcms only)
Topic: Critique and/or help finding bugs
Replies: 8
Views: 5248

good one. Thanks.

Plus with the bold on hover it really wonks out.
by mstroz
Sat 4. Feb 2006, 18:33
Forum: sites under construction (made with phpwcms only)
Topic: Critique and/or help finding bugs
Replies: 8
Views: 5248

Thanks for the feedback larmann & Jan212.

I agree with your comments. Although some of the changes will have to be considered for phase II development, post release.

Also the bold font size in the a:hover has been bugging me too.
by mstroz
Fri 3. Feb 2006, 03:40
Forum: phpwcms Support English
Topic: [SOLVED]IE is breaking the main area format - Suggestions?
Replies: 7
Views: 1793

I forgot to update you...
Dexxus, your suggestion fixed the problem. Thanks!