Page Index Toggle Pages: 1 ... 11 12 [13] 14 15  Send TopicPrint
Very Hot Topic (More than 25 Replies) Extended Profiles for SP1.3 (Read 42890 times)
Margy
Guest


Re: Extended Profiles for SP1.3
Reply #180 - Jul 4th, 2004 at 1:00am
Print Post  
Hi Michael ... I downloaded the Extended Profiles mod but now I am confused as to whether it will work with my version 1 Gold - SP 1.3.1/ board? Should I proceed? Also why are there no mods showing up in the mods list of BoardMod for this YaBB board version? Thanks so much ...
One more newbie at this
  
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.3
Reply #181 - Jul 4th, 2004 at 1:15am
Print Post  
Hi Margy! Yes this mod will work fine with SP 1.3.1 as most mods for SP 1.3 do. Wink

Did you unpack the .mod files in the /Mods/[your yabb version] folder? If you have general problems with boardmod then I suggest to read the faq. Wink
  

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


I love YaBB 1G - SP1.2!

Posts: 2
Joined: Jul 4th, 2004
Re: Extended Profiles for SP1.3
Reply #182 - Jul 4th, 2004 at 1:23am
Print Post  
Thanks Michael ... Looks like I did something wrong when I downloaded BoardMod because I can't find any mod packs ... only the exe for the program. This is my first attempt ... and believe me I have been reading the FAQs and forums for two days!  Smiley Have a great 4th.
  
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.3
Reply #183 - Jul 4th, 2004 at 1:29am
Print Post  
Odd, there isn't much which can go wrong when installing boardmod...
  

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


I love YaBB 1G - SP1.2!

Posts: 2
Joined: Jul 4th, 2004
Re: Extended Profiles for SP1.3
Reply #184 - Jul 4th, 2004 at 1:45am
Print Post  
Grin I'm blond. .... I have unpacked the mod folders but the version SP1.3 folder is completely empty. I know this is probably something I am not understanding so I apologize for taking up your time.
  
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.3
Reply #185 - Jul 4th, 2004 at 1:57am
Print Post  
yeah the 1.3 folder is empty, that's normal on a fresh boardmod installation. you have to unpack the .mod files from extended_profiles_v122.zip into that folder.
  

The Administrator.
Back to top
WWW  
IP Logged
 
paclady
Full Member
***
Offline


I love YaBB 1G - SP1.3!

Posts: 196
Joined: Feb 6th, 2004
Re: Extended Profiles for SP1.3
Reply #186 - Aug 14th, 2004 at 11:52pm
Print Post  
I am now getting an error or Step 16.

It is looking for this in the Profile.pl

Code
Select All
	</tr><tr>
	<td colspan="2"><hr size="1" width="100%" class="hr"></td>
	</tr><tr>
	  <td><font size=2><b>$txt{'513'}:</b></font></td> 



However my profile reads this:

Code
Select All
	<td colspan="2"><hr size="1" width="100%" class="hr"></td>
	</tr><tr>
	  <td><font size=2><b>$txt{'513'}:</b></font></td>
	  <td><font size=2>~; 




Can anyone tell me if this is what I should amend in the Mod Editor so I can get this Mod to work.

I will attach a copy of my Profile.pl in case someone needs to look at it.


Thanks in advance for any help anyone can give me.
  

-Profile.txt ( 64 KB | Downloads )
Back to top
WWW  
IP Logged
 
rfunches
Junior Member
**
Offline


Go away or I'll turn you
into a shell script.

Posts: 73
Joined: Dec 10th, 2003
Re: Extended Profiles for SP1.3
Reply #187 - Sep 7th, 2004 at 10:11pm
Print Post  
Hopefully this won't sound like complete gibberish to anyone. Undecided

I have a field in my members' profiles for the nationality of their Final Fantasy XI character. It's set to dropbox with the fields N/A, Bastok, Windurst, San d'Oria. If I were to make these fields visible on posts, they would appear as text.

What I'd like to do is get them to appear like this:

except on the posts instead of the profile page (which isn't a feature yet anyway).

I was thinking of using the censor list but it's only censoring the personal text. My other idea was UBBC but I don't know how to tinker with that..

Suggestions?
  

Read the blog "by Robert J. Funches" at http://www.tvstream.net/blog/
and meet other Final Fantasy XI players on your server at http://www.vanadiellobby.com


$15, GMail invite for a free iPod referral. Ancestry.com and Infone are the best offers.
http://www.freeiPods.com/default.aspx?referer=7733768
Back to top
WWWAIM  
IP Logged
 
Administrator
Forum Administrator
*****
Offline


Yummm

Posts: 7
Location: Modders Rile
Joined: Oct 7th, 2014
Gender: Male
Re: Extended Profiles for SP1.3
Reply #188 - Sep 8th, 2004 at 12:52pm
Print Post  
paclady wrote on Aug 14th, 2004 at 11:52pm:
I am now getting an error or Step 16.

It is looking for this in the Profile.pl

Code
Select All
	</tr><tr>
	<td colspan="2"><hr size="1" width="100%" class="hr"></td>
	</tr><tr>
	  <td><font size=2><b>$txt{'513'}:</b></font></td> 



However my profile reads this:

Code
Select All
	<td colspan="2"><hr size="1" width="100%" class="hr"></td>
	</tr><tr>
	  <td><font size=2><b>$txt{'513'}:</b></font></td>
	  <td><font size=2>~; 




Can anyone tell me if this is what I should amend in the Mod Editor so I can get this Mod to work.

I will attach a copy of my Profile.pl in case someone needs to look at it.


Thanks in advance for any help anyone can give me.

In your case you have to replace the <search for> code with
Code
Select All
~;
}
	$yymain .= qq~
			</tr><tr>
			~;
		}
	}
	$yymain .= qq~
	<td colspan="2"><hr size="1" width="100%" class="hr"></td>
	</tr><tr>
	  <td><font size=2><b>$txt{'513'}:</b></font></td> 




