Page Index Toggle Pages: 1 [2] 3  Send TopicPrint
Very Hot Topic (More than 25 Replies) Extended Profiles for SP1.2 (Read 24493 times)
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Re: Extended Profiles for SP1.2
Reply #15 - Mar 11th, 2003 at 3:12pm
Print Post  
version 1.2 has been released. to update from v1.1, you only have to overwrite your old ExtendedProfiles.pl.
  

The Administrator.
Back to top
WWW  
IP Logged
 
Michael Griffin
God Member
*****
Offline


Black Panther's are cool!!!

Posts: 1337
Location: Crossville
Joined: Mar 30th, 2003
Gender: Male
Re: Extended Profiles for SP1.2
Reply #16 - Mar 31st, 2003 at 6:55am
Print Post  
Hello,

I know I must sound like a newbie at YaBB (which I am) at asking this question but do you have to install "extended_profiles_v12_sp12_YaMS-compatible.mod"? Because I just installed "extended_profiles_v12_sp12.mod" and it didn't show anything anywhere... But it didn't give any errors either so, lol ??? Thanks

Panther
  

Michael T Griffin
Back to top
YIM  
IP Logged
 
Michael Griffin
God Member
*****
Offline


Black Panther's are cool!!!

Posts: 1337
Location: Crossville
Joined: Mar 30th, 2003
Gender: Male
Re: Extended Profiles for SP1.2
Reply #17 - Mar 31st, 2003 at 7:12am
Print Post  
Lips Sealed Embarrassed I'm sorry, it was this little text box that says "Extended Profiles"... Maybe I need to read more or notice more about what I'm reading... So again, sorry

Panther
  

Michael T Griffin
Back to top
YIM  
IP Logged
 
ALICE
Guest


Re: Extended Profiles for SP1.2
Reply #18 - Aug 30th, 2004 at 11:20pm
Print Post  
Im running 1YaBB 1 Gold - SP 1.3.2 (lastest version)

The "BoardMod" program said that it installed the mod perfectly. I uploaded all the files in the yabb folder just to be sure I didn't miss anything.

When I went to run the YABB admin tools from my IE browser, I got the following error:

Untrapped Error:
Can't locate ./Sources/ExtendedProfiles.pl at ./Sources/Admin.pl line 83.

How do I fix this?
  
Back to top
 
IP Logged
 
ALICE
Guest


Re: Extended Profiles for SP1.2
Reply #19 - Aug 30th, 2004 at 11:30pm
Print Post  
NEVER MIND I figured it out. DUH. Helps to have the .pl file in the sources folder, I guess...  Roll Eyes
  
Back to top
 
IP Logged
 
bratdouglas
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 2
Location: Arizona
Joined: Sep 9th, 2004
Gender: Female
Re: Extended Profiles for SP1.2
Reply #20 - Sep 10th, 2004 at 8:11pm
Print Post  
Well, I goofed somewhere. I installed the mod (and really like it) BUT I went througha mod install, then had a few problems so I went back and walked through a manual install, catching what had already been installed. Now in the Admin area, I have two fields for extended profile. Where do I go to delete this??

TIA
Brathann
  
Back to top
 
IP Logged
 
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Re: Extended Profiles for SP1.2
Reply #21 - Sep 12th, 2004 at 12:29am
Print Post  
Then maybe you did this step twice? Simple remove the dublicate code I guess:

Code
Select All
~;
require "$sourcedir/ExtendedProfiles.pl";
$yymain .= qq~
    <table border="0" cellpadding="4" cellspacing="1" bgcolor="$color{'bordercolor'}" class="bordercolor" width="100%">
	<tr>
	  <td bgcolor="$color{'catbg'}" height="19" class="catbg"><img src="$imagesdir/board.gif" alt="" border="0"> <font size="2"><b>$lang_ext{'Profiles_Controls'}</b></font></td>
	</tr><tr>
	  <td bgcolor="$color{'windowbg2'}" class="windowbg2"><font size="1">
	  - <a href="$cgi;action=ext_admin">$lang_ext{'admin_field'}</a>
	  </font></td>
	</tr>
    </table><br> 

  

