View Single Post
Old 02-15-2003, 01:57 PM   #5
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

IF you have a custom EQUI_GroupSearchWnd.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find and DELETE:

<Text>I am a level LEVEL CLASS in the guild &lt;GUILD&gt;</Text>

Find:

<Text>Find groups leveled:</Text>

CHANGE it to:

<Text>Find groups of level:</Text>

Find:

<TooltipReference>Submit your information so groups seeking players may see it. After posting, you will be able to update or remove your information at any time.</TooltipReference>

DELETE the following portion of it:

After posting, you will be able to update or remove your information at any time.

Find:

<Text>Post Changes</Text>

CHANGE it to be:

<Text>Update Info</Text>

Find:

<!-- Search results -->

ADD:

<Label item = "LFGP_NumSearchResultsLabel">
<ScreenID>LFGP_NumSearchResultsLabel</ScreenID>
<RelativePosition>true</RelativePosition>

<AutoStretch>true</AutoStretch>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>true</BottomAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<LeftAnchorOffset>10</LeftAnchorOffset>
<RightAnchorOffset>10</RightAnchorOffset>
<TopAnchorOffset>95</TopAnchorOffset>
<BottomAnchorOffset>115</BottomAnchorOffset>

<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

Find:

<Listbox item = "LFGP_PlayerSearchResultList">
<ScreenID>LFGP_PlayerSearchResultList</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>

<AutoStretch>true</AutoStretch>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorOffset>5</LeftAnchorOffset>
<TopAnchorOffset>95</TopAnchorOffset>

CHANGE:

<TopAnchorOffset>95</TopAnchorOffset>

TO:

<TopAnchorOffset>115</TopAnchorOffset>

Find:

<Columns>
<Width>9999</Width>
<Heading>Comments</Heading>
</Columns>

CHANGE:

<Width>9999</Width>

TO:

<Width>400</Width>

Find:

<Columns>
<Width>9999</Width>
<Heading>Level</Heading>
</Columns>

CHANGE:

<Width>9999</Width>

TO:

<Width>400</Width>

Find:

<Columns>
<Width>9999</Width>
<Heading>Desired Classes</Heading>
</Columns>

CHANGE:

<Width>9999</Width>

TO:

<Width>400</Width>

Find:

<TabText>Looking To Join A Group</TabText>

CHANGE to be:

<TabText>Find Me A Group</TabText>

Find:

<Pieces>LFGP_RemoveMyInfoButton</Pieces>

ADD:

<Pieces>LFGP_NumSearchResultsLabel</Pieces>

Find and DELETE:

<Text>We are a level LEVEL group (size: SIZE)</Text>

Find:

<Text>Find players leveled:</Text>

CHANGE to be:

<Text>Find players of level:</Text>

Find:

<TooltipReference>Submit your group's information so players seeking groups may see it. After posting, you will be able to update or remove your information at any time.</TooltipReference>

DELETE the following portion of it:

After posting, you will be able to update or remove your information at any time.

Find:

<Text>Post Changes</Text>

CHANGE it to be:

<Text>Update Info</Text>

Find:

<!-- Search results -->

ADD:

<Label item = "LFPP_NumSearchResultsLabel">
<ScreenID>LFPP_NumSearchResultsLabel</ScreenID>
<RelativePosition>true</RelativePosition>

<AutoStretch>true</AutoStretch>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>true</BottomAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<LeftAnchorOffset>10</LeftAnchorOffset>
<RightAnchorOffset>10</RightAnchorOffset>
<TopAnchorOffset>175</TopAnchorOffset>
<BottomAnchorOffset>195</BottomAnchorOffset>

<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<NoWrap>true</NoWrap>
<AlignCenter>false</AlignCenter>
<AlignRight>false</AlignRight>
</Label>

Find:

<Listbox item = "LFPP_PlayerSearchResultList">
<ScreenID>LFPP_PlayerSearchResultList</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>

<AutoStretch>true</AutoStretch>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<LeftAnchorOffset>5</LeftAnchorOffset>
<TopAnchorOffset>175</TopAnchorOffset>

CHANGE:

<TopAnchorOffset>175</TopAnchorOffset>

TO:

<TopAnchorOffset>195</TopAnchorOffset>

Find:

<Columns>
<Width>9999</Width>
<Heading>Comments</Heading>
</Columns>

CHANGE:

<Width>9999</Width>

TO:

<Width>400</Width>

Find:

<TabText>Looking To Fill My Group</TabText>

CHANGE it to be:

<TabText>Find My Group More Players</TabText>

Find:

<Pieces>LFPP_DeselectAllRolesButton</Pieces>

ADD:

<Pieces>LFPP_NumSearchResultsLabel</Pieces>

Find:

<Screen item = "GroupSearchWnd">
<RelativePosition>false</RelativePosition>
<Location>
<X>70</X>
<Y>40</Y>
</Location>
<Size>
<CX>500</CX>
<CY>480</CY>
</Size>

CHANGE:

<Size>
<CX>500</CX>
<CY>480</CY>
</Size>

TO:

<CX>490</CX>
<CY>420</CY>

Find:

<Columns>
<Width>9999</Width>
<Heading>Guild Names</Heading>
</Columns>

CHANGE:

<Width>9999</Width>

TO:

<Width>400</Width>

Find:

<Columns>
<Width>9999</Width>
<Heading>Guild Names</Heading>
</Columns>

CHANGE:

<Width>9999</Width>

TO:

<Width>400</Width>
__________________
"My friends, love is better than anger. Hope is better than fear. Optimism is better than despair. So let us
be loving, hopeful and optimistic. And we’ll change the world."


Co-Founder & Admin: MMOUI
FaceBook Profile, Page, Group
Avatar Image by RafM
Cairenn is offline   Reply With Quote