[Pushed] Member list - graphic glitch
#1
It needs some love     
[MyBB 1.8 Czech translation] [MyBB 1.8 plugins]: Prune old PMs + optimize DB plugin --- Thank you/like system
Reply
#2
What do you suggest?
Soporte en Español

[Image: signature.png]

Discord at omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
Reply
#3
I'd suggest to add a small gap (5px or so) between the order by dropdown and the asc/desc radio boxes...
You found my signature? Well done : - )
Reply
#4
At least Smile there are some more glitches in new theme... many minor things but it needs somebody who has time to solve this

http://community.mybb.com/thread-157628-...pid1093311
[MyBB 1.8 Czech translation] [MyBB 1.8 plugins]: Prune old PMs + optimize DB plugin --- Thank you/like system
Reply
#5
Without concrete suggestions, we can't open a new issue. Is the only problem the 5px padding?
All my plugins are available for free at MyBB Extend and on my GitHub. MyBB-Plugins.com has been closed and none of my plugins are officially maintained or supported.
Reply
#6
Partically yes, not hard to fix this...
[MyBB 1.8 Czech translation] [MyBB 1.8 plugins]: Prune old PMs + optimize DB plugin --- Thank you/like system
Reply
#7
(2014-08-17, 09:57 PM)Pirata Nervo Wrote: Without concrete suggestions, we can't open a new issue. Is the only problem the 5px padding?

actually a little more than the 5px padding..

this can be......

[Image: image.png]

made to look like this...... looks neat isnt it....
[Image: image.png]
We can't help everyone, but everyone can help someone - Ronald Reagan
Did you know? Your question has already been answered. But you haven't searched it yet.
Don’t  Forget to “Mark as Solved” after the fix
Reply
#8
@mmadhankumar - amazing, something like that Smile
[MyBB 1.8 Czech translation] [MyBB 1.8 plugins]: Prune old PMs + optimize DB plugin --- Thank you/like system
Reply
#9
This could be a variant to fix this glitch and achieve the example given by mmadhankumar:

<td class="trow1" width="33%">
 <div style="padding-bottom: 4px">
 <input type="radio" class="radio" name="order" id="order_asc" value="ascending" checked="checked"> <label for="order_asc">ascending order</label>
 <input type="radio" class="radio" name="order" id="order_desc" value="descending"> <label for="order_desc">descending order</label>
 </div>
 <select name="sort" id="sort" style="width: 99%;">
 <option value="username">Sort by: Username</option>
 <option value="regdate" selected="selected">Sort by: Registration date</option>
 <option value="lastvisit">Sort by: Last visit</option>
 <option value="postnum">Sort by: Post count</option>
 <option value="threadnum">Sort by: Thread count</option>
 <option value="referrals">Sort by: Members referred</option>
 </select>
 <br />
</td>
Reply
#10
memberlist template

   
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)