Adriano Faria Posted June 4, 2010 Author Posted June 4, 2010 It's for 3.1 only: http://community.invisionpower.com/files/file/3193-sos31-forums-moderators-in-board-index-v100/
()Achilles() Posted June 14, 2010 Posted June 14, 2010 I have a question, how could we assign the moderators on the boards? Since I can't find how to.. Thanks!
Sefket4 Posted July 27, 2010 Posted July 27, 2010 I just downloaded this modification and it looks nice. Just one thing I'd like to see if you can do and fix for the next update. The following picture: Can you make the sub-forums be straight under "Forums led by" instead of making it a alignment half-way through the forum description.
*Salvo* Posted October 27, 2010 Posted October 27, 2010 Adriano, Something has changed maybe? Now from admin/applications/forums/sources/classes/forums/class_forums.php The loop { $mod_string[] = array( "{$this->settings['base_url']}app=members if ($moderator['isg'] == 1)
Adriano Faria Posted October 27, 2010 Author Posted October 27, 2010 Actually I didn't test it... will do and will post new version, if it has changed.
Adriano Faria Posted October 27, 2010 Author Posted October 27, 2010 I'll try to make it as a hook...
*Salvo* Posted October 27, 2010 Posted October 27, 2010 Sorry; Adriano. This is the wrong topic. If you can, delete my posts. The correct one was the 3.1.x, not this one. Again sorry.
*Salvo* Posted October 28, 2010 Posted October 28, 2010 Ok, found the way: from admin/applications/forums/sources/classes/forums/class_forums.php Find: if ($moderator['isg'] == 1) { $mod_string[] = array( $this->registry->getClass("output")->buildSEOUrl( "app=members&module=list&max_results=30&filter={$moderator['gid']}&sort_order=asc&sort_key=members_display_name&st=0&b=1", "public", "false" ), $moderator['gname'], 0 ); } else { if ( ! $moderator['name'] ) { continue; } $mod_string[] = array( $this->registry->getClass("output")->buildSEOUrl( "showuser={$moderator['memid']}", "public", $moderator['seoname'], 'showuser' ), $moderator['name'], $moderator['memid'] ); } and replace with: { if ( !$this->settings['sos30_moderatorsindex_format'] ) { $mod_string[] = array( "{$this->settings['base_url']}app=members if ($moderator['isg'] == 1)
Adriano Faria Posted October 28, 2010 Author Posted October 28, 2010 It's done as a hook: no file or template edit. Will post probably today later.
*Salvo* Posted October 28, 2010 Posted October 28, 2010 Good, Adriano. Please, triple check before you take as valid my code. I had several errors before arriving the new valid one (maybe for the brackets). :unsure: Thank you, btw.
Volstate Posted November 1, 2010 Posted November 1, 2010 It's done as a hook: no file or template edit. Will post probably today later. Were you still going to release it as a hook with no edits? Right now it is working but it won't display group colors even after recaching both the skin and the moderators.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.