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

[Archived] Modify post option



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

1
Offline

  error404

error404
Punbb Rookie
Punbb Rookie
What is my question?: How to modify post option like this?
[Archived] Modify post option Hover13
Your Forum Address: komiku.forumid.net
Forum Version: punBB

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

2
Offline

  Abdalah tupe

Abdalah tupe
Punbb Rookie
Punbb Rookie
Me want this too ^_^ ... I hope he give us this future Smile

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

3
Offline

  error404

error404
Punbb Rookie
Punbb Rookie
bump!

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

4
Offline

  Shadow

Shadow
Administrator
Administrator
If you have a default view_topic body template (may work with edited as well), you can use this code to convert it from image to text. For example, just change [ic]<span">Quote</span>[/ic] with some class like [ic]<span class="quotecss">Quote</span>[/ic] and that should do the job.

Code:
[panda=js]$(function(){
        var quote = $('.post-options .i_icon_quote'),
            edit = $('.post-options .i_icon_edit'),
            deleta = $('.post-options .i_icon_delete'),
            ip = $('.post-options .i_icon_ip');

        quote.replaceWith('<span">Quote</span>');
        edit.replaceWith('<span">Edit</span>');
        deleta.replaceWith('<span">Delete</span>');
        ip.replaceWith('<span">IP</span>');
         
    });

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

5
Offline

  Guest

Anonymous
Guest
[aviso="Thread Archived"]Original poster seems to be inactive and didn't respond within 7 days in this thread. Because of this, the topic has been Archived.

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

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

6
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