Can't see the upload Images with bb-attachments
-
Hello everyone I’ve just install bb-attachments in my blog, but I can’t see the images that I upload. Only why this? I thought that can be an error in the position of the folders. I follow all the steps from the instalation page. this is my situation now:
root/
bb-attachments(this folder has 777 permision and is the folder of the bb-attachment)
errors
logs
tmp
web/
foro/
bb-admin
bb-includes
bb-plugins
bb-templates
my-plugins/(this folder doesn’t exists, so I have to create it)
bb-attachments(this is the same folder situated in the root)
wp-admin
wp-content
wp-includes
-
I think the bb-attachments should be above the webroot, for security reasons…
So your images are uploading, but you just see a red x?
thank you very much John.
The folder bb-attachment is above of the web, it can’t be more above. the images show a jpg icon, not a red x.
http://www.designemergente.org/foro/
root/(nothing up here)
………bb-attachments(this folder has 777 permision and is the folder of the bb-attachment)
………errors
………logs
………tmp
………web/
………………foro/
………………………bb-admin
………………………bb-includes
………………………bb-plugins
………………………bb-templates
………………………my-plugins/(this folder doesn’t exists, so I have to create it)
………………………………………………bb-attachments(this is the same folder situated in the root)
………………wp-admin
………………wp-content
………………wp-includes
Try changing this line:
$bb_attachments=”participate”; // minimum role to download original = read/participate/moderate/administrate
to this:
$bb_attachments=”read”; // minimum role to download original = read/participate/moderate/administrate
Also – do you see any files in your /bb-attachments/ folder?
Hello John,
thanks again for your amability and patience.
I modify the line in both folders, in the root and the other in my-plugins folder, and nothing happend.
Yes, I can see a folder with the images that I loaded.
do you have any idea?
best
C.
http://www.designemergente.org/foro/
this is how the folders are into the ftp.
root/(nothing up here)
………bb-attachments/ (this folder has 777 permision and is the folder of the bb-attachment)
………………………………………0/(the folder with the images)
………………………………………………jpg. files
………errors
………logs
………tmp
………web/
………………foro/
………………………bb-admin
………………………bb-includes
………………………bb-plugins
………………………bb-templates
………………………my-plugins/(this folder doesn’t exists, so I have to create it)
………………………………………………bb-attachments(this is the same folder situated in the root)
………………wp-admin
………………wp-content
………………wp-includes
Line 48 in the plugin has the following setting:
$bb_attachments=true; // auto insert uploaded images into post49
source: https://plugins-dev.bbpress.org/browser/bb-attachments/trunk/bb-attachments.php
Is that set to true? I noticed that the image wasn’t showing up in your post at all (only in the list of attachments at the end of the post).
Also… you mentioned, “I modify the line in both folders, in the root and the other in my-plugins folder, and nothing happend”.
What do you mean, both folders… the code should only be in the /bb-attachments/ folder under /my-plugins/.
The bb-attachments folder over the root is meant to hold the uploads… the one in /my-plugins/ is designed to hold the code.
Thanks John,
Yes I have the true in the line 48.
I delete both folders and create new ones in the correspond directions, I activate the bb-attachment from bb-press and nothing.
The Images appear in a folder named “0” into the bb-attachments.
thanks in advance
C.
Hello Everyone,
I can’t see images in my bb-press
even, using the BBcode Buttons Toolbar.
this is a list of my plugins that I have now installed in my bbpress.
Akismet
Version 1.1Allow Images
Version 0.7.1BBcode Buttons Toolbar
Version 0.0.9BBcode Lite
Version 1.0.3bbPress Attachments
Version 0.2.7Bozo Users
Version 1.1Hello Louie
Version 1.0All of this plugins work fine, but with some extrange reason I can’t see any image.
best
and thanks in advance.
c.
- You must be logged in to reply to this topic.