Jump to content


Photo
- - - - -

IP.Content - inserting images into articles


  • Please log in to reply
13 replies to this topic

#1 sobrenome

sobrenome

    Advanced Member

  • +Clients
  • 315 posts

Posted 24 June 2012 - 09:47 PM

I use Wordpress and it is very simple to handle media.

I am testing IP.Content for free.

I tried to use the Media tool of IP.Content and I found it a little bit complicated.

I have uploaded an image using the tool, but I could not find it to insert into an test article.

I am not talking about the image we can upload as "featured image", like wordpress.

It's about images inside the article text.

I could only insert by URL, which is very frustrating.

Another thing that I found not as good as wordpress was the name that the uploaded "featured image" receives: a bunch of numbers. Wordpress keeps the name of the file, what is good for seo.

#2 Camoo

Camoo

    IPB Full Member

  • +Clients
  • 190 posts

Posted 25 June 2012 - 06:20 AM

A feature that really needs improvement in my Opinion! :smile:

#3 bfarber

bfarber

    RBT-KS

  • IPS Management
  • 27,053 posts

Posted 25 June 2012 - 09:06 AM

You have options.

1) You can add an attachments field to your article database (ACP -> Content -> Article Fields). Then you can upload attachments (e.g. images) to your article directly, just like you can with posts.

2) You can use the 'My media' button on the editor to insert images (either attachments or gallery images) that you have uploaded to the site. Note that you can only share content that YOU uploaded, not any content across the suite.
Brandon Farber
Developer / Senior Support

If it sounds like fun, it's not allowed on the bus!

Posted Image     Posted Image

Invision Power Services, Inc.

#4 sobrenome

sobrenome

    Advanced Member

  • +Clients
  • 315 posts

Posted 25 June 2012 - 07:06 PM

Ok, I tried both.

When I insert the image in an article (like method 1 or 2), it appears as a thumbnail.

How to change the thumbnail size for articles not affecting thumbnail size for the foruns?

How the IP.Content treats the featured image? How is the resizing? WP leave optins in size and crop. Does IP.Content offer any configuration?

#5 sobrenome

sobrenome

    Advanced Member

  • +Clients
  • 315 posts

Posted 25 June 2012 - 07:14 PM

Sorry, I could not use my media to insert images into an article, only the attachment option.

I upload the image using the MEDIA tool. Then I go to edit article and use MY MEDIA. The pop up gives the option to find media in: attachments, events, blog entries, gallery albuns, gallery images and files. The image I have just uploaded is not found in none of those.

#6 bfarber

bfarber

    RBT-KS

  • IPS Management
  • 27,053 posts

Posted 25 June 2012 - 07:30 PM

Ok, I tried both.

When I insert the image in an article (like method 1 or 2), it appears as a thumbnail.

How to change the thumbnail size for articles not affecting thumbnail size for the foruns?

How the IP.Content treats the featured image? How is the resizing? WP leave optins in size and crop. Does IP.Content offer any configuration?


I'm afraid the thumbnail dimensions utilize the same settings as the forums. This is done for consistency reasons.

The featured image is a separate single file upload field and the resizing is done on the fly (the actual image itself is not manipulated on disk). If you go to edit the Article View template (under IP.Content -> Templates -> Article Templates) you can edit this code to change the resize option to a different value, or not resize at all.

<img src='{$data['record']['article_image']}' {parse resize_image="$data['record']['article_image']" maxwidth="225"} alt='' style="float: right; padding: 10px" />

Sorry, I could not use my media to insert images into an article, only the attachment option.

I upload the image using the MEDIA tool. Then I go to edit article and use MY MEDIA. The pop up gives the option to find media in: attachments, events, blog entries, gallery albuns, gallery images and files. The image I have just uploaded is not found in none of those.


The My Media tool is not related to the ACP "Media" page available for IP.Content I'm afraid. The My Media tool is available across the IPS suite and allows you to reuse files you have uploaded throughout the suite. It does not, however, look for files the administrator has uploaded via the ACP media tool. That is something we can consider in a future version, however. :)
Brandon Farber
Developer / Senior Support

If it sounds like fun, it's not allowed on the bus!

Posted Image     Posted Image

Invision Power Services, Inc.

#7 sobrenome

sobrenome

    Advanced Member

  • +Clients
  • 315 posts

Posted 25 June 2012 - 08:10 PM

Ok, so If I want to add images to an article I will have to add the attachment field.

I inspected the "feature image" and I saw no resizing on the fly att all, it was just a css resize, which is bad in terms of page loading.

Is that possible, to solve all this image manipulation limitations, attach an image and instead of showing a thumbnail show the full image?

