» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 69
0 members and 69 guests
No Members online
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
buy Rimonabant - Help dieters achieve significant weight loss without having to slog in the gym

Register Now! Contact Us

About this Page
This is a discussion on The post display width is out of range ERROR? within the Nuke 7.x - General forums, part of the PHP-Nuke 7.x category; We have 7.6.b.4v2 Nuke PHP, and our avatars are not loading, we keep getting this error The ...



Go Back   Nukemods Forum » PHP-Nuke 7.x » Nuke 7.x - General

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-03-2006, 05:39 AM
Junior Member
 
Join Date: Oct 2006
Posts: 5
The post display width is out of range ERROR?
We have 7.6.b.4v2 Nuke PHP, and our avatars are not loading, we keep getting this error The post display width is out of range. If someone needs my web address to see the problem, please pm me. Also, does anyone know where to find a gangster themed clock module? Thanks in advance.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 11-03-2006, 06:11 AM
Member
 
Join Date: Jul 2004
Posts: 450
You need to edit what file size (bytes) and image size you want to allow. This is done in the Forums admin panel under General Admin / Configuration

If you have already done that, you may just need to CHMOD the Avatars Folder to 777 or something like that. /modules/Forums/images/avatars
__________________
What is Pay Per Play ?
ADVERTISING has commenced!!! We have launched!!!!!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 11-03-2006, 06:23 AM
Junior Member
 
Join Date: Oct 2006
Posts: 5
All of that was checked, and still nothing different. It is so odd!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 11-03-2006, 09:55 AM
Member
 
Join Date: Jul 2004
Posts: 450
Where are you trying to upload Avatars from ?

Here http://www.your_site.com/modules.php...nt&op=edituser

or here

http://www.your_site.com/modules.php...=editprof ile

Try both the second should work regardless, however let us know as there is a fix as follows.....

OPEN includes/usercp_register.php,

find:
Code:
/*****************************************************/
/* Forum - QUICK REPLY 1.0.2                   END   */
/*****************************************************/
        }
        else
        {
BELOW THAT ADD THIS
Code:
  if (isset($HTTP_POST_VARS['wrap'])) {
            $user_wordwrap = $HTTP_POST_VARS['wrap'];
         }
if that dont work iam lost :?
__________________
What is Pay Per Play ?
ADVERTISING has commenced!!! We have launched!!!!!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 11-03-2006, 03:59 PM
Junior Member
 
Join Date: Oct 2006
Posts: 5
This is what is located under that area, I tried to change the code, but did not see a difference. Maybe I did it wrong, so here is the exact lines of code.



Code:
/*****************************************************/
/* Forum - QUICK REPLY 1.0.2                   END   */
/*****************************************************/
                'L_ALWAYS_ALLOW_BBCODE' => $lang['Always_bbcode'],
                'L_ALWAYS_ALLOW_HTML' => $lang['Always_html'],
                'L_HIDE_USER' => $lang['Hide_user'],
                'L_ALWAYS_ADD_SIGNATURE' => $lang['Always_add_sig'],

                'L_AVATAR_PANEL' => $lang['Avatar_panel'],
                'L_AVATAR_EXPLAIN' => sprintf($lang['Avatar_explain'], $board_config['avatar_max_width'], $board_config['avatar_max_height'], (round($board_config['avatar_filesize'] / 1024))),
                'L_UPLOAD_AVATAR_FILE' => $lang['Upload_Avatar_file'],
                'L_UPLOAD_AVATAR_URL' => $lang['Upload_Avatar_URL'],
                'L_UPLOAD_AVATAR_URL_EXPLAIN' => $lang['Upload_Avatar_URL_explain'],
                'L_AVATAR_GALLERY' => $lang['Select_from_gallery'],
                'L_SHOW_GALLERY' => $lang['View_avatar_gallery'],
                'L_LINK_REMOTE_AVATAR' => $lang['Link_remote_Avatar'],
                'L_LINK_REMOTE_AVATAR_EXPLAIN' => $lang['Link_remote_Avatar_explain'],
                'L_DELETE_AVATAR' => $lang['Delete_Image'],
                'L_CURRENT_IMAGE' => $lang['Current_Image'],

                'L_SIGNATURE' => $lang['Signature'],
                'L_SIGNATURE_EXPLAIN' => sprintf($lang['Signature_explain'], $board_config['max_sig_chars']),
                'L_NOTIFY_ON_REPLY' => $lang['Always_notify'],
                'L_NOTIFY_ON_REPLY_EXPLAIN' => $lang['Always_notify_explain'],
                'L_NOTIFY_ON_PRIVMSG' => $lang['Notify_on_privmsg'],
                'L_POPUP_ON_PRIVMSG' => $lang['Popup_on_privmsg'],
                'L_POPUP_ON_PRIVMSG_EXPLAIN' => $lang['Popup_on_privmsg_explain'],
                'L_PREFERENCES' => $lang['Preferences'],
                'L_PUBLIC_VIEW_EMAIL' => $lang['Public_view_email'],
                'L_ITEMS_REQUIRED' => $lang['Items_required'],
                'L_REGISTRATION_INFO' => $lang['Registration_info'],
                'L_PROFILE_INFO' => $lang['Profile_info'],
                'L_PROFILE_INFO_NOTICE' => $lang['Profile_info_warn'],
                'L_EMAIL_ADDRESS' => $lang['Email_address'],
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 11-03-2006, 04:18 PM
Member
 
Join Date: Jul 2004
Posts: 450
You are way down to far on the file, your looking for
Code:
/*****************************************************/
/* Forum - QUICK REPLY 1.0.2                   END   */
/*****************************************************/
        }
        else
        {
It should be around line 177 or so
__________________
What is Pay Per Play ?
ADVERTISING has commenced!!! We have launched!!!!!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
The post display width is out of range. Eagle75 Nuke 7.x - General 1 05-21-2005 11:03 PM
How to change a 100% width theme to fixed width? ryanrlamothe Site design 2 03-11-2005 07:49 PM
Getting error whenever i post news CuJo Open topics 1 07-24-2003 04:39 AM
mycalendar mod installed -- post/reply error Hadron Nuke 6.5 to 6.9 - Modules 1 06-30-2003 10:36 PM
'Last Post' Error? snake Purged Topics 5 04-09-2003 05:14 PM


All times are GMT -5. The time now is 05:35 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31