tagbangers / wallride

multilingual easy-to-customize open source CMS made by Java
http://wallride.org/
Apache License 2.0
95 stars 80 forks source link

Image linked to an article #67

Closed bevrard closed 8 years ago

bevrard commented 8 years ago

Hi,

How could we change the image of an article?

Thanks in advance. Regards,

Benjamin

bourbonizable commented 8 years ago

Hi Benjamin, to change the image of an article, click the image you want to change When the tooltip shows aside the image on the screen, click the reverse icon in that to show the "Drop image" area. Drag and drop another image to it to upload. screenshot00855 screenshot00856 screenshot00858 In case you want to delete the image, click the image again and click the trashcan icon. We use beautiful Froala wysiwyg editor for WallRide editor by the way.

bevrard commented 8 years ago

Thanks for your answer. Sorry but I was meaning "cover image". Is it also a drag and drop area? or it's not yet available? Benjamin

bourbonizable commented 8 years ago

You're right, drag and drop to change cover image to the box named 'Cover image' as well. Apologies to make you confused. When you want to remove it, click the remove icon(x) on upper right in the cover image box. screenshot00861 screenshot00862

bevrard commented 8 years ago

Awesome! :-) If I have other questions like this one, should I create an issue or do you want to use another way of communication? Last question: do you have a roadmap? because I'm planning to develop a event/calendar on your CMS, but if you've already done it or planned... I could wait :-D. For futur features, should it use the pull requests section?

Thank you!

bourbonizable commented 8 years ago

Hi, apologies for the late reply. As of now, we use only github issues because we want to keep it simple about communicating tool. So if you have any questions, please post here as usual. In the future we might think about using ticket management systems like JIRA or chatting tools like gitter. Yes we're planning about roadmap, but it's still private for now. If we can we will publish it in this month but so far we don't plan to develop event/calendar. If it is okay, we would like to know what features the event calendar you want to make have. We might help some of the features. Your pull requests are always welcome! To keep repository clean and simple, we make some guidelines to creating pull requests, but it'll be simple minimum ones. We will let you know it later. When you create pr, please follow the guideline.

Thank you.

bevrard commented 8 years ago

Hi,

For the event/calendar feature, I'm planning to create events in a new administrator panel. These events could be show as a list or in a calendar view in the public website (based on fullcalendar.io)

Ok for pull requests, I will follow the guidelines.

For the development, I'm trying to use spring-boot-dev-tools. I've put in the wall ride parent :

org.springframework.boot spring-boot-devtools true

It starts the livereload but then I've an issue on my landing page.

Other question, is it possible to use Spring Loaded?

Regards, Benjamin

bourbonizable commented 8 years ago

Hi, I'm so sorry for the late response! Good to know about event calendar! but only administrators can see the calendar?

About long awaited PR guideline, We've created guideline here, please take a look! Though this documentation is not enough(we know!) it might be helpful for some part. This documentation can be seen in wallride.org site too. (Just click "Let's go ride now")

and regarding livereload, we know the issue and investigating that now. The library urlrewritefilter of org.tuckey and livereload of spring-boot-devtools seems not going well... We're sorry for inconvenience for now.

Thank you.

bourbonizable commented 8 years ago

@bevrard Hi! Thank you for waiting.. We've updated the develop branch, which enables to use spring-boot-devtools. We fixed the problem that wallride could not start normally by including devtools dependency to maven. Please checkout latest branch and start if you have time!

Thank you.