When i click on manage categories or add subcategories in admin, the page is greying and nothing happens.
I uninstalled and re-installed the module, but I have the same problem.
It used to work before, so I don't know what happened.
When i click on manage categories or add subcategories in admin, the page is greying and nothing happens.
I uninstalled and re-installed the module, but I have the same problem.
It used to work before, so I don't know what happened. |
Found the answer in another forum post.
It's AdBlock |
The map disappeared from my ads home page after I added some ads.
It is in the admin panel - page builders - ads home page and visible for visitors and members.
I deleted it in the database - bx_wmap_parts
Is this the reason or is it a bug in the ads module ? |
I tested this on another site of mine and it's indeed because I deleted the item in the bx_wmap_parts.
This map cannot be scaled in the ads module in admin panel.
How can I add this in the module in admin panel so I can scale it ? |
How can I add this in the module in admin panel so I can scale it ? INSERT INTO `bx_wmap_parts` (`part`, `title`, `title_singular`, `icon`, `icon_site`, `join_table`, `join_where`, `join_field_id`, `join_field_country`, `join_field_city`, `join_field_state`, `join_field_zip`, `join_field_address`, `join_field_title`, `join_field_uri`, `join_field_author`, `join_field_privacy`, `permalink`, `enabled`) VALUES ('ads', '_bx_ads_Ads', '_bx_ads_Ad', 'modules/boonex/ads/|map_marker.png', 'money', 'bx_ads_main', 'AND `p`.`Status` = ''active'' AND UNIX_TIMESTAMP() - `p`.`LifeTime`*24*60*60 < `p`.`DateTime`', 'ID', 'Country', 'City', '', '', '', 'Subject', 'EntryUri', 'IDProfile', 'AllowView', 'modules/boonex/ads/classifieds.php?entryUri=', 1); Rules → http://www.boonex.com/terms |
Thank you AlexT |
Ads are not showing in site stats.
How can I fix this ? |
INSERT INTO `sys_stat_site` (`ID`, `Name`, `Title`, `UserLink`, `UserQuery`, `AdminLink`, `AdminQuery`, `IconName`, `StatOrder`) VALUES (6, 'cls', 'bx_ads_Ads', 'modules/boonex/ads/classifieds.php?action=show_all_ads', 'SELECT COUNT(`ID`) FROM `bx_ads_main` WHERE `Status`=''active'' AND UNIX_TIMESTAMP() - `bx_ads_main`.`LifeTime`*24*60*60 < `bx_ads_main`.`DateTime`', 'modules/boonex/ads/post_mod_ads.php', 'SELECT COUNT(`ID`) FROM `bx_ads_main` WHERE `Status`=''new'' AND UNIX_TIMESTAMP() - `bx_ads_main`.`LifeTime`*24*60*60 < `bx_ads_main`.`DateTime`', 'money', 6); https://dolphin-techs.com - Skype: Dolphin Techs |
Thank you, problem is solved. |