Prefix Forum Listing

Prefix Forum Listing 1.2.5

No permission to download
For 1.2.x...
Open file ./library/PrefixForumListing/Extend/ControllerPublic/Forum.php
Line 5:
PHP:
public function actionIndex()
replace by:
PHP:
public function actionForum()

Line 7:
PHP:
$response = parent::actionIndex();
replace by:
PHP:
$response = parent::actionForum();

Open file ./library/PrefixForumListing/DataWriter/Discussion/Thread.php
Line 4:
PHP:
protected function _discussionPostDelete(array $messages)
replace by:
PHP:
protected function _discussionPostDelete()

line 12:
PHP:
return parent::_discussionPostDelete($messages);
replace by:
PHP:
return parent::_discussionPostDelete();

Line 16:
PHP:
protected function _discussionPostSave(array $messages)
replace by:
PHP:
protected function _discussionPostSave()

Line 44:
PHP:
return parent::_discussionPostSave($messages);
replace by:
PHP:
return parent::_discussionPostSave();
 
Last edited:
I have just installed this and it totally stops me using my site and gives me an error message of "The requested forum could not be found." but i just cannot use any page on my site at all :(
I have now un-installed and everything has corrected but would have loved to have used this :(
 
I have just installed this and it totally stops me using my site and gives me an error message of "The requested forum could not be found." but i just cannot use any page on my site at all :(
I have now un-installed and everything has corrected but would have loved to have used this :(
The version from post 130 works for me
 
There's a bug with the fixed version that makes thread prefixes not show up in the listing if usergroup permissions have been applied to it.
 
Hi guys, anyone having trouble where it shows up on some forums and in others not? @Andy.N have you working this correctly?
 
I spoke too soon. How does this addon cache it's data? When I move a thread to another forum it brings all the prefixes and counts with it. I mean all the prefixes and counts from the other forum not just the thread moved.
 
Last edited:
Well, I uninstalled, empty xcache. reinstalled and the bogus prefixes were back. So I decided to post a test post to see if XenForo will correct it's cache and it did. So something is wrong with how this deals with cache on thread move. I moved a thread from a busy forum into a new one with two existing threads. It then showed about 10 prefixes with many counts each. Much more than the 3 threads that were in the forum.
 
Back
Top Bottom