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] MODS in limbo/suspense
Post new topic   Reply to topic View previous topic :: View next topic
Goto page: Previous  1, 2, 3, 4, 5, 6, 7  Next
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
Re: MODS in limbo/suspense
PostPosted: 08/30/2007 4:58 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: 7:53 AM
Location: St Pete, FL
peace.gif
Kewl.  Congratulations 2LadyDi!!!   Applause

You might want to add these too, since they are sort of related:

  1. db_admin_section.zip
  2. Optimize_Database.zip
  3. CompleteDatabaseBackupv1_0_1.zip
  4. Date_in_backup_filename.txt
  5. rebuild_search_index.zip

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: [Solved] MODS in limbo/suspense
PostPosted: 08/31/2007 3:52 PM Reply with quote
Citation
2LadyDi
Citation
Posts 826
Word Cnt. 37,329
BDay Oct 2
Sign Libra
Sex Sex:Female
Joined: Apr 03, 2007
Local time: 6:53 AM
Location: Somewhere in Maryland
marylndC.gif
You know you are a wee bit too happy with that  Applause going on.  hysterical2  Anyhow... I need to add ALL of that  Shocked

Heeeeheeeeeee.

And the MOD freak goes wild........ banana

BTW - I am glad I found someone who has more emoticons than myself.  fish

Oh I forgot this:

ChatBox MOD


Code:
Critical Error

FIND FAILED: In file [index.php] could not find:

