Clan Adverts

Sponsors

CT on Facebook

Latest Product

User Box

Anonymous
38.107.179.219
Nickname:

Password:

Security Code
Security Code
Type Security Code


PND Downloads Feed

Phpnuke Downloads
How to Delete or Reset yo...
How to Delete or Reset your PHPNuke Admin Account
Lost your admin password ?  Cant login to your admin account ? This s...
Back Online & Stuff
Back Online & Stuff
Look at us with our nifty website back up and running… Seriously...
How to edit the admins in...
How to edit the admins in the forums
Here is a way to make someone admin in your forums on your Evo site. I...
Demo Splash Screen
Demo Splash Screen
Ped @ Clan Themes has released a simple splash screen entrance hack. ...
Free Phpnuke Business The...
Free Phpnuke Business Theme 6
This is the 6th Business theme for Phpnuke that Clan Themes has releas...
Tricked Out Slider
Tricked Out Slider
We have seen some great new things come out of Tricked Out News and th...

Custom Work

PHP Nuke Custom Work

www.clanthemes.com :: View topic - Nuketube 1.0 corrections
Nuketube 1.0 corrections

1 Replies / 1404 Views


Post new topic   Reply to topic  

   www.clanthemes.com Forum Index » Modules

View previous topic :: View next topic


kardson
Reputation: 0.8 Add RepSubtract Rep
Local time: 2:34 AM
Location: Michigan
usa.gif

Noob
Noob

0.00 posts per day
Medals: 0

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

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 Add RepSubtract Rep
Local time: 2:34 AM
Location: Michigan
usa.gif

Noob
Noob

0.00 posts per day
Medals: 0

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

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:  28 Time(s)

 

 
View user's profileSend private messageVisit poster's websiteAIM AddressYahoo Messenger Reply with quote
Post new topic   Reply to topic  
   www.clanthemes.com Forum Index » Modules


 
1 Replies / 1404 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