Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

JoomlaTune Support Forum    JComments component    General discussion    Topic: [SOLVED] No "Reply"-link for comments
Pages: 1 [2]   Go Down
  Print  
Author Topic: [SOLVED] No "Reply"-link for comments  (Read 7085 times)
0 Members and 2 Guests are viewing this topic.
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #15 on: October 02, 2009, 19:28:26 »

also discovered a bug in the Youtube-tag.
this isn't bug.. the tag works as it setup, because it set with Simple replacement syntax:
Code:
[youtube]http://www.youtube.com/watch?v={IDENTIFIER}[/youtube]

So this syntax would work only with links like: http://www.youtube.com/watch?v=wg8YYuLLoM0

If you want something more flexible - you can use regular expressions on the advanced replacement rules tab.
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
MulletMidget
Newbie
*

Karma: 0
Offline Offline

Posts: 12


« Reply #16 on: October 02, 2009, 19:34:09 »

I tried out the latest 2.1.0.8.
Now I have "Swedish" pre-selected in JComment settings and I can choose to only have mail sent to admin when a comment is reported. Excellent! Smiley
Logged
clone
Newbie
*

Karma: 0
Offline Offline

Posts: 6


« Reply #17 on: October 12, 2009, 22:04:15 »

Hi,

I seem to have similar problems... I can't see report link and voting (rating), the other stuff is not so important to me.

I'm trying to migrate to v 2.1.0.0 - english version, and i have turned, at least, voting on from the back end, and nothing is showing up.

Thanx,

Ivan
« Last Edit: October 12, 2009, 22:12:21 by clone » Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #18 on: October 13, 2009, 00:00:13 »

I can't see report link and voting (rating), the other stuff is not so important to me.
You can't see voting because it doesn't appears for commets leaved by youself, for comments leaved from same IP as yours, and if you haven't rights to vote...

The report link isn't availabe because this feature doesn't available in JComments 2.1.0.0, it will be available with new version of JComments (I hope in few days)...
Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
clone
Newbie
*

Karma: 0
Offline Offline

Posts: 6


« Reply #19 on: October 13, 2009, 00:26:50 »

Ok, thanks... maybe there should be the way to bypass the setting, since i need to tune the template at localhost first, before switching to live site, so, I'll never be able to see the rating feature...
Logged
smart
Administrator
Hero Member
*****

Karma: 160
Offline Offline

Gender: Male
Posts: 2559



WWW
« Reply #20 on: October 13, 2009, 00:58:29 »

maybe there should be the way to bypass the setting
Open file /components/com_jcomments/jcomments.class.php and replace:

Code: (php)
if ($this->userID) {
return ($this->canVote && $obj->userid != $this->userID && !isset($obj->voted));
} else {
return ($this->canVote && $obj->ip != $this->userIP && !isset($obj->voted));
}
with
Code: (php)
return 1;

Logged

If you use JComments, please post a rating and a review at the Joomla! Extensions Directory
clone
Newbie
*

Karma: 0
Offline Offline

Posts: 6


« Reply #21 on: October 13, 2009, 01:14:19 »

Thanx, I'll try it!
Logged
Pages: 1 [2]   Go Up
  Print  
JoomlaTune Support Forum    JComments component    General discussion    Topic: [SOLVED] No "Reply"-link for comments
 
Jump to: