I want to remove the country and city from the events block on my index page. I think I need to edit _bx_events_block_home but I can't find it :(
Anyone know how to do this?
I want to remove the country and city from the events block on my index page. I think I need to edit _bx_events_block_home but I can't find it :( Anyone know how to do this? newbreed |
Bumo for any ideas on a Saturday morning :) newbreed |
hi, to edit _bx_events_block_home go to Settings --> Language Settings --> scroll to Manage Keys --> paste the value in look for text box --> click apply the page will refresh and results will be show to you then click on edit and change the value |
That's not quite what he's looking for jegadees. _bx_events_block_home will only modify the home page heading. I remember seeing where to edit that and will have to go back and look at my notes. |
That's not quite what he's looking for jegadees. _bx_events_block_home will only modify the home page heading. I remember seeing where to edit that and will have to go back and look at my notes. Thanks buddy. I searched for it for awhile, and could only find a reference to someone asking about it for 6.1.x, and there was no solution posted. newbreed |
Okay found it.
To remove the country and city take out this line: <div class="sys_file_search_country">__country_city__</div> It is around line 17. Upload the file, and go to Admin and clear your templates for it to show. Be aware that it will also take out country/city on the events home page as well since both parts of the site use the same template. |
Okay found it.
To remove the country and city take out this line: <div class="sys_file_search_country">__country_city__</div> It is around line 17. Upload the file, and go to Admin and clear your templates for it to show. Be aware that it will also take out country/city on the events home page as well since both parts of the site use the same template. Removing the whole line works perfect, but I want to keep the City, and remove the Country. I tried - <div class="sys_file_search_country">city__</div> <div class="sys_file_search_country">_city__</div> <div class="sys_file_search_country">__city__</div> And in each case, the word "city" still appeared, not the actual city. Tried clearing all caches, etc., no-go :-( newbreed |