View Single Post
Old 09-13-2004, 11:09 PM   #8
Dolby
Lord Dolby of Veeshan
 
Dolby's Avatar
 
Join Date: Jul 2002
Server: Veeshan
Posts: 2,397
Default EQUI_GuildManagementWnd.xml

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

Find:
Code:
<TabBox item = "GT_Subwindows">


Immediately above that line, INSERT:
This code box scrolls! Make sure that you select all the hidden code.
Code:
<Listbox item = "GT_TributeList"> <ScreenID>TributeList</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <TooltipReference>List of Guild members.</TooltipReference> <AutoStretch>true</AutoStretch> <LeftAnchorOffset>4</LeftAnchorOffset> <TopAnchorOffset>4</TopAnchorOffset> <RightAnchorOffset>4</RightAnchorOffset> <BottomAnchorOffset>28</BottomAnchorOffset> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>false</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <Style_Border>true</Style_Border> <Style_VScroll>true</Style_VScroll> <Columns> <Width>100</Width> <Heading>Name</Heading> </Columns> <Columns> <Width>45</Width> <Heading>Status</Heading> </Columns> <Columns> <Width>70</Width> <Heading>Donations</Heading> </Columns> <Columns> <Width>130</Width> <Heading>Last Donation</Heading> </Columns> </Listbox> <Button item = "GT_OptOutButton"> <ScreenID>OptOutButton</ScreenID> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <LeftAnchorOffset>4</LeftAnchorOffset> <TopAnchorOffset>24</TopAnchorOffset> <RightAnchorOffset>64</RightAnchorOffset> <BottomAnchorOffset>2</BottomAnchorOffset> <TopAnchorToTop>false</TopAnchorToTop> <BottomAnchorToTop>false</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>true</RightAnchorToLeft> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <Text>Opt Out</Text> <TooltipReference>Press this button to opt out of Guild Tribute benefits.</TooltipReference> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <ButtonDrawTemplate> <Normal>A_SmallBtnNormal</Normal> <Pressed>A_SmallBtnPressed</Pressed> <Flyby>A_SmallBtnFlyby</Flyby> <Disabled>A_SmallBtnDisabled</Disabled> <PressedFlyby>A_SmallBtnPressedFlyby</PressedFlyby> </ButtonDrawTemplate> </Button> <Label item = "GT_TributePoolLabel"> <ScreenID/> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <LeftAnchorOffset>160</LeftAnchorOffset> <TopAnchorOffset>22</TopAnchorOffset> <RightAnchorOffset>74</RightAnchorOffset> <BottomAnchorOffset>2</BottomAnchorOffset> <TopAnchorToTop>false</TopAnchorToTop> <BottomAnchorToTop>false</BottomAnchorToTop> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <Text>Tribute Points:</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>false</AlignCenter> <AlignRight>true</AlignRight> </Label> <Label item = "GT_TributePool"> <ScreenID>TributePool</ScreenID>> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <LeftAnchorOffset>70</LeftAnchorOffset> <TopAnchorOffset>22</TopAnchorOffset> <RightAnchorOffset>4</RightAnchorOffset> <BottomAnchorOffset>2</BottomAnchorOffset> <TopAnchorToTop>false</TopAnchorToTop> <BottomAnchorToTop>false</BottomAnchorToTop> <LeftAnchorToLeft>false</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <EQType>122</EQType> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <NoWrap>true</NoWrap> <AlignCenter>true</AlignCenter> <AlignRight>false</AlignRight> </Label> <Page item = "GT_TributePage"> <ScreenID>TributePage</ScreenID> <RelativePosition>false</RelativePosition> <DrawTemplate>WDT_Def</DrawTemplate> <TabText>Tribute</TabText> <TabTextColor> <R>255</R> <G>255</G> <B>255</B> </TabTextColor> <TabTextActiveColor> <R>255</R> <G>255</G> <B>0</B> </TabTextActiveColor> <Pieces>GT_TributeList</Pieces> <Pieces>GT_OptOutButton</Pieces> <Pieces>GT_TributePoolLabel</Pieces> <Pieces>GT_TributePool</Pieces> <Style_Sizable>true</Style_Sizable> </Page>


Find:
Code:
<Pages>GT_NotePage</Pages>


Immediately below that line, INSERT:
Code:
<Pages>GT_TributePage</Pages>
Dolby is offline