Good art is a taste, good design is an opinion.


Come as guest, stay as family.
Board Index

Come as guest, stay as family.


You are not connected. Please login or register

Foto

[Archived] Bara titles



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

1
Offline

  -ExP[3R]TuL-

-ExP[3R]TuL-
Punbb Rookie
Punbb Rookie
  • Description:
Welcome
How can I make myself as boxing title to you on the forum, I searched the forum you a tutor like that but we found it can help me?
I do not know how to do.
Image of title box: https://2img.net/h/s15.postimg.cc/82swsfv0b/title_box.png

  • Information:
Forum:http://forum.pensionrpg.comVersion:PUNBB
Type:Request a codeTags:Title

Powered by PunBB
Currently 0 users have thanked -ExP[3R]TuL- for this post:

2
Offline

  Shadow

Shadow
Administrator
Administrator
You already have that on your forums.

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

3
Offline

  -ExP[3R]TuL-

-ExP[3R]TuL-
Punbb Rookie
Punbb Rookie
I have not.
It's only on the first page so the theme.
But when you enter a topic not show you what you came forums
look a picture: https://2img.net/h/s21.postimg.cc/3yraukh3b/Vezi.png

Powered by PunBB
Currently 0 users have thanked -ExP[3R]TuL- for this post:

4
Offline

  Shadow

Shadow
Administrator
Administrator
Code:
[panda=html]<div class="pun-crumbs">
   <p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>

Put this at templates where you want to have it and it will appear.

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

5
Offline

  -ExP[3R]TuL-

-ExP[3R]TuL-
Punbb Rookie
Punbb Rookie
Here viewtopic_body

Spoiler:
So I want to move it up and be just like yours, right?

Powered by PunBB
Currently 0 users have thanked -ExP[3R]TuL- for this post:

6
Offline

  Virus

Virus
★Moderator★
★Moderator★
Try adding this to your CSS an see if it works:
Code:
.pun-crumbs{
background: none repeat scroll 0 0 #eff1f3;
border: 1px solid #d9dbdd;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 0 3px rgba(109,119,237,0.2);
clear: both;
font-size: 11px;
margin: 0 1px 1em;
overflow: hidden;
padding: .2em 1em;
}

Powered by PunBB
Currently 0 users have thanked Virus for this post:

7
Offline

  -ExP[3R]TuL-

-ExP[3R]TuL-
Punbb Rookie
Punbb Rookie

So this is how the crumbs to me.


Code:
<div class="pun-crumbs noprint">
  <p class="crumbs">
      <a href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}&nbsp;ť&nbsp;
      <strong><a href="{TOPIC_URL}">{TOPIC_TITLE}</a></strong>
      <!-- BEGIN switch_twitter_btn -->
      <span id="twitter_btn" style="margin-left: 6px; ">
        <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a>
        <script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
      </span>
      <!-- END switch_twitter_btn -->
      <!-- BEGIN switch_fb_likebtn -->
      <span id="fb_likebtn" style="margin-left: 6px; ">
        <iframe src="http://www.facebook.com/plugins/like.php?href={FORUM_URL}{TOPIC_URL}&layout=button_count&show_faces=false&width=450&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:auto; height:21px;" allowTransparency="true"></iframe>
      </span>
      <!-- END switch_fb_likebtn -->
  </p>
</div>

Powered by PunBB
Currently 0 users have thanked -ExP[3R]TuL- for this post:

8
Offline

  Virus

Virus
★Moderator★
★Moderator★
Did the CSS code do anything? It should change them..

Powered by PunBB
Currently 0 users have thanked Virus for this post:

9
Offline

  -ExP[3R]TuL-

-ExP[3R]TuL-
Punbb Rookie
Punbb Rookie
I have this code with crumbs:

Code:

.pun-crumbs {
-moz-border-radius: 3px;
-moz-box-shadow: inset rgba(0,0,0,0.1) 0 1px 3px;
-webkit-border-radius: 3px;
-webkit-box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 3px;
background: #fff ;
border: 1px solid #D9D9D9;
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.1) 0 1px 3px;
margin-top: 10px;
}
p.crumbs {
color: #F3F3F3;
}
.pun-crumbs p {
color: #666;
font-size: 1.11em;
line-height: 1.5;
margin: 0;
}
p.crumbs a {
background: url(i59.servimg.com/u/f59/18/35/51/08/second12.png) no-repeat 100% -1px;
color: #777!important;
font-size: 10px;
line-height: 30px;
padding: 11px 17px 11px 4px;
}

But do not know how to put it up even
look how I picture it: https://2img.net/h/s22.postimg.cc/g7tbok9s1/image.png

Powered by PunBB
Currently 0 users have thanked -ExP[3R]TuL- for this post:

10
Offline

  -ExP[3R]TuL-

-ExP[3R]TuL-
Punbb Rookie
Punbb Rookie
up.

Powered by PunBB
Currently 0 users have thanked -ExP[3R]TuL- for this post:

11
Offline

  Virus

Virus
★Moderator★
★Moderator★
Sorry for keeping you waiting. I didn't have time to check this because of the internet problems i have. Asap i will come back to you with the solution for this.

Powered by PunBB
Currently 0 users have thanked Virus for this post:

12
Offline

  -ExP[3R]TuL-

-ExP[3R]TuL-
Punbb Rookie
Punbb Rookie
Help me please.

Powered by PunBB
Currently 0 users have thanked -ExP[3R]TuL- for this post:

13
Offline

  Van-Helsing

Van-Helsing
★Moderator★
★Moderator★
[aviso="Thread Archived"]Original poster seems to be inactive and did not respond within 7 days in this thread. Because of this, the topic has been Archived.

If you have further questions, please open a new topic.[/aviso]

Powered by PunBB
Currently 0 users have thanked Van-Helsing for this post:

14
Offline

  Sponsored content



Powered by PunBB
Currently 0 users have thanked Sponsored content for this post:

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


Topic URL's

URL
BBcode
HTML

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