$template->assign_vars(array(
'TOTAL_POSTS' => sprintf($l_total_post_s, $total_posts),
'TOTAL_USERS' => sprintf($l_total_user_s, $total_users),
'NEWEST_USER' => sprintf($lang['Newest_user'], '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . "=$newest_uid") . '">', $newest_user, '</a>'),

MOD script line #44
Back to Top
View user's profile Find all posts by 2LadyDi Send private message   Phoogle Map Visit poster's Blog
Re: MODS in limbo/suspense
PostPosted: 08/31/2007 5:39 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: 7:53 AM
Location: St Pete, FL
peace.gif
Which version of the Chatbox are you trying to install?  They seem to make several versions available...

dontknow
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] MODS in limbo/suspense
PostPosted: 09/01/2007 1:59 PM Reply with quote
Citation
2LadyDi
Citation
Posts 826
Word Cnt. 37,329
BDay Oct 2
Sign Libra
Sex Sex:Female
Joined: Apr 03, 2007
Local time: 6:53 AM
Location: Somewhere in Maryland
marylndC.gif
1.1.9e is the version on the main panel of EM's install page NR.
Back to Top
View user's profile Find all posts by 2LadyDi Send private message   Phoogle Map Visit poster's Blog
Re: MODS in limbo/suspense
PostPosted: 09/01/2007 2:56 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: 7:53 AM
Location: St Pete, FL
peace.gif
I kind of like Smartor's MODs, but I sure don't like the way he writes MOD scripts.  Someone needs to teach him how to make them EM Friendly...

Ok, there were just too many problems in this MOD script to list them all, so I created an EM Friendly version of the MOD and uploaded it back to your admin/mods/chatbox_mod folder.  Go ahead and try it again and see what happens...

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] MODS in limbo/suspense
PostPosted: 09/01/2007 3:02 PM Reply with quote
Citation
2LadyDi
Citation
Posts 826
Word Cnt. 37,329
BDay Oct 2
Sign Libra
Sex Sex:Female
Joined: Apr 03, 2007
Local time: 6:53 AM
Location: Somewhere in Maryland
marylndC.gif
Oh I am so glad you did this. Now it's one to add to your many other things you've EMC'ed. :p

Code:
2 Warning(s) reported by the SQL Parser
Identifier "name" is a reserved keyword (reference: MySQL), statement: 1, table: "phpbb_chatbox"
Identifier "timestamp" is a reserved keyword (reference: SQL 99), statement: 1, table: "phpbb_chatbox"


And then it reads complete installation. NOT TOUCHING A THING UNTIL NR REPLIES.  binky
Back to Top
View user's profile Find all posts by 2LadyDi Send private message   Phoogle Map Visit poster's Blog
Re: MODS in limbo/suspense
PostPosted: 09/01/2007 3: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: 7:53 AM
Location: St Pete, FL
peace.gif
What you are seeing here is purely informational.  It is telling you that the MOD developer chose fieldnames that are reserved SQL words.  You can ignore these messages and complete the MOD install though without it causing any problems....

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: [Solved] MODS in limbo/suspense
PostPosted: 09/01/2007 3:41 PM Reply with quote
Citation
2LadyDi
Citation
Posts 826
Word Cnt. 37,329
BDay Oct 2
Sign Libra
Sex Sex:Female
Joined: Apr 03, 2007
Local time: 6:53 AM
Location: Somewhere in Maryland
marylndC.gif
Ahhhh NR, I see. Completed. Now, he's added a overall header option as well. What I do not understand is this. Will this line invoke the user to be logged in? In other words, you've seen my set-up... is this part right here of the overall header addition for registered users ONLY??

Code:
<!-- BEGIN switch_user_logged_in -->
&nbsp;<a href="javascript:void(0);" onClick="window.open('{S_JOIN_CHAT}','{CHATBOX_NAME}','scrollbars=no,w idth=540,height=450')" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" hspace="3" />Chat</a></span>&nbsp;
<!-- END switch_user_logged_in -->


And if not does putting it IN the overall header make it viewable to all or just registered users??
Back to Top
View user's profile Find all posts by 2LadyDi Send private message   Phoogle Map Visit poster's Blog
Re: MODS in limbo/suspense
PostPosted: 09/01/2007 4:04 PM Reply with quote
Citation
2LadyDi
Citation
Posts 826
Word Cnt. 37,329
BDay Oct 2
Sign Libra
Sex Sex:Female
Joined: Apr 03, 2007
Local time: 6:53 AM
Location: Somewhere in Maryland
marylndC.gif
Nightrider wrote:
Kewl.  Congratulations 2LadyDi!!!   Applause

You might want to add these too, since they are sort of related:


[*]rebuild_search_index.zip
[/list]
headbang


EM does not see this one NR.
Back to Top
View user's profile Find all posts by 2LadyDi Send private message   Phoogle Map Visit poster's Blog
Re: [Solved] MODS in limbo/suspense
PostPosted: 09/01/2007 4:28 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: 7:53 AM
Location: St Pete, FL
peace.gif
2LadyDi wrote:
Ahhhh NR, I see. Completed. Now, he's added a overall header option as well. What I do not understand is this. Will this line invoke the user to be logged in? In other words, you've seen my set-up... is this part right here of the overall header addition for registered users ONLY??

Code:
<!-- BEGIN switch_user_logged_in -->
&nbsp;<a href="javascript:void(0);" onClick="window.open('{S_JOIN_CHAT}','{CHATBOX_NAME}','scrollbars=no,w idth=540,height=450')" class="mainmenu"><img src="templates/subSilver/images/icon_mini_login.gif" width="12" height="13" border="0" hspace="3" />Chat</a></span>&nbsp;
<!-- END switch_user_logged_in -->


And if not does putting it IN the overall header make it viewable to all or just registered users??

Everything embedded between the following switches will only be visible to those who have logged in:

Code:
<!-- BEGIN switch_user_logged_in -->

this code only visible to logged in members

<!-- END switch_user_logged_in -->

By the same token, the following will only be visible to those who have not yet logged in:

Code:
<!-- BEGIN switch_user_logged_out -->

this code only visible to guests only

<!-- END switch_user_logged_out -->

This is handy when hiding things like the memberlist, usergroups, profile, and PMs from guests or when including a Register link to those who have yet to login.  Notice what our menu looks like before you login...

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
 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: Previous  1, 2, 3, 4, 5, 6, 7  Next
Page 4 of 7


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

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