| Re: How to remove rating & comments from xdirectory |
| by MadCat on 2004/6/26 11:12:16 I have cloned entire set of default templates...! |
| Re: How to remove rating & comments from xdirectory |
| by tjnemez on 2004/6/26 8:39:21 i am not sure, but have you cloned the entire set of default templates? if not that would be step one as you can only edit cloned set of templates. |
| How to remove rating & comments from xdirectory |
| by MadCat on 2004/6/26 8:35:11 I tried to remove rating from xdirectory but whithout luck! I went to xdirectory/templates and in the files xdir_listingfull.html, xdir_link.html, xdir_premiumlink i delete the line : a href="<{$xoops_url}>/modules/xdirectory/ratelink.php?cid=<{$link.cid}>&lid=<{$link.id}>"><{$lang_rating}><{$link.rating}> (<{$link.votes}>) Then i went to xdirectory/xoops_version.php and i delete these lines: $modversion['sub'][2]['name'] = _MI_XDIR_SMNAME2; $modversion['sub'][2]['url'] = "topten.php?hit=1"; $modversion['sub'][3]['name'] = _MI_XDIR_SMNAME3; $modversion['sub'][3]['url'] = "topten.php?rate=1"; After that i clone the default theme and i select the clone theme in the general setings of system admin (i read somewhere that i have to do that because the files still in the cache) After all that the rating still show up in xdirectory. Also i want to remove the comments from xdirectory. Can anyone help me? Thanks! |