change text in user registration

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   change text in user registration
jokerjk
CZ Newbie
jokerjk has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Oct 24, 2004
0.00 posts per day
Posts: 7
Points: 2,087
   
I would like to delete the lines betweenthe *s. It is not as simple as deleting the words, I tried that numerous times and ways.


You will receive a confirmation email with a link to a page you should visit to activate your account in the next 24 hours.

Notice: Account preferences are cookie based.
****************************************************
As a registered user you can:

Post comments with your name
Send news with your name
Have a personal box in the Home
Select how many news you want in the Home
Customize the comments
Access to Submit News
Access to User Box
Read custom headlines
some other cool stuff...
*****************************************************
Register Now! It's Free!
We don't sell/give to others your personal info.



Back to top Reply with quote
#2   re: change text in user registration
Browser
CZ Super Newbie
 Codezwiz Site Donator
Browser has been a member for over 19 year's 19 Year Member
Status: Offline
Joined: Nov 14, 2004
0.01 posts per day
Posts: 48
Points: 5,631
   
First make a backup copy of the index.php page in the your_account module. Next find and remove the following code then upload to module directory and test:

.""._ASREGUSER."<br>\n"
       ."<ul>\n"
           ."<li>"._ASREG1."\n"
           ."<li>"._ASREG2."\n"
           ."<li>"._ASREG3."\n"
           ."<li>"._ASREG4."\n"
           ."<li>"._ASREG5."\n";
   $handle=opendir('themes');
       while ($file = readdir($handle)) {
       if ((!ereg("[.]",$file) AND file_exists("themes/$file/theme.php"))) {
      $thmcount++;
       }
   }
   closedir($handle);
       if ($thmcount > 1) {
       echo "<li>"._ASREG6."\n";
   }
   $sql = "SELECT custom_title FROM ".$prefix."_modules WHERE active='1' AND view='1' AND inmenu='1'";
   $result = $db->sql_query($sql);
   while ($row = $db->sql_fetchrow($result)) {
       $custom_title = $row[custom_title];
       if ($custom_title != "") {
      echo "<li>"._ACCESSTO." $custom_title\n";
       }
   }
   $sql = "SELECT title FROM ".$prefix."_blocks WHERE active='1' AND view='1'";
   $result = $db->sql_query($sql);
   while ($row = $db->sql_fetchrow($result)) {
       $b_title = $row['title'];
       if ($b_title != "") {
      echo "<li>"._ACCESSTO." $b_title\n";
       }
   }
   if (is_active("Journal")) {
       echo "<li>"._CREATEJOURNAL."\n";
   }
   if ($my_headlines == 1) {
       echo "<li>"._READHEADLINES."\n";
   }
       echo "<li>"._ASREG7."\n"
       ."</ul>\n"



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

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 cannot download files in this forum