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.

Two questions about level and edit records

3 posters

Go down

Solved Two questions about level and edit records

Post by KCC Tue Jun 25 2013, 12:29

I have two questions here.
First , I want to hide the record that shows how many times did i edit the post , please help.




Two questions about level and edit records 110





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.
Two questions about level and edit records 210
avatar
KCC
Forumember

Posts : 77
Reputation : 1
Language : Chinese & English

Back to top Go down

Solved Re: Two questions about level and edit records

Post by Guest Tue Jun 25 2013, 12:45

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
Smile
avatar
Guest
Guest


Back to top Go down

Solved Re: Two questions about level and edit records

Post by KCC Tue Jun 25 2013, 18:05

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
Smile

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
avatar
KCC
Forumember

Posts : 77
Reputation : 1
Language : Chinese & English

Back to top Go down

Solved Re: Two questions about level and edit records

Post by levy Tue Jun 25 2013, 18:15

Can you post here your viewtopic_body please ?
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Solved Re: Two questions about level and edit records

Post by KCC Tue Jun 25 2013, 18:16

candy_fear wrote:Can you post here your viewtopic_body please ?

Sorry , what is the meaning of viewtopic_body ?
avatar
KCC
Forumember

Posts : 77
Reputation : 1
Language : Chinese & English

Back to top Go down

Solved Re: Two questions about level and edit records

Post by levy Tue Jun 25 2013, 18:19

What is your forum version ? And post the link / URL here .
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Solved Re: Two questions about level and edit records

Post by KCC Tue Jun 25 2013, 18:22

candy_fear wrote:What is your forum version ? And post the link / URL here .

Link : http://poupeefamily.forums.fm/
Version : phpBB3 (prosilver)
avatar
KCC
Forumember

Posts : 77
Reputation : 1
Language : Chinese & English

Back to top Go down

Solved Re: Two questions about level and edit records

Post by levy Tue Jun 25 2013, 18:37

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');
  });
});

levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Solved Re: Two questions about level and edit records

Post by KCC Tue Jun 25 2013, 18:41

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 !
avatar
KCC
Forumember

Posts : 77
Reputation : 1
Language : Chinese & English

Back to top Go down

Solved Re: Two questions about level and edit records

Post by levy Tue Jun 25 2013, 18:44

I'm not allowed to see your forum , remove that to see and to fix Smile
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Solved Re: Two questions about level and edit records

Post by KCC Tue Jun 25 2013, 18:44

candy_fear wrote:I'm not allowed to see your forum , remove that to see and to fix Smile
Not allowed ?? Why I didn't do anything about this Sad ?!
avatar
KCC
Forumember

Posts : 77
Reputation : 1
Language : Chinese & English

Back to top Go down

Solved Re: Two questions about level and edit records

Post by levy Tue Jun 25 2013, 18:46

I can see your forum but redirect automaticaly at login Smile
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Solved Re: Two questions about level and edit records

Post by KCC Tue Jun 25 2013, 18:53

candy_fear wrote:I can see your forum but redirect automaticaly at login Smile
I solved the second question

How about the first one ?
avatar
KCC
Forumember

Posts : 77
Reputation : 1
Language : Chinese & English

Back to top Go down

Solved Re: Two questions about level and edit records

Post by levy Tue Jun 25 2013, 18:56

Code:
.content , p.author{
color: #f06!important;
}

.postbody{color:transparent;}

Add that in : Administration Panel ~> Display ~> Colours ~> CSS
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

Solved Re: Two questions about level and edit records

Post by KCC Tue Jun 25 2013, 18:57

Solved !! Thank you so much !!
avatar
KCC
Forumember

Posts : 77
Reputation : 1
Language : Chinese & English

Back to top Go down

Solved Re: Two questions about level and edit records

Post by Base Tue Jun 25 2013, 19:57

Topic marked as solved and archived.
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

Back to top


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