Hello.

I use Up/Down voting form and everything I can see is a standard form with 2 checkboxes and the button. I tried to use default and fsdailys styles but no success. Can you please tell me what I'm doing wrong?
Thanks in advance.

CommentFileSizeAuthor
vote.gif469 bytesMaxmyd

Comments

mercmobily’s picture

Hi

Did you follow the installation instructions for extra_voting_forms _precisely_?
It looks like you don't have this in your page.tpl.php file:

if(module_exists('extra_voting_forms')){ print extra_voting_forms_insert_js_css(); }

Please let us know,

Merc.

Maxmyd’s picture

Yes I did that and I have those lines in the HTML source:

<style type="text/css" media="all">@import "/modules/extra_voting_forms/widgets/fsdailys/extra_voting_forms_all.css";</style>

<script type="text/javascript" src="/modules/extra_voting_forms/extra_voting_forms.js"></script>

Looks like I did everything what you have said in the install.txt. Maybe there is something else to do?

Maxmyd’s picture

oops.... Sorry, my mistake. I didn't include following lines in the node.tpl.php:
<? if(module_exists('extra_voting_forms')){ print extra_voting_forms_show_form($comment, 'c', 1, 'big');} ?>
BTW IE7Pro plugin for Internet Explorer 7 won't show voting buttons images when its Ad filter is turned on. And this doesn't depend on widget you select (checked with default and fsdailys styles). Please consider this in next releases.

Thanks for your help

mercmobily’s picture

Status: Active » Fixed

Hi,

OK closing this issue.
About this:

"BTW IE7Pro plugin for Internet Explorer 7 won't show voting buttons images when its Ad filter is turned on. And this doesn't depend on widget you select (checked with default and fsdailys styles). Please consider this in next releases."

This is a bug in IE7pro -- I suggest you submit it to the IE7Pro people.

Merc.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

summit’s picture

Hi, For anybody who reads this. You need to add the:

<? if(module_exists('extra_voting_forms')){ print extra_voting_forms_show_form($comment, 'c', 1, 'big');} ?>

to every specific node-.tpl.php otherwise those nodetypes do not get the widget inserted. It looks abvious but it took me a couple of hours researching why the widget didn't come up on a certain nodetype.

greetings,
Martijn

chadchandler’s picture

Status: Closed (fixed) » Postponed (maintainer needs more info)

Latest Dev Version.

1.) Placed manually in node.tpl
2.) Did the jquery override (not big on this)
3.) 100% positive the content type was selected
4.) Ended up with the exact same as post 1 screenshot.

Where do you select the style you would like to use? e.g fsdaily, default, etc. Maybe that is what I'm missing?

mercmobily’s picture

Hi,

Can you please give me your URL?
The style to use is set in Admin -> Settings -> Extra Voting Forms. We have recently changed that code -- I am wondering if there's a problem there. Please play with the optons and report back.

Merc.

chadchandler’s picture

I'm using the dev version released 2 days ago. There is definitely no place in the admin to choose the style.

mercmobily’s picture

Hi,

It's the very first option:

"Widget directory:"

The option has always been there. The checkbox below it is new.

Merc.

chadchandler’s picture

I saw that, but I was under the impression that was if you wanted something other than the included 4 styles. "Default" is what I have in "Widget Directory" ... but the only thing being printed is the non javascript version (aka the 1st picture in this thread).

mercmobily’s picture

Hi,

Please send me your site's URL. A temporary working login/pass pair would also be highly appreciated -- email it to merc followed by "at" and then mobily1.com.

Bye,

Merc.

mercmobily’s picture

Hi,

Hello?

Merc.

chadchandler’s picture

Sorry have been on a 2 day leave. It was on a test server, I just uninstalled the module due to frusturation, and having to replace my jquery file. I don't mind trying again though, I'm 99% sure I had done everything correct. I did have 5star displaying on the node as well however.

mercmobily’s picture

Hi,

Please let me know if you are able to install the module on a public server with the problem showing, as this might help us find the bug.

If you're unable to do that, please close this bug... hopefully, if a bug is indeed there, somebody else will report it.

Bye,

Merc.

chadchandler’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)
mercmobily’s picture

Status: Closed (fixed) » Fixed

Hi,

Prodigy, you might want to know that this bug is now fixed.
To fix it, just change line 73 from:

< if ($widget_dir_themes===FALSE) {

To:

> if ($widget_dir_themes == FALSE) {

Bye,

Merc.

chadchandler’s picture

Confirmed that this is fixed. : )

mercmobily’s picture

Hi,

...really?

Merc.

chadchandler’s picture

Hey Merc,

Yes , replacing the === w/ == seems to have fixed this. Good job Mate!

mercmobily’s picture

Hi,

Ah... silly me, I am tired! :-D
I thought you were responding to a different issue...! :-D

Thanks for letting me know thought. And sorry for handling this so bloody porrly.

Merc.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.