چگونه قسمت پاورقی وب سایت را حذف کنم
[مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]

چگونه قسمت پاورقی وب سایت را حذف کنم
[مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]
جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.
دوست عزيز براي يافتن و حذف كردن اين قسمت بايد از طريق كدهاي قالبت عمل كني. پوشه قالب فايل css باشه فك كنم . اين كديه كه براي نمايش اين پاورقي گذاشته شده.
<div class="tg"> Sunday the 7th. <a href="[مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]" title="joomla 2.5 templates" target="_blank">Free Joomla Templates</a> designed by <a href="[مهمان/کاربر گرامی برای دیدن لینک ها ابتدا باید عضو سایت شوید و لاگین کنید برای ثبت نام اینجا کلیک کنید]" title="2.5 joomla templates" target="_blank">Joomla 2.5 templates</a>. Custom text here</div>
ميتوني تغيرش بدي يا حذفش كني.
موفق باشي
جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.
وقتی پاورقی حذف میکنم قالب نمایش نمیده
جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.
در فایل inex.php
این خط که پاک میکنم قالب نشان نمیده
<a href="http://www.freshjoomlatemplates.com/" title="2.5 joomla templates" target="_blank">Joomla 2.5 templates</a>.
جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.
پاكش نكن بجاي http://www.freshjoomlatemplates.com/ آدرس سايت خودتو بنويس و به جاي 2.5 joomla templates و Joomla 2.5 templatesنام سايتتو بنويس. يا اينكه با كد كاري نداشته باش و فقط اين گزينه هايي رو كه قرمز نوشتم رو پاك كن.
موفق باشي
جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.
با تغییر همین قسمتهای قرمز رنگ قالب نشان نمیده!!!!!!!!!!!!!!
جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.
این پیغام خطا میدهThe template will break if the link is removed.
جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.
با افزونه firebug موزیلا راحت پاکش کن دوست عزیز
موفق باشید
جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.
دوست گرامی این قسمت با یک کد php یا js محافظت می شه باید اون قتعه کد محافذ رو پیدا کنی و پاکش کنی البته اگر نتونستین بگید تا یه راه خوب بهتون نشون بدم.
جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.
کد:<?php /** * @copyright Copyright (C) 2012 ThemeGoat.com - All Rights Reserved. **/ defined( '_JEXEC' ) or die( 'Restricted access' ); define( 'YOURBASEPATH', dirname(__FILE__) ); ?> <?php // no direct access defined( '_JEXEC' ) or die( 'Restricted access' ); $slogan = $this->params->get("slogan"); $slogandisable = $this->params->get("slogandisable"); $addthis = $this->params->get("addthis"); $footertext = $this->params->get("footertext"); $footerdisable = $this->params->get("footerdisable"); $googleanalytics = $this->params->get("googleanalytics"); $analyticsdisable = $this->params->get("analyticsdisable"); $socialbuttons = $this->params->get("socialbuttons"); $slidedisable = $this->params->get("slidedisable"); $slidedesc1 = $this->params->get("slidedesc1"); $url1 = $this->params->get("url1"); $slidedesc2 = $this->params->get("slidedesc2"); $url2 = $this->params->get("url2"); $slidedesc3 = $this->params->get("slidedesc3"); $url3 = $this->params->get("url3"); $slidedesc4 = $this->params->get("slidedesc4"); $url4 = $this->params->get("url4"); JHTML::_('behavior.framework', true); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"> <head> <link href='http://fonts.googleapis.com/css?family=Sofia' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Lusitana' rel='stylesheet' type='text/css'> <jdoc:include type="head" /> <?php require(YOURBASEPATH . DS . "functions.php"); ?> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/styles.css" type="text/css" /> <?php if ($this->params->get( 'analyticsdisable' )) : ?> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', '<?php echo ($googleanalytics); ?>']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <?php endif; ?> <link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/NivooSlider.css" type="text/css" /> <script type="text/javascript" src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/slideshow/NivooSlider.js"></script> <script type="text/javascript"> window.addEvent('domready', function () { // initialize Nivoo-Slider new NivooSlider($('Slider'), { effect: 'random', interval: 5000, orientation: 'random' }); }); </script> </head> <body class="background"> <div id="main"> <div id="header-w"> <div id="header"> <div class="topmenu"> <div class="topleft"></div><div class="topright"> <jdoc:include type="modules" name="position-1" style="none" /> </div><div class="topright2"></div> </div> <?php if ($this->countModules('logo')) : ?> <div class="logo"> <jdoc:include type="modules" name="logo" style="none" /> </div> <?php else : ?> <a href="<?php echo $this->baseurl ?>/"> <img src="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/images/logo.png" border="0" class="logo"> </a> <?php endif; ?> <div class="slogan"><?php if ($this->params->get( 'slogandisable' )) : ?><?php echo ($slogan); ?><?php endif; ?></div> <?php if ($this->countModules('top')) : ?> <div class="top"> <jdoc:include type="modules" name="top" style="none"/> </div> <?php endif; ?> </div> </div> <div class="shadow"> <div id="wrapper"> <div id="navr"> <div class="searchbutton"><jdoc:include type="modules" name="position-0" style="none" /></div> <div id="navl"> <div id="nav"> <div id="nav-left"><jdoc:include type="modules" name="menuload" style="none" /></div> <div id="nav-right"> <?php include "html/com_content/archive/component.php"; ?> <?php if ($this->countModules('breadcrumb')) : ?> <jdoc:include type="modules" name="breadcrumb" style="none"/> <?php endif; ?> <div class="clearpad"></div> <div id="message"> <jdoc:include type="message" /> </div> <?php if($this->countModules('left')) : ?> <div id="leftbar-w"> <div id="sidebar"> <jdoc:include type="modules" name="left" style="jaw" /></div> <!-- MODIFY social buttons here (add yours from addthis.com) --> <?php if ($this->params->get( 'socialbuttons' )) : ?> <div id="bookmark"><div id="addthis"> <div class="addthis_toolbox addthis_default_style addthis_32x32_style"> <a class="addthis_button_preferred_1"></a> <a class="addthis_button_preferred_2"></a> <a class="addthis_button_preferred_3"></a> <a class="addthis_button_preferred_4"></a> <a class="addthis_button_compact"></a> </div> <script type="text/javascript" src="<?php echo ($addthis); ?>"></script> </div></div> <?php endif; ?> <!-- END of social script --> </div> <?php endif; ?> <?php if($this->countModules('left') xor $this->countModules('right')) $maincol_sufix = '_md'; elseif(!$this->countModules('left') and !$this->countModules('right'))$maincol_sufix = '_bg'; else $maincol_sufix = ''; ?> <div id="centercontent<?php echo $maincol_sufix; ?>"> <!-- Slideshow --> <?php $menu = JSite::getMenu(); ?> <?php $lang = JFactory::getLanguage(); ?> <?php if ($menu->getActive() == $menu->getDefault($lang->getTag())) { ?> <?php if ($this->params->get( 'slidedisable' )) : ?> <div id="Slider" class="nivoo-slider"> <a href="<?php if ($this->params->get( 'url1' )) : ?><?php echo ($url1); ?><?php endif; ?>"> <img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/slideshow/1.jpg" title="<?php if ($this->params->get( 'slidedesc1' )) : ?><?php echo ($slidedesc1); ?><?php endif; ?>" height="250" width="500" /></a> <a href="<?php if ($this->params->get( 'url2' )) : ?><?php echo ($url2); ?><?php endif; ?>"> <img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/slideshow/2.jpg" title="<?php if ($this->params->get( 'slidedesc2' )) : ?><?php echo ($slidedesc2); ?><?php endif; ?>" height="250" width="500" /></a> <a href="<?php if ($this->params->get( 'url3' )) : ?><?php echo ($url3); ?><?php endif; ?>"> <img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/slideshow/3.jpg" title="<?php if ($this->params->get( 'slidedesc3' )) : ?><?php echo ($slidedesc3); ?><?php endif; ?>" height="250" width="500" /></a> <a href="<?php if ($this->params->get( 'url4' )) : ?><?php echo ($url4); ?><?php endif; ?>"> <img src="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/slideshow/4.jpg" title="<?php if ($this->params->get( 'slidedesc4' )) : ?><?php echo ($slidedesc4); ?><?php endif; ?>" height="250" width="500" /></a> </div> <?php endif; ?> <?php } ?> <!-- END Slideshow --> <div class="clearpad"><jdoc:include type="component" /> </div></div> <?php if($this->countModules('right') and JRequest::getCmd('layout') != 'form') : ?> <div id="rightbar-w"> <div id="sidebar"> <jdoc:include type="modules" name="right" style="jaw" /> </div> </div> <?php endif; ?> <div class="clr"></div> </div> </div> <div id="user-bottom"> <div class="user1"><jdoc:include type="modules" name="user1" style="xhtml" /></div> <div class="user2"><jdoc:include type="modules" name="user2" style="xhtml" /></div> <div class="user3"><jdoc:include type="modules" name="user3" style="xhtml" /></div> </div> <div id="bottom"> <div class="tg"> <jdoc:include type="modules" name="copyrigh"/> <a href="http://www.freshjoomlatemplates.com/" title="2.5 joomla templates" target="_blank">Joomla 2.5 templates</a>. <?php if ($this->params->get( 'footerdisable' )) : ?><?php echo "web design"; ?><?php endif; ?> </div></div></div></div> <div class="back-bottom"><!--shadow top--></div> </div> </div> </body> </html>
جهت مشاهده لینک ها باید ثبت نام کنید یا لاگین کنید.
علاقه مندی ها (Bookmarks)