how do i enter edit mode ?

Permalink
i uploaded a page with my html, css and theme. now i need to enter the EDIT mode, but i cant find any link, as i have my own content on the page. Is there any direct link from which i could login and edit pages ?

 
wagdi replied on at Permalink Reply
wagdi
I think you need to replace your title with
<?php 
    Loader::element('header_required'); 
 ?>


You may want to look at a couple of tutorials for more info on creating your own theme-

http://www.concrete5.org/documentation/how-tos/designers/make-a-the...

http://www.concrete5.org/documentation/how-tos/designers/making-a-t...
abhishek123456 replied on at Permalink Reply
i have added header and footer tag required. Still i am not being able to see the login button, to edit.
Here is the code



<!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">
<head>
<?php Loader::element('header_required'); ?>
<link href="<?=$this->getThemePath()?>/css/style.css" rel="stylesheet" type="text/css" media="screen" />
<link href="<?=$this->getThemePath()?>/menu.css" rel="stylesheet" type="text/css" media="screen" />
<script src="<?=$this->getThemePath()?>/jquery.js" type="text/javascript"></script>
<script src="<?=$this->getThemePath()?>/menu.js" type="text/javascript"></script>
<style type="text/css">
<!--
body {
margin-top: 0px;
margin-bottom: 0px;
}
div#menu {
width:99%;
}
-->
</style>

<script src="<?=$this->getThemePath()?>/Scripts/swfobject_modified.js" type="text/javascript"></script>
</head>

<body style="background-color:#000;">
<div style="width:100%;">
<div style="width:1000px; float:none; margin:0 auto;">
<div style="width:1000px; background-image:url(images/BG.jpg); padding-top:15px;">
<div style="width:922px; padding-left:10px; float:none; margin:0 auto;">
<div style="width:922px;">
<div style="width:106px;"><a href="index.html"><img src="<?=$this->getThemePath()?>/images/logo1.jpg" width="106" height="156" /></a></div>
<div style="width:816px;">
<div style="width:816px; height:120px;">
<div style="width:550px;">
<div style="width:500px; padding-left:15px; padding-top:20px; padding-bottom:10px; color:#FFF; font-size:30px;">Rashtriya Life Saving Society (India)</div>
<div style="width:385px;"><img src="images/tagline.jpg" width="171" height="41" /></div>
</div>
<div style="width:200px; float:right; padding-top:15px; font-size:14px; color:#FFF;">
<div style="width:200px; float:right;">
<div style="width:200px;">
<div style="width:140px; padding-top:2px;"><input style="font-size:11px; width:135px; height:15px;" name="" type="text" /></div>
<div style="width:50px;"><input style="width:50px; font-size:11px; height:25px;" type="button" value="Search" /></div>
</div>
<div style="width:120px; padding-top:10px; height:25px; padding-left:80px;">
<iframe src="http://www.facebook.com/plugins/like.php?app_id=233255253353664&href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FRashtriya-Life-Saving-Society-India%2F205990536106420&send=false&layout=button_count&width=80&show_faces=false&action=like&colorscheme=light&font=verdana&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:80px; height:21px;" allowTransparency="true"></iframe>
</div>
</div>
<div style="width:120px; padding-left:80px;">
<div style="width:40px;"><a href="http://www.facebook.com/pages/Rashtriya-Life-Saving-Society-India/205990536106420"><img src="<?=$this->getThemePath()?>/images/facebook.png" width="28" height="28" /></a></div>
<div style="width:40px;"><a href="http://www.youtube.com/results?search_query=rashtriya+lifesaving+society+india&aq=f"><img src="<?=$this->getThemePath()?>/images/youTube.png" width="28" height="28" /></a></div>
<div style="width:40px;"><a href="#"><img src="<?=$this->getThemePath()?>/images/linkedin.png" width="28" height="28" /></a></div>
</div>
</div>
</div>
<div style="width:816px; text-align:right;">
<object id="FlashID2" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="36">
<param name="movie" value="ticker.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="9.0.45.0" />
<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="ticker.swf" width="800" height="36">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="9.0.45.0" />
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
</div>
</div>
<div style="width:922px; padding-top:5px;">
<div style="width:922px;">
<div id="menu">
<ul class="menu">
<li class="current"><a href="index.html" class="parent"><span>Home</span></a></li>
<li><a href="Contact RLSS (I).html" class="parent"><span>Contact Us</span></a></li>
<li><a href="Awareness.html" class="parent"><span>Awareness</span></a></li>
<li><a href="Training.html" class="parent"><span>Training</span></a>
<div><ul>
<li><a href="First Aid and CPR Training.html"><span><img src="images/bullet.png" width="10" height="10" /> First Aid and CPR</span></a></li>
<li><a href="Rookie Training.html"><span><img src="images/bullet.png" width="10" height="10" /> Rookie Life Saver</span></a></li>
<li><a href="Life Saver Training.html"><span><img src="images/bullet.png" width="10" height="10" /> Life Saver</span></a></li>
<li><a href="Pool Lifeguard Training.html"><span><img src="images/bullet.png" width="10" height="10" /> Pool Lifeguard</span></a></li>
<li><a href="Beach Lifeguard Training.html"><span><img src="images/bullet.png" width="10" height="10" /> Beach Lifeguard</span></a></li>
<li><a href="Advanced Resuscitation Techniques Training.html"><span><img src="images/bullet.png" width="10" height="10" /> Advanced Resuscitation     Techniques</span></a></li>
<li><a href="Rescue Boat Operator Training.html"><span><img src="images/bullet.png" width="10" height="10" /> Rescue Boat Operator</span></a></li>
<li><a href="Rescue Watercraft Operator Training.html"><span><img src="images/bullet.png" width="10" height="10" /> Rescue Watercraft     Operator</span></a></li>
</ul></div>
</li>
<li><a href="#" class="parent"><span>Life Guard Services</span></a>
<div><ul>
<li><a href="Resource Equipment.html"><span><img src="images/bullet.png" width="10" height="10" /> Resource Equipment</span></a></li>
<li><a href="Aquatic Risk Consultancy.html"><span><img src="images/bullet.png" width="10" height="10" /> Aquatic Risk Consultancy</span></a></li>
<!--<li><a href="Indian Lifeguard Services.html"><span><img src="images/bullet.png" width="10" height="10" /> Indian Life Guard Services</span></a></li>-->
</ul></div>
</li>
<li><a href="Life Saving Sports.html" class="parent"><span>Life Saving Sports</span></a>
<div><ul>
<li><a href="Rescue India 2011.html"><span><img src="images/bullet.png" width="10" height="10" /> Rescue India 2011</span></a></li>
<!--<li><a href="RLSS Events and Results.html"><span><img src="images/bullet.png" width="10" height="10" /> Events and Results</span></a></li>-->
<li><a href="Officials Training.html"><span><img src="images/bullet.png" width="10" height="10" /> Officials Training</span></a></li>
</ul></div>
</li>

