Help on many things!

Dolphin 6.1.6 at http://www.albertleaonline.com

I am having a lot of troubles and 1 main one is here :  http://www.boonex.com/unity/forums/#topic/Problem-Classifieds-Subcategories-.htm that his person is having to. I am also having issues with the following as well.

1. Top menu NEWS link submenu doesnt drop far enough down. What is the fix for this?

2. Firefox will no longer load my shoutbox or news rss feed.

3. My forum post on my home page no longer load either on IE or FireFox. Just get a loading icon same with #2 issue.

4. I can not load longer videos over like 30sec upload.

5. There are 2 places to have member login and the top one where the homepage banner is.. that one doesnt work, just gives an error message saying wrong login but course its not.

I really need help with your peoples expertize and willing to link share with whoever is willing to help me out!  Will also put in news page because my member are wanting these issues fixed! Thankyou for you time and hope someone can help out!

All of this use to work at one point but not sure what happen and if its caused by one error or not.

Quote · 6 Jan 2010

1)
You have to many sub menu items there, so you need to move some of they to top menu items.
You have 15 top menu items on a line, you can change this.

Admin/Settings/Advanced Settings find this line:

Number of items per line in top menu. 0 - no breaking.

edit it from 0 to 12 => you will now have 2 lines with top menus, total 24 top menus.



5)
This will redirect your user to file member.php when they click on the member login at the top


Try this: open templates/tmpl_uni/scripts/functions.php,
and below "function HelloMemberSection()", find this code:

<div class="topMemberBlock">
<div class="no_hello_actions">
<a href="<?= $site['url'] ?>join.php"><?= _t( '_Join Now Top' ) ?></a>
<a href="<?= $site['url'] ?>member.php" onclick="showItemEditForm('login_div'); $( '#login_div' ).show().load( '<?= $site['url'] ?>member.php?action=show_login_form&relocate=' + encodeURIComponent( window.location )  );return false;"><?= _t( '_Member Login' ) ?></a>
</div>
</div>

Replace it with this:

<div class="topMemberBlock">
<div class="no_hello_actions">
<a href="<?= $site['url'] ?>join.php"><?= _t( '_Join Now Top' ) ?></a>
<a href="<?= $site['url'] ?>member.php"><?= _t( '_Member Login' ) ?></a>
</div>
</div>

There are similar blocks of code just above the one you're looking for,
so make sure it matches that one before you swap anything out.  ;)

----------

2, 3 and 4 not sure what it can be

Quote · 7 Jan 2010

#5.  your fix worked great for me. I can not thank you enough!

Couple of more things...

1. Changing that advanced settings for the menu worked kinda. It droped my menu's down BUT my sub menus on the news link still fall off the edge. Is there a setting for this too?

2. Major issue: Classifieds. people are unable to post classifieds because error "need sub-classified". In the admin panel it iwll not display my sub classifieds for my main classifieds catagories. Like  For Sale-->Barter   Barter doesnt show up anywhere in the admin panel. A member can try to post a class. and they dont get the options for sub class.

Quote · 7 Jan 2010

1)
no settings for sub menus height, but you don't need it
you have now free space to move some of your sub menus from News to top menu, like Polls and Articles
or you can made a new top menu for News Albert and move Albert Lea Tribune,  Albert Lea KAALTV  and Albert Lea Online as sub menus there.


2)
Not sure about this, but do you add sub classified correctly???
here is how you do it:

(you need to select the MAIN Category before you can see the subCategories)


When entering NEW subCategory BE SURE you have OPEN the MAIN Category before you select ADD.
If NO MainCat is selected then the subCAT will NOT be added. Regardless how many times you try...


Deleting is easier as you only need to OPEN Main Category and select the subCat and press delete.
You can not delete subCats unless you are in the MainCat because they will NOT be displayed.

(check also perm on folder /inc/js is 755)


hope this help you!!

Quote · 7 Jan 2010

1. Hrm I see what your saying, perhaps just organize better.

2. The sub classifieds use to show. I tried what you said and created a whole new classified category and still same issue. I add the sub class. but it doesnt show up I added it in the admin panel "whoever*"- it does show for member but when adding a classified then the sub classifieds dont show up when you select the main category.  Very weird, is there a way to reset something? Replace a file which would make this work again. I am willing to resetup my classifieds, perhaps there is a free better classifieds out there I can upgrade to?

Quote · 7 Jan 2010
 
 
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.