How to: Integrate User Pro with Sahifa Theme Comments – UserPro Forums https://forum.userproplugin.com/forums/topic/how-to-integrate-user-pro-with-sahifa-theme-comments/feed/ Fri, 17 May 2024 08:41:15 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/how-to-integrate-user-pro-with-sahifa-theme-comments/#post-36946 <![CDATA[How to: Integrate User Pro with Sahifa Theme Comments]]> https://forum.userproplugin.com/forums/topic/how-to-integrate-user-pro-with-sahifa-theme-comments/#post-36946 Mon, 12 May 2014 15:11:57 +0000 Ananya Zaman Open up wp_list_comments.php file from dashboard>appearance>editor or from wp-contents/themes/sahifa/includes and replace all the texts with following code
http://pastebin.com/bueS7nn9

Now, user pro is fully integrated with sahifa comments. If you want to make the avatars round then open the style.css file and search for

Now replace the whole code with the following

Regards

]]>
https://forum.userproplugin.com/forums/topic/how-to-integrate-user-pro-with-sahifa-theme-comments/#post-36952 <![CDATA[Reply To: How to: Integrate User Pro with Sahifa Theme Comments]]> https://forum.userproplugin.com/forums/topic/how-to-integrate-user-pro-with-sahifa-theme-comments/#post-36952 Mon, 12 May 2014 15:55:22 +0000 Nexnivis AMAZING !

Thanks a lot Ananya. Sticky required for this post, Sahifa is one of the most used theme!

]]>
https://forum.userproplugin.com/forums/topic/how-to-integrate-user-pro-with-sahifa-theme-comments/#post-36953 <![CDATA[Reply To: How to: Integrate User Pro with Sahifa Theme Comments]]> https://forum.userproplugin.com/forums/topic/how-to-integrate-user-pro-with-sahifa-theme-comments/#post-36953 Mon, 12 May 2014 15:59:27 +0000 Nexnivis Just one thing : we don’t have post date in comments

]]>
https://forum.userproplugin.com/forums/topic/how-to-integrate-user-pro-with-sahifa-theme-comments/#post-36968 <![CDATA[Reply To: How to: Integrate User Pro with Sahifa Theme Comments]]> https://forum.userproplugin.com/forums/topic/how-to-integrate-user-pro-with-sahifa-theme-comments/#post-36968 Mon, 12 May 2014 17:42:33 +0000 Nexnivis Solved by adding <?php printf( __( '%1$s at %2$s', 'tie' ), get_comment_date(), get_comment_time() ); ?></a><?php edit_comment_link( __( '(Edit)', 'tie' ), ' ' ); ?>

]]>
https://forum.userproplugin.com/forums/topic/how-to-integrate-user-pro-with-sahifa-theme-comments/#post-37029 <![CDATA[Reply To: How to: Integrate User Pro with Sahifa Theme Comments]]> https://forum.userproplugin.com/forums/topic/how-to-integrate-user-pro-with-sahifa-theme-comments/#post-37029 Tue, 13 May 2014 07:06:16 +0000 Ananya Zaman Ok, here is the new code to replace wp_list_comments.php

http://pastebin.com/q7bx0mzP

and CSS

Replace with following

]]>