HELP IN Templates : how to extend Row title,Row category left,Row category right
3 posters
Page 1 of 1
HELP IN Templates : how to extend Row title,Row category left,Row category right
is there any way to extend (disperse) up in "Templates --- > General "
i need that for my forum, to look better ...
i think that is possible ... but i dont know very good to work with php ...
if someone know that plz help ....

Background picture (Row title,Row category left,Row category right)
i need that for my forum, to look better ...

i think that is possible ... but i dont know very good to work with php ...

if someone know that plz help ....

Background picture (Row title,Row category left,Row category right)
Last edited by LUDAKLUDI on September 4th 2008, 10:30 pm; edited 1 time in total
LUDAKLUDI- Forumember
-
Posts : 280
Reputation : 3
Language : English,Serbian
Location : Serbia-Belgrade
Re: HELP IN Templates : how to extend Row title,Row category left,Row category right
What version of the forum are you using?
Regards
Craig
Regards
Craig
Guest- Guest
Re: HELP IN Templates : how to extend Row title,Row category left,Row category right
forumotion
in Admin--->Display--->Templates --- > General
ver 2
i think that can fix in
index_body or
index_box

ver 2
i think that can fix in
index_body or
index_box
LUDAKLUDI- Forumember
-
Posts : 280
Reputation : 3
Language : English,Serbian
Location : Serbia-Belgrade
Re: HELP IN Templates : how to extend Row title,Row category left,Row category right
Ok
1. Log into your forum
2. Navigate to
Admin Panel\Display\Color\CSS Style Sheet
3. Add one of the following codes pressing "Submit" to save
***Adjust the height to suit***
For phpbb2:
For Phpbb3:
regards
Craig
1. Log into your forum
2. Navigate to
Admin Panel\Display\Color\CSS Style Sheet
3. Add one of the following codes pressing "Submit" to save
***Adjust the height to suit***
For phpbb2:
- Code:
.secondarytitle {
height: 50px;
}
For Phpbb3:
- Code:
dt {
height: 50px;
}
regards
Craig
Guest- Guest
Re: HELP IN Templates : how to extend Row title,Row category left,Row category right
wow thx very thx 

LUDAKLUDI- Forumember
-
Posts : 280
Reputation : 3
Language : English,Serbian
Location : Serbia-Belgrade
Re: HELP IN Templates : how to extend Row title,Row category left,Row category right
Not a problem 
Regards
Craig

Regards
Craig
Guest- Guest
Re: HELP IN Templates : how to extend Row title,Row category left,Row category right
do u know is this possible ... can i make this on my forum

to Row title be under every category ....

how to put Row title below ...

to Row title be under every category ....

how to put Row title below ...
LUDAKLUDI- Forumember
-
Posts : 280
Reputation : 3
Language : English,Serbian
Location : Serbia-Belgrade
Re: HELP IN Templates : how to extend Row title,Row category left,Row category right
Mmmmmmm give me 5 minutes and i'll try 
Regards
Craig

Regards
Craig
Guest- Guest
Re: HELP IN Templates : how to extend Row title,Row category left,Row category right
u are smart one
thx man ....

LUDAKLUDI- Forumember
-
Posts : 280
Reputation : 3
Language : English,Serbian
Location : Serbia-Belgrade
Re: HELP IN Templates : how to extend Row title,Row category left,Row category right
you can extend the bottom border but your image will not go there...
the CSS does not allow two images in one class... so either the image will be repeated from top to bottom or you can have the image on top or on the bottom...
sorry just a limit in our CSS.
the CSS does not allow two images in one class... so either the image will be repeated from top to bottom or you can have the image on top or on the bottom...
sorry just a limit in our CSS.
Jalokim- Energetic
-
Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland
Re: HELP IN Templates : how to extend Row title,Row category left,Row category right

As Jalokim stated, the image does repeat from the top
Regards
Craig
Guest- Guest
Re: HELP IN Templates : how to extend Row title,Row category left,Row category right
can we put picture in Templates ?
LUDAKLUDI- Forumember
-
Posts : 280
Reputation : 3
Language : English,Serbian
Location : Serbia-Belgrade
Re: HELP IN Templates : how to extend Row title,Row category left,Row category right
what do you mean?? you can put a lot of images in a template... but where exactly??
Jalokim- Energetic
-
Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland
Re: HELP IN Templates : how to extend Row title,Row category left,Row category right
to make like this ...


LUDAKLUDI- Forumember
-
Posts : 280
Reputation : 3
Language : English,Serbian
Location : Serbia-Belgrade
Re: HELP IN Templates : how to extend Row title,Row category left,Row category right
IN ADMIN ---> DISPLAY ---> Templates ---> GENERAL ---> index_body
section "Who is online"
i add Row title.... it is cool now ....
see....

but this stink .... i want to reduce height of that botton title ...
this is code of that title
when i change (examle) height from 28 to 10 (height="10") nothing happen ... why ??????
________________________________________________________________________________
hey Placehold this css code
.secondarytitle {
height: 50px;
}
works only on index page ... is there any code to extend this title too.... ?

sry about my english

section "Who is online"
- Code:
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="3">
<tr><td class="row1"><span class="gensmall">{LEGEND} : {GROUP_LEGEND}</span></td></tr>
<tr>
<td class="catHead" height="28" ><span class="cattitle" ></td>
</tr></span>
i add Row title.... it is cool now ....


but this stink .... i want to reduce height of that botton title ...
this is code of that title
- Code:
<tr>
<td class="catHead" height="28" ><span class="cattitle" ></td>
</tr></span>
when i change (examle) height from 28 to 10 (height="10") nothing happen ... why ??????
________________________________________________________________________________
hey Placehold this css code
.secondarytitle {
height: 50px;
}
works only on index page ... is there any code to extend this title too.... ?

sry about my english


Last edited by LUDAKLUDI on September 5th 2008, 7:54 pm; edited 1 time in total
LUDAKLUDI- Forumember
-
Posts : 280
Reputation : 3
Language : English,Serbian
Location : Serbia-Belgrade
Re: HELP IN Templates : how to extend Row title,Row category left,Row category right
lol,
sorry but template editing is black magic for me... I think I need to buy it on my test site to actually learn about what it can do...
sorry but template editing is black magic for me... I think I need to buy it on my test site to actually learn about what it can do...
Jalokim- Energetic
-
Posts : 6113
Reputation : 223
Language : English,Polish,CSS,HTML
Location : Poland
Re: HELP IN Templates : how to extend Row title,Row category left,Row category right


LUDAKLUDI- Forumember
-
Posts : 280
Reputation : 3
Language : English,Serbian
Location : Serbia-Belgrade
Re: HELP IN Templates : how to extend Row title,Row category left,Row category right
I have a problem. accidentally, I have deleted templates(view online). are you able to return them, please?
also, if you could explain me how to arrange online statistics.
there is one more problem, I don't have a code for PROFIL RPG sheet. could you give it to me, please? the version is phb2.
here is the link to the forum:http://friendship.niceboards.org/index.htm
please, help me soon as possible. tnx.
also, if you could explain me how to arrange online statistics.
there is one more problem, I don't have a code for PROFIL RPG sheet. could you give it to me, please? the version is phb2.
here is the link to the forum:http://friendship.niceboards.org/index.htm
please, help me soon as possible. tnx.

» Left Align Category Title and Change Font
» Link on category title
» How minimize left row category?
» Category Title Position
» Big category and topic title.
» Link on category title
» How minimize left row category?
» Category Title Position
» Big category and topic title.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum