Saturday 04th February 2012
 
 
 
 
 
 


 
 

T3 Tags HQ

August 23, 2006 Author: Posted in: Trash Can
 

Installation :
1 : Unpack and upload the folder tags in your plugins/ folder
2 : Go into the administration panel, then the tab “Plugins”, and install the plugin
3 : Run the docs/create_new.sql through phpmyadmin
5 : Access the plugin by using this url plug.php?e=tags

Optionally you can run the load_tags.sql to load all the current seditio tags.

 
Comments Off
Views: 4,586
 
 

 
 

FS Status Icons

April 16, 2006 Author: Posted in: Trash Can
 

This is the port of this core hack into a plugin. I finally managed to get it working as a plug.

Installation :

1 : Unpack and upload the files into the folder : plugins/fssicons/

2 : Go into the administration panel, then tab “Plugins”, click the name of the new plugin “Forum Sections Status Icons”, and at bottom of the plugin properties, select “Install all”.

3 : Then you have to add this tag {FORUMS_SECTIONS_ROW_STATUS_ICON} into forums.sections.tpl.For this you must do as you like but i propose you to replace the default forum section icon.

Find
<img src="{FORUMS_SECTIONS_ROW_ICON}" alt="" />
Replace with our tag
{FORUMS_SECTIONS_ROW_STATUS_ICON}

4: Now in every skin_name/img/system/ folder you must upload 3 images. Each for the status icon we added. You have to find or make your own images named like this:

forum_new.gif :Contains New Posts

forum_old.gif :Contains No New Posts

forum_lock.gif :A Closed Forum
If you followed all directions then you should have something like this


Btw Dyllon had released it some time ago but it didn’t seem to be working he has managed to get it working but my version has 2 lines less code lmao.

 
Comments Off
Views: 4,344