How to add each forum image!?

Get help with installation and running phpBB 3.0.x here. Please do not post bug reports, feature requests, or MOD-related questions here.
Scam Warning
Forum rules
END OF SUPPORT: 1 January 2017 (announcement)
kittykatt
Registered User
Posts: 532
Joined: Thu Apr 10, 2003 12:38 am
Location: UK
Contact:

How to add each forum image!?

Post by kittykatt »

I would like to add an IMG to each forum .

Forum image:
Location, relative to the phpBB root directory, of an additional image to associate with this forum.

But i have tried to upload on a different site and add it but its not working.
I would like to know where or what I should do to add my forum images, please.


Jess
I am obsessed by installing new forums (we all have our faults)... need help, let me know. :)
http://www.whippetforum.net (Swe)
ameeck
Former Team Member
Posts: 6559
Joined: Mon Mar 21, 2005 6:57 pm

Re: How to add each forum image!?

Post by ameeck »

It says relative to the forum URL, so it has to be on your server :)

Let's say you upload to images to images/forums/, then you would enter ./images/forums/forumimage.gif in the field.
User avatar
KevC
Support Team Member
Support Team Member
Posts: 72375
Joined: Fri Jun 04, 2004 10:44 am
Location: Oxford, UK
Contact:

Re: How to add each forum image!?

Post by KevC »

Forum icons are adding the forum management.

You can upload the png, gif or jpg where ever you like as long as you put the right path in.

For simplicity, lets say you call it icon.gif and put it into the images folder.

Put the path in as
images/icon.gif
-:|:- Support Request Template -:|:-
Image
"Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb"
kittykatt
Registered User
Posts: 532
Joined: Thu Apr 10, 2003 12:38 am
Location: UK
Contact:

Re: How to add each forum image!?

Post by kittykatt »

so if I have

http://www.dogs-world.org/forum it has to be /forum/images/lalalal.gif?


did I get that right?
I am obsessed by installing new forums (we all have our faults)... need help, let me know. :)
http://www.whippetforum.net (Swe)
User avatar
Brf
Support Team Member
Support Team Member
Posts: 53412
Joined: Tue May 10, 2005 7:47 pm
Location: {postrow.POSTER_FROM}
Contact:

Re: How to add each forum image!?

Post by Brf »

It has to be somewhere on the dogs-world.org site. It does not matter which folder.
User avatar
KevC
Support Team Member
Support Team Member
Posts: 72375
Joined: Fri Jun 04, 2004 10:44 am
Location: Oxford, UK
Contact:

Re: How to add each forum image!?

Post by KevC »

If it was there, the path would be
images/lalalal.gif
-:|:- Support Request Template -:|:-
Image
"Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb"
kittykatt
Registered User
Posts: 532
Joined: Thu Apr 10, 2003 12:38 am
Location: UK
Contact:

Re: How to add each forum image!?

Post by kittykatt »

Done it thanks :)
I am obsessed by installing new forums (we all have our faults)... need help, let me know. :)
http://www.whippetforum.net (Swe)
Lugh
Registered User
Posts: 195
Joined: Sat Apr 08, 2006 3:47 pm
Location: Derry - Ireland
Name: Louis P. Burns
Contact:

Re: How to add each forum image!?

Post by Lugh »

Hi. I hope I'm not intruding but I too am having the same difficulties, but when I followed the guidance from above, all I got when I checked the forum was a blank rectangle where an image should be, with a red circle which has a red line running diagonally through it. The image I'm looking to place is on my server, in my images folder. This is quite frustrating and has annoyed me on and off for several months. Can the support team consider producing a few more flash tutorials for some of these setting we're able to access, including one for forum images please?

Thanks :)
"My role in society, or any artist's or poet's role, is to try and express what we all feel. Not to tell people how to feel. Not as a preacher, not as a leader, but as a reflection of us all." John Lennon.
User avatar
KevC
Support Team Member
Support Team Member
Posts: 72375
Joined: Fri Jun 04, 2004 10:44 am
Location: Oxford, UK
Contact:

Re: How to add each forum image!?

Post by KevC »

Can you post a link to the site showing the broken image link.
-:|:- Support Request Template -:|:-
Image
"Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb"
Lugh
Registered User
Posts: 195
Joined: Sat Apr 08, 2006 3:47 pm
Location: Derry - Ireland
Name: Louis P. Burns
Contact:

Re: How to add each forum image!?

Post by Lugh »

Kevin Clark wrote:Can you post a link to the site showing the broken image link.
Hi Kevin :)

Here is the link:

http://upstaterenegadeproductions.com/m ... c9234578fc

If you scroll down to; Marguerite Maria Rivas on Sensitize you can see. I'm thinking this is something completely lame and related to the size of the image. All I need are tiles, preferably clickable tiles of images made from the artist's own photographs and which they have agreed I can use.

I would appreciate any/all guidance in this.

Thanks again :)
"My role in society, or any artist's or poet's role, is to try and express what we all feel. Not to tell people how to feel. Not as a preacher, not as a leader, but as a reflection of us all." John Lennon.
User avatar
KevC
Support Team Member
Support Team Member
Posts: 72375
Joined: Fri Jun 04, 2004 10:44 am
Location: Oxford, UK
Contact:

