Jump to content
  • 0

Flux-CP Addon V4P, problem with voting sites listing!


Keitaro Urashima

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   1
  • Joined:  05/13/12
  • Last Seen:  

Hello everyone!

After installing the V4P Addon to my CalciumKid's Flux-CP, I'm able to create a new voting site and it appears to work perfectly (it adds to the cp_v4p_sites database and lists on the Edit/Delete option as well).

But it doesn't show on the "Voting Sites" buttom for the people (me or anyone else) to vote! It only shows "No Voting Sites" as if I didn't add any Voting Site =/ I think it's a listing problem in:

addons/voteforpoints/themes/default/voteforpoints/list.php

<?php if($vp): ?>

[...]

<?php if(!$vp): ?>
<br/>
<i>No voting sites found</i>
<?php endif; ?>

[...] = Normal content. Didn't copy because it would get too long, but I haven't change anything in any voteforpoints addon file.

What does "<?php if($vp): ?>" stand for? What condition is that? My V4P addon is either ignoring or not finding that condition to show the Voting Sites on the list for the players to vote.

Thank you for your time,

Keitaro.

Link to comment
Share on other sites

Recommended Posts


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   1
  • Joined:  05/13/12
  • Last Seen:  

Bump! Still can't use the V4P system with CalciumKid's FluxCP. I had not tested it with the normal FluxCP yet, but i guess it has nothing to do with the group_id modification.

Sorry for double post!

Edited by Keitaro Urashima
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.03
  • Content Count:  569
  • Reputation:   11
  • Joined:  11/24/11
  • Last Seen:  

@bump

same here.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   1
  • Joined:  05/13/12
  • Last Seen:  

@bump

No help? T.T

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   1
  • Joined:  05/13/12
  • Last Seen:  

Bump! Sorry, no solution yet T.T

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  707
  • Reputation:   168
  • Joined:  01/26/12
  • Last Seen:  

Hi Keitaro Urashima,

Where did you get the V4P script from? Was it the paid one from Paradox, or somewhere else?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   1
  • Joined:  05/13/12
  • Last Seen:  

Hello Asura,

I got it from here: http://rathena.org/board/topic/60640-fluxcp-addon-vote-for-points/

I also posted there for support, but JayPee didn't answer it yet. Do you have any links for mr Paradox's V4P script descriptions so that I can consider buying it? Or any contact info...

Thank you for the answer,

Keitaro.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  185
  • Reputation:   26
  • Joined:  12/07/11
  • Last Seen:  

hello Keitaro

<?php if($vp): ?> will check if $vp variable have a Value it (will return TRUE if it have) , type = Array

you can find $vp variable in addons\voteforpoints\modules\voteforpoints\list.php , index.php..

Acctually addons/voteforpoints/themes/default/voteforpoints/list.php will show in Edit - Delete Voting Site

addons/voteforpoints/themes/default/voteforpoints/index.php is responsible for that.

so I conclude that something wrong w/ your index.php cause its working fine in Edit - Delete Voting Site right?

I gues..

/heh

Just Correct me if im wrong..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   1
  • Joined:  05/13/12
  • Last Seen:  

@Gerome

You're right about that Gerome. The problem must be in addons/voteforpoints/themes/default/voteforpoints/index.php as that's the path for the exhibition of the Vote Sites the user added by using the Add function.

But the problem is: my index.php remains intact since I downloaded the V4P addon. Why isn't it working for me (and some other users), but works for the most?

Thank you for your answer,

Keitaro.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  59
  • Reputation:   0
  • Joined:  05/26/12
  • Last Seen:  

Hmm. Yea, me too! It appear "No voting sites found" after i did fill out the form to submit Voting site. Anyone who can help us?

no1rt.png

no2k.png

no3m.png

Thanks. /ok

Edited by Rabbit
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  185
  • Reputation:   26
  • Joined:  12/07/11
  • Last Seen:  

ok.. Try this..

Replace your addons/voteforpoints/modules/voteforpoints/index.php with this one index.php

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  59
  • Reputation:   0
  • Joined:  05/26/12
  • Last Seen:  

ok.. Try this..

