Author |
Message |
dholt
Regular


Joined: Nov 21, 2005
Posts: 67
|
Posted:
Wed Apr 19, 2006 9:29 am |
|
Check the version of your Your_Account module, it's either a
phpnuke CNB Your Account (4.4..)
phpnuke 7.x Your_Account module
What version is the accounts Module
Ravens nuke 7.6 v2.02.00 |
|
|
|
 |
Guardian2003
Site Admin

Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Wed Apr 19, 2006 11:21 am |
|
I'm not sure I even follow the question.
Can you explain more? |
|
|
|
 |
Rumbaar
Regular


Joined: Apr 16, 2004
Posts: 78
Location: Melbourne, Australia
|
Posted:
Wed Apr 19, 2006 8:20 pm |
|
I think this was a reply posted as a new thread by mistake. |
_________________ Victim's aren't we all! |
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Thu Apr 20, 2006 6:26 am |
|
dholt, if you have already corrected this by reposting your reply in the appropriate thread, I can delete this thread here. Just let me know. Thanks. |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
 |
dholt

|
Posted:
Thu Apr 20, 2006 11:38 am |
|
Sorry Guys as I have been busy and have not checked my mail for a while now. To answer it is not a reply but a Question.
I am add vwars to my clans site and yes with the updated patch for it.
There is a Vwar account moduler that has some edits to Your_Account and what I wanted to know was what version raven uses for this so I can make the edits to it.
In the vWar-Account1.4 mod install readme it asks this Question
Check the version of your Your_Account module, it's either a
phpnuke CNB Your Account (4.4..)
phpnuke 7.x Your_Account module
What version is the accounts Module
I am using Ravens nuke 7.6 v2.02.00 and was wondering is there a version to the Your_Account
Thanks and sorry for not getting back sooner |
|
|
|
 |
whitebox
Regular


Joined: Nov 22, 2004
Posts: 52
|
Posted:
Thu Apr 20, 2006 1:53 pm |
|
standard phpnuke 7.x Your_Account module |
|
|
|
 |
dholt

|
Posted:
Thu Apr 20, 2006 9:29 pm |
|
Thank you very much as I was looking inside of it and it did not say, or maybe I didn't see it.
Thanks again Cheers |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Fri Apr 21, 2006 2:59 am |
|
dholt wrote: | I am using Ravens nuke 7.6 v2.02.00 and was wondering is there a version to the Your_Account |
You answered it yourself - version 7.6 |
Last edited by Raven on Fri Apr 21, 2006 4:18 am; edited 1 time in total |
|
|
 |
benson
Worker


Joined: May 15, 2004
Posts: 119
Location: Germany
|
Posted:
Fri Apr 21, 2006 4:07 am |
|
Hello Raven,
even this thread should be dead I think I can add here some problems I had with the new Your_Account module.
Today I installes the update (not the full package) and still there are some language problems I would like to list:
Code:In the language file there are 2 lines missing:
define("_MEMBERGROUPS","Gruppenmitgliedschaft");
define("_NOTSET","nicht eingetragen.");
|
and in the index.php there are some translations still missing:
Code:Line 1521
echo "<center><font class=\"title\"><b>"._AVAILABLEAVATARS." on category ".$avatarcatname."</b></font><br><br>";
Line 1590
if (ereg("(http)", $newavatar)) { echo "<center>"._NEW_AVATAR."<br><br><IMG alt=\"\" src=\"$newavatar\"><br><br> [ <a href=\"modules.php?name=$module_name&op=edituser\">Back to Profile</a> | <a href=\"modules.php?name=$module_name\">Done</a> ]<br><br></center>"; } elseif ($newavatar) { echo "<center>Your New Avatar:<br><br><IMG alt=\"\" src=\"modules/Forums/images/avatars/$newavatar\"><br><br>[ <a href=\"modules.php?name=$module_name&op=edituser\">Back to Profile</a> | <a href=\"modules.php?name=$module_name\">Done</a> ]<br><br></center>"; }
Line 1165
."<td bgcolor='$bgcolor3'>".$s_categories." <img src=\"images/right.gif\" align=middle> <INPUT class=button type=submit value=\"Show Gallery\"></td></tr>"
|
That is what I found out installing the new release for german language. |
_________________ Best regards, Norbert
Only registered users can see links on this board! Get registered or login! & Only registered users can see links on this board! Get registered or login! |
|
|
 |
Raven

|
Posted:
Fri Apr 21, 2006 4:19 am |
|
So fix them and send them to us. We are not linguists. While your feedback is appreciated, your participation in correcting would be welcomed. Be a part of the solution  |
|
|
|
 |
benson

|
Posted:
Fri Apr 21, 2006 4:25 am |
|
Ok,
I am no expert in php therefor I gave you only the two missing lines for the language file.
Code:define("_MEMBERGROUPS","Gruppenmitgliedschaft");
define("_NOTSET","nicht eingetragen.");
|
They are also missing in the english one ...
I will try to replace the missing translations with existing placeholders and sent it to you, how?
Regards, Benson |
|
|
|
 |
Raven

|
Posted:
Fri Apr 21, 2006 4:39 am |
|
Either post them or email them to raven (AT) ravenphpscriots (DOT) com. Thanks! |
|
|
|
 |
|