Hallo ...
Installed everything like instructions told me. VBulletin Version 3.6.7.
Database is OK. GLA Test is OK. Session table populated.
No display in Whosonline. I only see a new column "country" - no values for members.
Checked templates "WHOSONLINE" and "whosonlinebit" -
there are no modifications made (should be there after INSTALL I think ?)
If I add manually following code in "whosonlinebit":
Code:
<if condition="$show['countryname'] OR $show['countryflag']">
<td class="alt1">
<img style="margin-right: 3px" src="$stylevar[imgdir_misc]/flags/$userinfo[country_iso2].png" alt="$userinfo[country]">$userinfo[country_iso2]
</td>
</if>
only a read cross is displayed. It seems that userinfo for "country_iso2" and "country" do
not have a valuable result. What?s wrong ?
Help please.
Regards
Volker