HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
formatting for badge information page
I just downloaded and installed this plugin. fantastic work man. really. and thanks for integrating it with my i like this plugin, bravo.
i noticed a couple of things while playing with it tonight:
1. the url when clicking on a badge does not use a prettified url syntax
2. i get some crazy formatting with my theme on the badge information page
http://homebrewforums.net/badges/index.php?badgetype=LikedBadge
I'll be poking around later this week, but i thought i would ring it to your attention.
0
Comments
@hbf
try changing line 265
if ($x % 10 == 0)
to
if ($x % 7 == 0)
it should help you immensely.
it's a half pretty url - I removed the plugin part. but not the badgetype=LikedBadge
in peregrinebadgesall.php
check out the new version 3.0, before you start making mods.
you may want to take the line out that removes custom.css. hard to tell.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
@hbf said
I forgot to say.
thx, I'm glad you
I like thisliked my plugin.I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
it didn't quite work as expected...
http://homebrewforums.net/badges/index.php?badgetype=CommentBadge
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
I made this to help you fix it, there is a couple rows that have a line break but it is not breaking, maybe you can change the < br > into < p >
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
You are right! @hbf
try V's changes - if they don't work
try changing the code here (with br changed to p as v suggested) and no css changes.
my changes work on my computer theme. properly breaking rows on 7 pics across
you also need to change padding in pbtitle and pbmessage to what you want.
So you NEED to adjust .css according to your NEEDS.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
thanks!
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
Solved in 4.3 after testing on hbf's large forum.
fixes in element tags as well as incrementation.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
yes, thank you peregrine, work great now.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained