chabotjeff
Member
Posted 4 years ago #
This is a really cool plug-in that gives you way too many bookmark icons - but hell I'm not complaining -- you just pick the ones you want.
A bit of an issue I found is that when saving preferences in plug-in settings it would only save one pref at a time. Meaning, I tried to make changes to all the fields but only one would change. So you may have to go back and make individual changes.
Anonymous
Unregistered
Posted 3 years ago #
I didn't want to take the time to click each and every tick box and then hit save, so I edited the sites.xml to only include the sites I wanted to keep (I kept the original in case I need to add them back in). This removed them completely from the plugin admin page.
Then I wasn't happy with the blue border around the tiny images, so I added this line to the social_bookmarking_reloaded.css;
.social_bookmark img{
border:0px;
}
Sorted!
Anonymous
Unregistered
Posted 3 years ago #
I don't like having separate CSS files, so I dumped the css code into my standard CSS file, removed the call to the one provided by the author by commenting out line 122 in the social_bookmarking_reloaded.php file.
The line which starts with print("<link rel=\"stylesheet\"...
Now all is right with this plugin. :) Thanks to the author for taking the time to develop for so many sites.