MyBB Community Forums

Full Version: Plugins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Quote:Parse error: syntax error, unexpected '*' in /home/modzw/public_html/inc/languages/english/admin/nickstyles.lang.php on line 1

<?Php **Ê* MyBB 1.6Ê* Copyright 2012 MyBB-It Team, All Rights ReservedÊ*Ê* Website: http://www.mybb-es.comÊ*Ê* $ Id: 04/04/2012 13:24:59 5616 payregister.lang.php EdsonOrdaz Z $Ê* /$ L ['nickstyles'] = "Nickname Styles";$ L ['descriptionplugin'] = "Allows users to change the color of your nickname."/ / Admiload$ L ['hometabdes'] = "Here is the list of your nicknames created. Gives click options to edit or delete any style nickname."$ L ['newnickstylesdes'] = "Create a new style for users."$ L ['newnickstyles'] = "New Style";/ / New style$ L ['name'] = "Name";$ L ['namedes'] = "Name style to come out in the case of selection of styles."$ L ['style'] = "Style";$ L ['styledes'] = "Enter the style that will have the nickname. Not forget to put {username} to replace the user name."$ L ['posts'] = "Messages";$ L ['postsdes'] = "Enter the number of messages that the user should be able to change your style nickname."$ L ['reputation'] = "Reputation";$ L ['reputationdes'] = "Enter the number of reputación user should be able to change your style nickname."$ L ['timeonline'] = "Time Online";$ L ['timeonlinedes'] = "Enter the time line that the user should be able to change the style of his nickname."$ L ['days'] = "Days";$ L ['months'] = "Months";$ L ['day'] = "Day";$ L ['month'] = "Month";$ L ['groups'] = "User Groups";$ L ['groupsdes'] = "Select the user groups that you have the rights to change his nickname."$ L ['save'] = "Save";$ L ['order'] = "Order";$ L ['ordendes'] = "Enter the order number to display in this style with others."/ / Validate information$ L ['notname'] = "You have not entered the style name";$ L ['notstyle'] = "You have not entered the style nickname";$ L ['notusername'] = "The nickname must contain style {username}";$ L ['invalidtime'] = "The time line you have selected is not valid."/ / Insert style$ L ['not_validate'] = "Unable to insert into the DB because the information has not been validated."$ L ['infonotvalid'] = "invalid information."$ L ['stylesuccess'] = "Style created successfully";/ / Table home page$ L ['confirmdeletepopup'] = "style ¿Quieres remove {1}?";$ L ['emptystyles'] = "There is no set style";$ L ['none'] = "None";$ L ['saveorden'] = "Save Order";$ L ['reset'] = "Reset";$ L ['ordersuccess'] = "Order saved successfully";/ / Edit style$ L ['edittabdes'] = "Edit data of style."$ L ['notexistsedit'] = "There is the style you are trying to edit."$ L ['stylesuccessedit'] = "The style has been successfully edited."/ / Delete style$ L ['deletesuccess'] = "You have successfully removed the style {1}."/ / Edit massive$ L ['editmassive'] = "Mass Edit";$ L ['editmassivedestab'] = "Edit in bulk all the data of all styles."$ L ['editmassivesuccess'] = "All styles have been successfully edited."/ / UCP$ L ['predertminado'] = "Default";/ / List styles$ L ['liststyles'] = "List Styles";$ L ['selectucpdes'] = "Select style nickname you want to use in the forum."$ L ['styleactual'] = "Current Style";$ L ['urlliststyles'] = "To see the list of all styles of nicks, click <a href=\"{1}\"> here </ a>";?>
try this file [attachment=29048]
Now it says;
Quote:Parse error: syntax error, unexpected T_VARIABLE in /home/modzw/public_html/inc/languages/english/admin/nickstyles.lang.php on line 6
^ sorry. please download again from previous post and check it.
(2013-04-21, 06:21 PM).m. Wrote: [ -> ]^ sorry. please download again from previous post and check it.

Ok, now it says;
Quote:Parse error: syntax error, unexpected T_VARIABLE in /home/modzw/public_html/inc/languages/english/admin/nickstyles.lang.php on line 28
please replace line 27 with below code
$l['ordendes'] = "Enter the order number to display in this style with others.";//Validate information
(2013-04-21, 06:32 PM).m. Wrote: [ -> ]please replace line 27 with below code
$l['ordendes'] = "Enter the order number to display in this style with others.";//Validate information

It works now, thanks, +rep