Animated Flag Hack 3.8

litu2009

New Member
litu2009 said:

I have done all the instruction but the flag was not showing on my threads as well as in my usercp also not showing.

One more thing that my countryflag field is 7 and also i edit in postbi-legacy to field5 to field7 but i can not found that please help.

Problem image was added



Please help on it urgent
 

blackknights

New Member
litu2009 said:
Please help on it urgent

Well if not showing any where then you have missed a step some where the adds to user profile should have put the option in user cp /Settings & Options/edit options. Please verify if located at that location or not.
 

litu2009

New Member
but it show on bellow the rank images and up the avatar

i want to take it to bellow the avatar please help on this
 

blackknights

New Member
litu2009 said:
Please reply on quote urgent need

If you want it below avatar then search this

Code:
1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
                </div>
            </if>


and place the flag hack below that.
What was the problem in the first place that was not allowing you to get the hack working in the first place so others having the same issue can learn from it.
 

famouszor

New Member
I'm running the custom skin 'Ambinet Lighting Skin', I have install this mod as stated in the doc's. There are many things not working and I was wounder if anyone else is having the same problem.?
1. In users CP profile, I'm not seeing any thing to select the flag, but in the admin area to edit users, it is in there to allow flag selection.
2. when looking at a post or new topic, (I have the flags set to show under user avatar) there is nothing showing there, not even the text to indicate a flag.

I have twice uninstall, and install over. the same thing above still happens.

any ideas?

thanks
 

blackknights

New Member
famouszor said:
I'm running the custom skin 'Ambinet Lighting Skin', I have install this mod as stated in the doc's. There are many things not working and I was wounder if anyone else is having the same problem.?
1. In users CP profile, I'm not seeing any thing to select the flag, but in the admin area to edit users, it is in there to allow flag selection.
2. when looking at a post or new topic, (I have the flags set to show under user avatar) there is nothing showing there, not even the text to indicate a flag.

I have twice uninstall, and install over. the same thing above still happens.

any ideas?

thanks

Your flag file for that skin will need to be located here; forum/images/ambient_lighting/buttons/flags

The option for picking country per user will be located at user cp /Settings & Options/edit options or at registration
 

famouszor

New Member
blackknights said:
Your flag file for that skin will need to be located here; forum/images/ambient_lighting/buttons/flags

The option for picking country per user will be located at user cp /Settings & Options/edit options or at registration

Thanks for the help. here are some screenshots to show you what is going on.

My Flags are in the proper directory:
ftppathofflags.jpg


I found the option in user CP:
userCPThreadDisplay.jpg


But its not showing under the avatar:
userpost.jpg


overall, it seems to be there, but its just not showing. any ideas?
Thanks for the help.
FZ
 

litu2009

New Member
blackknights said:
If you want it below avatar then search this

Code:
1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
                </div>
            </if>


and place the flag hack below that.
What was the problem in the first place that was not allowing you to get the hack working in the first place so others having the same issue can learn from it.

I have done every thing bro and it works and i have a little doubt that the flag was taken bellow the avatar but it is shows on left side but i want to take it to middle. because it is show on left bellow the avatar i want to take that to middle of bellow the avatar

so please help.
 

blackknights

New Member
litu2009 said:
I have done every thing bro and it works and i have a little doubt that the flag was taken bellow the avatar but it is shows on left side but i want to take it to middle. because it is show on left bellow the avatar i want to take that to middle of bellow the avatar

so please help.


Ok to center the flag go to postbit template locate the flag edit you added and replace with this remember to alter field # accordingly

Code:
<if condition="$post['field5']">
    <div align="center"><img src="$stylevar[imgdir_button]/flags/$post[field5].GIF" alt="Users Flag!" border="" />
</if>
 

blackknights

New Member
famouszor said:
Thanks for the help. here are some screenshots to show you what is going on.

My Flags are in the proper directory:


I found the option in user CP:


But its not showing under the avatar:


overall, it seems to be there, but its just not showing. any ideas?
Thanks for the help.
FZ

Ok best guess is that you altered the postbit legacy template for that skin , goto to postbit and search out this line

Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>



Insert after
Code:
</div></if>
Code:
<if condition="$post['field5']">
    <img src="$stylevar[imgdir_button]/flags/$post[field5].GIF" alt="Users Flag!" border="" />
</if>


End result should look like this

Code:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>
<if condition="$post['field5']">
    <img src="$stylevar[imgdir_button]/flags/$post[field5].GIF" alt="Users Flag!" border="" />
<if condition="$post['field5']">
    <img src="$stylevar[imgdir_button]/flags/$post[field5].GIF" alt="Users Flag!" border="" />
</if>
 

famouszor

New Member
blackknights...... I would like to let everyone know who is reading this; your flag hack rocks.

blackknights took time out from his busy day to help me in getting this to work on my forum. If anyone else is wanting help, please have patients... blackknights will be there to help...



Thanks again for your help.

FZ
 

Error 404

New Member
Umm, i installed it, but the flags doesnt show ANYwhere =/
I can change it in AdminCP/UserCP OR can choose them while registering, but when i post in topic, i see NO flags =/

Am i doing anything wrong ?
 

blackknights

New Member
Wassap said:
Umm, i installed it, but the flags doesnt show ANYwhere =/
I can change it in AdminCP/UserCP OR can choose them while registering, but when i post in topic, i see NO flags =/

Am i doing anything wrong ?


what skin are you using where have you uploaded the flag file and what template have you altered in?
 

blackknights

New Member
chances are you have the [field5] incorrect in your edit go to admincp/user profile field manager/Country Flag and look under the name header for the correct field id, once set correctly should be ok.
 

DDos888

New Member
i follow all the instructions, field id, edit postbit_legacy template i used, upload flags to server, and at last flags doesnt show. any suggestions???
 

blackknights

New Member
DDos888 said:
i follow all the instructions, field id, edit postbit_legacy template i used, upload flags to server, and at last flags doesnt show. any suggestions???

On your forum post display of your postbit legacy do you have text or nothing at all? If you have text then the flag file is placed in wrong area. Right click text and look at the correct image path.

If you have nothing at all then the field ID is wrong.

Do you have the option to choose country flag in user CP in edit options or on registration please advise for further assistance.
 
Top