if gradient shall work in phpbb2 ?
2 posters
Page 1 of 1
if gradient shall work in phpbb2 ?
i try some post regarding to gradient but i doesn't work for me
BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
Re: if gradient shall work in phpbb2 ?
Which one are you trying? Please post the thread you are following & the exact codes you added. Also provide your forum URL.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: if gradient shall work in phpbb2 ?
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
BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
Re: if gradient shall work in phpbb2 ?
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.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: if gradient shall work in phpbb2 ?
not working sir sanket nothings happen.. when i insert all the codes
BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
Re: if gradient shall work in phpbb2 ?
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
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: if gradient shall work in phpbb2 ?
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
BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
Re: if gradient shall work in phpbb2 ?
What are the exact codes you added.?
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: if gradient shall work in phpbb2 ?
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
BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
Re: if gradient shall work in phpbb2 ?
Did you change the rank for the admin?
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
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>
BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
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;
}
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
Re: if gradient shall work in phpbb2 ?
Change the image or instead add the color
Background-color: #ff0000 !important;
Background-color: #ff0000 !important;
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
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
BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
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.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
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?
BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
Re: if gradient shall work in phpbb2 ?
As i said, not possible.
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: if gradient shall work in phpbb2 ?
Sanket wrote:As i said, not possible.
wew.. i though it is possible
BetterHax- Forumember
- Posts : 304
Reputation : 3
Language : English,Tagalog
Location : United State, Philippines
Re: if gradient shall work in phpbb2 ?
Topic Solved & Locked |
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» Light Box Effect not work on phpBB2!
» Liking system for phpBB2 doesn't work?
» CSS/HTML color gradient
» Admin gradient.
» Red gradient background?
» Liking system for phpBB2 doesn't work?
» CSS/HTML color gradient
» Admin gradient.
» Red gradient background?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum