Another no sub cats in classified

Yet another post with no sub cats in the classified section... I have read all of the other posts and if I hear check permissions one more time...Cry

I can't add sub cats in the admin section (why would I need to when they are already there?) nor can a user post a classified ad, because there is no sub cat to choose from.

This just gets stranger the more I get into it...

-Rich

Quote · 29 Jul 2009

what mods have you put in that need js??? roll them out

one bad js will wreck this section as it is heavily heavily coded in JS

I have video tutorials to help you mrpowless.com
Quote · 29 Jul 2009

Hi mrpowels,

No mods, it's a clean install - brand new 6.1.6 installed last night.

Thanks!

-Rich

Quote · 29 Jul 2009

it uses dynamic core I would try taking it out of the bxdolclassifieds function PrintCommandForms and putting it into templates/base/header.html where it belongs

<script src="inc/js/dynamic_core.js.php" type="text/javascript"></script>

also see if the url is right to get to the js

for this I the view source of admin/manage classifieds and see:

<link type="text/css" rel="stylesheet" href="http://www.darrenpowless.com/admin/styles/msgbox.css">
<script src="http://www.darrenpowless.com/inc/js/dynamic_core.js.php" type="text/javascript"></script>

Something is not letting this script run.

I have video tutorials to help you mrpowless.com
Quote · 29 Jul 2009

it uses dynamic core I would try taking it out of the bxdolclassifieds function PrintCommandForms and putting it into templates/base/header.html where it belongs

<script src="inc/js/dynamic_core.js.php" type="text/javascript"></script>

also see if the url is right to get to the js

for this I the view source of admin/manage classifieds and see:

<link type="text/css" rel="stylesheet" href="http://www.darrenpowless.com/admin/styles/msgbox.css">
<script src="http://www.darrenpowless.com/inc/js/dynamic_core.js.php" type="text/javascript"></script>

Something is not letting this script run.

Sorry, but I have no idea what the first line of your reply means!Tongue out

Should I edit some files somewhere?

The sourch of the manage classifieds looks exactly like yours.

Thanks!

Quote · 29 Jul 2009

What he said is you currently have somehting (sorry didn't look at your site to see it specifically) in inc/classes/BxDolClassifieds.php  function PrintCommandForms

 

 

The below is specifically what he's referring to:

 

<script src="inc/js/dynamic_core.js.php" type="text/javascript"></script>

 

and instead place it in:

 

templates/base/_header.html

 

 

Quote · 29 Jul 2009

What he said is you currently have somehting (sorry didn't look at your site to see it specifically) in inc/classes/BxDolClassifieds.php  function PrintCommandForms

The below is specifically what he's referring to:

<script src="inc/js/dynamic_core.js.php" type="text/javascript"></script>

and instead place it in:

templates/base/_header.html

Okay, so what I have is:

<script src="{$sJSPath}js/dynamic_core.js.php" type="text/javascript"></script>

and I replaced it with:

<script src="{$sJSPath}templates/base/_header.html"></script>

Is that right? Nothing changed... it's still the same.

Quote · 29 Jul 2009

Okay, flipped this one off to dolphingeeks.com for $20... hope they can fix it!

Thanks to everyone who tried to help!

-Rich

Quote · 30 Jul 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.