What about og:image for facebook share? IP.Content uses the featured image, attached image or the default?

#8 bfarber

bfarber

    RBT-KS

  • IPS Management
  • 27,053 posts

Posted 26 June 2012 - 06:39 AM

IP.Content uses the featured image when setting the meta tag you mentioned.
Brandon Farber
Developer / Senior Support

If it sounds like fun, it's not allowed on the bus!

Posted Image     Posted Image

Invision Power Services, Inc.

#9 istratebogdan

istratebogdan

    IPB Member

  • +Clients
  • 50 posts

Posted 07 August 2012 - 05:50 PM

I ran throught the same situation and i have found a sollution which it's very frustrating but it works.

First of all, you need to do this: http://community.inv...is-board-r22333
It's a 2 seconds editing of that default.php file: just remove the code stated in the link above.
Then you upload your attachements in the article and add them all to the article then (use the add button in the right of the uploaded attachement) and save your article.
Now go to your published article and right click on the thumbnails you added and select "open image in new window/tab". Do the same for all the images that you need.
Then go back and edit your article: delete the thumbnails and add instead the link of the images you just opened in a new window/tab and voila, you got your full size image in the article just where you want between the text.

Same goes for links to images that direct to image-sharing portals (like http://imageshack.us/ for instance), the images appear directly in full resolution.

This is very frustrating and you guys at Invision must solve this issue. It's a must have for all publishing suite/websites or whatever you can find on this world wide web. It would be a shame not to have that in invision suite.
And i m sure this is an easy quick fix for you. Anyway, you're doing a great job out there.
Cheers! :)

#10 Keithy Joe

Keithy Joe

    IPB Newbie

  • +Clients
  • 21 posts

Posted 04 September 2012 - 01:59 PM

It really shouldn't be this difficult to add an image and position it easy within a box? The IP Content concept is a good one, but fundamentally as a very basic requirement in web site management - we as the editor need to be able to upload an image and position it precisely within a chosen CSS box. Now I am guessing that this can be done, but my word it is no obvious or easy feat. Any solutions? What I require is a box with an image elongated horizontally at the top and all the text below the image, very easy you would think - not so.

#11 GadgetX

GadgetX

    IPB Member

  • +Clients
  • 55 posts

Posted 14 October 2012 - 11:52 AM

It's incredible that the article authoring interface for IP.Content isn't designed to make it easy to upload images?

 

I can't imagine this oversight has gone unnoticed. When will this be fixed??


gallery_370189_1910_4659.png

We need geeks! If you're good at helping people with their computer repair issues, come get exposure for your talents at our free tech support forum.

 

My latest project, a top forum for smartphones and tablets.
Click on over to the debate topics community here. Check it out and help grow this fledgling forum!


#12 Mackeral_Fillet

Mackeral_Fillet

    IPB Newbie

  • +Clients
  • 1 posts

Posted 20 November 2012 - 06:03 AM

Is this going to be fixed to make it easier? Coming from Wordpress CMS on a vBulletin site it's incredibly mundane to have to have a poor workaround to insert images into articles.



#13 Barbabear

Barbabear

    IPB Newbie

  • +Clients
  • 3 posts

Posted 02 December 2012 - 12:51 PM

I second all the comments here. At least provide a [fullsize_attachment:core:1] tag or something of the sort to link to the fullsize image in a WYSIWYG field.

This is really frustrating... coming from Drupal where I had similar issues for years I really don't feel like coping with that same basic problem in a paid software.

 

At the moment I broke thumbnails site-wide (by setting the maximum size to a large number: UGLY HACK), yet images still link to lightbox as if they were thumbnails.

 

I am really concerned at the number and age of the threads I came across looking for a fix to this...



#14 bfarber

bfarber

    RBT-KS

  • IPS Management
  • 27,053 posts

Posted 03 December 2012 - 10:07 AM

I second all the comments here. At least provide a [fullsize_attachment:core:1] tag or something of the sort to link to the fullsize image in a WYSIWYG field.

This is really frustrating... coming from Drupal where I had similar issues for years I really don't feel like coping with that same basic problem in a paid software.

 

At the moment I broke thumbnails site-wide (by setting the maximum size to a large number: UGLY HACK), yet images still link to lightbox as if they were thumbnails.

 

I am really concerned at the number and age of the threads I came across looking for a fix to this...

 

Keep in mind that this is a pre-sales forum.  Feel free to post your feedback in the suggestions forum where we work from when building new software versions and gauge change needs. :)


Brandon Farber
Developer / Senior Support

If it sounds like fun, it's not allowed on the bus!

Posted Image     Posted Image

Invision Power Services, Inc.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users