+ moviesdir Publicado 14 de Noviembre del 2017 Reportar Compartir Publicado 14 de Noviembre del 2017 (editado) Open /wp-content/themes/dooplay/inc/doo_links.php Find: $fico = DOO_GICO.$doma; Add After: $domn = ($type == __d('Torrent')) ? 'Torrent' : doo_compose_domainname($murl); Find: $out .= "<td><img src='{$fico}'> <a href='{$link}' target='_blank'>{$ltxt}</a></td>"; Replace with: $out .= "<td><img src='{$fico}'> <a href='{$link}' target='_blank'>{$domn}</a></td>"; Your post links will look like this: Editado 25 de Diciembre del 2018 por moviesdir updated to 2.2.3 1 1 Enlace al comentario Compartir en otros sitios web More sharing options...
+ Said Publicado 3 de Julio del 2018 Reportar Compartir Publicado 3 de Julio del 2018 On 11/14/2017 at 8:44 AM, moviesdir said: echo '<td><img src="'. DOO_GICO. saca_dominio($url). '"> <a href="'. $permalink. '" target="_blank">'. $type. '</a></td>'; replace with the same code??? Enlace al comentario Compartir en otros sitios web More sharing options...
+ Akai Publicado 21 de Diciembre del 2018 Reportar Compartir Publicado 21 de Diciembre del 2018 (editado) On 11/14/2017 at 4:44 PM, moviesdir said: Open /wp-content/themes/dooplay/inc/doo_init.php Find: $permalink = get_permalink( $p->ID ); Add After: $domain = str_ireplace('www.', '', parse_url(dt_post_meta( $p->ID, 'links_url' ), PHP_URL_HOST)); Find: echo '<td><img src="'. DOO_GICO. saca_dominio($url). '"> <a href="'. $permalink. '" target="_blank">'. $type. '</a></td>'; Replace with: echo '<td><img src="'. DOO_GICO. saca_dominio($url). '"> <a href="'. $permalink. '" target="_blank">'. $domain. '</a></td>'; Your post links will look like this: Still work with dooplay 2.2.3 ?? Editado 25 de Diciembre del 2018 por Akai Enlace al comentario Compartir en otros sitios web More sharing options...
+ Arlin360 Publicado 25 de Diciembre del 2018 Reportar Compartir Publicado 25 de Diciembre del 2018 @Akai hola, he buscado ese código y no doy con él... si podría compartir las líneas en la cuales lo encontró... Enlace al comentario Compartir en otros sitios web More sharing options...
+ Akai Publicado 25 de Diciembre del 2018 Reportar Compartir Publicado 25 de Diciembre del 2018 14 hours ago, Arlin360 said: @Akai hola, he buscado ese código y no doy con él... si podría compartir las líneas en la cuales lo encontró... i am sorry.. i am asking if this code work with latest dooplay Enlace al comentario Compartir en otros sitios web More sharing options...
+ moviesdir Publicado 25 de Diciembre del 2018 Autor Reportar Compartir Publicado 25 de Diciembre del 2018 16 hours ago, Arlin360 said: @Akai hola, he buscado ese código y no doy con él... si podría compartir las líneas en la cuales lo encontró... 2 hours ago, Akai said: i am sorry.. i am asking if this code work with latest dooplay I just updated the first post. Please check again. Enlace al comentario Compartir en otros sitios web More sharing options...
+ Akai Publicado 27 de Diciembre del 2018 Reportar Compartir Publicado 27 de Diciembre del 2018 On 12/26/2018 at 4:27 AM, moviesdir said: I just updated the first post. Please check again. thanks for the code... Enlace al comentario Compartir en otros sitios web More sharing options...
+ Noumad Publicado 8 de Marzo del 2019 Reportar Compartir Publicado 8 de Marzo del 2019 Hi everybody thank you for the tutorial but I test on the back version and it does not work Enlace al comentario Compartir en otros sitios web More sharing options...
+ Akai Publicado 26 de Marzo del 2019 Reportar Compartir Publicado 26 de Marzo del 2019 (editado) On 11/14/2017 at 4:44 PM, moviesdir said: Open /wp-content/themes/dooplay/inc/doo_links.php Find: $fico = DOO_GICO.$doma; Add After: $domn = ($type == __d('Torrent')) ? 'Torrent' : doo_compose_domainname($murl); Find: $out .= "<td><img src='{$fico}'> <a href='{$link}' target='_blank'>{$ltxt}</a></td>"; Replace with: $out .= "<td><img src='{$fico}'> <a href='{$link}' target='_blank'>{$domn}</a></td>"; Your post links will look like this: work like carm can we change text tab download torrent watch online ? i like to change High quality, medium quality, low quality Editado 26 de Marzo del 2019 por Akai Enlace al comentario Compartir en otros sitios web More sharing options...
+ tvparapobres Publicado 12 Noviembre Reportar Compartir Publicado 12 Noviembre Hello, I would like to know if it is possible to display the download links only for registered members of the site? https://tvparapobres.com/filmes/argonautas-herois-do-olimpo/ Enlace al comentario Compartir en otros sitios web More sharing options...
+ moviesdir Publicado 12 Noviembre Autor Reportar Compartir Publicado 12 Noviembre 5 minutes ago, tvparapobres said: Hello, I would like to know if it is possible to display the download links only for registered members of the site? https://tvparapobres.com/filmes/argonautas-herois-do-olimpo/ Yes it is possible. https://developer.wordpress.org/reference/functions/is_user_logged_in/ Enlace al comentario Compartir en otros sitios web More sharing options...
+ tvparapobres Publicado 12 Noviembre Reportar Compartir Publicado 12 Noviembre 11 minutes ago, moviesdir said: Sim, é possível. https://developer.wordpress.org/reference/functions/is_user_logged_in/ Thanks, I just wanted to hide the "download links" section. That only registered members of the site could see. I think this is only possible by messing with the theme. Enlace al comentario Compartir en otros sitios web More sharing options...
Publicaciones recomendadas