The Administrator.
Back to top
WWW  
IP Logged
 
bratdouglas
New Member
*
Offline


I love YaBB 1G - SP1.2!

Posts: 2
Location: Arizona
Joined: Sep 9th, 2004
Gender: Female
Re: Extended Profiles for SP1.2
Reply #22 - Sep 14th, 2004 at 1:31am
Print Post  
Thank you Thank you thank you!!!! It is working.
Brat
  
Back to top
 
IP Logged
 
Shaun Dark Lord
Full Member
***
Offline


P4@3.15; 1GBPC3500; Radeon9700Pro;
Muhahahaha!

Posts: 105
Location: Kent, UK
Joined: Jul 3rd, 2003
Gender: Male
Re: Extended Profiles for SP1.2
Reply #23 - Sep 22nd, 2004 at 4:38pm
Print Post  
Can this be used with the news script mod? - I need a way of displaying a different name in the news script, and this mod looks like my best bet.
  
Back to top
WWW  
IP Logged
 
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Re: Extended Profiles for SP1.2
Reply #24 - Sep 22nd, 2004 at 5:24pm
Print Post  
Sure, it can easily be used in the news mod. You'll need to modify News.pl the following way:

search for
Code
Select All
   $news{'link_target'} = $link_target; 


and add the following below:
Code
Select All
   require "$sourcedir/ExtendedProfiles.pl";
   $news{'custom_name'} = ext_get($tusername,"[highlight size=1 color=red background=]fieldname[/highlight]");
 


replace "fieldname" with the name of the field you added with the extended profiles mod.

Now you should have a new tag available in your news template called <yabb custom_name>
  

The Administrator.
Back to top
WWW  
IP Logged
 
Shaun Dark Lord
Full Member
***
Offline


P4@3.15; 1GBPC3500; Radeon9700Pro;
Muhahahaha!

Posts: 105
Location: Kent, UK
Joined: Jul 3rd, 2003
Gender: Male
Re: Extended Profiles for SP1.2
Reply #25 - Sep 22nd, 2004 at 9:23pm
Print Post  
Hmmm - Almost working

I've created a new text field called "Alias" - In news I want to display the "Alias" of $lastposter

How do I do that?
  
Back to top
WWW  
IP Logged
 
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Re: Extended Profiles for SP1.2
Reply #26 - Sep 22nd, 2004 at 9:35pm
Print Post  
In that case you can remove the following lines:
Code
Select All
   if ($treplies > 0) {
    fopen(FILE, "$memberdir/$lastposter.dat");
    @lastposter_data = <FILE>;
    fclose(FILE);
    chomp @lastposter_data;
    $lastposter = $lastposter_data[1];
   } else {
    $lastposter = "";
   } 


and
replace $tusername with $lastposter in the code I posted above.
  

The Administrator.
Back to top
WWW  
IP Logged
 
Shaun Dark Lord
Full Member
***
Offline


P4@3.15; 1GBPC3500; Radeon9700Pro;
Muhahahaha!

Posts: 105
Location: Kent, UK
Joined: Jul 3rd, 2003
Gender: Male
Re: Extended Profiles for SP1.2
Reply #27 - Sep 22nd, 2004 at 9:37pm
Print Post  
Perfect - Thankyou!
  
Back to top
WWW  
IP Logged
 
Shaun Dark Lord
Full Member
***
Offline


P4@3.15; 1GBPC3500; Radeon9700Pro;
Muhahahaha!

Posts: 105
Location: Kent, UK
Joined: Jul 3rd, 2003
Gender: Male
Re: Extended Profiles for SP1.2
Reply #28 - Sep 23rd, 2004 at 8:41pm
Print Post  
For some reason the two txt files that I put in the variables folder screwed up newcalendar - New calendar reported an error on line 125 - Not sure what caused it - How big a job would it be to put the two txt files in a subfolder?
  
Back to top
WWW  
IP Logged
 
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Re: Extended Profiles for SP1.2
Reply #29 - Sep 23rd, 2004 at 10:04pm
Print Post  
Sorry, I'm not quite sure what you're talking about ???
  

The Administrator.
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1 [2] 3 
Send TopicPrint