Replace your addons/voteforpoints/modules/voteforpoints/index.php with this one index.php

I replace the index.php from you to the right place and it made some changes. You need to be logged to see Vote for Points, am i right? Same result "No voting sites found" even i log-in twice, it doesn't make any change at all. It is like, it couldn't save my setting even i'd add New voting Site and submit them. But hey, thanks for helping us. /no1

Any other solution? /ok

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  185
  • Reputation:   26
  • Joined:  12/07/11
  • Last Seen:  

that's the solution i've made to Will Suranol..

maybe your not the same situation with him.. ok ill try another solution..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   1
  • Joined:  05/13/12
  • Last Seen:  

ok.. Try this..

Replace your addons/voteforpoints/modules/voteforpoints/index.php with this one index.php

I did that and it didn't solve the problem. I can see the Voting Site I created in the "Edit - Delete Voting Site" page as you can see in here:

semttulojce.png

But when I click on "Voting Sites" (on the main menu of my CP, Vote For Points - Voting Sites) as a normal member of my server would do, it appears:

semttulo2xn.png

Oh! And when I try to delete a voting site, it goes to a blank page with this adress: http://mycp.com/?mod...on=delete&sid=1

Thank you very much for trying to help me out here. I'm having a bad time trying to solve this problem by myself and had no results by this point... The worst part is that many members can actually use the V4P system with no problem at all! I really can't understand that, as I'm using a fresh clean CP (from here: https://github.com/c...fluxcp-renewal/) for test reasons. I also get a clean V4P addon everytime I'm about to try another thing (from here: https://github.com/mandark022/VoteForPoints).

Keitaro.

Edited by Keitaro Urashima
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  98
  • Topics Per Day:  0.02
  • Content Count:  299
  • Reputation:   5
  • Joined:  04/05/12
  • Last Seen:  

same problem

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  56
  • Reputation:   1
  • Joined:  05/10/12
  • Last Seen:  

Same here guys, that error occurs.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  59
  • Reputation:   0
  • Joined:  05/26/12
  • Last Seen:  

No solution until now? Hmmph..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  152
  • Topics Per Day:  0.03
  • Content Count:  569
  • Reputation:   11
  • Joined:  11/24/11
  • Last Seen:  

This is from Gerome index.php

it works fine for me. just replace your old index to this

addons/voteforpoints/themes/default/voteforpoints

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  59
  • Reputation:   0
  • Joined:  05/26/12
  • Last Seen:  

This is from Gerome index.php

it works fine for me. just replace your old index to this

addons/voteforpoints/themes/default/voteforpoints

Sorry for late reply. Still same, nothing happen. No Voting Sites. I'm using Calcium_Kid Renewal Flux CP. Wondering what is the major prob.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  185
  • Reputation:   26
  • Joined:  12/07/11
  • Last Seen:  

Hello Guys.. its hard to solve cause i can't produce the same problem with you! I solved wills Vote 4 Points because we used TeamViewer ..

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  59
  • Reputation:   0
  • Joined:  05/26/12
  • Last Seen:  

@Gerome :

TeamViewer installed. Could you help? :P

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  34
  • Reputation:   1
  • Joined:  05/13/12
  • Last Seen:  

@Topic

Since I got no solutions for this matter, I changed to another V4P addon.

May I say Xantara's V4P system is amazing, although it is paid. At least I've got support whenever I need.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  292
  • Reputation:   17
  • Joined:  12/12/11
  • Last Seen:  

I think you have installed the tables in the wrong sql.. :))

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  22
  • Reputation:   7
  • Joined:  06/22/12
  • Last Seen:  

I've just fixed mine..

Here's my fix:

PATH: /gamecp/addons/voteforpoints/modules/voteforpoints/index.php

index.php

  • Upvote 3
  • Like 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  54
  • Reputation:   1
  • Joined:  02/21/12
  • Last Seen:  

NPC not workin on me :D can you help me Gerome ?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   0
  • Joined:  06/19/12
  • Last Seen:  

THX to LeoThird. =) it works.. atlast!

Link to comment
Share on other sites

×
×
  • Create New...