Board Question

liunx

Guest
hello, SNH<br /><br />i created a Forum using Bulletin Board. and i enabled avatars to be uploaded, when i try to register it's not asking me to upload their avatar, it would happen to anyone who's gonna register right. any Gurus know the solution to my problem ????? <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /> <br /><br /><br />check it here <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> :<br /><a href="http://www.sbmgl.com/forum/profile.php?mode=register&agreed=true" target="_blank">http://www.sbmgl.com/forum/profile.php?mod...ter&agreed=true</a><!--content-->
After you register, login, goto your profile, <br />and at the bottom you should see Avatar control panel. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /><br /><br />also if you right click the top logo you will see where to upload your own, with the same name.<br /><!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec--><a href="http://www.sbmgl.com/forum/templates/subSilver/images/logo_phpBB.gif" target="_blank">http://www.sbmgl.com/forum/templates/subSi.../logo_phpBB.gif</a><!--QuoteEnd--></div><!--QuoteEEnd--><!--content-->
thanks, <br />but another question. is my avatar pic have to be in specific format?? like .gif or .jpg or something like that. coz i tried and my picture is not uploading or uploaded and not loading.<br />actually when submitted it, its keep saying on the top of the page <br /><br />Warning: Unable to create './images/avatars/514d68613e238303de2be.gif': Permission denied in /home/sodbayar/public_html/forum/includes/usercp_avatar.php on line 227<br /><br />Warning: Cannot add header information - headers already sent by (output started at /home/sodbayar/public_html/forum/includes/usercp_avatar.php:227) in /home/sodbayar/public_html/forum/includes/page_header.php on line 449<br /><br />Warning: Cannot add header information - headers already sent by (output started at /home/sodbayar/public_html/forum/includes/usercp_avatar.php:227) in /home/sodbayar/public_html/forum/includes/page_header.php on line 450<br /><br />Warning: Cannot add header information - headers already sent by (output started at /home/sodbayar/public_html/forum/includes/usercp_avatar.php:227) in /home/sodbayar/public_html/forum/includes/page_header.php on line 451<br /><br /><br />any answers??? <br /> <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /><!--content-->
Are you uploading through the profile panel,<br />as a user would?<!--content-->
yes i am. i am just checking if everythings working .... any solutions??? <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /><!--content-->
Path under your phpBB root dir, e.g. images/avatars = public_html/forum/image/avatars ???????<br />is this the right directory??????? <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /><!--content-->
use <u>images/avatars/gallery/[image type name]</u> to upload images for your users<br />like <u>images/avatars/gallery/animals</u><br />or let them upload their own, by enabling "Enable avatar uploading'<br />in the General Configuration, so they can upload from their computer.<!--content-->
somehow that is not working. and it appears to be there's no way i can upload a avatar, there's no upload browse button an field. ??????? <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /><!--content-->
Log in, goto admin at the bottom of the page,<br />goto General Configuration,<br />enable "Enable avatar uploading'<br />so they can upload from their computer.<!--content-->
I'm assuming u are using phpbb, and if u are, this must be the most asked question on the phpbb forums....normally they forget to goto the admin configuration set the avatar path accordingly preferrably images/avatars/uploads...create the directory and then chmod it to 777...hope this helps <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> ...BTW, i saw ur site...good start but i couldn't access ur forums...<!--content-->
thanx, you cannot access the form coz i got some error occured on that page. i wanted to delete the forum but there's some fatal error and i cannot delete it and the forum doesnt work <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /><!--content-->
I'm assuming you wanted to delete the forums so u could start over...and if you are having trouble deleting stuff via ftp...i suggest using the file manager on cpanel...for some reason i've encountered that problem as well...Shell access or the cpanel file manager can delete anything...so try the file manager...<!--content-->
thanx but what is chmod????<br />and my path to avatars is images/avatars<br />????? what do i need to do more???<!--content-->
chmod is short for 'change mod' -- which means to change or modify the permissions for a file or directory. <br /><br />With Unix/Linux, you can declare whether someone can have Read ( r ) permission, Write (w) permission, or Execute (x) permission for any given file or directory. These permissions are usually listed together as a group of three characters, such as <br />rwx :read/write/execute<br />r-x :read & execute, but not write<br />rw- : read & write, but not execute<br />--x : execute only<br /><br />Not only that, you can further assign these r,w,x permissions to 3 different groups of users: (1) the owner of the file or directory, (2) the group that the owner belongs to, and (3) everyone else, commonly known as 'others'.<br /><br />Most FTP utilities (WsFTP, CuteFTP, etc) provide the ability to do a CHMOD on a file or directory, usually by right clicking on the file or directory in question.<br /><br />You may decide that the owner of the file (you) should be able to read, write and execute the script (rwx), while other people in the group the owner belowns to should only be able to read or execute the script (r-x), and that any other users only be able to execute the script (--x)<br /><br />If so, this is how the permissions may appear:<br />rwx r-x --x<br /><br />Where the first group (rwx) is you, the r-x is others in your group, and --x is for all other users (the world).<br /><br />Since Unix/Linux and computers in general are really mathematical beasts, it's possible to replace rwx with a single value. A read ( r ) is given a value of 4, a write (w) is given a value of 2, and an execute (x) is given a value of 1. Simply decide on your desiered permissions for each gorup (you,, the group, and others) and add up the numbers in each.<br /><br />Examples: <br />rwx = 4 + 2 + 1 = 7<br />r-x = 4 + 1 = 5<br />rw- = 4 + 2 = 6<br />--x = 1<br /><br />So, my earlier example of rwx r-x --x can also be translated as 751 , where<br />rwx=7<br />r-x = 5<br />--x = 1<br /><br />Finally, In many CGI/PERL scripts, they may include instructions to CHMOD a particular file to 755. Know you know that 755 means:<br />the owner gets top read, write, and execute (rwx = 7)<br />others in the same group can read or execute (r-x = 5)<br />all others in the world can read or execute (r-x = 5)<br /><br />Know, aren't you glad you asked?<br /><br />-kw<!--content-->
oo my god. thank you <b>kweilbacher</b>. really appriciate it.<br />say i created a forum and the forums avatars folder's permission has to be 777? or the whole forum folder??? <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /><!--content-->
Great, i've done it. thank you very very much. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /> <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
hi, anyone know a good nice free chat script???<!--content-->
no..don't do the entire forum...just the upload directory like i said...read my previous post..all should be fine... <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /><!--content-->
 
Back
Top