Login or create new account.

By registering on joomprod.com, you will have immediate access to all our free products and to the public side of our support forum.

Enjoy our subscriptions.

Each of our subscriptions allow you to enjoy the private side of the support forum and all the update of our products for a period ranging from 3 months to 1 year.

Payment And immediate download.

After subscribing to one of our subscription, the products are immediately downloadable.

Login

Or Register
Accueil / forum / Support / AdsManager Support / Developed categories

Support Availability Because we must sleep sometimes

Working days: Monday to Friday.
Reply time: Depending on the complexity of your support issue it's usually between a few hours to 48 hours.

Support is only guaranteed to paid subscribers

AdsManager - End of life

It is with great regrets that we have chosen to end the developpement of Adsmanager and its other associated components.

AdsManager is born 10 years ago and, as of today, the number of new subscriptions and downloads have fallen and we cannot maintain the component anymore.

All active subscribers will be able to continue enjoying support until the end of their subscription.

The components will be free and no support will be provided anymore for the other users.

×

Notice

The forum is in read only mode.

Developed categories

More
11 years 2 months ago - 11 years 2 months ago #3865 by studiomat
Developed categories was created by studiomat
Hello,
How do AdsManager - Silver Version for the entrance to the site were developed subcategories at once.

I have such



I want to make that



Subcategories were not hidden, only to be immediately developed on how to enter

How to make that?
Last edit: 11 years 2 months ago by studiomat.
The following user(s) said Thank You: adarr
More
11 years 2 months ago #3876 by loic
Replied by loic on topic Developed categories
Hello,

Are you using the module mod_adsmanager_menu ?

If i understand correctly, you want to show the subcategories directly without reloading the page ?
The following user(s) said Thank You: adarr
More
11 years 2 months ago - 11 years 2 months ago #3877 by studiomat
Replied by studiomat on topic Developed categories
Ok done.
Post close

Thanks
Last edit: 11 years 2 months ago by studiomat.
The following user(s) said Thank You: adarr
More
11 years 2 months ago #3886 by loic
Replied by loic on topic Developed categories
To display directly all the subcategories from all the categories, you will need to modify the module code.

First, open the file modules\mod_adsmanager_menu\mod_adsmanager_menu.php and replace the following code, line 42:
if (@$current_list[count($current_list) - 1 -$level] == $row->id)
{
	echo "<ul>";
	displayMenuCats($row->id, $level+1, $children,$current_list,$displaynumads);
	echo "</ul>";
}

By this one:
echo "<ul>";
displayMenuCats($row->id, $level+1, $children,$current_list,$displaynumads);
echo "</ul>";

Best Regards.
The following user(s) said Thank You: studiomat, adarr
Time to create page: 0.152 seconds
Powered by Kunena Forum