Home
Download
Add-ons
Help
Forum
Organisation
Project
Welcome,
Guest
. Please
login
or
register
.
March 21, 2010, 06:19:26 PM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Wollen Sie dem Website Baker Team beitreten?
Nähere Informationen finden Sie unter
hier
und auf unserer
neuen Webseite
.
110606
Posts in
15975
Topics by
9316
Members
Latest Member:
melaniejohnson54
WebsiteBaker Community Forum
English
Help & Support
(Moderators:
Argos
,
BerndJM
)
Allow Users to add articles/photos from front end
Pages:
[
1
]
Author
Topic: Allow Users to add articles/photos from front end (Read 419 times)
Bluey Zarzoff
Offline
Posts: 3
Allow Users to add articles/photos from front end
«
on:
January 31, 2010, 03:52:06 AM »
What I would like to do is give certain user groups to add articles and photos from the front end, via a link in the user area that is already on the front page.
As I have numerous groups, a guest or basic member will not have these rights, but ,say a contributor or above (mods, admin, etc) will be able to.
I have looke daround and cannot find a code snippet or droplet to do this.
Is there something already done for this or will I have to set it up from scratch. If from scratch, what would be the php for setting the user permissions on whether the option to add photos, etc is allowed depending on your status.
Thanks.
Logged
quartz
Offline
Posts: 10
Re: Allow Users to add articles/photos from front end
«
Reply #1 on:
January 31, 2010, 05:20:15 AM »
You should probably ask in the droplets and snippets forum
Logged
crnogorac081
Offline
Posts: 1163
Re: Allow Users to add articles/photos from front end
«
Reply #2 on:
January 31, 2010, 10:42:54 AM »
Hi,
there is a droplet: Edit this page:
http://www.websitebakers.com/pages/droplets/official-library/other/edit-this-page.php
It will make a link in frontend "Edit this page" and when yu click it you will be redirected to same page in backend so you can edit it..
Logged
Wow, I coded something myself:
PM Messanger
Modul ,
Searchbox with suggestions
Bluey Zarzoff
Offline
Posts: 3
Re: Allow Users to add articles/photos from front end
«
Reply #3 on:
January 31, 2010, 01:54:13 PM »
Thanks for the replies.
Most probably would have been more suited to the different forum. Oh well.
I have found the snippet mentioned.
I will most probably use it as well. It is not quite what I wanted in this instance though.
Looks like I may have to code my own.
Might try to make it into a droplet. May help others as well.
Thanks again.
Logged
crnogorac081
Offline
Posts: 1163
Re: Allow Users to add articles/photos from front end
«
Reply #4 on:
January 31, 2010, 02:55:04 PM »
well, if you want that wysiwyg(or other modules) editor to opened in FRONTEND I belive nobody coded that so far..
Logged
Wow, I coded something myself:
PM Messanger
Modul ,
Searchbox with suggestions
danest
Offline
Posts: 17
Re: Allow Users to add articles/photos from front end
«
Reply #5 on:
February 08, 2010, 06:47:55 AM »
I believe I have the same problem: I would like the news posts to work like a blog, and that users can add news posts, so that they can start new subjects. I dont want them to get access to the backend, though.
I think this would be a really useful feature in WSB.
Logged
BerndJM
Moderator
Offline
Posts: 1677
Re: Allow Users to add articles/photos from front end
«
Reply #6 on:
February 08, 2010, 07:50:29 AM »
Sorry danest:
but I think you're on the wrong way.
Websitebaker is CMS-system.
If you need the functionality of a blog-system, why don't use such a system?
Regards Bernd
Logged
Recommended site of the day:
Help-Projekt
|
no
support via email or pm !!!
Luckyluke
Offline
Posts: 552
Let's Rock
Re: Allow Users to add articles/photos from front end
«
Reply #7 on:
February 08, 2010, 06:05:38 PM »
Quote from: BerndJM on February 08, 2010, 07:50:29 AM
Sorry danest:
but I think you're on the wrong way.
Websitebaker is CMS-system.
If you need the functionality of a blog-system, why don't use such a system?
Regards Bernd
Sorry Bernd,
I do not entirely agree with you.
I think the comment by danest is a good one! Not everybody needs access to the backend!
Yet it would be nice if a user can add, edit or whatelse in the frontend of the newsmodule (or even other modules. Like the calendarmodule, ...).
Grtz,
Luc
Logged
doc
Offline
Posts: 3581
Re: Allow Users to add articles/photos from front end
«
Reply #8 on:
February 08, 2010, 06:14:27 PM »
@Luckluke: Agree. Some users also requested such features for the Post-its module in order to send Postits from the Frontend without the need to login to the backend.
Doc
Logged
Waldschwein
Forum Team
Offline
Posts: 1293
Re: Allow Users to add articles/photos from front end
«
Reply #9 on:
February 08, 2010, 06:17:33 PM »
Hello!
You can use
http://www.websitebakers.com/pages/modules/listings/various/download-gallery-2.php
the download gallery2 for that - or the MPform module
http://wbdemo.heysoft.de/pages/de/mpform.php
Edit: Ok, to start:
You could use the MPform module for it - it's just the issue what happens with the data after submitting.
The data is being stored in the database (of course) in mpform and could be seen in the backend administration.
So the only "missing link" to see the uploaded data / submitted form is how to display the data that is in the database in frontend.
Perhaps some droplet / snippet is working here, that could display this data per section?
Just an idea - but it should work like that.
Yours Michael
«
Last Edit: February 08, 2010, 06:41:14 PM by Waldschwein
»
Logged
Help! What's a survey? Read my blog ->
www.zweiwelt.com
| " Make no small plans for they have not the power to stir men`s blood." - Niccolo Machiavelli
Get here the new WebsiteBaker logo! It's the only one.
mr-fan
Forum Team
Online
Posts: 1161
skifahren...;)
Re: Allow Users to add articles/photos from front end
«
Reply #10 on:
February 09, 2010, 12:10:57 PM »
just a first impression....
uload via MPForm and display in frontend via DIRlist mOd:
http://www.websitebakers.com/pages/modules/listings/section-pages/dirlist.php
should work - didn't test it...
regards martin
Logged
...learn more every day!
Help Project
...get your
Portable -Edition-
...write your
Tutorial Project
Bluey Zarzoff
Offline
Posts: 3
Re: Allow Users to add articles/photos from front end
«
Reply #11 on:
February 09, 2010, 09:45:31 PM »
Thanks for the input everyone.
Will look into the MPForm idea.
Logged
Luckyluke
Offline
Posts: 552
Let's Rock
Re: Allow Users to add articles/photos from front end
«
Reply #12 on:
February 09, 2010, 10:34:29 PM »
Hey,
Sorry, but I'm not convinced.
The best solution is still frontend editing for the newsmodule.
Look, someone from our band wants to place an newsitem for a gig in Oberhausen. But they ran into trouble. These men can sing; they can use their guitar to blow the first row of spectators away but writing a news item on the site is Latin for them
So, a new module with frontend editing would be welcome!
Grtz,
Luc
Logged
danest
Offline
Posts: 17
Re: Allow Users to add articles/photos from front end
«
Reply #13 on:
February 10, 2010, 04:59:16 PM »
Thank you everyone for comments. I will look at your suggestions if I can get my site up again. I crashed after I tried using amazon bookshop, see threat:
http://www.websitebaker2.org/forum/index.php/topic,17104.0.html
Maybe some of you can help there as well?
Logged
danest
Offline
Posts: 17
Re: Allow Users to add articles/photos from front end
«
Reply #14 on:
February 10, 2010, 05:00:54 PM »
Sorry, started working again
Logged
RonK
Offline
Posts: 78
Re: Allow Users to add articles/photos from front end
«
Reply #15 on:
February 12, 2010, 03:29:17 PM »
Quote from: mr-fan on February 09, 2010, 12:10:57 PM
just a first impression....
uload via MPForm and display in frontend via DIRlist mOd:
http://www.websitebakers.com/pages/modules/listings/section-pages/dirlist.php
should work - didn't test it...
regards martin
Hi Mr.Fan and others,
That does work. I use it on a website I am developing. The only drawback is that MPForm adds a prefix at the filename of the files that are uploaded.
It can be changed, but I did not find yet where/what.
Logged
CU, RonK
http://www.2rsweb.nl
http://www.tentdagenlopik.nl
http://www.gereformeerdekerklopik.nl/
Pages:
[
1
]
Jump to:
Please select a destination:
-----------------------------
General
-----------------------------
=> General Announcements
=> Security Announcements
=> Documentation
=> Guest Area & Off-Topic
-----------------------------
English
-----------------------------
=> Help & Support
=> Modules
=> Droplets (PHP code for use with Droplet module) & Snippets (raw PHP code)
=> jQuery
=> Templates, Menus & Design
=> WebsiteBaker Language Files
=> WebsiteBaker 2.x discussion
=> WebsiteBaker 3
=> Archive (posts up to 2007)
-----------------------------
Deutsch (German)
-----------------------------
=> Ankündigungen
=> Hilfe/Support
=> Module & Snippets
=> Templates & Design
=> Tutorials
=> jQuery
=> Diskussion über WB
=> Off-Topic
=> Archiv für Themen bis 2007
-----------------------------
Nederlands (Dutch)
-----------------------------
=> Aankondigingen
=> Hulp & Ondersteuning
=> Niet-Terzake (Off Topic)
-----------------------------
Francais (French)
-----------------------------
=> Help/Support
-----------------------------
Italiano (Italian)
-----------------------------
=> Help/Support
Loading...