Welcome to the Alb Forum! Smile
Welcome to the Alb Forum! Smile

You are not connected. Please login or register

View previous topic View next topic Go down Message [Page 1 of 1]

1How to put messages in bubble [PunBB] Empty How to put messages in bubble [PunBB] Mon Jun 27, 2011 1:40 pm

Maki

Maki


To put messages in bubbles, you must be on PunBB version and the founder of your forum to access the templates. Remember to save and publish your template after any changes made ​​. Then you need an image-arrow that will link the avatar and the message of the members and that you must host. You need to find out the size of your image. Example: 20x20.

Changes in the template:

This is the template ''viewtopic_body'' You can find this to A-CP => Display => Template: General. Then right into the list of templates, click at the end of the line Viewtopic_body. in the template you need to find this part:

Code:
{postrow.displayed.POSTER_RPG}
                    </div>
                  </div>
                  <div class="post-entry">
                          <div class="entry-content">
                        <!-- BEGIN switch_vote_active -->

This is the class we will place at the code

Code:
<div class="bubble"> </div>

Witch gives us:

Code:
{Postrow.displayed.POSTER_RPG}
                    </ div>
                  </ div>
                  <div class="post-entry">
      <div class="bubble"> </ div>
                    <div class="entry-content">
                        <! - - switch_vote_active BEGIN ->


Create the bubble with the css:

A-CP => Display => Pictures and Colors => Colors >> CSS Stylesheet. We will add the image of the arrow and position:

Code:
.bubble {
    background-image : url("Address of your image");
    width: 20px;
    height :20px;
    position : relative;
    top :12px;
    left :-30px;
}

Code:
.post-entry{
    background: #1A1A1A;
    border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left : 20px;
    margin-right : 19px;
    padding : 10px;
    min-height : 200px;

}

This is the result:

How to put messages in bubble [PunBB] Bex10

https://albforum.forumotion.net

2How to put messages in bubble [PunBB] Empty Re: How to put messages in bubble [PunBB] Fri Jul 15, 2011 11:44 am

The Unique

The Unique
Nice tutorial, thanks Maki !Smile

View previous topic View next topic Back to top Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum

 

Free forum | ©phpBB | Free forum support | Report an abuse | Forumotion.com