SMF Support > SMF 2.0.x Support

my forum shows meaningless large number of code before displaying in wap view

(1/3) > >>

mybiafraland:
this is i what I mean if you visit my forum with any wap browser or switch to wap view from pc this code
--- Code: ---$txt['scn1'] = 'Enter the desired alternate for "Child Boards"'; $txt['scn2'] = 'You may also use bbc codes: image, flash, music, color, font, size etc.'; global $boardurl; $txt['anti_spam_links'] = 'Anti-Spam-Links Mod Settings'; $txt['error_anti_spam_links_nolinks_guest'] = 'Sorry, guests are not allowed to post external links.'; $txt['error_anti_spam_links_nolinks_member'] = 'Sorry, you are not allowed to post external links.'; $txt['anti_spam_links_newbielink'] = ' newbielink:'; $txt['anti_spam_links_nonactive'] = '[nonactive]'; $txt['anti_spam_links_newbielinks_info'] = 'To curb spam posts, external links are [nonactive] until %1$s posts'; $txt['anti_spam_links_nofollowlinks_info'] = 'To curb spam posts, external links are set [nofollow] (which means no pagerank) until %1$s posts'; $txt['anti_spam_links_nofollow'] = '[nofollow]'; $txt['anti_spam_links_nolinks'] = 'Post count under which members cannot post external links'; $txt['anti_spam_links_newbielinks'] = 'Post count under which members external links are shown [nonactive] and without http://'; $txt['anti_spam_links_nofollowlinks'] = 'Post count under which members external links are set [nofollow]'; $txt['anti_spam_links_zero_disable'] = '[Excludes any ' . $boardurl . ' links]
(Use 0 to disable)'; $txt['anti_spam_links_guests'] = 'Guests... '; $txt['anti_spam_links_guests_opt0'] = '(disable mod for guests)'; $txt['anti_spam_links_guests_opt1'] = 'can not post links'; $txt['anti_spam_links_guests_opt2'] = 'links are shown [nonactive]'; $txt['anti_spam_links_guests_opt3'] = 'links are set [nofollow]'; //Hide SMF Version $txt['hideVersion'] = 'Hide SMF version from normal users'; // Pretty URLs mod $txt['pretty_urls'] = 'Pretty URLs'; // View Voters by NIBOGO for SMFPacks.com $txt['poll_show_voters'] = 'Show Voters'; $txt['poll_show_voters_desc'] = '(Can\'t be changed later)'; $txt['poll_view_voters'] = 'View Voters'; $txt['poll_warning_view_voters'] = 'WARNING! Voters and their choices would be showned!'; $txt['contact'] = 'contact'; $txt['contact_form_default_dns_check'] = 'domain must have valid A or MX record'; $txt['contact_form_default_email_sender'] = 'Sender email address if none provided:'; $txt['contact_form_default_guest_access'] = 'no guest access'; $txt['contact_form_default_member_access'] = 'no member access'; $txt['contact_form_default_name'] = 'Sender name if none provided:'; $txt['contact_form_default_name_default'] = 'Anonymous'; $txt['contact_form_default_require_email'] = 'use email address settings below'; $txt['contact_form_default_require_name'] = 'use sender name settings below'; $txt['contact_form_default_require_subject'] = 'use subject line settings below'; $txt['contact_form_default_subject'] = 'Subject line if none provided:'; $txt['contact_form_default_subject_default'] = '(no subject)'; $txt['contact_form_default_tab_label'] = 'CONTACT'; $txt['contact_form_dest_email_addr'] = 'Send contact form replies to this email address:'; $txt['contact_form_display_title'] = 'Contact form page title:'; $txt['contact_form_enable_guest_access'] = 'Allow guest access:'; $txt['contact_form_enable_member_access'] = 'Allow member access:'; $txt['contact_form_error_invalid_email'] = 'Invalid email address entered.'; $txt['contact_form_error_no_email'] = 'No email address entered.'; $txt['contact_form_error_no_message'] = 'No message entered.'; $txt['contact_form_error_no_name'] = 'No name entered.'; $txt['contact_form_error_no_subject'] = 'No subject entered.'; $txt['contact_form_error_unable_to_send'] = 'Send mail failed. We were unable to send your message'; $txt['contact_form_field_optional'] = '(optional)'; $txt['contact_form_field_optional_email'] = '(if you want a reply)'; $txt['contact_form_field_required'] = '(required)'; $txt['contact_form_label_default'] = 'default: '; $txt['contact_form_label_edit'] = '[edit]'; $txt['contact_form_label_email'] = 'Email '; $txt['contact_form_label_ip'] = "\r\n\r\n-- \r\nIP: "; $txt['contact_form_label_message'] = 'Message '; $txt['contact_form_label_name'] = 'Name '; $txt['contact_form_label_rdns'] = "\r\nrDNS: "; $txt['contact_form_label_sender'] = "\r\nSender: "; $txt['contact_form_label_status_email'] = 'Email: '; $txt['contact_form_label_status_name'] = 'Name: '; $txt['contact_form_label_status_separator'] = "------\r\n\r\n"; $txt['contact_form_label_status_subject'] = 'Subject: '; $txt['contact_form_label_subject'] = 'Subject '; $txt['contact_form_label_submit_button'] = 'Send Message'; $txt['contact_form_label_unchecked'] = 'unchecked: '; $txt['contact_form_label_verification'] = 'Verification '; $txt['contact_form_message_sent'] = 'Message sent. Thank you for your comments.'; $txt['contact_form_mods_cat'] = 'Contact Form'; $txt['contact_form_require_email'] = 'Require email address:'; $txt['contact_form_require_name'] = 'Require sender name:'; $txt['contact_form_require_subject'] = 'Require subject line:'; $txt['contact_form_result_error'] = 'Error'; $txt['contact_form_result_message_sent'] = 'Message Sent'; $txt['contact_form_result_send_mail_failed'] = 'Send Mail Failed'; $txt['contact_form_sender_email_dont_use_form'] = 'Don\'t use contact form email address as sender email address:'; $txt['contact_form_sender_email_dont_use_form_default'] = 'use email address from form if provided'; $txt['contact_form_sender_is_guest'] = 'guest'; $txt['contact_form_sender_name_dont_use_form'] = 'Don\'t use contact form name as sender name:'; $txt['contact_form_sender_name_dont_use_form_default'] = 'use name from form if provided'; $txt['contact_form_sender_subject_dont_use_form'] = 'Don\'t use contact form subject line as sender subject line:'; $txt['contact_form_sender_subject_dont_use_form_default'] = 'use subject line from form if provided'; $txt['contact_form_skip_dns_check'] = 'Skip sender email address domain record check:'; $txt['contact_form_subject_prefix'] = 'Subject line optional prefix:'; $txt['contact_form_subject_prefix_default'] = 'no prefix'; $txt['contact_form_tab_label'] = 'Contact form tab label:'; $txt['contact_form_title']='Contact Form'; // Custom Head and Body script areas //Settings Area $txt['customhead_body_settings_menu'] = 'Custom </head> and </body> Scripts'; //Heads $txt['custom_head1'] = 'Insert the "before </head> code here'; $txt['custom_head2'] = 'Insert the "before </head> code here'; $txt['custom_head3'] = 'Insert the "before </head> code here'; $txt['custom_head4'] = 'Insert the "before </head> code here'; $txt['custom_head5'] = 'Insert the "before </head> code here'; //Bodies $txt['custom_body1'] = 'Insert the "before </body> code here'; $txt['custom_body2'] = 'Insert the "before </body> code here'; $txt['custom_body3'] = 'Insert the "before </body> code here'; $txt['custom_body4'] = 'Insert the "before </body> code here'; $txt['custom_body5'] = 'Insert the "before </body> code here'; //-- Labradoodle-360; Advanced Recent Posts $txt['topic_name'] = 'Topic'; $txt['poster_name'] = 'Poster'; $txt['board_name'] = 'Board'; $txt['post_time'] = 'Post Time'; // End Labradoodle-360; Advanced Recent Posts --// $txt['custom_action_shorttitle'] = 'Custom Actions'; $txt['core_settings_item_ca'] = 'Custom Actions'; $txt['core_settings_item_ca_desc'] = 'With custom actions you can create custom pages wrapped in your forum\'s theme.'; $txt['custom_action_desc'] = 'From this page you can create and modify your own custom pages.'; $txt['custom_action_title'] = 'Custom Actions'; $txt['custom_action_title_sub'] = 'Sub-Actions For "%1$s"'; $txt['custom_action_none'] = 'You have not created any custom actions yet!'; $txt['custom_action_none_sub'] = 'You have not created any sub-actions for the "%1$s" action yet!'; $txt['custom_action_name'] = 'Action Name'; $txt['custom_action_type'] = 'Type'; $txt['custom_action_type_0'] = 'HTML'; $txt['custom_action_type_1'] = 'BBC'; $txt['custom_action_type_2'] = 'PHP'; $txt['custom_action_sub_actions'] = 'Sub-Actions'; $txt['custom_action_enabled'] = 'Enabled'; $txt['custom_action_make_new'] = 'New Action'; $txt['custom_action_make_new_sub'] = 'New Sub-Action'; $txt['custom_action_not_found'] = 'The requested action was not found.'; $txt['custom_action_invalid_url'] = 'Action URLs may only contain letters, numbers and underscores.'; $txt['custom_action_settings'] = 'Action Settings:'; $txt['custom_action_url_desc'] = 'This may only contain letters, numbers and underscores.'; $txt['custom_action_permissions_mode'] = 'Permissions Mode'; $txt['custom_action_permissions_mode_0'] = 'Visible To Everyone'; $txt['custom_action_permissions_mode_1'] = 'Visible To Selected Groups'; $txt['custom_action_permissions_mode_2'] = 'Same As Parent Action'; $txt['custom_action_body'] = 'Body'; $txt['custom_action_body_html'] = 'HTML Body'; $txt['custom_action_body_php'] = 'Template Code'; $txt['custom_action_delete_sure'] = 'Are you sure you want to delete this action?'; $txt['custom_action_header'] = 'HTML Headers'; $txt['custom_action_source'] = 'Source File Code'; $txt['custom_action_source_desc'] = 'This code will be evaluated before any templates are displayed. If you don\'t understand this you should just put all your code in the template code box. No output should be displayed here.'; $txt['custom_action_header_desc'] = 'This code will be displayed in the header section.'; $txt['custom_action_body_html_desc'] = 'This code will be displayed in the body section.'; $txt['custom_action_body_php_desc'] = 'You should display all output here.'; $txt['custom_action_body_desc'] = 'This is the body of your custom page.'; $txt['custom_action_url'] = 'Action URL'; $txt['custom_action_settings_code'] = 'Action Code:'; $txt['custom_action_menu'] = 'Show Menu Button'; // SimpleAds $txt['sa_admin_cat_title'] = 'SimpleAds'; $txt['sa_admin_title'] = 'Advertisements'; $txt['sa_admin_desc'] = 'You can manage advertisements and positions in this area.'; $txt['sa_ads_list_title'] = 'Ad List'; $txt['sa_ads_add_title'] = 'Add Ad'; $txt['sa_ads_edit_title'] = 'Edit Ad'; $txt['sa_positions_list_title'] = 'Position List'; $txt['sa_positions_add_title'] = 'Add Position'; $txt['sa_positions_edit_title'] = 'Edit Position';
--- End code ---
displays before the contents starts showing please what do I do to get this corrected?

mybiafraland:
 ;) ;) ;) any hope?

Old Fossil:
Humblelad please do not bump topics within 24 hours.

I am sure this has been mentioned to you before.

We are all volunteers here from all corners of the universe.

mybiafraland:

--- Quote from: Old Fossil on July 03, 2012, 05:48:39 PM ---Humblelad please do not bump topics within 24 hours.

I am sure this has been mentioned to you before.

We are all volunteers here from all corners of the universe.



--- End quote ---

noted but can't remember anyone telling me that 8) 8)
thanks

ziycon:
Have you got any mods installed related to the mobile version of your forum? Can you list your installed mods please?

Navigation

[0] Message Index

[#] Next page

Go to full version