This is a Hitskin.com skin preview
Install the skin • Return to the skin page
2 posters
if gradient shall work in phpbb2 ?
BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
- Post n°1
if gradient shall work in phpbb2 ?
i try some post regarding to gradient but i doesn't work for me
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Which one are you trying? Please post the thread you are following & the exact codes you added. Also provide your forum URL.
BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
i follow this tutorial
https://help.forumotion.com/t113843-how-do-i-change-the-color-post-for-staff-on-a-forum#748237
heres my testing forum. test forum
https://help.forumotion.com/t113843-how-do-i-change-the-color-post-for-staff-on-a-forum#748237
heres my testing forum. test forum
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Those codes will work for phbb3.
For phpbb2, follow this thread.
https://help.forumotion.com/t121042-custom-post-background-for-groups#798461
Tell us if its working for you.
For phpbb2, follow this thread.
https://help.forumotion.com/t121042-custom-post-background-for-groups#798461
Tell us if its working for you.
BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
not working sir sanket nothings happen.. when i insert all the codes
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
What all codes did you add? Same as mentioned in this thread.
https://help.forumotion.com/t121309-special-bg-color-for-forum-saffs#801157
https://help.forumotion.com/t121309-special-bg-color-for-forum-saffs#801157
BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
Sanket wrote:What all codes did you add? Same as mentioned in this thread.
https://help.forumotion.com/t121309-special-bg-color-for-forum-saffs#801157
yes i use all codes given by base.. but nothings happen
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
What are the exact codes you added.?
BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
Rank Admin..
JS
CSS
that is the exactly code that i used but nothings happen
- Code:
<div class="backgpost">Rank</div>
JS
- Code:
$(document).ready(function(){
$('.post').has('.backgpost').addClass('background_post');
});
CSS
- Code:
.background_post{
background-image: url('http://i73.servimg.com/u/f73/18/02/55/91/12311.jpg');
background-repeat: repeat-x;
}
that is the exactly code that i used but nothings happen
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°10
Re: if gradient shall work in phpbb2 ?
Did you change the rank for the admin?
BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
- Post n°11
Re: if gradient shall work in phpbb2 ?
Sanket wrote:Did you change the rank for the admin?
yup sir sanket..
i use this code for admin rank in admin administrator
- Code:
<div class="backgpost">Admin</div>
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°12
Re: if gradient shall work in phpbb2 ?
Use this instead, check if its working.
Rank
JS
CSS
Rank
- Code:
<div class="admin1">Rank</div>
JS
- Code:
$(function() {
$('tr.post:has(".admin1") td').addClass('adminpost');
});
CSS
- Code:
.adminpost{
background-image: url('http://i73.servimg.com/u/f73/18/02/55/91/12311.jpg');
background-repeat: repeat-x;
}
BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
- Post n°13
Re: if gradient shall work in phpbb2 ?
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°14
Re: if gradient shall work in phpbb2 ?
Change the image or instead add the color
Background-color: #ff0000 !important;
Background-color: #ff0000 !important;
BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
- Post n°15
Re: if gradient shall work in phpbb2 ?
Sanket wrote:Change the image or instead add the color
Background-color: #ff0000 !important;
i change the background image with this https://2img.net/r/ihimg/a/img402/3778/14k8i0w.png
and i expect the result must be like this http://prntscr.com/13ot5i
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°16
Re: if gradient shall work in phpbb2 ?
Such a thing is only possible for phpbb3.
For phpbb2, only the block where the profile information appears changes.
For phpbb2, only the block where the profile information appears changes.
BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
- Post n°17
Re: if gradient shall work in phpbb2 ?
Sanket wrote:Such a thing is only possible for phpbb3.
For phpbb2, only the block where the profile information appears changes.
ow how can i make that in phpbb2?
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°18
Re: if gradient shall work in phpbb2 ?
As i said, not possible.
BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
- Post n°19
Re: if gradient shall work in phpbb2 ?
Sanket wrote:As i said, not possible.
wew.. i though it is possible
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°20
Re: if gradient shall work in phpbb2 ?
Topic Solved & Locked |