The instructions for subsilver changes are located in the "templates" directory.DaannO wrote:For subsilver it is not necessary to adjust the template?
I downloaded, unzipped, and viewed the instructions just fine. Can you read the instructions that are located here: http://www.absoluteanime.com/phpbb3/mod ... ctions.xmlLibor wrote:Hi, it looks great and i want install it to my forum but i can´t read the instructions. I think .xml is broken. Can you reupload it or put the instructiones here? Thanks very much.
Thanks for link! Mod works fine. You make simple mods, but very useful. ThanksI downloaded, unzipped, and viewed the instructions just fine. Can you read the instructions that are located here: http://www.absoluteanime.com/phpbb3/mod ... ctions.xml
Code: Select all
if(($username_filter = request_var('username_filter', '')) !== '')
Code: Select all
if(($username_filter = request_var('username_filter', '', true)) !== '')
You would have add the entire form, not just the search field. And you'd have to add the form action to a common PHP file since it is currently only set in one of the memberlist PHP files.issjut wrote:Hello,
first of all... Your work is great
Would it be difficult to integrate the "search-field" into the overall_header --> to use it from Everywhere?
Input-field: overall_header --> output: memberlist....
furthermore it would be great to integrate somthing like Ajax Live Search (auto-completion)
thx
Can you help me by this plan?primehalo wrote: You would have add the entire form, not just the search field. And you'd have to add the form action to a common PHP file since it is currently only set in one of the memberlist PHP files....