I think the site needs a way for user to delete a site that he has added in frontend.
EDIT: also, what do you use to get the screenshot from the site? if the webpage is not long enough, there will be black area in the bottom of the picture, can that be configured?
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Quote from: doze at Mar 27, 2007, 01:07 PM
I think the site needs a way for user to delete a site that he has added in frontend.
I don’t know a css gallery with this option, it’s more for bookmarks sites.
Can you suggest me a way do add a "delete" button in "Your Sites" page?
Quote from: doze at Mar 27, 2007, 01:07 PM
EDIT: also, what do you use to get the screenshot from the site? if the webpage is not long enough, there will be black area in the bottom of the picture, can that be configured?
It’s
http://www.artviper.net/websitethumbnails.php using a 1024x768 screeenshot.
Thanks for the feedback
@Mark there is a little issue with white space in Tags , see the "buenos aires" tag.
Quote from: banzai at Apr 09, 2007, 12:58 PM
Quote from: doze at Mar 27, 2007, 01:07 PM
I think the site needs a way for user to delete a site that he has added in frontend.
I don’t know a css gallery with this option, it’s more for bookmarks sites.
Can you suggest me a way do add a "delete" button in "Your Sites" page? 
If user makes errors (double posts etc), there’s no way for them to fix it. I don’t know how the sites are stored in the DB, but if they are stored as documents, just do a snippet that removes a document if the document "owner" ie. site poster is the currently logged in user.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Fixed. I updated the Tag Cloud and Tag Links snippets accordingly.
Quote from: doze at Apr 09, 2007, 04:19 PM
If user makes errors (double posts etc), there’s no way for them to fix it. I don’t know how the sites are stored in the DB, but if they are stored as documents, just do a snippet that removes a document if the document "owner" ie. site poster is the currently logged in user.
yes site are stored as documents (using a newspublisher mod for the submission), i’m tring to use docmanager
http://modxcms.com/Docmanager-881.html to edid/delete sites, , but i didn’t understand how it works.
Quote from: Mark at Apr 09, 2007, 08:32 PM
Fixed. I updated the Tag Cloud and Tag Links snippets accordingly.
have you updated on modx.it ??
see the different links of
web development tag:
taglinks:
http://www.modx.it/tags.html&tags=web+development
tagcloud:
http://www.modx.it/tags.html&tags=%20web%20development
thanks
I had updated it on modx.it but I had assumed you were talking about the whitespace in front of the tags. Take a look now as it should be fixed.
Quote from: banzai at Apr 10, 2007, 05:25 AM
Quote from: doze at Apr 09, 2007, 04:19 PM
If user makes errors (double posts etc), there’s no way for them to fix it. I don’t know how the sites are stored in the DB, but if they are stored as documents, just do a snippet that removes a document if the document "owner" ie. site poster is the currently logged in user.
yes site are stored as documents (using a newspublisher mod for the submission), i’m tring to use docmanager http://modxcms.com/Docmanager-881.html to edid/delete sites, , but i didn’t understand how it works.

Doesn’t the
NewsManager have edit and delete features also? You could quickly hack it to suit your needs.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Hi guys!!

I’m finally back

and finished modx.it showcase.