top



Adding Image in Quote box / Statistics / Navigation in UCP . 295zmo5
1. How to insert a quote sign in quote box ?

Adding Image in Quote box / Statistics / Navigation in UCP . 8vrvyg
2. How to have this Statistics ? The "We have --- registered users, The newest registered user is blah blah" is seperated . Just curious to know :( . If not sharable its ok .

Adding Image in Quote box / Statistics / Navigation in UCP . 2epmufn
3. How to change its white background, i just want same with the theme .

Thanks in advance .
Sorry for having multiple question but i dont want to spam this beautiful forum Razz .

Forum version? (:

PunBB Smile .

1. Here is the selector, and property. Just replace URLHERE with the image url, you wish to use.

Code:
blockquote {
background: url(URLHERE) 5px 5px no-repeat;
}

2. I think the website manager have used the PHP properties there.

List of PHP properties (quoted from websites description of them).
Code:
Here the list of the variables which you can use on this forum :

Site Description, Homepage message, Topics, Posts, Birthday message subject, Birthday message, Newsletter, Signature, Welcome private message, You have no new messages

FORUM :

{FORUMURL} : website-development.danskforum.net (Forum Address)
{FORUMURLINK} : website-development.danskforum.net (Link)
{FORUMNAME} :  (Forum name)
{FORUMNAMELINK} :  (Link)
{FORUMDESC} :  (Site Description)
{FORUMBIRTHDAY} : Sat 12 Mar 2011 - 16:24 (Forum started)
{FORUMAGE} : 70 (Board up days)
{FORUMCOUNTFORUM} : 2 (Number of forums/categories)
{FORUMCOUNTOPIC} : 2 (Number of topics)
{FORUMCOUNTPOST} : 10 (Posts)
{FORUMCOUNTUSER} : 1 (Number of users)
{FORUMONLINEUSER} : 2 (Most users ever online)
{FORUMONLINEDATE} : Sat 12 Mar 2011 - 17:46 (Most users ever online date)
{FORUMLASTUSER} : Admin (Latest user registered)
{FORUMLASTUSERLINK} : Admin (Link)

USERS :

{USERNAME} : Admin (Username)
{USERLINK} : Admin (View user profile)
{USERBIRTHDAY} : Sat 17 Feb 1996 (Birthday)
{USERAGE} : 15 (Age)
{USERREGDATE} : Sat 12 Mar 2011 (Joined)
{USERLASTVISIT} : Fri 20 May 2011 (Last visit)
{USERCOUNTPOST} : 16 (Total posts)
{NOW} : Sat 21 May 2011 (Day date)
{NOWWITHTIME} : Sat 21 May 2011 - 12:08 (Day Date/hour)
N.B. : In connection with the variables {USER...}: they will each time concern the user who reads them except at the time of sending of an e-mail where the posted values will be those of the shipper.

3. Here is the selector for the tabs.
Code:
#tabs ul li {
PROPERTIES HERE
}
*if its' a selected tab, just follow the preudo-class with ".activetab" to the selector Smile

Hope it helped.

1. Solved . Thanks Unkown Data Smile
2. Help .
3, Help .
:(

2. I will help you later Happy
3.:

Code:
#tabs ul li.activetab a {
   background: url(http://i28.servimg.com/u/f28/16/08/05/20/wm-pun10.png);
        border: 1px solid #1E1E1D;
        -webkit-box-shadow: black 0px 0px 1px;
        -moz-box-shadow: black 0px 0px 1px;
        -o-box-shadow: black 0px 0px 1px;
        box-shadow: black 0px 0px 1px;
   }
#tabs ul li.activetab a:hover {
   background: transparent;
   }
#tabs ul li a {
   background: url(http://i28.servimg.com/u/f28/16/08/05/20/wm-pun10.png);
        border: 1px solid #1E1E1D;
        -webkit-box-shadow: black 0px 0px 1px;
        -moz-box-shadow: black 0px 0px 1px;
        -o-box-shadow: black 0px 0px 1px;
        box-shadow: black 0px 0px 1px;
   }
#tabs ul li a:hover {
    background: transparent;
    }

1. Solved . Thanks Unkown Data Smile
2. Help (Ok sir, i'll just wait for reply/pm ^^) .
3, Solved . Thanks to Gangstar15 Smile

----

EDIT : Any news ?

Any news sir (: ?

Sorry for the delay Happy I wasn't home Smile
Replace your index_body with this:

Spoiler:

Wow amazing . Thanks Gangstar15 Smile .
I love it . Solved Smile .

Glad i could help Happy
Welcome as alway Wink

Solved + Locked