1 . 2 . 3 . 4 ./viewtopic.php?f=6&t=997&start=10
Forum rules
By downloading PBWoW you agree to search for your own answers before asking others, and make an effort to understand the software (both phpBB and PBWoW). People that don't make an effort to help themselves will not be helped by us! Make sure you read this topic before posting support topics!
80
view posts by this user Offline
    Reply with quote Write comments
Hi all, i have been running the import script and everything was fine but NOW my own User, so the "Site Admin" is not longer showing the "propass" avatar it seems to be part of the group administrators but it is not showing up the propass avatar/images, i have been checking everything, please help me!! its getting me crazy :(
Image
80
view posts by this user Offline
    Reply with quote Write comments
any help please :(
Image
Moderator
view posts by this user Offline
Moderator
    Reply with quote Write comments
With propass you mean the dragon or the watermark image?

Search for "Donor" if you want the dragon and / or "Site Admin" for the watermark image (BLIZZARD)

Hope I can help you :)

Technical Support Moderator,
PBWoW
Site Admin
view posts by this user Offline
Site Admin
    Reply with quote Write comments
Just make sure the title of the user(group) corresponds to the one you specified in the template.
80
view posts by this user Offline
    Reply with quote Write comments
hi all, thanks for your responses :)

so, yes in the correct file (taken from the readme) i have configured the right things in order to see it, and it was working before the "importing" from vbulletin, so now i have the right configuration but it is not showing anything :( please help :)

Image
Site Admin
view posts by this user Offline
Site Admin
    Reply with quote Write comments
Does the title of the user(group) contain any special characters like ><"!? or whatever?
80
view posts by this user Offline
    Reply with quote Write comments

PayBas wrote:
Does the title of the user(group) contain any special characters like ><"!? or whatever?


the title is "Administrator" and on the file i put "Site Admin" and it was working fine :(

find below the steps ive done and then it stops works:

1. import old forum
2. once imported i had 2 Administrators Group:

Administrators

and

vb3x - Administrators

the user "Heretic" which was admin on the old board and that is admin on this new one was merged with post counts and everything merged so i did the following:

3. delete the vb3x - Administrators Group
4. add Heretic to Administrators as a Group Leader and as a default Group.

that's it, just to be more clear, i know i am not so clear sometime :)

thanks

Image
Site Admin
view posts by this user Offline
Site Admin
    Reply with quote Write comments
Okay so if you want Admins to display as propass users, you gotta make sure the propass code looks like this:
Code: Select all
<!-- IF postrow.RANK_TITLE eq 'Administrator' -->
   <!-- IF postrow.S_ROW_COUNT is odd --><table id="posttable21" class="propass" cellpadding="0" cellspacing="0" border="0">
   <!-- ELSE --><table id="posttable11" class="propass" cellpadding="0" cellspacing="0" border="0"><!-- ENDIF -->
<!-- ELSE -->
   <!-- IF postrow.S_ROW_COUNT is odd --><table id="posttable21" cellpadding="0" cellspacing="0" border="0">
   <!-- ELSE --><table id="posttable11" cellpadding="0" cellspacing="0" border="0"><!-- ENDIF -->
<!-- ENDIF -->


Next, like I mentioned here: viewtopic.php?p=4064&f=3#p4064 you gotta change all these lines:
Code: Select all
IF postrow.RANK_TITLE eq 'Site Admin' or postrow.RANK_TITLE eq 'Moderator'


To something else, because a user(group) cannot be Blizz and Propass at the same time.
80
view posts by this user Offline
    Reply with quote Write comments

PayBas wrote:
Okay so if you want Admins to display as propass users, you gotta make sure the propass code looks like this:
Code: Select all
<!-- IF postrow.RANK_TITLE eq 'Administrator' -->
   <!-- IF postrow.S_ROW_COUNT is odd --><table id="posttable21" class="propass" cellpadding="0" cellspacing="0" border="0">
   <!-- ELSE --><table id="posttable11" class="propass" cellpadding="0" cellspacing="0" border="0"><!-- ENDIF -->
<!-- ELSE -->
   <!-- IF postrow.S_ROW_COUNT is odd --><table id="posttable21" cellpadding="0" cellspacing="0" border="0">
   <!-- ELSE --><table id="posttable11" cellpadding="0" cellspacing="0" border="0"><!-- ENDIF -->
<!-- ENDIF -->


Next, like I mentioned here: viewtopic.php?p=4064&f=3#p4064 you gotta change all these lines:
Code: Select all
IF postrow.RANK_TITLE eq 'Site Admin' or postrow.RANK_TITLE eq 'Moderator'


To something else, because a user(group) cannot be Blizz and Propass at the same time.



ok for the first code, but, what about the second?? i didn't get u here ... -.-'' what do u mean with "something else"?? and also, do i have to change every line?? there are more many lines like that in the viewtopic_body file :)

Image
Site Admin
view posts by this user Offline
Site Admin
    Reply with quote Write comments
Code: Select all
IF postrow.RANK_TITLE eq 'Site Admin' or postrow.RANK_TITLE eq 'Moderator'

to
Code: Select all
IF postrow.RANK_TITLE eq 'Disabled' or postrow.RANK_TITLE eq 'DisabledToo'

On all the lines
1 . 2 . 3 . 4 ./viewtopic.php?f=6&t=997&start=10
Jump to :
Moderator
Moderator