Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

comments in group page

Asked Modified Viewed 853 times
X
xFlow
X
xFlow 10
  • Member, joined since
  • Contributed 56 posts on the community forums.
  • Started 25 threads in the forums
  • Started this discussions
asked
Member

Im using this code that members could write comments in other members profiles.

include INCLUDES."comments_include.php";
showcomments("U", DB_USERS, "user_id", $_GET['lookup'], FUSION_SELF."?lookup=".$user_data['user_id']);


When i write this code in profile.php it also shows "comment place" in groups pages.
http://img17.imageshack.us/img17/9451/bepavadinimone.jpg

But theres no abbility to write there anything. When i write anything & press "Send" it redirects me to index.php


So how to fix this that member could write comments there or take out those commets at all?
0 replies

2 posts

A
Ankur
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
answered
Veteran Member

If you are doing this in 7.02+ version, then add this code in profile.php before this Line :
[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]} elseif (isset($_GET['group_id']) && isnum($_GET['group_id'])) {[/syntaxhighlighter]

It should work... :-)
0 replies
X
xFlow
X
xFlow 10
  • Member, joined since
  • Contributed 56 posts on the community forums.
  • Started 25 threads in the forums
  • Started this discussions
answered
Member

Works fine, thank you.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 2 posts
  • Votes 0 votes
  • Topic users 2 members

2 participants

X
X
xFlow 10
  • Member, joined since
  • Contributed 56 posts on the community forums.
  • Started 25 threads in the forums
  • Started this discussions
A
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet