mattarg
Forum Replies Created
-
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Can I export results in an Excel file?You can use a plugin like SQL Reports to create an SQL Query and export to Excel from the query.
Forum: Fixing WordPress
In reply to: How to implement a group subscriptionthanks a lot – i’m having a look at some invite plugins as well – there are some that allow users to invite others to a blog – if I could limit the number of invites they have, and somehow tie the invite up to the premium role, it would work, except that when what wouldnt work is when the main account expires, the invited accounts would have to expire too.
Forum: Fixing WordPress
In reply to: How to implement a group subscriptionI’m not using any plugin at the moment – the website is running on an old CMS, which isn’t mobile friendly – which is one of the reasons I’m wanting to transfer across to WP.
Do you have any ideas? The product is a newsletter and helpdesk, obviously paid for, and we let a total of 6 people use the same subscription – obviously the main account holder, but then up to 5 others which the main account holder would add themselves.
Thanks a lot for your reply Marco. The content of my file is
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www2\.e\-thisisit\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.www2\.e\-thisisit\.com$
RewriteRule ^/?$ “http\:\/\/www\.e\-thisisit\.com\/” [R=301,L]The domain is www2.e-thisisit.com/dev
Can you see anything wrong with it? I’ve set the permalink settings to use post name.
Thanks a lot.
Sorry:
WordPress 4.1 running AccessPress Parallax theme.
osTicket-v1.9.5.1
Just in case that helps.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Show USERNAME instead of NAME in Leaderboardsorry – this is a sitewide problem not related to Wp-Pro-Quiz.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Leaderboard DisplayUse the shortcode: [WpProQuiz_toplist 1] – number 1 being your Quiz ID.
Forum: Plugins
In reply to: [WP-EMail] Send Button displays [object Object] instead of correct labelThis seems to be some conflict related to the Leads plugin
https://www.ads-software.com/plugins/leads/
I tried different themes and still got the error, it wasn’t until I started turning plugins off and back on that I realized it was the Leads plugin causing it.
This error was also showing happening in the WP-Pro-Quiz addin – some of the quiz questions requires users to complete missing parts of a sentence, and it was coming up with the same problem in these fields too.
Many thanks
Matthew
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Share results on Facebook/twitterAnother point – I modified the php file so it always shares the link to my home page. Out of the box it shares the link of the page the user clicked the link on.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Share results on Facebook/twitterSorry – a page with this twitter shortcode in it is:
https://assessments.e-thisisit.com/excel-2010-skill-test-businessperson-benchmark/
Forum: Fixing WordPress
In reply to: Multiple Reg Forms with Invite Code and profilesThanks a lot. In the end I used:
User Meta Pro (Paid version) – to create the different forms which also assigns profiles depending on what form the user registers on
Eyes Only: User Access Shortcode – to show different content based on the users profile
Secure Invites – to protect one of the registration forms so it’s by invite only
Forum: Plugins
In reply to: [WordPress Calls to Action] Ignore a link within a CTAThanks David.
As a workaround, I have inserted the element inside an iframe within the CTA.
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Share results on Facebook/twitterI’m using:
https://www.ads-software.com/plugins/inline-tweet-sharer/
It uses a Shortcode you can insert in the graduation box.
It doesn’t work with the variables from the quiz, but it automatically inserts a link to the quiz page so I’ve used tweets along the lines of:
“Just finished an Excel test – here’s the link, do it and lets compare scores”
My website is https://assessments.e-thisisit.com
I’m also using https://www.ads-software.com/plugins/wp-email/ to share the quiz url by email – in this case I have it set as “Challenge a friend” – they click the link, enter their friends email address and it sends them an email with a message challenging them to take the test as well and compare results.
Hope this helps.