murrayzz1
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: PollDaddy Polls & Ratings] remove the text :”You need to input yourHi Eion
Thanks for your help. Turns out this was something really simple. The link that is created if the PollDaddy details are not entered is /edit.php?page=polls, so this was failing because with the application being hosted within Joomla, that page doesn’t exist so it defaults to the home page.
This link is intended to link to the “Polls” page, so it is simple enough to just select that from the left menu, where the PollDaddy details can be entered.
Cheers
Murray
Forum: Plugins
In reply to: [Plugin: PollDaddy Polls & Ratings] remove the text :”You need to input your.
Forum: Plugins
In reply to: [Plugin: PollDaddy Polls & Ratings] remove the text :”You need to input yourHi
I have a similar issue. I am running WordPress inside the Joomla framework using CorePHP’s “WordPress in Joomla” component.
I have installed the PollDaddy plugin, but the link to the page where you input the account details doesn’t work inside this framework.
I have noticed a file called polldaddy.php which has a line of code which says:-
// You can hardcode your PollDaddy PartnerGUID (API Key) here
//define( ‘WP_POLLDADDY__PARTNERGUID’, ‘12345…’ );If I un-comment this line and input the client’s API key, will that work?
Any assistance you could offer would be great.