Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
"Edit this page"
#1
Some ideas for having an "Edit this page" button/link in GetSimple live pages (like in Blogger, some WP themes, etc.)

1. Javascript bookmarklet
A small JS script that extracts the slug of the current page, then opens 'admin/edit.php?id=...'
This one could be useful for editing *any* GetSimple site. Of course it must be "installed" in your browser.

2. In the GS theme
Insert this somewhere in template.php:
Code:
[<a href="admin/edit.php?id=<?php echo return_page_slug(); ?>">edit this page</a>]
Remove it e.g. when you've finished setting up the site and going to make it public.
(this works, it is what I'm using while developing in localhost)

3. Same, but only show button/link if user logged in (CODE DOES NOT WORK ;-))
Code:
<?php if(***LOGGED IN***, ) {
    echo '[<a href="admin/edit.php?id='.return_page_slug().'">edit this page</a>]';
    }
?>
Sorry I'm not PHP skilled, and still beginning with GS. Could this be feasible?
Reply


Messages In This Thread
"Edit this page" - by Carlos - 2010-03-15, 02:01:31
"Edit this page" - by Zegnåt - 2010-03-15, 02:13:24
"Edit this page" - by JWH_Matthew - 2010-03-15, 06:08:22
"Edit this page" - by Carlos - 2010-08-13, 01:33:21
"Edit this page" - by Oleg06 - 2010-08-13, 06:03:35
"Edit this page" - by daguy - 2010-08-14, 04:02:31
"Edit this page" - by ccagle8 - 2010-08-14, 12:13:15
"Edit this page" - by Carlos - 2010-08-15, 00:38:50
"Edit this page" - by dominionit - 2010-09-13, 02:43:33
"Edit this page" - by Zegnåt - 2010-09-13, 22:53:27
"Edit this page" - by dominionit - 2010-09-13, 22:57:55
"Edit this page" - by dominionit - 2010-09-14, 14:24:30
"Edit this page" - by El-Cherubin - 2010-10-17, 23:22:36
"Edit this page" - by dominionit - 2010-10-18, 01:59:54
"Edit this page" - by El-Cherubin - 2010-10-18, 02:04:18
"Edit this page" - by Zegnåt - 2010-10-18, 03:07:22
"Edit this page" - by dominionit - 2010-10-18, 04:45:33
"Edit this page" - by dominionit - 2010-10-18, 05:13:45
"Edit this page" - by Carlos - 2010-10-18, 05:48:18
"Edit this page" - by dominionit - 2010-10-18, 05:59:30



Users browsing this thread: 1 Guest(s)