Jump to content

Recommended Posts

Posted

I have two questions and I've done some research on the boards, but haven't been able to pinpoint the answer I'm needing.

 

1 - My forum at http://www.shrevegayspot.com/forum allows avatars, but how and where are the users supposed to upload their images?

 

2 - I want to change the topleft corner PHP logo to my own. I've found several helpful tips regarding this, but they all say to "look in /templates/subSilver" to find the logo and rename it with your own logo's file name.

 

• what comes before "/templates"?? This may seem obvious to some people, but I'm stumped. I have no clue where to find these html files because I don't know where to start. I tried www.shrevegayspot.com/forums/templates/subSilver but that just takes me to a page with the subBlue logo on it.

 

• once I find the actual html code to change, will it be obvious where it needs to be saved to?

 

Thanks in advance. You all do a great job. :D

Posted

Thank you keeler for the info. I think my confusion stems from the fact that I use Dreamweaver to upload my files, as opposed to an FTP app like Fetch. So I'm assuming that I need to use something like Fetch to directly upload these files to a specific address. Is that correct?

 

One more thing on avatars - would my board members send their avatar to me to be uploaded, or is there a way for them to do that themselves?

Posted

Yep that's correct, you'll need to replace that exact name too with your new image, or you'll have alot of hand coding to do changing it all up. Just be sure to name your new banner "logo_phpBB.gif" and put it in that folder over-writing the old one and you should be good to go!

 

On the avatar issue, I'm not sure if you can do that or not. I think pretty much by defaults you either allow them to upload their own, or use no avatars at all. Another work around would be to upload a selection of "acceptable" avatars for them to pick from, that way you wouldn't have to worry about the avatars running wild.

 

Hope this has helped!

Posted

my own personal experience with phpbb forums and avatars has been a pain in my butt!!

 

The default paths for the avatars never worked and no matter what path i tried they never worked correctly. I finally disabled the user uploaded avatar function, and all i allow is linking to off site avatars or choosing from the ones i provide.

  • 1 month later...
Posted

Hello again, keeler - OK, I was able to upload my own logo in place of the php logo by using Fetch. But I'm still having troubles in two areas...

 

1 - How do I link my newly placed logo back to the index (home) page of my site?

 

2 - I've created an avatar folder thru Fetch with this directory address: public-html/forum/images/avatar. I uploaded one image to the folder but don't know how to place it under my profile for the forum.

 

I found a post stating "If you have an image that you would like to use, you may upload the image to the server that the board is on.  You may upload an image on your computer by clicking the Browse button." That sounds so specific, but it's actually quite vague. Where is this "Browse" button?

 

3 - I just noticed the new smilies to the left. Can those be imported to my forum somehow?

 

Thanks so much. Hope I'm not talking in circles here. Rock Sign

Posted

Aaah, I answered one of my own questions. I found the "Browse" button after turning on "Allow users to upload avatars."

 

I suppose my next question would be, if I didn't want to allow users to upload their own images, where would I store the images and how would I get them on each persons profile?

 

Thanks again!

Posted

Maybe you can help me out here, I just uploaded my avatar image and received this error message, as well as a message that seems to pertain to the phpBBlogo being replaced...

 

Warning: copy(./images/avatars/5702651263f185bc14bba3.jpg) [function.copy]: failed to create stream: Permission denied in /home/mellowme/public_html/forum/includes/usercp_avatar.php on line 227

 

Warning: Cannot modify header information - headers already sent by (output started at /home/mellowme/public_html/forum/includes/usercp_avatar.php:227) in /home/mellowme/public_html/forum/includes/page_header.php on line 464

 

Warning: Cannot modify header information - headers already sent by (output started at /home/mellowme/public_html/forum/includes/usercp_avatar.php:227) in /home/mellowme/public_html/forum/includes/page_header.php on line 466

 

Warning: Cannot modify header information - headers already sent by (output started at /home/mellowme/public_html/forum/includes/usercp_avatar.php:227) in /home/mellowme/public_html/forum/includes/page_header.php on line 467

Posted

Hmm, I'm afraid you've reached the limit on my expertise on phpBB, but you might try giving their official site a try to serach for some of these errors.

 

I'm guessing to change your logo to link back to your site, you're going to have to edit the templete that controls the top of your forums.

 

So I open this up to any phpBB experts out here to help this fine customer out!

 

:D

Posted

I believe what has happened, is that there is an error created from the 'script surgery' you did on phpBB... that error has also created a cascade of other errors.

 

It might seem like I'm stating the obvious, but the error messages should give you an idea of which lines and in which files there is a problem.

 

The first error message seems to indicate that it was trying to run a function called copy on line 227 of usercp_avatar.php

 

It couldn't find the right file. it appears that it's putting a period in front of the file where it shouldn't be. This is just a guess.

 

I am using a different version than you, so this is about the extent of the help I can provide.

Posted

I know from experience that If you try to write any HTML code (such as an IMG tag) before certain PHP functions, it gives you a header error, saying output has already been started. Meaning output to the browser already occurred before the PHP processed.

 

Maybe it has something to do with that...

 

 

Sarah

  • 2 weeks later...
Posted

Check out the phpbb.com communities and do a search or two. There is a lot to wade through, but the answer is probably in there. I had the same (or very similar) problem. I fixed it but I don't remember all the steps right now.

Try:

setting the gallery folder permissions to chmod 777 (via cpanel or an ftp like smartftp)

make sure you make a subdirectory for the public avatar files(images/avatars/gallery/subcatagory).

 

Hope this helps

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...