Re: How to add each forum image!?

Post by KevC »

The address it's linked to is

Code: Select all

http://upstaterenegadeproductions.com/messageboard/http://www.upstaterenegadeproductions.com/Images/shots_by_marguerite_m_rivas/Sunset_Lake_Vermont_2009_by_Marguerite_Maria_Rivas_All_rights_reserved.jpg

That's obviously wrong as you have a second http:// in the middle.

You need to put it in to the messageboard/images folder.

Then the link for the admin panel would be

Code: Select all

images/shots_by_marguerite_m_rivas/Sunset_Lake_Vermont_2009_by_Marguerite_Maria_Rivas_All_rights_reserved.jpg
Or just put the image itself into /images and then it would be

Code: Select all

images/Sunset_Lake_Vermont_2009_by_Marguerite_Maria_Rivas_All_rights_reserved.jpg
-:|:- Support Request Template -:|:-
Image
"Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb"
Lugh
Registered User
Posts: 195
Joined: Sat Apr 08, 2006 3:47 pm
Location: Derry - Ireland
Name: Louis P. Burns
Contact:

Re: How to add each forum image!?

Post by Lugh »

Kevin Clark wrote:The address it's linked to is

Code: Select all

http://upstaterenegadeproductions.com/messageboard/http://www.upstaterenegadeproductions.com/Images/shots_by_marguerite_m_rivas/Sunset_Lake_Vermont_2009_by_Marguerite_Maria_Rivas_All_rights_reserved.jpg

That's obviously wrong as you have a second http:// in the middle.

You need to put it in to the messageboard/images folder.

Then the link for the admin panel would be

Code: Select all

images/shots_by_marguerite_m_rivas/Sunset_Lake_Vermont_2009_by_Marguerite_Maria_Rivas_All_rights_reserved.jpg
Or just put the image itself into /images and then it would be

Code: Select all

images/Sunset_Lake_Vermont_2009_by_Marguerite_Maria_Rivas_All_rights_reserved.jpg
Hi Kevin :)

I followed your guidance from above and thanks to you, I now know all about messageboard images because I've become aware of:

http://www.upstaterenegadeproductions.c ... avatar.jpg

However, it's still not displaying and that's a compressed image (151 x 101 / 13.2kb) shot. I've even tried purging the cache but still, nothing.

I'm sure it's something simple and most probably a mistake at my end lol :lol:

Can you think of what I could possibly be doing wrong please Kevin and team?

Best wishes and thanks :)
"My role in society, or any artist's or poet's role, is to try and express what we all feel. Not to tell people how to feel. Not as a preacher, not as a leader, but as a reflection of us all." John Lennon.
User avatar
KevC
Support Team Member
Support Team Member
Posts: 72375
Joined: Fri Jun 04, 2004 10:44 am
Location: Oxford, UK
Contact:

Re: How to add each forum image!?

Post by KevC »

Now it's looking for it here

Code: Select all

http://upstaterenegadeproductions.com/messageboard/http://www.upstaterenegadeproductions.com/messageboard/images/avatars/sensitize_forum_pics/Sunset_Lake_Vermont_2009_by_Marguerite_Maria_Rivas_All_rights_reserved_forum_avatar.jpg
What exactly have you typed in to the forum image field?
-:|:- Support Request Template -:|:-
Image
"Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb"
Lugh
Registered User
Posts: 195
Joined: Sat Apr 08, 2006 3:47 pm
Location: Derry - Ireland
Name: Louis P. Burns
Contact:

Re: How to add each forum image!?

Post by Lugh »

Kevin Clark wrote:Now it's looking for it here

Code: Select all

http://upstaterenegadeproductions.com/messageboard/http://www.upstaterenegadeproductions.com/messageboard/images/avatars/sensitize_forum_pics/Sunset_Lake_Vermont_2009_by_Marguerite_Maria_Rivas_All_rights_reserved_forum_avatar.jpg
What exactly have you typed in to the forum image field?
I just pasted the entire link in. I believe I've assumed it was just like posting a link to an image for profile pics. Am I wrong?

I'm also really confused by your examples from above. When I look at them here I see the words 'CODE: SELECT ALL' - yet haven't got a clue where I find that in my admin control panel (ACP) or edit forum's selections.

Sorry for the confusion. Can you please assist further because I'm clearly missing what you're saying and I accept that this is my fault.

Thanks again mate :oops: ...
"My role in society, or any artist's or poet's role, is to try and express what we all feel. Not to tell people how to feel. Not as a preacher, not as a leader, but as a reflection of us all." John Lennon.
User avatar
KevC
Support Team Member
Support Team Member
Posts: 72375
Joined: Fri Jun 04, 2004 10:44 am
Location: Oxford, UK
Contact:

Re: How to add each forum image!?

Post by KevC »

admin panel
general
manage forums
click the green cog icon to edit the forum you want.

What is in the forum image field for that forum. That's what's incorrect.
-:|:- Support Request Template -:|:-
Image
"Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb"
Locked

Return to “[3.0.x] Support Forum”