+ moviesdir 18 Report post Posted November 14, 2017 (edited) 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: Edited December 25, 2018 by moviesdir updated to 2.2.3 1 1 Share this post Link to post Share on other sites
+ Said 0 Report post Posted July 3, 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??? Share this post Link to post Share on other sites
+ Akai 38 Report post Posted December 21, 2018 (edited) 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 ?? Edited December 25, 2018 by Akai Share this post Link to post Share on other sites
+ Arlin360 12 Report post Posted December 25, 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ó... Share this post Link to post Share on other sites
+ Akai 38 Report post Posted December 25, 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 Share this post Link to post Share on other sites
+ moviesdir 18 Report post Posted December 25, 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. Share this post Link to post Share on other sites
+ Akai 38 Report post Posted December 27, 2018 On 12/26/2018 at 4:27 AM, moviesdir said: I just updated the first post. Please check again. thanks for the code... Share this post Link to post Share on other sites
+ Noumad 3 Report post Posted March 8, 2019 Hi everybody thank you for the tutorial but I test on the back version and it does not work Share this post Link to post Share on other sites
+ Akai 38 Report post Posted March 26, 2019 (edited) 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 Edited March 26, 2019 by Akai Share this post Link to post Share on other sites