We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
Filter Post Results by Forum
Topic Started: Feb 2 2017, 12:57 PM (557 Views)
DaPizzaMan
Member Avatar
#TeamSupport

Code Name: Filter Post Results by Forum

What the code does: The code adds a selection menu above post search results and a member's monthly posts that allow you to filter those posts by forum. It looks the same when viewing search results and posts in a month.

How to use the code: Simply install the code as is. :)

How to install the code: Add the code to Admin CP > Board Template > Below the Board.

Extra notes: The code does not filter all the results, just the results on that page.
Code:
 
<script type="text/javascript">
$(function() {
$.ajax({
url: 'http://b3.ifrm.com/30296/128/0/p3002071/SearchResultFilter.js',
dataType: 'script',
cache: true
});
});
</script>
Offline Profile Quote Post Goto Top
 
Helena
Member Avatar
M is for Mod

Interesting code, especially for the profile post search.

I can foresee using this for all kind of things, including member stalking. Which some admins might find very handy. ^_^
Offline Profile Quote Post Goto Top
 
DaPizzaMan
Member Avatar
#TeamSupport

I definitely agree, Helena. I'm glad you find it useful.
Offline Profile Quote Post Goto Top
 
Sree
Member Avatar
Member
[ *  * ]
Nice code!
Already using it :)
Offline Profile Quote Post Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
I like this code. Now, it would be really useful if ZetaBoards allowed the x= parameter in the URL for these pages.
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · ZetaBoards Codes & Modifications · Next Topic »
Add Reply