EG-Attachments adds a shortcode to display the list of attachments of a post. Wordpress allows to attach files to a post, but it doesn’t provide any features to display these files. EG-Attachments displays attachments as you want: you can choose the attachments you want to display, choose the size of icons, … The list can contain information such file type, file size, title …
Description
EG-Attachments add a new shortcode [ attachments]. This shortcode can be used with many options.
But you don’t need to know all of these options, because the plugin is “TinyMCE integrated” : from the post editor, just click on the EG-Attachments button, and a window allows you to choose documents to display, title of the list, size of icons … Nothing to learn.
This button is only available with WordPress 2.7 and above.
You can insert the shortcode by hand if you want, or use it in a template using the do_shortcode function. You can use also the function Auto shortcode, available since version 1.2.0. This function allows you to add automaticaly the list of attachments in each post, without using shortcode or template tag. This option can be activated in the settings page.
Installation
- The plugin is available for download on the WordPress site,
- Once downloaded, uncompress the file
eg-attachments.zip, - Copy or upload the uncompressed files in the directory
wp-content/pluginsin your WordPress platform - Activate the plugin, in the administration interface, through the menu Plugins
The plugin is now ready to be used.
You can also use the WordPress 2.7 features, and install the plugin directly from the WordPress interface.
You can download this plugin with the WordPress plugin repository.
Usage
EG-Attachments can be used:
- in a post, where you can insert the shortcode
[ attachments <options>], - in a template file (during a theme development), you can insert the following code
shortcode’s options are:
- size: size of the icons. Possible values are large, medium, or small. Default value is Small,
- docid: comma separated list of the attachments’ ids. Default value: nothing, display all attachments. You can use also two keywords,
firstandlastto display only the first or only the last item. - orderby: Sort key. Possible values are ID or post_title, but also ASC et DESC. Default value is post_title ASC,
- title: Title displayed before the list. This option is not mandatory. The default value is ”,
- titletag: HTML tag to be used with title value. Default value is h2,
- label: choice of document label. Possible values: filename or doctitle. Default value: filename,
- force_saveas forces the browser to show the dialog box (Run / Save as) rather than display attachment. Values: true or false. Default: the default value is defined in the Settings page in administration interface.
Exemples
Advanced usage
You can modify the list style, by modifying the eg-attachments.css style sheet.
This stylesheet is stored in the root directory of the plugin. But you can create a file with the same name in your template directory.
To modify the existing icons, or modify some of them, you can modify or add bitmap files in <PLUGINDIR>/eg-attachments/images directory.
Comments & trackbacks
Comments
103 responses
Trackback / Pingback
2 trackbacks/pingbacks.
-
[...] EG-Attachments plugin pour wordpress [...]
-
[...] EG-Attachments plugin pour wordpress | Emmanuel GEORJON Un super plugin pour afficher les fichiers attachés à vos articles Wordpress (tags: wordpress plugin attachements fichiers) [...]






