Page 1 of 1

Posted: Tue Dec 29, 2009 11:59 am
by Eddy
Built with Extension Builder 2.0.2

Posted: Tue Jan 26, 2010 11:09 pm
by DarrenH
Hi Eddy

This is what I posted in the general section:

"When they enter the password they can then vote. But my problem is when a vote is taken, the page then goes back to the password protected page and says password not valid.

How can I overcome this? I know it's code related - maybe a session - any help or ideas?"

Someone best sumed up what I want to do in your star rater section:
brassnugget wrote:Great extension, really useful - just a thought, would be even better ( for my purposes anyway) if placing a comment required a login ie only registered members can place a rating.
That's what I want to do. Do you know how to achieve this??

Any ideas?

Thanks for the hard work and invluable contributions

Posted: Fri Jul 02, 2010 7:47 pm
by JimmyJazz
I'm also searching for a star rater combined with comment, is this achievable with this extension?

Posted: Sat Jul 03, 2010 7:02 am
by Eddy
Sorry DarrenH and JimmyJazz I do not know how to code php to make it work in password protected pages or how to combine a comment box with the star rater. :?

Re: 5 Star + Thumb + Hearts Rate Extension + translate varia

Posted: Sun Feb 27, 2011 3:57 pm
by BaconFries
@ carib64 » Fri Jan 14, 2011 4:40 pm
@ victoriaw » Mon Jan 31, 2011 2:39 pm

I have ben in contact with Eddy regarding the Extension and recieved a email today with the extension please note this was made for WB6.5 but it should work fine if it doesnt I will try and update with the extension builder using the files Eddy has provided please be patient as I am busy with work and other commitments...BF
Star Rater 800
http://www.mediafire.com/?bo4875r84kbkl5f

Re: 5 Star + Thumb + Hearts Rate Extension + translate varia

Posted: Sun Feb 27, 2011 8:35 pm
by BaconFries
Star rater I have uploaded a 800 version for user who need this Thanks to Eddy for supplying the extension to be used ....I had contact with him and he is busy with work so cannot get in forum as much as he would like but he will be back

Re: 5 Star + Thumb + Hearts Rate Extension + translate varia

Posted: Thu Mar 10, 2011 3:09 am
by JimmyJazz
Hi Baconfries,

I posted this on the extensions suggestion thread but it is about star raters.

"Just found this open source star rater using jquery, it is called:

RateIt - a jQuery (star) rating plugin

Can be found at this website:

http://rateit.codeplex.com/

I've downloaded two .js files, a css file & related star images but unfortunately I do not know how to implement it in wysiwyg

This is a recently developed script that is billed as being easy to implement (they not meet me before)

The script is highly configurable & would be of great benefit to the community if someone could develop this into an extension.

Hopefully someone can pick up on this."

......................................................

Maybe better to let go the old rater & start again, anyone with experience in creating extensions will probably get this up & running in no time at all, it gives some amazing options as well.

Re: 5 Star + Thumb + Hearts Rate Extension + translate varia

Posted: Thu Mar 10, 2011 8:14 am
by BaconFries
As I have mentioned in the previous other topic I am not taking over Eddys extensions...I am only trying to help were help can be given. I have taken a look at the Rateit script and it uses jQuery 1.4.3 at prescnt all WB jQuery and the majority of user made extension use jQuery 1.4.2 making them uncompatible with the Rateit script, so using with a extension/object that uses 1.4.2 will cause conflicts it would mean all WB jQuery objects/extension be updated to work with one script....

Re: 5 Star + Thumb + Hearts Rate Extension + translate varia

Posted: Thu Mar 10, 2011 8:41 am
by JimmyJazz
Aaaahhh, ok, I didn't realise there would be backward compatibility issues with the jquery script. I just thought I could upgrade & there would be no problem with existing scripts.

It may be a blessing I am not a developer :!:

Does anyone know how often jquery gets updated in web builder?

Re: 5 Star + Thumb + Hearts Rate Extension + translate varia

Posted: Thu Mar 10, 2011 11:19 am
by BaconFries
I cant say, but we will probably have to wait till the next major upgrade/update as WB has been using jQuery 1.4.2 since WB 7 was released last year but we can rely on Pablo if it is needed then it will be on the ro do list of improvments...

Re: 5 Star + Thumb + Hearts Rate Extension + translate varia

Posted: Tue Aug 23, 2011 6:31 pm
by BaconFries
Eddy the builder of the "Extension", is no longer a active member due to other comitments away from WB, so you will not recieve a anwser to your post from him.... looking at the source of the PHP it is possible for you to manually modify it and adding a height and width to the code to suit your requirements...

Re: 5 Star + Thumb + Hearts Rate Extension + translate varia

Posted: Tue Aug 23, 2011 7:44 pm
by BaconFries
You can either do it one of two ways either in a HTML Editor such a Notepad++ or you can modify through your cpanel once you have uploaded to your host server, before that we need to first install the extension on the page that you require it on, now save this...first way to modify is to browse to were you have saved to, look for the PHP file name rater.php open in Notepad++ and look for line 125 it should look like the code below once you have saved you can then upload...the second way is to upload all the files to your server ythe make the same changes through cpanel as described below..

Before
echo '<input type="submit" name="rate'.$rater_id.'" value="rate" style="font-size:12px;color:#FFFFFF;border: 2px solid #000000;background: #FFF000;font-family:Verdana" />';
After

Code: Select all

echo '<input type="submit" name="rate'.$rater_id.'" value="rate" style="font-size:12px;color:#FFFFFF;border: 2px solid #000000;background: #FFF000;font-family:Verdana";[color=#FF0000]width:56px;height:25px[/color]/>';

Re: 5 Star + Thumb + Hearts Rate Extension + translate varia

Posted: Mon Nov 21, 2011 1:30 am
by BaconFries
You should note that Eddy is no longer a active member of the forum so this will not be possible sorry...