Need Great Help To Edit Template

Status
Not open for further replies.

AllShareForum

Active Member
201
2013
41
30
Hello All My Wj Friend Friend i Want Little Learn To DLE For My Friend New Site

i Want TO Edit Pisces Template ... Remove Some Sidebar . And Add Category Side Bar (Need ANy Module/Plugin For It ??? )

Please Check This Image Want TO Edit ... i'm New Please Help Me Step By Step Guide


20joheg.png


Thanks All My Friend Waiting For Great Reply
 
2 comments
Go to admin Cp then edit templates and in open page click sidebar.tpl from side panel
for calendar u need to remove {calendar} tag from sidebar.tpl and same with categories only need to remove softwares movies etc from sidebar.tpl code start from example <li><a href="#"><span>Software</span></a></li>
<li><a href="#"><span>Movie</span></a></li>
<li><a href="#"><span>Music</span></a></li>
<li><a href="#"><span>Game</span></a></li> search above codes in sidebar.tpl and remove them
 
Last edited:
Remove this from sidebar.tpl
Code:
<div id="bcalendar" class="block">
	<h4 class="btl"><span class="green">Calendar</span> Archives</h4>
	<div class="dcont">{calendar}</div>
	<div class="dtop">&nbsp;</div>
	<div class="dbtm">&nbsp;</div>
</div>

and this:
Code:
<ul class="lmenu reset">
		<li><a href="#"><span>Software</span></a></li>
		<li><a href="#"><span>Movie</span></a></li>
		<li><a href="#"><span>Music</span></a></li>
		<li><a href="#"><span>Game</span></a></li>
		<li><a href="#"><span>Ebook</span></a></li>
		<li><a href="#"><span>Template</span></a></li>
		<li><a href="#"><span>Script</span></a></li>
		<li><a href="#"><span>Wallpaper</span></a></li>
	</ul>
 
Status
Not open for further replies.
Back
Top