The Hotaru CMS software managing the JapanSoc Web site went through an important upgrade a while ago. This requires the URL pointing to the Electronic Voting Button (EVB), a.k.a. the "Soc It!" button, to be updated. There is no redirection from the old URL to the new one.

The code for displaying the EVB needs to be changed to the following:

<script type="text/javascript">submit_url = "URL OF THE POST";</script>
<script type="text/javascript" src="http://www.example.com/index.php?page=evb"></script>

For the case of JapanSoc, the URL for the new EVB is:
http://www.japansoc.com/index.php?page=evb

Site managers can also override the URL of the EVB by specifying a value for the japansoc_script_url variable in the settings.php file. The sample code below may be added in the aforementioned file:

$conf['japansoc_script_url'] = 'http://www.japansoc.com/index.php?page=evb';

The URL change in the Hotaru CMS is detailed at the address below:
http://hotarucms.org/showthread.php?229-EVB-(External-Vote-Button)-0-3

Comments

remi’s picture

Status: Active » Fixed

The URL has been updated in version 1.1.

remi’s picture

Status: Fixed » Closed (fixed)