Page 1 of 1

adding maps with /xlist and click on mapname for users

Posted: 14 May 2017, 22:21
by aca
Hello,

in Maniaplanet3 I ran a server (Your Choice) with xAseco2 where every user could add maps by clicking on the mapname of an mx-map (after typing /xlist). It started a chat-based vote.

I tried to have the same in Maniaplanet4 with uaseco but a normal user gets the message "/ad is not currently enabled on this server."

I changed in config/rasp.xml:

Code: Select all

<feature_mxadd>true</feature_mxadd>
<feature_votes>true</feature_votes>
<mx_voteratio>0.5</mx_voteratio>
Maybe it's the following entry, which I don't quite understand:

Code: Select all

<!-- add - ignored, defined by <mx_voteratio> in rasp_settings.xml -->
<vote_ratio_add>1.0</vote_ratio_add>
Thx in advance for help!
Greetings,
aca

Re: adding maps with /xlist and click on mapname for users

Posted: 16 May 2017, 11:29
by aca
Found a solution with the current uaseco:

go to config/plugins.xml
un-comment

Code: Select all

<plugin>plugin.rasp_votes.php</plugin>	
and comment

Code: Select all

<!--	<plugin>plugin.vote_manager.php</plugin> -->