D&D Forums - MyBB Plugins & Themes
[Emerald 1.5] Quoted text doesn't have referred postid link - Printable Version

+- D&D Forums - MyBB Plugins & Themes (https://developement.design/forum)
+-- Forum: MyBB Ressources (https://developement.design/forum/forumdisplay.php?fid=5)
+--- Forum: Free MyBB Themes (https://developement.design/forum/forumdisplay.php?fid=7)
+---- Forum: Support (https://developement.design/forum/forumdisplay.php?fid=12)
+---- Thread: [Emerald 1.5] Quoted text doesn't have referred postid link (/showthread.php?tid=16)



[Emerald 1.5] Quoted text doesn't have referred postid link - albano - 12-14-2017

Hello there!

I guess support has been moved to this forum now. 

==== Environment =====

MyBB Version 1.8.13
PHP Version 5.6.32
SQL Engine MySQLi 5.6.38
Site: https://foro.guitarravallenata.com
Test account: traste/espacio
===============


I'm used to the green arrow the default MyBB theme includes in quoted text so you can click and take you back to the original post your are quoting from.

   


I guess in emerald 1.5 that arrow is gone.

   

Oh, the language package has nothing to do with it. I've tested it with the default language. How can I make it return?

My PHP, CSS, JS, HTML is limited so I don't mind if you level with me.


RE: [Emerald 1.5] Quoted text doesn't have referred postid link - AmazOuz - 12-14-2017

That's okay i'll see that now


RE: [Emerald 1.5] Quoted text doesn't have referred postid link - AmazOuz - 12-14-2017

(12-14-2017, 01:07 PM)AmazOuz Wrote: That's okay i'll see that now

Test


RE: [Emerald 1.5] Quoted text doesn't have referred postid link - AmazOuz - 12-14-2017

Hi,
Please add this to global.css :
Code:
.quick_jump::before {
    content: "\f0a9";
    text-decoration: none;
    font-family: 'FontAwesome';
}



RE: [Emerald 1.5] Quoted text doesn't have referred postid link - albano - 12-14-2017

(12-14-2017, 01:21 PM)AmazOuz Wrote: Hi,
Please add this to global.css :
Code:
.quick_jump::before {
   content: "\f0a9";
   text-decoration: none;
   font-family: 'FontAwesome';
}

Yes this worked.

I've noticed that the .quickjump statement was already in global.css, but it was empty. I went ahead and replaced it with the code you provided.


RE: [Emerald 1.5] Quoted text doesn't have referred postid link - AmazOuz - 12-14-2017

Glad to see your problem corrected Smile