<li><a href="#" class="parent"><span>News Desk</span></a>
<div><ul>
<li><a href="Media Room.html"><span><img src="images/bullet.png" width="10" height="10" /> Newsletter</span></a></li>
</ul></div>
</li>


<li><a href="Get Involved.html" class="parent"><span>Get Involved</span></a></li>

</ul>
</div>
</div>
</div>
<div style="width:920px; background-color:#FFF;">
<div style="width:920px; height:317px; padding-top:20px;">
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="920" height="330">
<param name="movie" value="header.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="9.0.45.0" />
<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="header.swf" width="920" height="330">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="9.0.45.0" />
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
<div style="width:920px; padding-top:20px;">
<div style="width:920px;">
<div style="width:551px; padding-left:15px;">
<div style="width:541px; font-size:22px;"><?php $a = new Area('Title'); $a->display($c);?></div>
<div style="width:541px; padding-top:15px;"><?php $a = new Area('Text1'); $a->display($c);?>
<br />
<br />
</div>
<div style="width:541px; padding-top:5px;"><?php $a = new Area('Text2'); $a->display($c);?><br />
<br />
</div>
</div>
<div style="width:340px; padding-left:5px; padding-top:20px;">
<div style="width:340px; text-align:center; color:#15376F; font-size:16px;">RLSS (I) Promo Video</div>
<div style="width:340px;"><iframe width="340" height="285" src="http://www.youtube.com/embed/NzuvYe377sg" frameborder="0" allowfullscreen></iframe></div>
</div>
</div>
<div style="width:920px; padding-bottom:10px;">
<div style="width:546px; background-color:#FFF; padding-left:15px;">
<div style="width:262px;">
<div style="font-size:22px; padding-top:25px; padding-bottom:10px;">Events and News</div>
<div style=" width:250px; border:1px solid #666; padding:5px; background-image:url(images/2.jpg);">
<div style=" width:230px; font-size:16px; padding-top:15px;"><strong><?php
$a = new Area('Main Content');
$a->display($c);
?></strong><br />
<strong><span style="font-size:11px;"><?php
$a = new Area('Main Content');
$a->display($c);
?></span></strong></div>
<div style="width:250px; padding-top:15px;"><img src="<?=$this->getThemePath()?>/images/event1.jpg" width="250" height="155" /></div>
<div style="width:250px; text-align:justify; height:155px;"><?php
$a = new Area('Main Content');
$a->display($c);
?></div>
<div style="width:250px; text-align:right;"><input style="font-size:11px;" type="button" value="Read More" /></div>
</div>
</div>
<div style="width:262px; padding-left:20px; padding-top:56px;">

