×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: [4.0 RC1] RSS button does nothing (solved)

[4.0 RC1] RSS button does nothing (solved) 14 years 1 month ago #9187

  • larsgreir
  • larsgreir's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
I have installed Joomlacomment 4.0 RC1 a week ago.
There is a RSS button in the right corner of the commentform, in the menu-line.
But nothing happens when you press it ( www.oravis.dk ).
I can't see where to deactivate the button in admin?

[4.0 RC1] RSS button does nothing (solved) 14 years 1 month ago #9190

  • JonusC
  • JonusC's Avatar
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 785
  • Thank you received: 48
It's a bug. You need to make a small change to the template code.

(1) Open this file for editing -
/components/com_comment/joscomment/templates/modern/index.html

(2) Search for this line...
<a id='JOOMLACOMMENT_RSS' onclick='{BUTTON_RSS_URL}' title='{_JOOMLACOMMENT_RSS}'>{_JOOMLACOMMENT_RSS}</a>
...and replace with this -
<a id='JOOMLACOMMENT_RSS' href='{BUTTON_RSS_URL}' title='{_JOOMLACOMMENT_RSS}'>{_JOOMLACOMMENT_RSS}</a>

Not sure how I let that one get through.

To disable the RSS button, it's in the Security tab as "Enable comment feed (RSS)".

*Moved to Bug Report forum and stickied, will be unstuck when RC2 is released*

[4.0 RC1] RSS button does nothing (solved) 14 years 1 month ago #9198

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
LOL onclick statement in the rss button? How did we end up with this in the trunk???
  • Page:
  • 1
Time to create page: 0.108 seconds