huubnl
Forum Replies Created
-
Forum: Plugins
In reply to: [RSS Post Importer] Custom PostHi Camille,
I also would like the feed to be posted to other page and not the standard blog post.
Where could I change that in your code ?br
Huub
- This reply was modified 9 years, 2 months ago by huubnl.
Forum: Plugins
In reply to: [BulletProof Security] [Plugin: BulletProof Security] 403 after updatingGreat Thanks I will try that!
Forum: Plugins
In reply to: [BulletProof Security] [Plugin: BulletProof Security] 403 after updatingHi, Just did an update to 47.6, but still the same problem,; after updating I had to change the CHMOD from 404 to 644 again.
Didn’t you fix this ?Forum: Plugins
In reply to: [BulletProof Security] [Plugin: BulletProof Security] 403 after updatingHi ATIpro,
In the system Information the field “DNS Name Server:” is not filled in.
Server / Website IP Address, Host by Address and Public IP / Your Computer IP Address have a IP adress.. Do you need these instead ?
Can I sent you thos in a private mail ?Forum: Plugins
In reply to: [BulletProof Security] [Plugin: BulletProof Security] 403 after updatingJust did an update to .47.5 and I had the same problem. I got a 403. I changed the CHMOD from 404 to 644 and I could access the site again.
I thought you would fix the problem, what could be a solution for this ?I have:
Server Type: Apache
Operating System: Linux
Server API: cgi-fcgi – Your Host Server is using CGI.
Zend Engine Version: 2.3.0In general should the .htaccess file be CHMOD 664 ?
Forum: Plugins
In reply to: [Google Calendar Widget] [Plugin: Google Calendar Widget] map link in "where"Hi Daniel,
I found out how to open it in a new window:
////// // Insert here var link = document.createElement('a'); link.setAttribute('href', 'http://maps.google.com/maps?hl=en&q=' + locationString); link.setAttribute("target", "_blank"); var map = document.createTextNode(' map'); link.appendChild(map); locationDiv.appendChild(link); //////Good luck!