<div style=" width:250px; border:1px solid #666; padding:5px; background-image:url(images/1.jpg); color:#FFF;">
<div style=" width:250px; font-size:11px; padding-top:18px;"> <span style="font-size:16px;"><strong><?php
$a = new Area('Main Content');
$a->display($c);
?></strong></span><strong><br /><?php
$a = new Area('Main Content');
$a->display($c);
?></strong></div>
<div style="width:250px; padding-top:15px;"><img src="<?=$this->getThemePath()?>/images/event2.jpg" width="250" height="155" /></div>
<div style="width:250px; height:155px;"> <?php
$a = new Area('Main Content');
$a->display($c);
?></div>
<div style="width:250px; text-align:right;"><a href="Media Room.html"><input style="font-size:11px;" type="button" value="Read More" /></a></div>
</div>

</div>
</div>

<div style="width:340px; padding-left:5px;">
<div style="width:325px; color:#FFF; height:148px;">
<object id="FlashID3" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="317" height="143">
<param name="movie" value="logos.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="9.0.45.0" />
<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="logos.swf" width="317" height="143">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="9.0.45.0" />
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
</div>
<div style="width:335px; color:#FFF; padding-top:3px;">
<div style="width:335px; height:159px; background-image:url(images/swimbox1.jpg);">
<div style="width:310px; padding-left:25px; padding-top:5px; font-size:14px;">Learn First Aid and CPR</div>
<div style="width:150px; padding-left:165px; font-size:11px; line-height:16px; padding-top:6px;">India loses over 100,000 lives to road accidents and similar numbers to drowning and other mishaps. 50% of these lives coluld be saved by informed intervention.</div>
<div style="width:75px; padding-left:240px;" onclick="window.location='First Aid and CPR Training.html'"><input style="font-size:11px;" type="button" value="Learn More" /></div>
</div>
</div>
<div style="width:335px; color:#FFF; padding-top:10px;">
<div style="width:335px; height:159px;">
<div style="width:325px;">
<img src="<?=$this->getThemePath()?>/images/icons.jpg" width="322" height="154" border="0" usemap="#Map" />
<map name="Map" id="Map">
<area shape="rect" coords="3,2,319,157" href="https://www.facebook.com/photo.php?fbid=371028882925941&set=a.354886207873542.99710.334348956593934&type=1&ref=nf" />
</map>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div style="width:922px; padding-top:20px;"> </div>
</div>
</div>
<div style="width:100%; background-color:#282c2f; height:35px; color:#FFF;">
<div style="width:700px; padding-top:7px; padding-left:35px;">
<div style="width:430px;">Copyrights Reserved 2001 - 2011    |    Privacy Policy    |    Terms of Usage</div>
<div style="width:110px;"><a style="padding-left:20px; font-size:8px; color:#282c2f; cursor:default;" href="#">#</a><span><a style="padding-left:10px; font-size:8px; color:#282c2f; cursor:default;" href="http://www.apycom.com">www.apycom.com</a></div>
<div style="width:155px;">
<a href="#"><img border="0" alt="Counters" src="http://counter.rapidcounter.com/counter/1321092253/a" /></a>
<script src=http://counter.rapidcounter.com/script/1321092253></script><a style="font-size:5px; color:#282c2f" href="#">Counters</a>
</div>
</div>
<div style="width:230px; float:right; padding-top:7px;">Powered by <a style="text-decoration:none; color:#FFF;" href="http://www.advantagepune.com">ADVANTAGE Advertising</a></div>
</div>
</div>
</div>
<script type="text/javascript">
<!--
swfobject.registerObject("FlashID2");
swfobject.registerObject("FlashID");
//-->
</script>
<?php
Loader::element('footer_required');
?>
</body>
</html>
MysteriousCleon replied on at Permalink Best Answer Reply
MysteriousCleon
If you don't have login link in your theme, you can always go directly by adding to your site adress: /index.php/login/
abhishek123456 replied on at Permalink Reply
i am not being able to see the login screen.
this is my website demo link

http://reliancewimax.net/demo/
abhishek123456 replied on at Permalink Reply