EpicNPC

Register a free account today to become a member!

Is there a way to increase picture I can upload in a thread? (Only 40 max)

Not Recently Bumped

AbbeyDawn

Verified
Email: Verified
Phone: Verified
ID card: Verified
EpicMember Upgrade
A member that has upgraded their account.
Country
Indonesia
Multiple Accounts
0
Hi, I sell many accounts in a thread, and each account has 1-4 pictures. But because the max picture that is allowed only 40 pictures in a thread, it's kinda slow down business.

Why are there only 40 pictures allowed? Can you guys upgrade it so the thread has unlimited pictures? Or maybe increase it to 80 pictures.
 
The 40 limit is for attachments. You can add more images by uploading them somewhere and then using the IMG tag to add them to your thread.

It's not a good idea to have that many though. Your thread is huge and hard to navigate. It also takes ages to load due to all of the images. A forum thread should not take 100 mb of bandwidth to load.

You should consider listing your accounts without images and instead having a link to an imgur album next to each account. Or maybe one thumbnail for each account which shows the images when clicked.
 
I tried using IMGUR, but unfortunately EpicNPC only allow 5 IMGUR links 😢
 

Attachments

  • Screenshot_2022-06-01-19-07-12-946_com.android.chrome.jpg
    Screenshot_2022-06-01-19-07-12-946_com.android.chrome.jpg
    597.4 KB
We parse Imgur URLs so they display the images automatically. We do this for a dozen different media types. Some media type include video sites like Youtube and Twitch, so we don't want members posting more than 5 videos in a single thread. This is why there is a limit of 5. Unfortunately this affects all media types, not just video.

Any other image hosting service should work without issue.
 
We parse Imgur URLs so they display the images automatically. We do this for a dozen different media types. Some media type include video sites like Youtube and Twitch, so we don't want members posting more than 5 videos in a single thread. This is why there is a limit of 5. Unfortunately this affects all media types, not just video.

Any other image hosting service should work without issue.
Do you know what other image hosting service other than IMGUR that works here?
 
I tried using other service (postimage.cc), but it doesn't have automatic thumbnail on EpicNPC.
 

Attachments

  • Screenshot_2022-06-01-21-46-24-642_com.android.chrome.jpg
    Screenshot_2022-06-01-21-46-24-642_com.android.chrome.jpg
    789.9 KB
Imgur is the only one that we parse so the images display as thumbs. Anything that is parsed is limited to 5 links.

Some media type include video sites like Youtube and Twitch, so we don't want members posting more than 5 videos in a single thread. This is why there is a limit of 5. Unfortunately this affects all media types, not just video.

You can use other image hosting services, but they will not display thumbnails. It will just appear as a normal link.
 
If you just paste the link it would show as any link.

In order for an image to show, you need to put it inside an IMG tag. By default this would show the whole image.

To show thumbnails, you would need to create it manually.
The IMG tag allows you to limit max width by using the width parameter inside it. This would proportionally reduce the height so the image would appear smaller. Put a low witdh and it would look as small as a thumbnail.

Then you can put the entire IMG tag inside an URL tag to make it clickable and open the full image in new tab.

Example:



This image is hosted on a different website.

Code:
[URL='PATH_TO_IMG'][IMG width="120px"]PATH_TO_IMG[/IMG][/URL]
 
Back
Top