newbie LAC Posted October 10, 2015 Author Share Posted October 10, 2015 4 minutes ago, Birman said: I did try, but they seem to be tied, because no matter which one I remove, the other suffers as well. Can you give me ACP access? Link to comment Share on other sites More sharing options...
MCOS Posted October 12, 2015 Share Posted October 12, 2015 (edited) sike im retarded I fixed it Edited October 12, 2015 by MCOS Link to comment Share on other sites More sharing options...
photoadmin Posted October 25, 2015 Share Posted October 25, 2015 How can I put a space between icons (see attachment)? Thanks for your help, --E. Link to comment Share on other sites More sharing options...
photoadmin Posted October 25, 2015 Share Posted October 25, 2015 (edited) Oops, wrong forum. Deleted. --E. Edited October 25, 2015 by photoadmin Link to comment Share on other sites More sharing options...
newbie LAC Posted October 25, 2015 Author Share Posted October 25, 2015 4 hours ago, photoadmin said: How can I put a space between icons (see attachment)? Hello, Use css for this. .cAuthorGroupIcon { margin: 5px 0; } photoadmin 1 Link to comment Share on other sites More sharing options...
photoadmin Posted October 25, 2015 Share Posted October 25, 2015 Thank you. --E. Link to comment Share on other sites More sharing options...
Fatal Resort Posted November 4, 2015 Share Posted November 4, 2015 Will this work fine with 4.1.x? Link to comment Share on other sites More sharing options...
newbie LAC Posted November 5, 2015 Author Share Posted November 5, 2015 11 hours ago, Fatal Resort said: Will this work fine with 4.1.x? Hello, Not tested. Link to comment Share on other sites More sharing options...
Kristina Stokke Posted November 7, 2015 Share Posted November 7, 2015 Hi, Is it possible to move the secondary icons above the avatar/user photo? Link to comment Share on other sites More sharing options...
newbie LAC Posted November 8, 2015 Author Share Posted November 8, 2015 5 hours ago, Kristina Stokke said: Hi, Is it possible to move the secondary icons above the avatar/user photo? Hello, Only secondary or primary also? Link to comment Share on other sites More sharing options...
tekguru Posted November 8, 2015 Share Posted November 8, 2015 On 05/11/2015, 09:26:54, newbie LAC said: Hello, Not tested. Do you have any plans to test it at all? Link to comment Share on other sites More sharing options...
newbie LAC Posted November 8, 2015 Author Share Posted November 8, 2015 (edited) 21 minutes ago, tekguru said: Do you have any plans to test it at all? Hello, You bought this plugin. You can do it yourself If you get any errors let me know and I'll fix them. IPB 4.1.3.1 Got 1 visual bug in topics if "Reorder" and "Reorder primary icon" disabled Edited November 8, 2015 by newbie LAC Link to comment Share on other sites More sharing options...
Kristina Stokke Posted November 8, 2015 Share Posted November 8, 2015 6 hours ago, newbie LAC said: Hello, Only secondary or primary also? Only secondary. I already managed to move the primary above the avatar. Link to comment Share on other sites More sharing options...
newbie LAC Posted November 8, 2015 Author Share Posted November 8, 2015 Just now, Kristina Stokke said: Only secondary. I already managed to move the primary above the avatar. Open xml file and change 'selector' => '.cAuthorPane_photo + li + li', 'type' => 'add_after', and 'selector' => '.cAuthorPane_photo + li', 'type' => 'add_after', To 'selector' => '.cAuthorPane_photo', 'type' => 'add_before', Not tested. Kristina Stokke 1 Link to comment Share on other sites More sharing options...
Kristina Stokke Posted November 8, 2015 Share Posted November 8, 2015 3 hours ago, newbie LAC said: Open xml file and change 'selector' => '.cAuthorPane_photo + li + li', 'type' => 'add_after', and 'selector' => '.cAuthorPane_photo + li', 'type' => 'add_after', To 'selector' => '.cAuthorPane_photo', 'type' => 'add_before', Not tested. It worked! Thank you very much. Link to comment Share on other sites More sharing options...
tekguru Posted November 9, 2015 Share Posted November 9, 2015 Usable then so good to know! Link to comment Share on other sites More sharing options...
newbie LAC Posted November 9, 2015 Author Share Posted November 9, 2015 On 08.11.2015, 12:22:56, newbie LAC said: IPB 4.1.3.1 Got 1 visual bug in topics if "Reorder" and "Reorder primary icon" disabled It was being tested on customizable skin. Revert changes for 1 template and all shows fine. Link to comment Share on other sites More sharing options...
Adam Tappert Posted January 9, 2016 Share Posted January 9, 2016 Doesn't seem to work at all on 4.1.6.1 Link to comment Share on other sites More sharing options...
newbie LAC Posted January 9, 2016 Author Share Posted January 9, 2016 2 minutes ago, Adam Tappert said: Doesn't seem to work at all on 4.1.6.1 Hello, Not tested on 4.1.6.1. I can't test all my plugins with the release of a new version of IPS. If something is not working write about it and I will check Link to comment Share on other sites More sharing options...
Adam Tappert Posted January 9, 2016 Share Posted January 9, 2016 (edited) Edit: Nevermind, reinstalling it seemed to work. Edited January 9, 2016 by Adam Tappert Link to comment Share on other sites More sharing options...
newbie LAC Posted January 9, 2016 Author Share Posted January 9, 2016 Works fine on my dev board. Have you configure the settings (please make screenshot) and added group icons? Link to comment Share on other sites More sharing options...
Adam Tappert Posted January 9, 2016 Share Posted January 9, 2016 Works fine. Had to reinstall the plugin. Link to comment Share on other sites More sharing options...
Nebthtet Posted January 25, 2016 Share Posted January 25, 2016 (edited) @newbie LAC - I like the plugin very much but how can I get rid of spacing between lower badges? See the pic. I want spacing to be as between 1st and 2nd badge. Despite using CSS trick you mentioned earlier nothing helps for these lower badges. EDIT: fixed that by editing ipspad_bottom class, wonder what will look wonky now Edited January 25, 2016 by Jcdx Link to comment Share on other sites More sharing options...
newbie LAC Posted January 26, 2016 Author Share Posted January 26, 2016 5 hours ago, Jcdx said: @newbie LAC - I like the plugin very much but how can I get rid of spacing between lower badges? See the pic. I want spacing to be as between 1st and 2nd badge. Despite using CSS trick you mentioned earlier nothing helps for these lower badges. EDIT: fixed that by editing ipspad_bottom class, wonder what will look wonky now Hello, ipsPad_bottom is global class. I reverted changes and added .nbSecGroupIconsPost { padding-bottom: 2px; } Result Nebthtet 1 Link to comment Share on other sites More sharing options...
newbie LAC Posted January 26, 2016 Author Share Posted January 26, 2016 5 hours ago, Jcdx said: @newbie LAC - I like the plugin very much but how can I get rid of spacing between lower badges? See the pic. I want spacing to be as between 1st and 2nd badge. Despite using CSS trick you mentioned earlier nothing helps for these lower badges. EDIT: fixed that by editing ipspad_bottom class, wonder what will look wonky now Hello, ipsPad_bottom is global class. I reverted changes and added .nbSecGroupIconsPost { padding-bottom: 2px; } Result Link to comment Share on other sites More sharing options...
Recommended Posts