If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Email and ip-adress  XML
Forum Index » Support Forum
Author Message
Anonymous



I dont want to show the email and ip-adress when showing comments in advanced poll v2.03 (db).
Is that possible and how would i do that?
I already tried to alter the poll_comment.html file in the templates dir, but that doesn't seem to do anything
Anonymous



Yeti wrote:I dont want to show the email and ip-adress when showing comments in advanced poll v2.03 (db).
Is that possible and how would i do that?


Ditto
Anonymous



Try taking the following lines out of include/class_pollcomment.php

$data['host'] = $this->comment_data[$poll_id]['host'][$i];
$data['browser'] = htmlspecialchars($this->comment_data[$poll_id]['browser'][$i]);

and

$data['email'] = $this->comment_data[$poll_id]['email'][$i];

it seems to work
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum