Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SA Hook Components
#3
Its not only releveant for developers, although typically developers understand hooks.
Youll have to read up on wiki on pugin hooks.

This plugin is for using hooks without having to be a developer or writing a plugin.
Many times you have to write a plugin and register it to use hooks.

This lets you use components for quick system hacks.

heres an example of the back end header hook

component name is
Code:
hook_header

Code:
<?php
echo '<pre style="background-color:#FF00FF">Header Hook</pre>';
?>
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply


Messages In This Thread
SA Hook Components - by shawn_a - 2012-07-16, 23:57:48
RE: SA Hook Components - by leestwise - 2013-01-19, 06:31:22
RE: SA Hook Components - by shawn_a - 2013-01-19, 07:13:02
RE: SA Hook Components - by leestwise - 2013-01-19, 07:20:24
RE: SA Hook Components - by shawn_a - 2013-01-19, 07:22:20
RE: SA Hook Components - by leestwise - 2013-01-19, 07:55:21
RE: SA Hook Components - by shawn_a - 2013-01-19, 08:18:00
RE: SA Hook Components - by leestwise - 2013-01-19, 09:50:17
RE: SA Hook Components - by shawn_a - 2013-01-19, 10:44:12
SA Hook Components - by datiswous - 2012-09-28, 23:50:46
SA Hook Components - by shawn_a - 2012-09-29, 00:17:20



Users browsing this thread: 2 Guest(s)