GoodForNothing Classifieds [Paid] [Deleted]

@Mr. Goodie2Shoes ,
You have guided me show menu filters
Code:
library/GFNClassifieds/ControllerPublic/Home.php Line:151
/library/GFNClassifieds/ControllerPublic/Category.php Line:173

Code:
<xen:include template="classifieds_filter_menu">
<xen:map from="$pageNavParams" to="$params" />
</xen:include>

it worked very well but there is a problem like the screenshot below ( Advert Type Filters and Prefix Filters displayed in all categories )


upload_2015-9-1_16-48-7.webp


show menu filters
upload_2015-9-1_16-50-29.webp

Please help me fix it,
 
Last edited:
@ichpen yeah, I haven't logged in to the demo site for some time now... will look at the new threads tomorrow evening...

@bt012ss edit the classifieds_sidebar_block_stats template and wrap the whole div with
Code:
<xen:if is="{$canViewClassifieds}">
<!-- the whole template -->
</xen:if>

@xfstyle what I meant was that the code wasn't in front of at that moment so I would reply back to you once I log in from my workstation. :)
Anywho, after looking at the code if that is changed to only show advert types available for the category, there is a potential conflict with the classified lists so it's better not to modify that at this moment.
 
@ichpen yeah, I haven't logged in to the demo site for some time now... will look at the new threads tomorrow evening...

@bt012ss edit the classifieds_sidebar_block_stats template and wrap the whole div with
Code:
<xen:if is="{$canViewClassifieds}">
<!-- the whole template -->
</xen:if>

@xfstyle what I meant was that the code wasn't in front of at that moment so I would reply back to you once I log in from my workstation. :)
Anywho, after looking at the code if that is changed to only show advert types available for the category, there is a potential conflict with the classified lists so it's better not to modify that at this moment.

Thanks.
 
I have a lot of questions:
  1. I am not able to set a location for an advert.
  2. In Style-Settings I marked the discussion and preview tab next to the contact button, but these will not shown.
  3. I am not able to post comments, previews or discussions.
  4. There are no alerts if any user report an advert.
  5. There are no alerts if any advert have to be moderated.
 
I'm still waiting for your help
I did reply to your post:
Anywho, after looking at the code if that is changed to only show advert types available for the category, there is a potential conflict with the classified lists so it's better not to modify that at this moment.
This would require a bit of custom coding and the number of queries will increase for that. This is the main reason to keep the filter menu as a separate API call for those who want to filter the listing.
 
@xfstyle that layout of inline mod overlay isn't possible with default style, unless you've customized inline mod code. This add-on uses same code as inline mod tools in list of topics. It has max-width for #InlineModOverlay that makes it impossible to have such layout.

Check your customizations in inline_mod.css
 
Back
Top Bottom