Geansai
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Sidebar Menu] Notice: message, which I have fixedI’m using PHP 5.3.10-1, should really upgrade hehehehe.
Also I’m using WP 3.6 RC 2 beta as I’m getting ready for the release date 🙂 Thanks and great little plugin 🙂Forum: Plugins
In reply to: [Document Attachment Widget] additional file typesHi aous77,
Well not really, but if you post what types you would like to see added, I’ll try to get round to updating the plugin at some point.
Thanks, GOK, then that changes things a little, You would still write a script on the server (“YOUR SITE”) which will query the database to find all posts with the events type and return the JSON list of items. But as you would like this to be able to be used on just a HTML site you would have to think about maybe using jQuery Ajax to load in the JSON file.
You could then code the jQuery script so users could then cut and paste the code into their web page.
Have a look at this it’s along the lines of what the Jquery code may work like.
http://www.jquery4u.com/demos/ajax/ look at this section of the page: “This example loads the latest 5 pictures from Flickr that are tagged jQuery”.Also with regards to the links you have in your content are these meant to link back to your website or open in the area where the listing is displayed?
Would offer to code this for you, but I don’t think I’d bring it in on budget! But am happy to point you in a direction which may work for you!
Hi Alonso74,
Before I start just want to check if this is what you want to do!
You want to have a parent events site which any external site can pull the latest list of events from?If so, then I would suggest that on your main website to add a script which will query the database to find all posts with the events type and limit the results by say 5. Then this script should return this list of items as JSON / XML. Then you could build a plugin / widget which will call this JSON / XML feed and render the results within the widget.
Job done 🙂
Forum: Plugins
In reply to: [Document Attachment Widget] File types, and display orderResolved !!!!
Forum: Plugins
In reply to: [Document Attachment Widget] File types, and display orderNew Audio plugin developed, if you want to give it a go: http://wordpress.org/extend/plugins/audio-attachment-widget
Forum: Plugins
In reply to: [Document Attachment Widget] File types, and display orderHi Ike,
Great to hear that you have hacked the widget to be able to add your audio files, I’m don’t have any plans to add audio formats to the widget, but instead I’m going to run with your idea and develop a new audio attachment widget. This new widget will let you attach your audio in the same way, but when it comes to displaying it on the front end of the website it’s going to give you the option to play the file or download the file. So hold on for the beta release in the next couple of weeks! This will be a HTML5 widget so sorry only available to newer versions of internet explorer.Forum: Plugins
In reply to: [Document Attachment Widget] Improper html, major error.Hi Robert,
We have taken onboard your comments and have made the amends, which you have suggested, the HTML output now renders as so:<section class=”attachment_holder widget_document_attachments”>
<h3 class=”widget-title”>Document attachments</h3>
<ul class=”attachment”>
<li class=”msword”>
Download.doc
<span class=”filesize”> 21.50 KB</span>
<span class=”description”></span></section>
Many thanks for spotting this issue.
Thanks Andy for your comments and CSS, this has now been worked into the plugin.
resolved
Hi John,
Thanks for the wait, we have now added a input in the widget, which you can enter a value into ie (20) this will then limit the number of items which are returned.
Regards,
LawrenceHi John,
Nice to hear from someone who likes and is using the plugin. Things are a bit hectic in the office for the next week or so. But to answer your question YES I’ll work this option into the widget options so you can set how many items the widget returns. As mentioned bear with us, and will make these amends in a week or two.Thanks for your comment’s and Will let you know when the next version is out.
Lawrence
Thanks, for this when I get time I’ll look into this.
Right we have found the issues, it’s to do with the __construct within the class. It is calling WP_Widget, which we are guessing is killing WordPress v3.
We have changed it to parent::__construct which is all cool and working in WP 3, but we will have to rewrite the front-end of the widget, which doesn’t seem worth it. So sorry to say, please don’t use this plugin with older versions of WP.
to anyone else having this issue for now please review this http://wordpress.org/support/topic/fatal-error-allowed-memory-size-6?replies=13