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.

Last Post Costumize

4 posters

Go down

Solved Last Post Costumize

Post by kumotta January 19th 2015, 06:31

Last Post Costumize Screen11

can i make it like this?

Last Post Costumize Screen12
kumotta
kumotta
Forumember

Female Posts : 204
Reputation : 3
Language : English

http://komiku.forumid.net/

Back to top Go down

Solved Re: Last Post Costumize

Post by Mati January 19th 2015, 18:22

Hello

Try this in your CSS

Code:
.tcr a[href*="/u"] {
    display: none;
}
Mati
Mati
Hyperactive

Posts : 2020
Reputation : 330
Language : HTML, CSS & JavaScript
Location : Forum Services

https://forumservice.forumotion.com/

Back to top Go down

Solved Re: Last Post Costumize

Post by Ikerepc January 19th 2015, 18:45

What forum version you using?

I will try to make template change for it when I come home.

EDIT: sorry, I can't do it in templates...
Ikerepc
Ikerepc
Active Poster

Male Posts : 1186
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

Solved Re: Last Post Costumize

Post by kumotta January 20th 2015, 15:42

Mati™️ wrote:Hello

Try this in your CSS

Code:
.tcr a[href*="/u"] {
    display: none;
}

it's work, but i didn't to remove topic starter. i want topic starter stand beside date post Embarassed
kumotta
kumotta
Forumember

Female Posts : 204
Reputation : 3
Language : English

http://komiku.forumid.net/

Back to top Go down

Solved Re: Last Post Costumize

Post by kumotta January 20th 2015, 15:43

Ikerepc wrote:What forum version you using?

I will try to make template change for it when I come home.

EDIT: sorry, I can't do it in templates...

i use PunBB version Very Happy
kumotta
kumotta
Forumember

Female Posts : 204
Reputation : 3
Language : English

http://komiku.forumid.net/

Back to top Go down

Solved Re: Last Post Costumize

Post by kumotta January 21st 2015, 17:58

BUMP! anybody help me, please  Embarassed
kumotta
kumotta
Forumember

Female Posts : 204
Reputation : 3
Language : English

http://komiku.forumid.net/

Back to top Go down

Solved Re: Last Post Costumize

Post by Ange Tuteur January 21st 2015, 18:42

Hello @kumotta,

Go to Administration Panel > Modules > JavaScript codes management > Create a new script

Title : Your choice
Placement : In the homepage
Paste the code below and submit :
Code:
$(function() {
  $('td.tcr > span').each(function() {
    $(this).find('.last-post-icon').insertBefore($(this).find('>strong').prev()).before(' ').next().hide();
    $(this).find('>strong').insertAfter($(this).find('>br:first')).before('by ').after(' ');
  });
});

Should give you the following result :
Last Post Costumize Captur73
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Last Post Costumize

Post by kumotta January 22nd 2015, 05:03

Ange Tuteur wrote:Hello @kumotta,

Go to Administration Panel > Modules > JavaScript codes management > Create a new script

Title : Your choice
Placement : In the homepage
Paste the code below and submit :
Code:
$(function() {
  $('td.tcr > span').each(function() {
    $(this).find('.last-post-icon').insertBefore($(this).find('>strong').prev()).before(' ').next().hide();
    $(this).find('>strong').insertAfter($(this).find('>br:first')).before('by ').after(' ');
  });
});

Should give you the following result :
Last Post Costumize Captur73

wow! thank you very much!  Razz
problem solved Very good
kumotta
kumotta
Forumember

Female Posts : 204
Reputation : 3
Language : English

http://komiku.forumid.net/

Back to top Go down

Solved Re: Last Post Costumize

Post by Ange Tuteur January 22nd 2015, 05:08

You're welcome ! Mr. Green

Topic archived
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

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