Hello,
I have "Recently Added Sites" block on homepage and it has these lines that I wish to remove:
Hello, I have "Recently Added Sites" block on homepage and it has these lines that I wish to remove: 4 days ago
0 comments
From: ThetaLine
Categories: Fun
How can I get rid of them?
Image attached...
Sometimes communicating your problem and putting it out there is enough to solve it |
You can remove that info in the modules/boonex/sites/templates/base/unit.html the problem is it removes it from all references.. look around line 12 and remove the following, <div class="bx_sites_unit_row bx_sites_unit_info"> <span>__date__</span><span>__comments__</span><span>__owner_str__<a href="__owner_url__">__owner__</a></span><span>__cats_str__ __cats__</span><span>__tags_str__ __tags__</span> </div> ManOfTeal.COM a Proud UNA site, six years running strong! |
Thanks newton!!!! It worked well. First I tried to comment it out but it didn't work so I removed it as you suggested and its GONE!! You're becoming a force to be reckoned with here on the forum. Cheers Sometimes communicating your problem and putting it out there is enough to solve it |
Thanks, but I learned that long ago from deano92964 and okweb here on the forums. Had almost the same problems with the events info on a site where the dates were always wrong and had to removed. I have been trying to work out how to just make a block to drag up on the index page with only the info you need. (not with the additional stuff) Leaving the unit.html code intact so when looking at the actual "sites" main page that information is there, as it stands it will be missing. If you don't mind that then your all set, some may want that information to be listed elsewhere. If another member knows how we could either make an html block or php block to put on the index page replacing the default one so the code stays intact. Follow me? lol ManOfTeal.COM a Proud UNA site, six years running strong! |
Yeah man, that's a good idea --- to separate index page from modules pages and set it up in a way that it doesn't show on homepage. Dolphin sometimes presents a bit too much data which for me is not necessary because I'm trying to keep my site as simple and minimalist as I can. Btw, I managed to delete the same code from the Ads mod and now i'm trying to find a way to do it with Photos & Videos.
Sometimes communicating your problem and putting it out there is enough to solve it |
photos and videos are a bit different.. [edit] modules/boonex/photos/templates/base/view_unit.html sorry to keep editing.. also see this file, media_info.html - explore that directory. It helps to have something like Dreamweaver editor to view these files, it will allow you to see the code and the results of the changes you make before you save. Use firebug, with your cache turned off in Admin.. [edit] BTW, yes your site is smooth. I like the clean effect you have! ManOfTeal.COM a Proud UNA site, six years running strong! |
Cool thanks. I'll take a look at Dreamweaver...I like the idea of looking at the results before making the change. Cheers!! Sometimes communicating your problem and putting it out there is enough to solve it |