Clan Adverts

PHP Web Host - Quality Web Hosting For All PHP Applications

 

www.clan-themes.co.uk :: View topic - Nuketube 1.0 corrections

 Welcome To Clan Themes 

As the board grows please remember the Search Option and we hope you find our community useful.

We also monitor Private Messages to stop members from abusing our sites system.
If you are asking for assistance please provide your site link and nuke version, Thanks.

Nuketube 1.0 corrections

1 Replies / 421 Views


Post new topic   Reply to topic  

   www.clan-themes.co.uk Forum Index » Modules

View previous topic :: View next topic


kardson
Reputation: 0.8
Local time: 7:42 PM
Location: Michigan
usa.gif

Status: Offline
0.05 posts per day
Medals: 0

Joined: Apr 28, 2008
Last Visit: 07 May 2008
Posts: 7
Points: 183 

Post Nuketube 1.0 corrections Posted: Mon Apr 28, 2008 7:53 pm   

I'm not sure where to post this.. so I'll just flop it down here and an admin can move it if needed.


For those of you using the NukeTube v1.0 module found on this site. There are some problems that I have corrected and I figured I would share the wealth.

For one the language files were all in spanish. Even the ones listed as english.
On top of this, the creator failed to put the footer.php file include into the bottom of the index.php file in the admin folder, so information on the admin page did not match the look/feel of the rest of the site.

and there were a couple references to the word "Title" that were in spanish I corrected and put into the language file.


Below is a list of changes made.
Next post down has complete package, feel free to delete once an admin has obtain the language files.



Code:
Corrected both  lang-english.php   (NukeTube/language/  and NukeTube/admin/language/) files
Both of these were in spanish.

Added the following to NukeTube/language/lang-english.php
define("_YOU_MENU8","Title");     

Added the following to NukeTube/language/lang-spanish.php
define("_YOU_MENU8","Título");   



IN  NukeTube/index.php  changed the following

LINE 605
FROM:
echo "<tr><td><b>Título</b></td><td><input type=\"text\" name=\"titulo\" size=\"50\" value=\"$titulo\"></td>
TO:
echo "<tr><td><b>"._YOU_MENU8."</b></td><td><input type=\"text\" name=\"titulo\" size=\"50\" value=\"$titulo\"></td>

LINE 678
FROM:
echo "<tr><td><b>Título</b></td><td><input type=\"text\" name=\"titulo\" size=\"50\" value=\"$titulo\"></td>
TO:
echo "<tr><td><b>"._YOU_MENU8."</b></td><td><input type=\"text\" name=\"titulo\" size=\"50\" value=\"$titulo\"></td>

LINE 811
FROM:
echo "<tr><td><b>Título</b></td><td><input type=\"text\" name=\"titulo\" size=\"50\" value=\"$titulo\">
TO:
echo "<tr><td><b>"._YOU_MENU8."</b></td><td><input type=\"text\" name=\"titulo\" size=\"50\" value=\"$titulo\">


IN NukeTube/admin/index.php
NEAR LINE 694   
CHANGED:
}

} else {
   echo "Access Denied";
}

TO:
}
include("footer.php");
} else {
   echo "Access Denied";


}


Last edited by kardson on Mon Apr 28, 2008 8:57 pm; edited 1 time in total
 

 
View user's profileSend private messageVisit poster's websiteAIM AddressYahoo Messenger Reply with quote

kardson
Reputation: 0.8
Local time: 7:42 PM
Location: Michigan
usa.gif

Status: Offline
0.05 posts per day
Medals: 0

Joined: Apr 28, 2008
Last Visit: 07 May 2008
Posts: 7
Points: 183 

Post Nuketube 1.0 corrections Posted: Mon Apr 28, 2008 8:55 pm   

Sorry, didn't realize I could attach files right to the forum.

Attached to this post.

NukeTube.zip
 Description:
NukeTube v1.0 w/ language corrections and admin template fix

Download
 Filename:  NukeTube.zip
 Filesize:  43.97 KB
 Downloaded:  20 Time(s)

 

 
View user's profileSend private messageVisit poster's websiteAIM AddressYahoo Messenger Reply with quote
Post new topic   Reply to topic  
   www.clan-themes.co.uk Forum Index » Modules


 
1 Replies / 421 Views
Page 1 of 1
All times are GMT
Display posts from previous:   
 
Jump to:  
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 can download files in this forum