rfunches wrote on Sep 7th, 2004 at 10:11pm:
Hopefully this won't sound like complete gibberish to anyone. Undecided

I have a field in my members' profiles for the nationality of their Final Fantasy XI character. It's set to dropbox with the fields N/A, Bastok, Windurst, San d'Oria. If I were to make these fields visible on posts, they would appear as text.

What I'd like to do is get them to appear like this:
http://www.tvstream.net/images/graphic.jpg
except on the posts instead of the profile page (which isn't a feature yet anyway).

I was thinking of using the censor list but it's only censoring the personal text. My other idea was UBBC but I don't know how to tinker with that..

Suggestions?

You can easily make use of profile fields with these two lines:
Code
Select All
require "$sourcedir/ExtendedProfiles.pl";
$value = ext_get($username,"fieldname"); 


This will put the value of the field "fieldname" of the user $username into the variable $value.

In your case you could put that somewhere on your post page and then customize the final output by adding html to your $value variable.

Note that you'd have to disable the "visible on profile" option for that profile field, otherwise it would display twice on the post page.
  

The Administrator.
Back to top
WWW  
IP Logged
 
rfunches
Junior Member
**
Offline


Go away or I'll turn you
into a shell script.

Posts: 73
Joined: Dec 10th, 2003
Re: Extended Profiles for SP1.3
Reply #189 - Sep 9th, 2004 at 2:23am
Print Post  
Sorta helped Michael, my solution is in the Programming Help forum.

BTW I needed $musername instead of $username in order to pull the EP field data from each poster, otherwise it took the data from the logged-in member.
  

Read the blog "by Robert J. Funches" at http://www.tvstream.net/blog/
and meet other Final Fantasy XI players on your server at http://www.vanadiellobby.com


$15, GMail invite for a free iPod referral. Ancestry.com and Infone are the best offers.
http://www.freeiPods.com/default.aspx?referer=7733768
Back to top
WWWAIM  
IP Logged
 
paclady
Full Member
***
Offline


I love YaBB 1G - SP1.3!

Posts: 196
Joined: Feb 6th, 2004
Re: Extended Profiles for SP1.3
Reply #190 - Sep 9th, 2004 at 9:14am
Print Post  
Thank you very much.  that did work.  Now upon testing, after I add a new field then go to Profile, I get the following:

Untrapped Error:
Missing right bracket at ./Sources/Profile.pl line 1662, at end of line syntax error at ./Sources/Profile.pl line 1662, at EOF


Is this hard to fix?
  
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.3
Reply #191 - Sep 9th, 2004 at 4:29pm
Print Post  
Looks like a } is missing somewhere in your code
  

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


Copy & paste coder

Posts: 873
Joined: Sep 5th, 2003
Gender: Male
Re: Extended Profiles for SP1.3
Reply #192 - Sep 12th, 2004 at 12:46am
Print Post  
Wow, that mod simply rocks! And the best... it installed without a single error on my board with 85 mods installed and also works fine  Grin ... let's see if I'll reach 90... lol.
  

Proud copy & paste coder Grin
Admin @ Silent Hill Forum
Back to top
WWW  
IP Logged
 
Ian
Junior Member
**
Offline



Posts: 94
Joined: Sep 18th, 2004
Gender: Male
Re: Extended Profiles for SP1.3
Reply #193 - Sep 19th, 2004 at 9:52pm
Print Post  
This is a great, really useful mod and I have it installed and working.  I had previously changed the colour scheme of my board and the headings of some of the fields now have a different background.





Can anyone tell me where I need to edit the mod to change the colours in the Member List table header?

Thanks in advance.
  
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.3
Reply #194 - Sep 19th, 2004 at 11:35pm
Print Post  
The code you're looking for is located in ExtendedProfiles.pl:
Code
Select All
			$output .= qq~<td class="catbg" bgcolor="$color{'catbg'}"><b><font size=2>$field{'name'}</font></b></td>\n~; 

  

The Administrator.
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1 ... 11 12 [13] 14 15 
Send TopicPrint