4images Modifications / Modifikationen > Plugins

[Plugin] Notepad in Control Panel

(1/6) > >>

uksoreeyes:
A simple notepad for your admin control panel. Use it to write yourself reminders or maybe the names of users who you are keeping an eye on. Notes are stored on your MYSQL database so they are always to hand.

--------------------------------------------------------------------
Installation:

- Run MYSQL query

--- Quote ---CREATE TABLE admin_notes (
  notes text NOT NULL,
  width char(3) NOT NULL default '',
  height char(3) NOT NULL default '',
  FULLTEXT KEY notes (notes)
) TYPE=MyISAM;

INSERT INTO admin_notes VALUES ('Your notes', '100', '10');
--- End quote ---
- Create a new directory called plugins in your admin folder
- Extract the zip and copy the file notepad.php to the new plugins directory
- Log in to your Control Panel, a new link should appear in the left navigation frame
- Click it to view your notepad

--------------------------------------------------------------------

I hope everyone finds this mod useful.

Carl

jackie911:
Can I add to backup list ??

 :lol:

Darken:
thanx 8)

Sheep707:
Thx it work.....

....but i have no use at time....

Schwarz Liesi:
Also ich finde das schon brauchbar!

Ich schreib mir Kleinigkeiten bzw. TODO's hinein.

Auch schreibe ich mir hinein, welche MOD's ich mir installiert habe. Einfach damit ich den Überblick behalte.


Danke /THX for this nixy MOD!  :lol:

Navigation

[0] Message Index

[#] Next page

Go to full version