Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
[Solved]Change Poster MOD
Post new topic   Reply to topic View previous topic :: View next topic
Goto page: 1, 2  Next
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
[Solved]Change Poster MOD
PostPosted: 07/24/2007 6:35 PM Reply with quote
Citation
masteranu84
Citation
Posts 487
Word Cnt. 35,729
BDay Oct 3
Sign Libra
Sex Sex:Male
Joined: Oct 29, 2006
Local time: 4:41 PM
Location: Klang, Malaysia
malaysiC.gif
Install the change poster MOD
Code:
Error Detail
 
Critical Error

FIND FAILED: In file [language/lang_english/lang_main.php] could not find:

//
// That's all, Folks!
// -------------------------------------------------

MOD script line #90 :: FAQ :: Report


Last edited by masteranu84 on 07/25/2007 3:47 PM; edited 1 time in total
Back to Top
View user's profile Find all posts by masteranu84 Send private message   Visit poster's website Yahoo Messenger MSN Messenger Phoogle Map
Re: Change Poster MOD
PostPosted: 07/24/2007 6:47 PM Reply with quote
Citation
Chris Powell
Citation
Posts 1332
Word Cnt. 86,126
BDay Feb 11
Sign Aquarius
Sex Sex:Male
Joined: Mar 31, 2007
Local time: 5:41 PM
Location: Birmingham, UK.
greatbrE.gif
In the install file you could try this:

Replace

Code:
//
// That's all, Folks!
// -------------------------------------------------


with this

Code:
?>


Might not be working at the moment because you don't have
Code:
//
// That's all, Folks!
// -------------------------------------------------
in your lang_main.php file

I'm sure a few times I had the same error so I just added the code before
Code:
?>
instead.

Might work for you too
Back to Top
View user's profile Find all posts by Chris Powell Send private message   Visit poster's website
Re: Change Poster MOD
PostPosted: 07/24/2007 6:57 PM Reply with quote
Citation
masteranu84
Citation
Posts 487
Word Cnt. 35,729
BDay Oct 3
Sign Libra
Sex Sex:Male
Joined: Oct 29, 2006
Local time: 4:41 PM
Location: Klang, Malaysia
malaysiC.gif
Code:
Error Detail
 
Critical Error

FIND FAILED: In file [templates/subSilver/viewtopic_body.tpl] could not find:

<td width="100%"><a href="{postrow.U_MINI_POST}">

MOD script line #113 :: FAQ :: Report


Ya..the 1st step process.2nd step i get this error msg now.
Back to Top
View user's profile Find all posts by masteranu84 Send private message   Visit poster's website Yahoo Messenger MSN Messenger Phoogle Map
Re: Change Poster MOD
PostPosted: 07/25/2007 12:53 AM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 12:41 PM
Location: St Pete, FL
peace.gif
Ok, try this:

OPEN
change_poster/install.mod

FIND
Code:
#
#-----[ FIND ]------------------------------------------
#
            <td width="100%"><a href="{postrow.U_MINI_POST}">

REPLACE WITH
Code:
#
#-----[ FIND ]------------------------------------------
#
{postrow.IP_IMG}

Save, upload, and try again using EM...

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: Change Poster MOD
PostPosted: 07/25/2007 3:59 AM Reply with quote
Citation
masteranu84
Citation
Posts 487
Word Cnt. 35,729
BDay Oct 3
Sign Libra
Sex Sex:Male
Joined: Oct 29, 2006
Local time: 4:41 PM
Location: Klang, Malaysia
malaysiC.gif
Now get this error

Code:
Error Detail
 
Critical Error

FIND FAILED: In file [templates/subSilver/viewtopic_body.tpl] could not find:

{postrow.IP_IMG}#
Back to Top
View user's profile Find all posts by masteranu84 Send private message   Visit poster's website Yahoo Messenger MSN Messenger Phoogle Map
Re: Change Poster MOD
PostPosted: 07/25/2007 2:26 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 12:41 PM
Location: St Pete, FL
peace.gif
You made a small mistake when you made the last edit.  The # character at the end of the line belongs on the next line.  So do this to correct the new problem:

OPEN
change_poster/install.mod

FIND
Code:
#
#-----[ FIND ]------------------------------------------
#
{postrow.IP_IMG}#

REPLACE WITH
Code:
#
#-----[ FIND ]------------------------------------------
#
{postrow.IP_IMG}

