inherit
214852
0
Feb 4, 2016 21:20:58 GMT -8
Shinobi
767
October 2014
martinengo
|
Post by Shinobi on Mar 3, 2015 15:13:23 GMT -8
The second one
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 3, 2015 15:21:15 GMT -8
The second message should already be showing when editing a post based on the code you have. Can you link to a page where it's not showing?
|
|
inherit
214852
0
Feb 4, 2016 21:20:58 GMT -8
Shinobi
767
October 2014
martinengo
|
Post by Shinobi on Mar 3, 2015 15:30:23 GMT -8
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 3, 2015 15:33:46 GMT -8
If you're editing the first post of the thread the route name is edit_thread so you'd need to add that in as well if you want that affected.
|
|
inherit
214852
0
Feb 4, 2016 21:20:58 GMT -8
Shinobi
767
October 2014
martinengo
|
Post by Shinobi on Mar 3, 2015 15:43:16 GMT -8
Awesome, thank you!
|
|
inherit
214852
0
Feb 4, 2016 21:20:58 GMT -8
Shinobi
767
October 2014
martinengo
|
Post by Shinobi on Apr 26, 2015 21:48:48 GMT -8
Brian I'm using the code below but the <ul><li> or <font size="30"></font> aren't working, and I don't understand why. I know this is an old post and I'm not sure if I should comment here, in case I'm not allow to, I apologize. I changed the content that's not working to green color. Here you can test it: phrpg.freeforums.net/thread/new/92Here's an image of what it's shown: i.gyazo.com/0e4b6a92ee4917b5dc7a566608b3154f.png<script type="text/javascript"> // Reply page message $(document).ready(function(){ if(pb.data('route').name == "new_thread" || pb.data('route').name == "new_post" || pb.data('route').name == "quote_posts") { $('.subject_line').after('<div class="content-box support-reply-info" style="padding: 10px; font-size: 14px; border-width: 3px;"></div>'); if(pb.data('route').name == "new_thread") $('.support-reply-info').css('border-color','#a00').append('<b><font color="red"><p style="font-size: 14px"><center> <font size="30">¡LEER ESTO, MUY IMPORTANTE! </font></center></p></font></b><br>Estás a punto de crear un tema de encuentro pokémon, una de las más grandes novedades de esta versión de PHRPG.<br><br>Una vez que crees el tema, verás un resultado parecido al de esta imagen: IMAGEN<br><br>Antes de explicar a más detalle que contiene este sistema, debes tomar en cuenta normas de mucha importancia en los temas de encuentro para evitar posibles repercusiones, ya que son aspectos que podrían desbalancear la jugabilidad y dar paso a abusos.<br><br><u><b>NORMAS</b></u> <ul><li>No aprovecharse de bugs o fallos del foro en ninguna circunstancia.</li><li>Presiona enter una vez en "Create Thread", no lo hagas de forma repetitiva y evita crear temas de forma tan seguida para evitar inconvenientes con el foro.</li><li>Si un mismo resultado idéntico es publicado (generalmente de forma seguida), se gastará como parte del límite de encuentros diarios y solo contará la última publicación repetida. Si se usan Poké Ball de cualquier tipo en temas previos, la captura no será legalmente válida, pero se perderán las Poké Ball (y sus variantes).</li><li>No editar y/o eliminar el tema que has creado. Es necesario que se mantenga como registro. Este punto es fácilmente detectable por los STAFF del foro y puede conllevar a penalizaciones.</li></ul><br><br>También recomendamos leer la página principal del SISTEMA DE ENCUENTRO Y CAPTURA (FORO) para aprender más sobre el sistema. Una vez que crees el tema, también tendrás texto guía el cual te recomendamos leer, sobre todo si es tu primera vez participando en encuentros por foro. Sabemos que hay que leer un poco, pero no es una lectura constante, una vez que comprendas lo que equivaldría a unas cuantas páginas de un libre (no más de 15), podrás probablemente considerarte un veterano del sistema del juego. <br><br>Más abajo deberás confirmar que has leído todo el contenido de arriba y que, en caso de incumplir una norma aquí estipulada o que concierna al sistema de encuentro y captura, podrás ser penado basado en el sistema de sanciones o inclusive la decisión administrativa. <br><br><center><b><font color="red">¡Vamos a pasarla bien jugando de forma justa y sin trampas! </font></b></center>'); else $('.support-reply-info').css('border-color','#a00').append('Please only respond to this thread if you\'re helping the user who created the thread or you are the thread creator.<br /><br />If you\'re not the thread creator and you need help with your own issue (even if it\'s the same as the issue described in this thread) please <a href="/thread/new/'+proboards.data('page').board.id+'">create your own thread</a>.'); } }); </script> Thank you!
|
|