XenForo
Administrative
- Thread starter
- Admin
- #1
Currently the
Diff:
Read more
ادامه مطلب...
XF\Searcher\Thread
only allows to search the threads based on the thread criteria (as it should) but after implementing the following changes to \XF\Searcher\AbstractSearcher
to implement "proxy searcher" feature:Diff:
Code:
diff --git a/upload/src/XF/Searcher/AbstractSearcher.php b/upload/src/XF/Searcher/AbstractSearcher.php
--- a/upload/src/XF/Searcher/AbstractSearcher.php
+++ b/upload/src/XF/Searcher/AbstractSearcher.php
@@ -29,12 +29,37 @@ abstract class...
Read more
ادامه مطلب...