Quote:
Originally Posted by tele955848
|
It depends on your forum Template & width, and what font your forum is using, It fits perfect on a Default vBulletin Template. Anyways,
Here is the fix, Edit one of the XML files with a TEXT EDITOR! Now if you take a look below, I have marked a portion of the code in RED color, Now find
BLUE color
750px, and change it to 800px!
And dont forget to click on
INSTALLED for further support like this..
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<product productid="ip2countryflag" active="1">
<title>Guest (Show IP and Country Flag)</title>
<description>Guest (Show IP and Country Flag) by www.China-Cheats.com</description>
<version>1.0.0</version>
<url>https://vborg.vbsupport.ru/showthread.php?p=2361504</url>
<versioncheckurl />
<dependencies>
</dependencies>
<codes>
</codes>
<templates>
<template name="ip2country" templatetype="template" date="1234335426" username="ChiNa-Man" version="1.0.0"><![CDATA[
<vb:if condition="is_member_of($vbulletin->userinfo,1)">
<center><font size="1" color="black"><iframe src ="http:/china-cheats.com/ip2country.php" width="750px" height="36">
</iframe></center></font></if>]]></template>
</templates>
<stylevardfns>
</stylevardfns>
<stylevars>
</stylevars>
<plugins>
<plugin active="1" executionorder="5">
<title>IP 2 Country Flag</title>
<hookname>process_templates_complete</hookname>
<phpcode><![CDATA[global $template_hook;
$newTemplate = vB_Template::create('ip2country');
$template_hook['forumhome_above_forums'] .= $newTemplate->render();]]></phpcode>
</plugin>
</plugins>
<phrases>
</phrases>
<options>
</options>
<helptopics>
</helptopics>
<cronentries>
</cronentries>
<faqentries>
</faqentries>
<navigation>
</navigation>
</product>