The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Is this possible in phpbb2?

4 posters

Go down

Is this possible in phpbb2? Empty Is this possible in phpbb2?

Post by Scatterbrain Sun 19 Feb - 14:24

Is this possible in phpbb2? 5ltpxu

How? :/
Scatterbrain
Scatterbrain
Forumember

Female Posts : 82
Reputation : 2
Language : swedish

Back to top Go down

Is this possible in phpbb2? Empty Re: Is this possible in phpbb2?

Post by promotemeup Sun 19 Feb - 21:27

YES IT IS POSSIBLE!

BUT ASK IN SCRIPT(CODING) problems Very Happy


MARK THIS AS SOLVED TO HELP RELIVE THE MODERATORS!


Last edited by Sanket on Sun 19 Feb - 21:29; edited 1 time in total (Reason for editing : Bold removed)
promotemeup
promotemeup
Forumember

Male Posts : 147
Reputation : 12
Language : English
Location : India, Gujarat, Surat

http://www.promotemeup.forumotion.com

Back to top Go down

Is this possible in phpbb2? Empty Re: Is this possible in phpbb2?

Post by Sanket Sun 19 Feb - 21:29

promotemeup wrote:YES IT IS POSSIBLE!

BUT ASK IN SCRIPT(CODING) problems Very Happy


MARK THIS AS SOLVED TO HELP RELIVE THE MODERATORS!
Stop asking users to add the solved tag. Also don't use CAPS, as its considered as shouting.

Please refrain from moderating members, this is a staff job.

Please don't use bold or color. Please keep to the default text. This is reserved for the staff for moderation.


Last edited by Sanket on Sun 19 Feb - 21:31; edited 2 times in total
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Is this possible in phpbb2? Empty Re: Is this possible in phpbb2?

Post by XxForumGirlxX Sun 19 Feb - 21:29

This is not solved. they want to know how Razz
avatar
XxForumGirlxX
Forumember

Female Posts : 193
Reputation : 7
Language : English
Location : USA

http://fcbdsp.forumotion.com

Back to top Go down

Is this possible in phpbb2? Empty Re: Is this possible in phpbb2?

Post by Guest Sun 19 Feb - 21:35

Hi!

Administration Panel => Display => Templates => General => inedx_box. Replace:
Code:
<span class="gensmall">{catrow.forumrow.TOPICS}</span>
to:
Code:
<span class="gensmall rtopics">{catrow.forumrow.TOPICS}</span>
then replace:
Code:
<span class="gensmall">{catrow.forumrow.POSTS}</span>
to:
Code:
<span class="gensmall rposts">{catrow.forumrow.POSTS}</span>
Save, then publish template.

Add in CSS Stylesheet:
Code:
.rtopics, .rposts{
  padding: 8 12 8 12px;
  background-color: #0088FF;
  color: #FFFFFF;
  border: 1px solid #333333;
  -webkit-border-radius: 10px;
  moz-border-radius: 10px;
  border-radius: 10px;
}
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

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