sidebar template?

charliebrown

New Member
in wrapper.html sidebar part, all I have is

{$sidebar_1_bottom}


where is the template file that thing pulls from?
(I'd really like to edit it..)
 

Basti

Administrator
Staff member
That is a template tag, which is used by plugins. For example the newest member plugin uses it.

To edt it, plugins/NewestMembers/

1) you have 2 html files in there, "new_members_side_list.html" and "new_members_side_list_row.html"
2) copy those into plugins/NewestMembers/child/
- if child folder not exist, you can create it.
3) edit those html files from within the child folder and the edits will not be overwritten if a plugin update comes

Other plugins work the same
 
Top