teraßyte Posted September 21, 2009 Share Posted September 21, 2009 File Name: (T30) Show Reputation in Topic View 1.1.0File Submitter: teraßyteFile Submitted: 03 Jul 2009File Updated: 17 Apr 2010File Category: Hooks and PluginsResource Type: HookVersion: 1.1.0 (11000) This mod adds the reputation for each member on the left in Topic View and in every other area of the board that uses the template "Global Templates > userInfoPane"!Changelog from 1.0.0 to 1.0.1: 3.0.0 has a bug that prevents this mod to work properly Changelog from 1.0.1 to 1.1.0: [*]Changed the minimun version required to IP.Board 3.0.1 since reputation block for certain usergroups [*]Fixed the missing "Reputation" text in several areas [*]Rewritten a bit the template to remove some inline CSS and handle better the checks Click here to download this file [*]Added a new setting that allows the admin to hide the Link to comment
Andy Millne Posted September 24, 2009 Share Posted September 24, 2009 Great mod thanks. One issue though. For some reason only the colon and reputation figure show in calendar event view. The "Reputation" text is missing. Link to comment
teraßyte Posted September 26, 2009 Author Share Posted September 26, 2009 Yeah, the name does not show because the language string is not loaded in that view. It will be fixed for the next release :) Link to comment
cem12_merged Posted September 27, 2009 Share Posted September 27, 2009 Great job, thank you. Link to comment
Drizzy Posted September 27, 2009 Share Posted September 27, 2009 Is it possible instead of the grey/gray background, it is red instead, because my skin background is grey, so I cannot see the reputation box in the topic view? Link to comment
Andy Millne Posted November 13, 2009 Share Posted November 13, 2009 Breaks Topic View on upgrade to IPB 3.0.4 with error... [Fri Nov 13 13:19:32 2009] [error] [client 87.194.152.190] PHP Fatal error: Call to undefined method skin_global_1::tbsrtvhook() in /var/www/vhosts/*******/httpdocs/forums/admin/sources/classes/output/publicOutput.php(2912) : eval()'d code on line 1 Link to comment
teraßyte Posted November 14, 2009 Author Share Posted November 14, 2009 You are missing the template added bu the hook, re-import the xml file to fix the issue. Link to comment
Andy Millne Posted November 14, 2009 Share Posted November 14, 2009 [quote name='teraßyte' date='14 November 2009 - 11:55 AM' timestamp='1258199708' post='1879174'] You are missing the template added bu the hook, re-import the xml file to fix the issue. Thanks, I had tried clicking "Reimport application hooks" but it didn't work. Uninstalling and reinstalling the hook fixed it though. Thanks. Link to comment
Dave Legg Posted December 2, 2009 Share Posted December 2, 2009 For some reason its not showing up on my forum. I installed it via the manager hooks and its enabled, however nothing is showing up on the forum. Ive re-cached my skin but still no joy. Currently using 3.0.4 Link to comment
teraßyte Posted December 3, 2009 Author Share Posted December 3, 2009 Which other hooks do you have installed? Most likely you have another hook that is overloading the same class and since a class can be overloaded only one time currently this hook is skipped. Link to comment
Dave Legg Posted December 3, 2009 Share Posted December 3, 2009 Hi, I have the following hooks installed: (PIN) Awards Pro - Profile Modern Skin Overloader (PIN) Awards Pro - Topic View Template Skin Overloader (IM) Members Registered Today (T30) Show Reputation in Topic View (M30) Contact System Link to comment
teraßyte Posted December 3, 2009 Author Share Posted December 3, 2009 There you go, the skin overloader for the topic view of the award hook is run before this one and as I said above only the first one is actually run. Link to comment
Dave Legg Posted December 3, 2009 Share Posted December 3, 2009 Ah right. Im guessing theres no work around so I could show both? How come only run one at a time? Link to comment
teraßyte Posted December 3, 2009 Author Share Posted December 3, 2009 It is a limitation of the current system, it is not possible to extend the same class 2 times or PHP will return a fatal error. There might be a way to run them chained but it is a bit tricky and for sure that won't change before 3.1 at least (if the developers can find a way to change it). Link to comment
Panupat Posted February 27, 2010 Share Posted February 27, 2010 I have changed the 'Reputation' to something else in the language page. It's showing up in the profile view correctly. But in the topic view, it's still showing 'Reputation' Any idea where this other 'Reputation' might be in the language file? Link to comment
teraßyte Posted March 3, 2010 Author Share Posted March 3, 2010 I don't recall specifically which language string is being used but most likely your string is being overwritten by another word pack from another app.. In the next version I'm going to set a default string in the global file to fix any issue reported so far. Link to comment
najaru_1 Posted April 17, 2010 Share Posted April 17, 2010 Installed. Useful skin, easy installation :) Link to comment
Graeme Leighfield Posted April 18, 2010 Share Posted April 18, 2010 GREAT work buddy - works perfectly on my forum :D However still no option to hide the bar from rendering on posts for specific groups? i.e in a thread repution bar shows for user, doesnt show on admin, however admin can still see users repution, users cannot see admins repution Link to comment
Chito Posted April 19, 2010 Share Posted April 19, 2010 Hi teraByte, is there an application you recommend for opening .rar files? I'd like to use this hook, but it's a .rar file. Thanks. Link to comment
dr. Jekyll Posted April 19, 2010 Share Posted April 19, 2010 [quote name='Chito' date='20 April 2010 - 12:28 AM' timestamp='1271716095' post='1942893'] Hi teraByte, is there an application you recommend for opening .rar files? I'd like to use this hook, but it's a .rar file. Thanks. Of course winrar. The best free program is ZipGenius, you can download it HERE. On my board you can have assistance for it Link to comment
Chito Posted April 19, 2010 Share Posted April 19, 2010 [quote name='dr. Jekyll' date='19 April 2010 - 03:42 PM' timestamp='1271716949' post='1942897'] Of course winrar. The best free program is ZipGenius, you can download it HERE. On my board you can have assistance for it Thanks dr. Jekyll, I'll look into this. :thumbsup: As long as I'm here, anyone know where in the CSS one can change the background color? EDIT: never mind, I found it. :whistle: Link to comment
AndyF Posted June 13, 2010 Share Posted June 13, 2010 Suggestion: If you have group(s) that cannot receive any reputation it would be good if it did not show when viewing their posts. I don't mean the current option to only show it to certain groups ;) , I mean when groups are excluded from the reputation system, would be good not to show it. I guess I could do a skin edit to achieve it though, but that's likely to be messy. Link to comment
teraßyte Posted June 14, 2010 Author Share Posted June 14, 2010 I thought I had already took care of that in the last upgrade, will take another look :) Link to comment
John.W Posted June 24, 2010 Share Posted June 24, 2010 will this work on 3.1? or will it need an update? Link to comment
teraßyte Posted June 26, 2010 Author Share Posted June 26, 2010 It should work just fine. I'm planning an updated version with more options anyway. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.