Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~520 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Royal_3

hi programmers in the code below i want to use font awesome in comment out put , storyReactionNum >= 4 ? comment = 'HOT <i class="fa fa-star" aria-hidden="true"></i>' but the font awesome is display as text ,here is the full code <div class="comment-info"></div> <script> var storyReactionNum = {{STORY_REACTIONS_NUM}}; var comment; …

Member Avatar for Royal_3
0
262
Member Avatar for Royal_3

hi admin or others i want to use this script to display trading comment with number of comment in post eg 54=”veryhot” please check this script and correct error thanks <script> function myFunction() { var count = <?php echo $comment_num; ?>; if (count>=10) { document.getElementById( "Trending!!" );} else if ( …

Member Avatar for Cristian_1
0
258