Sparks Posted October 22, 2013 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 50 Reputation: 0 Joined: 09/05/13 Last Seen: December 4, 2014 Share Posted October 22, 2013 how will i edit the thing pointed by the 2 arrows ?the navigation on the control panel ..how someone will help me about this because im having a hard time figuring out how to edit that buttons :< Link to comment Share on other sites More sharing options...
chriser Posted October 23, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 94 Reputation: 4 Joined: 01/29/13 Last Seen: August 11, 2020 Share Posted October 23, 2013 dude, you are using chrome, how can it be a hard time to search for that? just right click on the elements, then click the last option (something like analyze element) and look at that element. should be easy to determine where this stuff is (e.g. search for the class or the id of the element in the source) Link to comment Share on other sites More sharing options...
Sparks Posted October 23, 2013 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 50 Reputation: 0 Joined: 09/05/13 Last Seen: December 4, 2014 Author Share Posted October 23, 2013 dude, you are using chrome, how can it be a hard time to search for that? just right click on the elements, then click the last option (something like analyze element) and look at that element. should be easy to determine where this stuff is (e.g. search for the class or the id of the element in the source) yeah i know that brother .. but the thing is where will i put the link ? Link to comment Share on other sites More sharing options...
chriser Posted October 24, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 94 Reputation: 4 Joined: 01/29/13 Last Seen: August 11, 2020 Share Posted October 24, 2013 i think links are done like this: <a href="<?php echo $this->url("<action>","<module>",array("<other param>" => "<other value>", ...)) ?> > text </a> Link to comment Share on other sites More sharing options...
Gerome Posted October 25, 2013 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 185 Reputation: 26 Joined: 12/07/11 Last Seen: January 31 Share Posted October 25, 2013 i think links are done like this: <a href="<?php echo $this->url("<action>","<module>",array("<other param>" => "<other value>", ...)) ?> > text </a> Correction. it's <a href="<?php echo $this->url("<module>","<action>",array("<other param id>" => "<other value>", ...)) ?> > text </a> Link to comment Share on other sites More sharing options...
chriser Posted October 25, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 94 Reputation: 4 Joined: 01/29/13 Last Seen: August 11, 2020 Share Posted October 25, 2013 yea well... turned the stuff around Link to comment Share on other sites More sharing options...
Question
Sparks
how will i edit the thing pointed by the 2 arrows ?
the navigation on the control panel ..
how someone will help me about this because im having a hard time figuring out how to edit that buttons :<
Link to comment
Share on other sites
5 answers to this question
Recommended Posts