Jump to content
  • 0

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


Question

Posted

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.

Recommended Posts

Posted

Anyone having this problem, THİS is your solution:

I've just fixed mine..
Here's my fix:

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

 

I had the same problem until 5 minutes ago and this guy saved my WHOLE time. Thank you!

Posted

1º - Import files to DB - \schemas\logindb

 

cp_v4p_sites

cp_v4p_votelogs

cp_v4p_voters

 

2º - Copy Folders

 

vote4points\themes\default\voteforpoints --->>>> to your gamecp theme folder (e.g. flux\themes\default\voteforpoints)

vote4points\modules\voteforpoints  --->>>> to your gamecp module folder  (e.g. flux\modules\voteforpoints)

 

3º - Login as ADM and add your sites.

 

I have TeamViewer installed.... if u need PM...

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...