×

Notice

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

TOPIC: Change positions of vote: yes/no buttons

Change positions of vote: yes/no buttons 11 years 6 months ago #17782

  • Igor Popovski
  • Igor Popovski's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 9
  • Thank you received: 0
Hello,

I'd like to change the ordering of the vote yes/vote no buttons.
At the moment, the ordering is Vote down, Vote up, I'd like to change it the other way around.

Can I get help which file should I edit?

Thanks!

Change positions of vote: yes/no buttons 11 years 6 months ago #17788

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey there!
go to
components\com_comment\classes\joomlacomment\JOSC_post.php line 248 and 248:
			$html .= $this->voting_cell('yes', $voting_yes, $id);
			$html .= $this->voting_cell('no', $voting_no, $id) ;
and just flip the lines.
Cheers,
Daniel
  • Page:
  • 1
Time to create page: 0.094 seconds