Custom Soccer Livescore Page

shicedreck

New Member
This will put a soccer livescore page in your site.The livescores updates are provided for free by 7m.cn and works with 3.7b3 and below!
smile.gif



Goals notifications are instantaneous and there's a huge selection of matches for you to choose from.Here's the demo link:
http://free.7m.cn:8070/demo.aspx?encode=en

Installation time: Less than 3minutes
File Uploads: 1
Files Edits: None
Template Edits: 1

Step 1
In your Admincp,go to your Style Manager,select the style where you wish to display the livescore page,then click Add New Template

Step 2
Copy and paste inside all the contents of the livescore template.txt attached inside the folder below into this new template.

Name this new template livescore

(Optional)Step 3
To have a link in your navbar to this new livescore page,

In your Admincp,Style Manager,Edit Templates

Find in template navbar:
Code:
<if condition="$show['registerbutton']">
            <td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
        </if>

Add the following below:
Code:
<td class="vbmenu_control"><a href="livescore.php$session[sessionurl_q]">Livescore</a></td>
To have this link in your vBookie main page,in your vBookie templates,add the above inside the vbookie_header template with the rest of the links

Step 4
Upload the file livescore.php to your forum root directory

To customise Ads,banners and so on in the livescore Body,please read the below link for more info
http://free.7m.cn:8070/apply_en.aspx


That will be all!Enjoy!
smile.gif
 
Top