Good art is a taste, good design is an opinion.


Come as guest, stay as family.
Board Index

Come as guest, stay as family.


You are not connected. Please login or register

Foto

[Solved] I want to change two things



View previous topic View next topic Go down Message [Page 1 of 1]

1
Offline

  anonim007

anonim007
Punbb Rookie
Punbb Rookie
  • Description:
# 1 I want to change [Solved] I want to change two things DhZ68jl in the [Solved] I want to change two things ODEMqBI
# 2 I want to make myself as shown [Solved] I want to change two things AERoIwO 

  • Information:
Forum:http://www1.topiked.com/Version:PUNBB
Type:Request a codeTags:change,things

I solved the second problem. [#2]

Powered by PunBB
Currently 0 users have thanked anonim007 for this post:

2
Offline

  anonim007

anonim007
Punbb Rookie
Punbb Rookie
I solved the second problem. [#2]

UP. Razz

Powered by PunBB
Currently 0 users have thanked anonim007 for this post:

3
Offline

  Van-Helsing

Van-Helsing
★Moderator★
★Moderator★
Hello,
Do you want to change the text "mesaje"?

Powered by PunBB
Currently 0 users have thanked Van-Helsing for this post:

4
Offline

  Shadow

Shadow
Administrator
Administrator
For second question:

1. Javascript:
Placement: In the topics
Code:
[panda=js]$(".pun .post .user-info").each(function(){
$(this).html($(this).html().replace(/<span class="label/g,'<dd><div class="post_field"><span class="label'));
});
$(document).ready(function () {
    $('.user-info .post_field:contains("Mesaje")').each(function () {
        var PunbbPost = $(this).text().match(/\d+/g);
        $(this).replaceWith('<div class="PunbbPost">' + PunbbPost + ' posts</div>')
    });
});

2. CSS
Code:
[panda=css].PunbbPost {
      font-size: 11px;
  padding: 2px;
}

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

5
Offline

  anonim007

anonim007
Punbb Rookie
Punbb Rookie
Solved. Very Happy Thanks @Rapid

Powered by PunBB
Currently 0 users have thanked anonim007 for this post:

6
Offline

  Shadow

Shadow
Administrator
Administrator
[sucesso="Marked as Solved"]The question(s) in this topic have been answered and the owner has been able to solve the problem. Because of this, the topic has been marked as Solved.

If you have further questions, please open a new topic.[/sucesso]

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

7
Offline

  Sponsored content



Powered by PunBB
Currently 0 users have thanked Sponsored content for this post:

View previous topic View next topic Back to top Message [Page 1 of 1]


Topic URL's

URL
BBcode
HTML

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