MyBB Community Forums

Full Version: Problem with template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
First off, Id like to say hi Smile and Id like to thank all of you for making this style of a forum... This is what I have been wanting for a long time. And I couldnt thank you all more. I just hoped for a template installation as easy as phpbb.. So i am having some problems:

The theme is found http://community.mybboard.net/showthread...=3652]Here

I replaced everything where its supposed to go, but I cant get the theme on the forum lol. If someone could please give me a whole overview on how to install it, id really appretiate it. this is the theme ive been wanting for a long long while.


OK, I got a good bit of it, but I have errors and stuff that doesnt show uo. Like the table thats supposed to be at the top. Here is the link to my forum:

www.uounlimited.com/board

If someone could just help me out from there on.
*sigh*

OK after working with it alittle more, now all I get for an error, when I click the forum is


Warning: Cannot modify header information - headers already sent by (output started at /home/uounlimi/public_html/board/inc/languages/english/global.lang.php:265) in /home/uounlimi/public_html/board/inc/functions.php on line 855

but my line 855 on funtions.php is:
		
setcookie($name, $value, $expires, $mybb->settings['cookiepath']);


What do I do?

And I also still dont see the purple table at the top.
In the file <mybb_root>inc/languages/english/global.lang.php, please remove any white space before the <?php tag and after the ?> tag.
I did that. now whats in the file is