Français
baron
18:52
hi. Thanks for plugin
perfect.
Regards
David Conrad
07:36
This is a great plug-in! One question – with the “small” setting – is it possible to change the text label to be the user-defined “Title” instead of the file name?
Emmanuel
09:22
Good idea, I will add this option in the next version.
slowhome
20:17
Is there a delay between the time that a file is added to the Media Library and when it shows up in the Document List of EG Attachments?
I’ve added some files to the Media Library and they aren’t showing up?
Emmanuel
00:31
No delay. The plugin just requests database.
Perhaps a delay of 15 minutes if you use a cache plugin.
If you don’t solve the problem, could you send me the list of your documents (name + extension).
Emmanuel
01:12
I am just publishing a new version without cache management (version 1.1.1).
I will add the cache management in a next version.
Hope it will solve your problem
Wawansky
02:04
Hi, Emmanuel..
This plugin is what I’ve been looking for. I’ve installed it, downloaded from wordpress plugin site (v1.1.1). It has been activated. But unfortunately, I can’t find the TinyMCE button/icon you mentioned above. I wonder what could’ve been wrong? By the way, i’m using 2.7. Any help would be greatly appreciated..
Thanks!
Emmanuel
09:40
Do you use plugins such as Advanced TinyMCE or WP Super Edit?
Could you give me the list of your active plugins?
Ross
18:06
Great plugin! Is it possible to make this plug-in automaticly show all the attachment on a page? What do I put in my template file??
Ross
18:27
I have tried adding:
to my template, but none of my attachments show up on the page??
Ross
18:29
Sorry cant seem to get my code into the post, but ive added the do_shortcode with no options so the default should be to show all attachments
Emmanuel
20:35
Hi Ross,
In the file single.php of your templates, you can add the following code:
<?php echo do_shortcode('[attachments title="Test"]'); ?>This will display the list of attachments with the title “Test”. You can use any of the shortcode options.
Ross
01:26
Got it working now! Thank you very nuch for the plug!
Luc
11:18
Hello Emmanuel
Same problem here : the icon doesn’t display in éditor (and by hand short code doesn’t work either)/
WP: 2.7.1
Plug ins :
Akismet 2.2.3
All in One SEO Pack 1.4.7
EG-Attachments 1.1.1
Facebook Connector 1.2.1
GigPress 1.4.4
Google Analytics for WordPress 2.7
Google XML Sitemaps 3.1.2
Lightbox 2 2.0.2
SABRE 0.8.1
Seesmic WordPress plugin 0.1.6
Sociable Zyblog Edition 2.0.12
Thumbnail For Excerpts 1.3
Viper’s Video Quicktags 6.1.15
WordPress.com Stats
Emmanuel
14:40
Could you send me the list of your active plugins, i will try to simulate your installation, to find what happen!
When you say “shortcode doesn’t work”, do you see the shortcode [ attachements ...] ? or is there nothing?
Emmanuel
22:18
Ok, I think I found the bug.
I published the version 1.1.3. I hope all is working properly now.
I have a question: do you use custom wp-content directory?
ross
23:28
I’d love to have a shortcode for showing only the latest attachment for a page. Or is this possible as it is now??
Andrew
23:44
Is there a way to make the attachments where clicking wll force a download dialog box, rather than the user having to right click and save target as?
Emmanuel
21:26
I am preparing a new version, I will add this feature.
An another way could be use specific htaccess rules
veeco
22:05
The shortcode orderby is not working for me. I can’t get any of the values to work. I want to sort by ID but no orderby options are working. It is sorting by the order I added the files by default.
Emmanuel
11:06
Two errors:
the documentation is not clear (readme.txt),
there is a bug in the shortcode function.
With the version 1.2.1 (available soon in the wordpress repository), the orderby option will run properly.
You can sort with key
ID, title, dateormime, and choose the order withASCandDESC.The default is: title ASC.
Examples of use:
orderby=”mime desc” to sort with mime_type, in descending order,
orderby=date to sort with date field, in ascending order.
veeco
15:37
Thank you for the response. I tried version 1.2.1 and now only 5 of my 13 documents show up, no matter what options I select.
Emmanuel
16:35
Do you have image (jpeg, png, gif, …) in your attachments?
veeco
18:08
All of my attachments are PDF.
Emmanuel
19:07
Very sorry for this new error.
I found the bug. I am checking again the plugin before publish it. Hope be ready tomorrow morning (GMT+1)
Avinash
10:21
Hi,
I haven’t launched my site yet but I’ll be using your plugin. I just wanted to thank you and tell you how amazing it is. Solves a lot of my issues.
Can you also consider making a plugin/modifying this one to autogenerate a pdf of the post?
Merci beaucoup mon ami.
Emmanuel
14:02
Thanks a lot.
I don’t plan to develop a plugin to generate PDF file from posts.
But some plugins already exist such as Post2PDF, or Article2PDF
Lethe
15:15
Hello I’ve just upgraded this wonderful plugin to verison 1.2.2 but as soon I’ve done this when I try to activate it I get an error saying “T_SL eg-attachments.php on line 34″, this used to work like a charm before the update so I can’t understand what went wrong, I’m running wordpress 2.7.1.
Thanks in advance L.
veeco
15:51
Emmanuel, thank you for all your hard work and quick response time!
I just updated to 1.2.2 and I receive the following error when trying to activate the plugin:
Parse error: syntax error, unexpected T_SL in eg-attachments.php on line 34
I went into that file and deleted lines 34, 36, 37, 38.
The plugin activated and then upon going to my site I got the error:
Parse error: syntax error, unexpected T_SL in eg-attachments-public.inc.php on line 188
I then went into that file and deleted line 188, and lines 197-205. The plugins works but the orderby does not.
I’m not sure why this code is there, causing errors:
<<<<<<>>>>>> .r99697
veeco
15:54
My apologies, the orderby DOES work (my IDs weren’t set correctly).
So I guess remove that code mentioned above and it will work!
Lethe
16:37
Well I guess you can ignore my previous comment as I followed veeco’s instructions and been able to get the plugin back to work
Thanks a lot it really rocks and I love it
Lethe.
Emmanuel
16:46
@Veeco
@Lethe:
There was an incident during the publication of the version 1.2.2.
I don’t know how to use SVN very well. The tool added some lines at the begin of the file eg-attachment.php
I push a new set of file with version number 1.2.3
asd
09:14
not perfect… could you add hit counter…? how many time the file has been download.
Emmanuel
16:53
I already thought of this feature, but it will need to store the counters somewhere.
If you already use Google Analytics to follow the traffic of your blog, you can easily add some javascript to follow downloads.
or you can use existing “Google analytics plugins”
glerm
01:25
Hi,
good job. thanks a lot.
Could we show the “Description” field of the attachment inside the containers?
glerm
01:34
I mean: the field shown as description at the container is in fact the Label field, isn’t it? Threś another field with more words that could show in that place.
Emmanuel
18:38
The choice of field will be included in the next version.
Anthony Dubois
11:31
Hi,
I try to upgrade, but,
I get: Warning: Call-time pass-by-reference has been deprecated,
with the 1.2.3 version, but not with the old 1.1.4 version
my system: wordpress 2.7.1 and php 5.2.6
any idea to solve this ?
thanks
Emmanuel
15:47
Could you give me the whole message (with function and line number)?
Thanks
Anthony Dubois
20:39
J’avais pas vu le français :O)
bon alors voilà :
Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of method_exists(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/www/74daa4f7126c2f9b51e7dd7637d78296/web/cms/wordpress/wp-content/plugins/eg-attachments/lib/eg-forms.inc.php on line 261
Le plugin semble marcher quand même, et l’erreur n’apparait que dans l’admin
rotunda
22:46
Great plugin!
I have an newsletter archive-page to wich i upload newsletters using your plugin. On the front page i want to have a link to the most recently uploaded newsletter. That would work using the “latest” option. But I also need to get the attachements from another page? Is there a way to do this, maybe by calling the function manually in my frontpage template?
David Mostardi
01:12
Emmanuel,
I am also getting the “deprecated” error with WordPress 2.7.1. It appears on every admin page, and often within admin widget windows as well. Here’s my full error message.
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of method_exists(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/dir/site.com/wp-content/plugins/eg-attachments/lib/eg-forms.inc.php on line 261
Emmanuel
21:35
In the shortcode, you can specify a page or post ID. The shortcode will then display the attachments of the post you specify. [ attachments id=...]
Emmanuel
21:37
The version 1.2.4 is out.
Some bug fixes, and the ability to choose the fields to display.
glerm
22:26
Hi. seems that you just uploaded a modified version (1.2.4) with a switch between “Caption” and “Description”, but here seems that only “Caption” is working…
Emmanuel
07:51
Description line is displayed only if the field is not empty.
Syntax: [ attachments fields=caption,description] or [ attachments fields=description].
I checked the plugin on my dev platform, all is running properly.
What is your configuration (WP Version, and PHP Version)?
rotunda
18:46
Working great with the shortcodes in my template file, the only thing I need now is a possibility to get only the url of the latest attachment. Like “fields=url” or something that would return a link, or just an url that I can put inside an . That would be awesome!
Emmanuel
20:24
The plugin is not planned to provide this kind of things.
But the following code will help you.
Put it in the functions.php file of your theme.
function last_attachment_url($type='url', $order_by='date', $order='DESC' ) {global $post;
$returned_value = '';
if (isset($post)) {
$attachment_list = get_children( array('post_parent' => $post->ID,
'numberposts' => -1,
'post_type' => 'attachment',
'orderby' => $order_by,
'order' => $order
)
);
if ($attachment_list !== FALSE) {
$attachment = current($attachment_list);
if ($type == 'url')
$returned_value = $attachment->guid;
else
$returned_value = '< a href="'.$attachment->guid.'">'.htmlspecialchars(strip_tags($attachment->post_title)).'';
}
}
return ($returned_value);
}
Then, where you want to put the url or link, use the function as:
echo last_attachment_url();or
echo ast_attachment_url('link');glerm
04:16
Perfect Emmanuel,
worked with the tag [ attachments fields=description]. in the post.
thanks a lot for sharing this… and also made me enter a little bit more into wordpress codes.
Emmanuel
07:45
In fact, Caption is still the field displayed by default, to keep the same behavior than the previous version of the plugin.
If you want to display description field, without the option fields=description, you can edit the file eg-attachments.php, and replace the line 43: ’shortcode_auto_fields’ => ‘caption’, with ’shortcode_auto_fields’ => ‘description’.
But you will have to do that every time, you will update the plugin.
David Mostardi
19:00
Emmanuel,
With your previous version, I always saw the “pass-by-reference has been deprecated” error on the admin pages. With your new version 1.2.4, that error is gone.
However, a new error message has taken its place, this time at the top of every public-facing page (a more significant problem):
Warning: implode() [function.implode]: Invalid arguments passed in /home/dir/site.com/wp-content/plugins/eg-attachments/eg-attachments-public.inc.php on line 321
Thank you,
David
Emmanuel
22:01
Unfortunately, new feature, new bug …
This error occurs when you don’t want to display neither caption, nor description.
Version 1.2.5 will solve this problem (publication very soon).
rotunda
00:14
Thank you very much for the “latest attachment” code, its working great! Just one last thing, im trying to figure out a way to add some code to get the date from the latest attachment. Ive been looking in the wordpress codex but cant figure it out. Awesome if you could help me out with this!
rotunda
01:09
No worries! Got it working by myself. Thanks for a great plugin!
Emmanuel
18:08
During the night, I sleep …
(you wrote to me at midnight).
In the PHP code I gave you previously, if you can get date with
The format is the same for the three sentences: yyyy-mm-dd HH:MM:SS.
If you want to change date format, you can use the PHP function date().
For example:
echo date('M dS, Y - H:i', $attachment->post_modified)will display March 21, 2009 18:10Viktor
20:55
Hi. Great Plugin!
How could I add an “upload button” to my Prologue Theme? Is there any function I my call to view an input button on the post-form of Prologue? (I mean, the integration with tinyMCE is perfect, but I would like this button also in the post-form for my “twitter” users…)
Emmanuel
19:45
I don’t understand your question.
Could you give me an example, and what is the link with the plugin?
Viktor
19:53
Hello, Emmanuel,
Thanx for answering.
I mean: your plugin integrates with TinyMCE at the backstage admin interface of WordPress, right? There is, if I want to attach a file, I have to log in at /wp-admin and edit the post.
I’m not that super-user of wordpress and I’m not a developer, but what I want to do is to use the Prologue Theme at my domain . Prologue have an external interface where logged in users don’t have to access the admin interface, called post-form.php. I wonder if I could have a function in your plugin that allows me to browse for the attachment without the need of editing the post in /wp-admin. Can you understand?
In simple terms, Prologue is like a twitter. And what I would like to have is your plugin integrated on the external publishing interface.
Emmanuel
21:27
EG-Attachments just queries the WP database, and display the result.
The button in the TinyMCE toolbar, is added with a specific method dedicated to TinyMCE, and doesn’t allow upload.
If you want a button allowing your users to upload file, perhaps, you should look at the wordpress plugin database.
In fact, several people ask also your question in the prologue forum, perhaps you will get an answer from the developer.
Dan
22:48
Great plugin, but I’m having a problem with the medium size setting (which is the one I want to use!)
When medium is selected, the plugin is listing each attached document more than once.
When 1 document is attached, it lists it twice.
when 2 documents are attached, it lists:
doc 1
doc 1
doc 2
doc 1
doc 1
doc 2
I’m using v1.2.5
Any ideas?
Emmanuel
01:53
I see the bug.
Version 1.2.6 will be published soon.
Knolly
01:02
In Wordpress 2.7 Mu there is a constant warning that your plugin requires wordpress 2.5. Why is that when it works in 2.7?
Michael
03:43
In future versions, can you include a div around everything the EG Attachments drops into the post? (i.e. one div around all attachments) This would make it easier to target in css and also wrap them in a unifying box or border.
Thanks,
Michael
Michael
03:47
Oh, and the div should have an id, of course, perhaps “attachments”
Thanks!
-M
Emmanuel
10:41
Id or class?
There are potentially several EG-Attachments blocks in a single post. So should be better to class.
What do you think about that?
jmp_from_carnac
15:52
Bonjour,
Merci Emmanuel ce dev à l’air superbe !
J’ai néanmoins un petit pb :
Après installation du plug in et activation sous WP, je ne vois pas le boutton “trombone” dans mes pages et articles ?
D’avance merci
Emmanuel
09:03
En quelle version de WordPress et de PHP etes-vous?
jmp_from_carnac
09:30
Bonjour, v 2.6.5 php aucune idée
je n’ose pas trop up-grader
Francois Pouilhe
20:44
Thanks for this SEG-Attachments (Super EG Attachments).
That is exactly what I was looking for
Emmanuel
20:56
@ jmp_from_carnac: Malheureusement, l’icone ne fonctionne qu’avec la Version 2.7 de WordPress. Je ne comprends pas tres bien pourquoi d’ailleurs.
Ce bug est dans ma liste des choses a faire sur ce plugin, par contre, en ce moment, mon temps est compte, je ne peux donc pas donner de delai.
Serb
05:55
How would I make this plugin compatible with HidePost plugin (here: http://wordpress.org/extend/plugins/hidepost/)
Because, while using both, and enabling only “link protection” in posts in HidePost plugin, all the attachments listed by EG plugin bypass that setting and are publicly visible to everyone, even though I’d like them to be protected/rewritten via HidePost.
Is that even possible?
Heck, I’ll pay you for this modification if I have to… so please let me know!
Emmanuel
13:32
@Serb: I sent to you a new version of EG-Attachments. Try it, and tell me if it’s what you want.
This version is not public, I have to check also if the plugin works also without the other plugin HidePost.
I have a question: why to you use this plugin with this option (Hide link)? it’s heavy for the readers.
markus
17:48
Hi …
at first thanks, for this great plugin …. and at the same time .. sorry for my terrible english
i had two ideas for new features for this plugin
- count downloads and show number of downloads in post
- list of downloads per user (if they are logged in) for the admin-panel
list could be selected and sorted by user and filename
best regards
markus
Emmanuel
01:25
@Markus:
The question was already asked, and initially I said no. Now, I don’t know… Perhaps it could be interesting if attachments are files you publish for download.
Did you study the plugin Oz click counter, or WP Click Tracker ?
I will study these new features, but I think they need some time …
Nathan Sudds
16:27
I’m experiencing the same problem as others mentioned with the 1.3.0 version using Wordpress 2.8 — each download item is listed twice. Is there any fix for this?
Thanks — great plugin!
Emmanuel
20:41
I don’t see this error with WordPress 2.8 and EG-Attachments 1.3.0.
Did you active the auto-shortcode?
If you activate it, and add the [ attachment] shortcode in the post, you will see attachments twice …
I made this error when I use my own plugin for the first time.
Nathan Sudds
20:54
That is the solution, thanks Emmanuel — I didn’t realize I had selected the “automatically activate” feature — so I was getting the attachment listed twice.
Anthony
10:29
Bonjour,
J’ai un petit problème avec EG-attachments qui, en dehors de çà, est un très bon plugin, bravo !
En fait, je ne parviens pas à le faire fonctionner correctement avec WPML. Mon langage par défaut (fr) permet de créer correctement la liste des pièces jointes. Par contre, dans le deuxième langage, ca ne fonctionne pas. L’article est indiqué comme n’ayant aucune pièce jointe dans le TinyMCE. Insérer un code comme [attachments docid=272] ne génère rien non plus, je pense que c’est normal si le TinyMCE considère l’article sans pièce jointe.
Une idée de l’origine du problème et, surtout, d’une solution ?
D’avance merci.
Anthony
Emmanuel
12:43
Bonjour,
Je viens de decouvrir egalement WPML. Ce plugin de multilinguisme me semble assez prometteur.
Je vais regarder comment WPML gere ces propres elements pour voir ce que l’on peut faire.
Emmanuel.
azdps
23:15
i like your file attachement plugin. i too would like to see number of click a file gets. also i would like to modify the title, file and size text to better suit my needs. what changes do i have to make in the css? thank you.
Bertrand
22:51
Est-ce normal que pour un post protégé par mot de passe, les fichiers en téléchargement apparaissent même lorsque l’on n’a pas saisi son mot de passe ?
Emmanuel
07:57
Oui dans le sens ou je n’ai pas traite la protection des posts,
Non dans le sens ou il faudrait …
Je vais regarder cela de plus près.
Emmanuel
19:53
Bonjour Bertrand,
Je viens de corriger le probleme. Avec la version 1.3.1 qui devrait apparaitre dans la soiree, les pieces jointes ne devraient plus apparaitre dans les articles proteges par mot de passe.
Max
16:26
Bonjour Emmanuel,
Depuis quelques temps l’option proposant les fichiers joints en téléchargement ne fonctionne plus. J’ai désactivé/supprimé/réinstallé l’extension, mais rien y fait malheureusement.
Une idée ?
bravo et merci pour ce plugin bien utile !
Emmanuel
17:45
Bonjour Max,
Je ne rencontre pas le probleme chez moi …
Il faudrait regarder les URL des pieces jointes, pour savoir si elles pointent directement sur la piece jointe, ou si elles pointent vers le script PHP.
boylogik
06:02
Hey Emmanuel – thx for the plugin. I want to use it to offer readers some of my custom templates. However, I have ONE SUGGESTION for you: Would it be possible to put an option that applies to only registered users. For example, I put attachments, but I only want folks who are registered users to be able to download that. If they are not, they are directed to the ‘register’ page to sign up so they have access to the attachment download function. If this option in the plugin settings was available, I would not have to use the HIDEPOST plugin as well. Let me know what you think.
Emmanuel
17:46
I add this feature in the version 1.4.0, published this afternoon (CET timezone).
Hope is what you want!
mpmchugh
00:17
Hi, just wanted to report two issued I’ve encountered:
1. When you set a List size preference in the Admin settings for EG Attachments, it would be nice if that was the default selected when using the Tiny MCE button.
2. There is an incompatibility with the “Improved Include Page” which lets you include the contents of one page into another. Very useful when using WP as a CMS.
The problem is that when using the “At the End” activation setting, any page that uses the “Improved Include Page” plug-in will show a seemingly random bunch of images as attachments for some reason.
-Michael
Emmanuel
12:41
I will look at these issues.
Trem_r
16:40
Just to help, I noticed that when I do a shortcode, if I put the option force_saveas=false, document won’t load, but will if I do force_saveas=0, fixing the issue.
Emmanuel
08:42
I fix this bug in the new version 1.4.3, published this morning.
Max
13:00
bonjour Emmanuel,
Serait-il possible d’ajouter dans les paramètres du plugin au niveau des choix d’affichage la possibilité de ne pas afficher le “nom du fichier” inséré (le “titre” et le “poids de fichier” pouvant eux aussi être proposé de la même manière) ?
Trem_r
17:08
@Max : il suffit de mettre label=doctitle dans ton shortcode, pour que son “Titre” s’affiche au lieu du nom de fichier.
Je suis tombé sur un os, certains de mes utilisateurs envoient des fichiers avec accents (éèù) contrairement à mes instructions, j’essaye de vérifier au maximum, mais certains passent à traver, et malheureusement le plugin est incapable de trouver correctement les fichiers (erreur 404) alors que l’insertion “classique” WP fonctionne.
Emmanuel
18:51
@Trem_r:
Je vais vérifier cela. A priori, je ne comprends pas trop, parce que je me base sur le permalien …
Philippe
11:49
Bonjour … et merci également pour ce très beau travail.
J’utilise la dernière version, et j’ai un soucis avec l’ordre de tri des documents affichés par le code que je génère :
[attachments size=small label=doctitle docid=660,648,647,639,183,182,181 orderby=docid]
voir http://www.amavie.org/?page_id=48
Je ne trouve pas comment provoquer l’affichage en ordre inverse (récent=>ancien)(je n’utilise pas le shortcode automatique).
Merci de votre aide.
Giz
16:00
L’accès unique au téléchargement aux utilisateurs enregistrés ne fonctionne pas avec l’autoshortcode
Emmanuel
16:07
Bonjour,
Pouvez vous me preciser les conditions d’utilisation, et ce que vous entendez par “accès unique”?
Emmanuel.
Rebekah
18:50
Hello Emmanual, Thank you so much for this plugin. I’ve created a video tutorial on installing and using the eg-attachement plugin.
Everyone that is needing help using this plugin with Wordpress 2.8 can view this video here: http://www.learntowebdesign.com/2009/12/placing-attachments-wordpress-post-page/
Thanks again,
Rebekah
Emmanuel
19:33
Thanks so much for this tutorial Rebekah.
But the fatal error message during activation is very good, even if the plugin still works …
Which PHP version do you use?
Rebekah
06:52
I am using the following:
PHP version 5.2.11, MySQL version 5.0.81-community-
log
Wordpress Version 2.8.6
Thanks,
Rebekah
Daniel
14:37
Is there a way to get this plugin to work when posting from “Quickpress” on the dashboard or using a desktop app like MarsEdit?
Emmanuel
17:39
Hi Daniel,
To “attach” a document or an image, WordPress needs the ID of the current post, which is not created until
this post is saved. With Quickpress, post (and ID) doesn’t exist in the database until you press “save draft” or “publish”. That means, all documents you upload during QuickPress edition are NOT attached to the post, and EG-Attachments or any other plugins cannot get them.
See Ticket 8932 on WordPress trac.
I think we have the same problem with the desktop applications.
Emmanuel.
Daniel
16:54
The attachments are not always showing up.
I’m using the same files for each test (PDF, Word and JPG) and getting different results.
If I attach all three, then all three show up.
If I attach the PDF, then the Word, only the Word shows up.
If I attach the Word, then the PDF, nothing shows up.