Save, upload, and try again using EM...

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: Change Poster MOD
PostPosted: 07/25/2007 3:39 PM Reply with quote
Citation
masteranu84
Citation
Posts 487
Word Cnt. 35,729
BDay Oct 3
Sign Libra
Sex Sex:Male
Joined: Oct 29, 2006
Local time: 4:41 PM
Location: Klang, Malaysia
malaysiC.gif
Code:
Parse error: syntax error, unexpected T_VARIABLE in /home/wtfone/public_html/forum/language/lang_english/lang_main.php on line 1284


Huhu, i get this error msg when access my forum..this i dunno how to fix.. dontknow
Back to Top
View user's profile Find all posts by masteranu84 Send private message   Visit poster's website Yahoo Messenger MSN Messenger Phoogle Map
Re: Change Poster MOD
PostPosted: 07/25/2007 3:46 PM Reply with quote
Citation
masteranu84
Citation
Posts 487
Word Cnt. 35,729
BDay Oct 3
Sign Libra
Sex Sex:Male
Joined: Oct 29, 2006
Local time: 4:41 PM
Location: Klang, Malaysia
malaysiC.gif
Ok.master, i has fix it again~~~I has learn manys thing from here!!!!Thanks ~~~

headbang  banana  blob8  headbang  banana  blob8

I change the code :

Code:
#
#-----[ FIND ]------------------------------------------
#

?>

#
#-----[ BEFORE, ADD ]------------------------------------------
#
//
// Change Poster
//
$lang['Change_poster'] = 'Change poster';
$lang['Post_updated'] = 'Post succesfully updated';
$lang['Select_new_user'] = 'Select new user for this posting';
$lang['Click_return_post'] = 'Click %sHere%s to return to the post';
$lang['Move_all'] = 'Tick this checkbox to change <em><b>all</b></em> posts by <b>%s</b> to the new user (**WARNING!! This action is irreversible - use at your own risk**)';
$lang['Moved_posts'] = '%d posts moved from <b>%s</b> to <b>%s</b>';
$lang['Move_posts_confirm'] = 'Are you sure that you want to move all posts from <b>%s</b> to <b>%s</b>?';


To

Code:
#
#-----[ FIND ]------------------------------------------
#

//
// That's all, Folks!
//


#
#-----[ BEFORE, ADD ]------------------------------------------
#
//
// Change Poster
//
$lang['Change_poster'] = 'Change poster';
$lang['Post_updated'] = 'Post succesfully updated';
$lang['Select_new_user'] = 'Select new user for this posting';
$lang['Click_return_post'] = 'Click %sHere%s to return to the post';
$lang['Move_all'] = 'Tick this checkbox to change <em><b>all</b></em> posts by <b>%s</b> to the new user (**WARNING!! This action is irreversible - use at your own risk**)';
$lang['Moved_posts'] = '%d posts moved from <b>%s</b> to <b>%s</b>';
$lang['Move_posts_confirm'] = 'Are you sure that you want to move all posts from <b>%s</b> to <b>%s</b>?';
Back to Top
View user's profile Find all posts by masteranu84 Send private message   Visit poster's website Yahoo Messenger MSN Messenger Phoogle Map
Re: [Solved]Change Poster MOD
PostPosted: 07/25/2007 4:19 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 12:41 PM
Location: St Pete, FL
peace.gif
The first version is actually better than your correction, especially for sites that are using multiple languages.  That wouldn't have caused your problem...

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: [Solved]Change Poster MOD
PostPosted: 07/25/2007 4:26 PM Reply with quote
Citation
masteranu84
Citation
Posts 487
Word Cnt. 35,729
BDay Oct 3
Sign Libra
Sex Sex:Male
Joined: Oct 29, 2006
Local time: 4:41 PM
Location: Klang, Malaysia
malaysiC.gif
Nightrider wrote:
The first version is actually better than your correction, especially for sites that are using multiple languages.  That wouldn't have caused your problem...

munky2


I just found this mod on phpbb ..so i try to install this..i want change my forum Admin post to masteranu84 Embarassed Anyway .thanks master.
Back to Top
View user's profile Find all posts by masteranu84 Send private message   Visit poster's website Yahoo Messenger MSN Messenger Phoogle Map
 Post new topic  Reply to topic
Information
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
All times are GMT - 5 Hours
Goto page: 1, 2  Next
Page 1 of 2


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.0687s (PHP: 77% - SQL: 23%) - SQL queries: 58 - GZIP disabled - Debug on