Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Design my postbit help
10-07-2011, 10:12 AM
Post: #1
How to Design my postbit help
[Image: 6665103.png]

admin I want to add a default avatar for new members
a box with icons from their reward.
Counted given thanks and being thanked.
how to add icon below the picture?
how to add border in the whole userdetails in the left side.
and how to align this to center.
Quote this message in a reply
10-07-2011, 06:11 PM
Post: #2
RE: How to Design my postbit help
For the default avatar add this plug-in and put a default avatar in settings.
Code:
http://mods.mybb.com/view/default-profile-for-1-6
You need to get a premium plug-in from mybbcentral for the reward system.
To add icons below picture go to admin cp >> users & groups >> Groups >> your desired group >> Group Image
Put the image link in group image section.

[Image: userbar-for-yuva-pix.png]
Quote this message in a reply
10-07-2011, 07:20 PM
Post: #3
RE: How to Design my postbit help
Admin can you help me change the color of this

[Image: 6667697.png]
Quote this message in a reply
10-07-2011, 09:44 PM
Post: #4
RE: How to Design my postbit help
You cannot change the particular color of this, if you change it all the link colors will be changed.

[Image: userbar-for-yuva-pix.png]
Quote this message in a reply
10-07-2011, 11:38 PM
Post: #5
RE: How to Design my postbit help
but admin why this mybb site made it like this

[Image: 6674352.png]
Quote this message in a reply
10-08-2011, 01:30 AM (This post was last modified: 10-08-2011 01:31 AM by baxuz011.)
Post: #6
RE: How to Design my postbit help
(10-07-2011 11:38 PM)PinoyKaizen Wrote:  but admin why this mybb site made it like this

[Image: 6674352.png]



If I understand you want to place the decorations on the group names?!


Go to Admin panel/ Users & Groups/ Groups/ somebody groups/ Username Style


<span style="color: #COLOR CODE HERE;text-shadow: 0px 0px 5px #COLOR CODE HERE;"><strong><em>{username}</em></strong></span>
Quote this message in a reply
10-09-2011, 04:04 PM
Post: #7
RE: How to Design my postbit help
Sir about the postbit can you help me how to add a box border for the user details?? a because when my forum turn into classic It doesnt have any border.
Quote this message in a reply
10-11-2011, 12:12 AM (This post was last modified: 10-11-2011 12:16 AM by sukanjan.k.)
Post: #8
RE: How to Design my postbit help
(10-09-2011 04:04 PM)PinoyKaizen Wrote:  Sir about the postbit can you help me how to add a box border for the user details?? a because when my forum turn into classic It doesnt have any border.

First go to 2.0 Inspired global.css and put this css code..

Code:
.trow3 {
    background: #f3f3f3 url(images/ins/trow1.png) repeat-x;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #e3e3e3;
}

Now go to Home » Template Sets » 2.0 Inspired Templates » Post Bit Templates » postbit_classic
And find this line..
Code:
<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>

Replace it with this..

Code:
<td class="trow3" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>

Now its done,hope it helps.
sorry for late reply, was little busy.

[Image: userbar-for-yuva-pix.png]
Quote this message in a reply
10-12-2011, 11:47 PM
Post: #9
RE: How to Design my postbit help
Wow its really cute sir thank you so much!!! I cant thank you enough sir, your so good and kind. God bless you
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)