Two questions about level and edit records
3 posters
Page 1 of 1
Two questions about level and edit records
I have two questions here.
First , I want to hide the record that shows how many times did i edit the post , please help.
Second , I want the "level image" which means the one show "admin"  located above the icon but not below the icon , please help.
Sorry for my poor English , I am Chinese. And the Chinese Support Forum has disappeared.
First , I want to hide the record that shows how many times did i edit the post , please help.
Second , I want the "level image" which means the one show "admin"  located above the icon but not below the icon , please help.
Sorry for my poor English , I am Chinese. And the Chinese Support Forum has disappeared.
KCC- Forumember
- Posts : 77
Reputation : 1
Language : Chinese & English
Re: Two questions about level and edit records
To question 1 you don't need to put your reasoning so just leave it blank
To the second question just go search or go look in the frequently asked questions
To the second question just go search or go look in the frequently asked questions
Guest- Guest
Re: Two questions about level and edit records
RikudouSennin wrote:To question 1 you don't need to put your reasoning so just leave it blank
To the second question just go search or go look in the frequently asked questions
Re : I didn't write any reasoning as it shows automatically. That's the problem. I want to hide the records.
Also can you give me the link about Question 1 ? Thank you
KCC- Forumember
- Posts : 77
Reputation : 1
Language : Chinese & English
Re: Two questions about level and edit records
candy_fear wrote:Can you post here your viewtopic_body please ?
Sorry , what is the meaning of viewtopic_body ?
KCC- Forumember
- Posts : 77
Reputation : 1
Language : Chinese & English
Re: Two questions about level and edit records
What is your forum version ? And post the link / URL here .
Re: Two questions about level and edit records
candy_fear wrote:What is your forum version ? And post the link / URL here .
Link : http://poupeefamily.forums.fm/
Version : phpBB3 (prosilver)
KCC- Forumember
- Posts : 77
Reputation : 1
Language : Chinese & English
Re: Two questions about level and edit records
- Code:
p.author {
color: #536482;
}
.postbody{color:transparent;}
That is for your frist problem , change only if you want #536482
And for your second go to Javascript management ~> And do like that
Title: Anything
Placement : In the topics
Javascript Code :
- Code:
$(document).ready(function(){
$('.post .postprofile').each(function(){
var bef = $(this).find('dl dt a:has("img")');
$(this).find('dl dt strong:has("a")').insertBefore(bef);
$(this).find('dl dt strong:has("a")').after('<br>');
$(this).find('dl dt').next('dd').insertBefore(bef);
$(this).find('dl dt dd').wrapInner('<div class="rank_dd"></div>');
$(this).find('dl dt dd .rank_dd').unwrap().css('margin-top','5px').css('margin-bottom','5px');
});
});
Re: Two questions about level and edit records
candy_fear wrote:
- Code:
p.author {
color: #536482;
}
.postbody{color:transparent;}
That is for your frist problem , change only if you want #536482
And for your second go to Javascript management ~> And do like that
Title: Anything
Placement : In the topics
Javascript Code :
- Code:
$(document).ready(function(){
$('.post .postprofile').each(function(){
var bef = $(this).find('dl dt a:has("img")');
$(this).find('dl dt strong:has("a")').insertBefore(bef);
$(this).find('dl dt strong:has("a")').after('<br>');
$(this).find('dl dt').next('dd').insertBefore(bef);
$(this).find('dl dt dd').wrapInner('<div class="rank_dd"></div>');
$(this).find('dl dt dd .rank_dd').unwrap().css('margin-top','5px').css('margin-bottom','5px');
});
});
Remain the same situation.
Wanna know
change only if you want #536482 <-- That means ?
The record are still showing.
My Version : phpBB3 (prosilver)
Sorry I'm not good at this kind of things so I ask many questions ... Really sorry and thanks !
KCC- Forumember
- Posts : 77
Reputation : 1
Language : Chinese & English
Re: Two questions about level and edit records
I'm not allowed to see your forum , remove that to see and to fix
Re: Two questions about level and edit records
Not allowed ?? Why I didn't do anything about this ?!candy_fear wrote:I'm not allowed to see your forum , remove that to see and to fix
KCC- Forumember
- Posts : 77
Reputation : 1
Language : Chinese & English
Re: Two questions about level and edit records
I can see your forum but redirect automaticaly at login
Re: Two questions about level and edit records
I solved the second questioncandy_fear wrote:I can see your forum but redirect automaticaly at login
How about the first one ?
KCC- Forumember
- Posts : 77
Reputation : 1
Language : Chinese & English
Re: Two questions about level and edit records
- Code:
.content , p.author{
color: #f06!important;
}
.postbody{color:transparent;}
Add that in : Administration Panel ~> Display ~> Colours ~> CSS
Re: Two questions about level and edit records
Solved !! Thank you so much !!
KCC- Forumember
- Posts : 77
Reputation : 1
Language : Chinese & English
Similar topics
» 3 questions, non related,Breadcrumbs Module, Gif questions, ?!?Footer at the top?!?
» CNAME records are still active after domain was allowed to expire
» Changing Mail Exchange (MX) records for my google email accounts
» Further edit problems re members cannot edit their messages
» Forumotion network allowed in Tamil records? (not forumta network)
» CNAME records are still active after domain was allowed to expire
» Changing Mail Exchange (MX) records for my google email accounts
» Further edit problems re members cannot edit their messages
» Forumotion network allowed in Tamil records? (not forumta network)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum