GetSimple Support Forum
Quick Links Or New Hook - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Feature Requests (http://get-simple.info/forums/forumdisplay.php?fid=7)
+--- Thread: Quick Links Or New Hook (/showthread.php?tid=2154)



Quick Links Or New Hook - mikeh - 2011-09-07

I have been using some 'quick links' on my clients sites for quite some time now. Many have reported it helps them get acquainted with the cms and they use them regularly.

Right now I have it hard coded into the cms, but it would be great if somthing similar was added to the core, or if there was a hook to launch a plugin before the pages are displayed (on 'Pages' page).

Below is a screenshot:
[Image: quick-links.jpg]


Quick Links Or New Hook - n00dles101 - 2011-09-07

Those quick links look great...

I've added anew hook to the pages.php page called "pages-main"

just before the Pages list.

MIke


Quick Links Or New Hook - RobA - 2011-09-07

mikeh Wrote:I have been using some 'quick links' on my clients sites for quite some time now. Many have reported it helps them get acquainted with the cms and they use them regularly.

Right now I have it hard coded into the cms, but it would be great if somthing similar was added to the core, or if there was a hook to launch a plugin before the pages are displayed (on 'Pages' page).

Below is a screenshot:
[Image: quick-links.jpg]

mikeh - how did you create the new tabs in the back end? Are these hardcoded as well? Do they have menu hooks?

-Rob A>

-Rob A>


Quick Links Or New Hook - mvlcek - 2011-09-07

RobA Wrote:mikeh - how did you create the new tabs in the back end? Are these hardcoded as well? Do they have menu hooks?

I think most plugin use the nav-tab hook and the loadtab.php script from plugins by squareit - you can find it e.g. in the I18N Gallery plugin.
I assumed it would be added to GetSimple 3.1, but - as I just checked - it wasn't (yet?).