Erba Posted April 12, 2013 Posted April 12, 2013 Help after i vote before it automatically gives cash points since april 5 but as i tested it now it doesnt give any cashpoints anymore even if you relogin.. how to fix this one? can you provide an error? i can't reproduce your problem. >No NPC? will work on it soon. i'm kind of busy lately it is just that after you vote a player cant gain cash points even if the player relogin
technoriot01 Posted April 12, 2013 Posted April 12, 2013 does this addon can support item id for the reward?
clerosheen Posted May 2, 2013 Posted May 2, 2013 the reward can't be obtained. can this problem fixed?
bankz213 Posted June 23, 2013 Posted June 23, 2013 can you help me with this ? " Import the sql files from schemas/logindb folder. " ... just new here T_T
solid2005 Posted June 24, 2013 Posted June 24, 2013 1.2 is buggy. on add the format of PHP was insert on textbox value. when add check on list showing the format of PHP and unable to delete on the list.
xRaisen Posted July 1, 2013 Posted July 1, 2013 (edited) 1.2 is buggy. on add the format of PHP was insert on textbox value. when add check on list showing the format of PHP and unable to delete on the list. agree, buggy. for testing purposes see below. dont mind the girl, see the return error. im on the List Voting Sites.i am using calciumkids cp. by the way, the girl isnt she cute? Edited July 2, 2013 by xRaisen
Vincent Posted July 12, 2013 Posted July 12, 2013 If i use the Plugin With Xantara's FluxCP the Area where i have to tip the name for site ect. have no name:
Taylor Posted July 15, 2013 Posted July 15, 2013 Hello Feefty, I'm really happy to use your addon, i have configured everything that I can (to the best of my knowledge) and all seems to be working except after I vote the image didn't change and the Vote Now didn't start the countdown. The thing is there's no error on the error log so i'm kinda lost. Hope you can help me with this.
Lynes Posted July 17, 2013 Posted July 17, 2013 working for me thx bro, i was searching a vote for cashpoint this is a good one thx =)
Erba Posted August 4, 2013 Posted August 4, 2013 bump for the issue for not gaining cashpoints after voting? there was no error occurred it is just that players wont gain anything after voting
marcorogeeh Posted August 8, 2013 Posted August 8, 2013 i need small flux cp only for register pls sorry my english is bad
Boy Posted August 22, 2013 Posted August 22, 2013 Hi any solutions for this vote point i try using the file but i cant delete and when i klik the banner nothing happen. please advise.
JLance Posted September 6, 2013 Posted September 6, 2013 Sorry for bumping this topic. I don't know where to post web resource support. I want to put Current cash points on my fluxcp voting index.php. Please help. let me know where and what to put. This is my index php <?php if (!defined('FLUX_ROOT')) exit; ?> <h2><?php echo htmlspecialchars(sprintf(Flux::message('VoteHeading'), $server->serverName)) ?></h2> <p class='message'><?= htmlspecialchars(Flux::message("VoteNotice")) ?></p> <?php if (!empty($errorMessage)): ?> <p class="red"><?php echo htmlspecialchars($errorMessage) ?></p> <?php elseif (!empty($successMessage)): ?> <p class="green"><?php echo htmlspecialchars($successMessage) ?></p> <?php endif ?> <?php if (count($votesites_res) !== 0): ?> <form action="<?php echo $this->urlWithQs ?>" method="post" class="generic-form"> <table class="horizontal-table vote-table"> <tr> <th>Voting Site</td> <th>Points</th> <th>Vote Time Interval</th> <th>Time Left</th> </tr> <?php foreach ($votesites_res as $row): ?> <tr> <td style="text-align:center"> <button type="submit" <?php echo (isVoted($row->id, $server) !== FALSE ? "disabled='disabled' ": "") ?>value="<?= (int) $row->id ?>" name="id" class="vote-button" style="background:none;border:none;<?php echo (isVoted($row->id, $server) !== FALSE ? "cursor:not-allowed;": "cursor:pointer;") ?>"> <img <?php echo (isVoted($row->id, $server) !== FALSE ? "style='opacity:0.3;filter:alpha(opacity=30)' ": "") ?>title='<?= htmlspecialchars($row->votename) ?>' src="<?php echo (is_null($row->imgurl) ? $this->themePath('img/').Flux::config('ImageUploadPath').'/'.$row->imgname : $row->imgurl) ?>" /> </button> </td> <td style="text-align:center"><?= number_format($row->votepoints) ?></td> <td style="text-align:center"><?php echo $row->voteinterval." ".((int) $row->voteinterval > 1 ? "Hours" : "Hour") ?></td> <td style="text-align:center"><?php echo (isVoted($row->id, $server) !== FALSE ? getTimeLeft(isVoted($row->id, $server)) : Flux::message('VoteNow')) ?></td> </tr> <?php endforeach ?> </table> </form> <script type="text/javascript"> $(function() { $('.vote-button').click(function() { var id = $(this).val(); var vote_sites = new Array(); <?php foreach ($votesites_res as $row): ?> vote_sites[<?= $row->id ?>] = "<?= htmlspecialchars($row->voteurl) ?>"; <?php endforeach ?> window.open(vote_sites[id]); }); }); </script> <?php else: ?> <p class='red'><?= htmlspecialchars(Flux::message("NoVotingSiteYet2")) ?></p> <?php endif ?>
Boy Posted September 6, 2013 Posted September 6, 2013 @Jlance Pls use this file maybe it will help u https://github.com/Feefty/FluxCP_Addons-VoteForPointsThe original post at here http://rathena.org/board/topic/80121-vote-for-points-for-fluxcp-free/#entry187141 #POST 17
JLance Posted September 6, 2013 Posted September 6, 2013 @Jlance Pls use this file maybe it will help u https://github.com/Feefty/FluxCP_Addons-VoteForPoints The original post at here http://rathena.org/board/topic/80121-vote-for-points-for-fluxcp-free/#entry187141 #POST 17 Thanks for the reply I'll try it. I really appreciate
Checkmate Posted September 12, 2013 Posted September 12, 2013 Hello all Can someone explain this to me Create a folder named votes or whatever name you use in the configuration and the path must for the folder be in /themes/default/img/ Cuz i got some misunderstanding with this... Btw... to use this v4p,did we must use the default theme of flux cp??.??
JLance Posted September 19, 2013 Posted September 19, 2013 bump for the issue for not gaining cashpoints after voting? there was no error occurred it is just that players wont gain anything after voting Now I have this problem
rmon008 Posted September 21, 2013 Posted September 21, 2013 (edited) Hello all Can someone explain this to me Create a folder named votes or whatever name you use in the configuration and the path must for the folder be in /themes/default/img/ Cuz i got some misunderstanding with this... Btw... to use this v4p,did we must use the default theme of flux cp??.?? just go to fluxcp/themes/default/img create a folder name it votes. that's it, because that is where the picture be uploaded when you create a vote list Edited September 23, 2013 by rmon008 1
AimHighOlongapo Posted September 26, 2013 Posted September 26, 2013 (edited) Edited September 26, 2013 by AimHighOlongapo
Feefty Posted September 26, 2013 Author Posted September 26, 2013 Updated - Check https://github.com/Feefty/FluxCP_Addons-VoteForPoints
Boy Posted September 27, 2013 Posted September 27, 2013 Hi Feefty how can i fix this error /cp/?module=vote
Sleipnir Posted October 11, 2013 Posted October 11, 2013 (edited) I'm having this problem, could someone help me? Edited October 11, 2013 by Sleipnir
retroflav Posted October 12, 2013 Posted October 12, 2013 Basically, nothing happens after voting, how to check if i get the points?
Recommended Posts