<?php
$l['redirect_width'] = "50%";
$l['lastvisit_never'] = "Never";
$l['toplinks_memberlist'] = "Member List";
$l['toplinks_search'] = "Search";
$l['toplinks_calendar'] = "Calendar";
$l['toplinks_help'] = "Help";
$l['bottomlinks_contactus'] = "Contact Us";
$l['bottomlinks_returntop'] = "Return to Top";
$l['bottomlinks_returncontent'] = "Return to Content";
$l['bottomlinks_syndication'] = "RSS Syndication";
$l['bottomlinks_litemode'] = "Lite (Archive) Mode";
$l['welcome_usercp'] = "User CP";
$l['welcome_admin'] = "Admin CP";
$l['welcome_logout'] = "Log Out";
$l['welcome_login'] = "Login";
$l['welcome_register'] = "Register";
$l['welcome_open_buddy_list'] = "Open Buddy List";
$l['welcome_newposts'] = "View New Posts";
$l['welcome_todaysposts'] = "View Today's Posts";
$l['welcome_pms'] = "Private Messages";
$l['welcome_pms_usage'] = "(New {1}, Unread {2}, Total {3})";
$l['welcome_back'] = "<strong>Welcome back, {1}</strong>. You last visited: {2}";
$l['welcome_guest'] = "Hello There, Guest!";
$l['welcome_current_time'] = "<strong>Current time:</strong> {1}";
$l['moved_prefix'] = "Moved:";
$l['sticky_prefix'] = "<strong>Sticky:</strong>";
$l['poll_prefix'] = "Poll:";
$l['announcement_prefix'] = "<strong>Announcement:</strong>";
$l['forumbit_forum'] = "Forum";
$l['forumbit_threads'] = "Threads";
$l['forumbit_posts'] = "Posts";
$l['forumbit_lastpost'] = "Last Post";
$l['forumbit_moderated_by'] = "Moderated By:";
$l['new_posts'] = "Forum Contains New Posts";
$l['no_new_posts'] = "Forum Contains No New Posts";
$l['forum_locked'] = "Forum is Locked";
$l['lastpost_never'] = "Never";
$l['by'] = "by";
$l['more_subforums'] = "and {1} more";
$l['password_required'] = "Password Required";
$l['forum_password_note'] = "The administrator has required it so that a password is required for access to this forum.";
$l['enter_password_below'] = "Please enter the Password Below:";
$l['verify_forum_password'] = "Verify Forum Password";
$l['wrong_forum_password'] = "The password you entered seems to be wrong. Please try again.";
$l['reset_button'] = "Reset";
$l['username'] = "Username:";
$l['password'] = "Password:";
$l['month_1'] = "January";
$l['month_2'] = "February";
$l['month_3'] = "March";
$l['month_4'] = "April";
$l['month_5'] = "May";
$l['month_6'] = "June";
$l['month_7'] = "July";
$l['month_8'] = "August";
$l['month_9'] = "September";
$l['month_10'] = "October";
$l['month_11'] = "November";
$l['month_12'] = "December";
$l['sunday'] = "Sunday";
$l['monday'] = "Monday";
$l['tuesday'] = "Tuesday";
$l['wednesday'] = "Wednesday";
$l['thursday'] = "Thursday";
$l['friday'] = "Friday";
$l['saturday'] = "Saturday";
$l['yes'] = "Yes";
$l['no'] = "No";
$l['attachments'] = "Attachments";
$l['attachments_desc'] = "Optionally you may attach one or more attachments to this post. Please select the file on the right and click 'Add Attachment' to upload it.";
$l['remove_attachment'] = "Remove";
$l['insert_attachment_post'] = "Insert Into Post";
$l['new_attachment'] = "New Attachment:";
$l['add_attachment'] = "Add Attachment";
$l['post_preview'] = "Post Preview";
$l['change_user'] = "change user";
$l['post_icon'] = "Post Icon";
$l['no_post_icon'] = "no icon";
$l['today'] = "Today";
$l['yesterday'] = "Yesterday";
$l['error'] = "Board Message";
$l['multipage_pages'] = "Pages ({1}):";
$l['multipage_last'] = "Last";
$l['multipage_first'] = "First";
$l['font'] = "Font";
$l['arial'] = "Arial";
$l['courier'] = "Courier";
$l['impact'] = "Impact";
$l['tahoma'] = "Tahoma";
$l['times_new_roman'] = "Times New Roman";
$l['trebuchet_ms'] = "Trebuchet MS";
$l['verdana'] = "Verdana";
$l['size'] = "Size";
$l['small'] = "Small";
$l['medium'] = "Medium";
$l['large'] = "Large";
$l['largest'] = "Largest";
$l['color'] = "Color";
$l['white'] = "White";
$l['black'] = "Black";
$l['red'] = "Red";
$l['yellow'] = "Yellow";
$l['pink'] = "Pink";
$l['green'] = "Green";
$l['orange'] = "Orange";
$l['purple'] = "Purple";
$l['blue'] = "Blue";
$l['beige'] = "Beige";
$l['brown'] = "Brown";
$l['teal'] = "Teal";
$l['navy'] = "Navy";
$l['maroon'] = "Maroon";
$l['lime_green'] = "Lime Green";
$l['alt_bold'] = "Insert BOLD text";
$l['alt_italic'] = "Insert ITALIC text";
$l['alt_underline'] = "Insert UNDERLINED text";
$l['alt_left'] = "Align text to the left";
$l['alt_center'] = "Align text to the center";
$l['alt_right'] = "Align text to the right";
$l['alt_justify'] = "Justify text";
$l['alt_numlist'] = "Insert numbered list";
$l['alt_bulletlist'] = "Insert bulleted list";
$l['alt_image'] = "Insert image";
$l['alt_hyperlink'] = "Insert hyperlink";
$l['alt_email'] = "Insert email address";
$l['alt_quote'] = "Insert quoted text";
$l['alt_code'] = "Insert formatted code";
$l['alt_php'] = "Insert formatted PHP code";
$l['normal_mode'] = "Normal Mode";
$l['advanced_mode'] = "Advanced Mode";
$l['close_tags'] = "close tags";
$l['b_prompt'] = "Please enter the text to be formatted in bold.";
$l['i_prompt'] = "Please enter the text to be formatted in italics";
$l['u_prompt'] = "Please enter the text to be underlined.";
$l['font_prompt'] = "Please enter the text to be formatted with the font tag.";
$l['size_prompt'] = "Please enter the text to be formatted with the size tag.";
$l['color_prompt'] = "Please enter the text to be formatted with the color tag.";
$l['align_prompt'] = "Please enter the text to be aligned.";
$l['quote_prompt'] = "Please enter the text to be quoted.";
$l['code_prompt'] = "Please enter the code to be treated as code and unformatted text.";
$l['php_prompt'] = "Please enter the code to be trated as PHP code.";
$l['quote'] = "Quote:";
$l['wrote'] = "Wrote:";
$l['code'] = "Code:";
$l['php_code'] = "PHP Code:";
$l['at'] = "at";
$l['na'] = "N/A";
$l['guest'] = "Guest";
$l['unknown'] = "Unknown";
$l['postbit_posts'] = "Posts:";
$l['postbit_group'] = "Group:";
$l['postbit_joined'] = "Joined:";
$l['postbit_status'] = "Status:";
$l['postbit_attachments'] = "Attached File(s)";
$l['postbit_attachment_size'] = "Size:";
$l['postbit_attachment_downloads'] = "Downloads:";
$l['postbit_attachments_images'] = "Image(s)";
$l['postbit_attachments_thumbnails'] = "Thumbnail(s)";
$l['postbit_status_online'] = "Online";
$l['postbit_status_offline'] = "Offline";
$l['postbit_status_away'] = "Away";
$l['postbit_edited'] = "This post was last modified: {1} {2} by";
$l['postbit_ipaddress'] = "IP Address:";
$l['postbit_ipaddress_logged'] = "Logged";
$l['postbit_post'] = "Post:";
$l['postbit_reputation'] = "Reputation:";
$l['postbit_website'] = "Visit authors website";
$l['postbit_email'] = "Send the author an email";
$l['postbit_find'] = "Find all posts by this author";
$l['postbit_report'] = "Report this post to a moderator";
$l['postbit_quote'] = "Quote this message in a reply";
$l['postbit_qdelete'] = "Delete this post";
$l['postbit_profile'] = "View authors profile";
$l['postbit_pm'] = "Send the author a private message";
$l['postbit_edit'] = "Edit this post";
$l['forumjump'] = "Forum Jump:";
$l['forumjump_select'] = "Please select one:";
$l['forumjump_pms'] = "Private Messages";
$l['forumjump_usercp'] = "User Control Panel";
$l['forumjump_wol'] = "Who's Online";
$l['forumjump_search'] = "Search";
$l['forumjump_home'] = "Forum Home";
$l['smilieinsert'] = "Smilies";
$l['smilieinsert_getmore'] = "get more";
$l['on'] = "On";
$l['off'] = "Off";
$l['unread_report'] = "Moderator Notice: There is 1 unread reported post.";
$l['unread_reports'] = "Moderator Notice: There are {1} unread reported posts.";
$l['year'] = "Year";
$l['years'] = "Years";
$l['month'] = "Month";
$l['months'] = "Months";
$l['week'] = "Week";
$l['weeks'] = "Weeks";
$l['day'] = "Days";
$l['days'] = "Days";
$l['hour'] = "Hour";
$l['hours'] = "Hours";
$l['minute'] = "Minute";
$l['minutes'] = "Minutes";
$l['second'] = "Second";
$l['seconds'] = "Seconds";
$l['save_draft'] = "Save as Draft";
$l['go'] = "Go";
$l['bbclosed_warning'] = "Your board status is currently set to closed.";
$l['banned_warning'] = "Your forum account is currently banned.";
$l['banned_warning2'] = "Ban Reason";
$l['banned_warning3'] = "Ban will be lifted";
$l['banned_lifted_never'] = "Never";
$l['powered_by'] = "Powered By";
$l['copyright'] = "Copyright";
$l['attach_quota'] = "You are currently using <strong>{1}</strong> of your allocated attachment usage ({2})";
$l['view_attachments'] = "[View My Attachments]";
$l['unlimited'] = "Unlimited";
$l['size_gb'] = "GB";
$l['size_mb'] = "MB";
$l['size_kb'] = "KB";
$l['size_bytes'] = "bytes";
$l['slaps'] = "slaps";
$l['with_trout'] = "around a bit with a large trout.";
$l['quickdelete_confirm'] = "Are you sure you want to delete this post?";
$l['newpm_prompt'] = "You have received a new private message. Click OK to view it, or Cancel to hide this prompt.";
$l['deleteevent_confirm'] = "Are you sure you want to delete this event?";
$l['removeattach_confirm'] = "Are you sure you want to remove the selected attachment from this post?";
$l['sure_you_want_to_log_out'] = "are you sure you want to log out";
$l['quick_links'] = "quick links";
$l['search_forums'] = "search in forums";
$l['edit_sig'] = "edit signature";
$l['change_avatar'] = "change avatar";
$l['edit_profile'] = "edit profile";
$l['edit_options'] = "edit options";
$l['subscribed_threads'] = "subscribed threads";
$l['whos_online'] = "whos online";
$l['go_back'] = "go back";
?>


And it didnt make any change.
Have you modified any other MyBB file?
Nope