 | Index Album & Chat LINK |  |
Posted: 12/14/2006 11:50 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 9:28 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
| I would like to ask how to make the LINK on my forum index page?? I was add the Album and Chat MOD on my forum..But no have the link on my portal and forum index.page..Can show me how to Add the LINK ? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Index Album & Chat LINK |  |
Posted: 12/15/2006 1:16 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 5:28 PM
Location: St Pete, FL
|

|
|
|
|
 |
Didn't the MOD attempt to add links in the overall_header.tpl file? That would display links in the header menu...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Index Album & Chat LINK |  |
Posted: 12/15/2006 1:26 PM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 9:28 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
| Nightrider wrote:
|
Didn't the MOD attempt to add links in the overall_header.tpl file? That would display links in the header menu...
|
The mod didn't acctempt the mod. Just edit in the overall_header.tpl file enuff? Ok..i will try to do it later .Thansk. |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Index Album & Chat LINK |  |
Posted: 12/16/2006 2:49 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 9:28 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
| OK..Nightrider, i success to add the album and game mod link ..it got working. But i add the chat link..it no function .It show nothing. So how's? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Index Album & Chat LINK |  |
Posted: 12/16/2006 3:59 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 9:28 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
Ok, Now all the mod link was success to added.But i need to know ..why got the error line on my index page? How to fix it? |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Index Album & Chat LINK |  |
Posted: 12/17/2006 3:45 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 5:28 PM
Location: St Pete, FL
|

|
|
|
|
 |
Those are all fixed on your Live board. You may have to add some of the language modifications to your non-English language lang_main.php files. The following code was missing in the lang_english/lang_main.php file:
| Code:
|
//--------------------------------------------------------------- ---------
// Top Topics on Index 1.1.0 - Begin Code Addition
//
$lang['TopicsRecent'] = "Recent Topics";
$lang['TopicsPopular'] = "Popular Topics (by reply)";
$lang['TopicsPopularView'] = "Popular Topics (by view)";
//
// Top Topics on Index 1.1.0 - End Code Addition
//-------------------------------------------------------------------- ----
// ChatBox Mod
$lang['How_Many_Chatters'] = 'There are <B>%d</B> user(s) on chat now';
$lang['Who_Are_Chatting' ] = '<B>%s</B>';
$lang['Click_to_join_chat'] = 'Click to join chat';
$lang['ChatBox'] = 'ChatBox';
$lang['log_out_chat'] = 'You have successfully logged out from chat on ';
$lang['Send'] = 'Send';
$lang['Login_to_join_chat'] = 'Login to join chat';
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Index Album & Chat LINK |  |
Posted: 12/17/2006 5:11 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 9:28 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
| Nightrider wrote:
|
Those are all fixed on your Live board. You may have to add some of the language modifications to your non-English language lang_main.php files. The following code was missing in the lang_english/lang_main.php file:
| Code:
|
//--------------------------------------------------------------- ---------
// Top Topics on Index 1.1.0 - Begin Code Addition
//
$lang['TopicsRecent'] = "Recent Topics";
$lang['TopicsPopular'] = "Popular Topics (by reply)";
$lang['TopicsPopularView'] = "Popular Topics (by view)";
//
// Top Topics on Index 1.1.0 - End Code Addition
//-------------------------------------------------------------------- ----
// ChatBox Mod
$lang['How_Many_Chatters'] = 'There are <B>%d</B> user(s) on chat now';
$lang['Who_Are_Chatting' ] = '<B>%s</B>';
$lang['Click_to_join_chat'] = 'Click to join chat';
$lang['ChatBox'] = 'ChatBox';
$lang['log_out_chat'] = 'You have successfully logged out from chat on ';
$lang['Send'] = 'Send';
$lang['Login_to_join_chat'] = 'Login to join chat';
|
|
Ok, Thanks you ~~ I go check my langmain.php file.But didn't see anything error.Thanks for fix it.!!!
[size=18]TOPIC CLOSED[/size] |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Index Album & Chat LINK |  |
Posted: 12/17/2006 5:23 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 5:28 PM
Location: St Pete, FL
|

|
|
|
|
 |
There were no errors. The only problem is that the lang_main.php files are missing the code that I listed above so that's why the text was missing in your screenshots...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Index Album & Chat LINK |  |
Posted: 12/17/2006 5:36 AM |
|
|
|
|
|
| Citation |
| Posts |
487 |
| Word Cnt. |
35,729 |
| BDay |
Oct 3 |
| Sign |
Libra |
| Sex |
 |
|
|
|
Joined: Oct 29, 2006
Local time: 9:28 PM
Location: Klang, Malaysia
|

|
|
|
|
 |
| Nightrider wrote:
|
There were no errors. The only problem is that the lang_main.php files are missing the code that I listed above so that's why the text was missing in your screenshots...
|
Ok.anyway, thanks . I will try finding the missing code next time.
THANKS AGAIN NIGHTRIDER |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Index Album & Chat LINK |  |
Posted: 12/17/2006 5:51 AM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 5:28 PM
Location: St Pete, FL
|

|
|
|
|
 |
So I added the code to your lang_english/lang_main.php file. But if you want the text to appear in the other languages that you support, you will need to add it there too if the code is missing in those languages as well...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|