*

Recent

Recent Posts

Pages: 1 ... 3 4 [5] 6 7 ... 10
41
V3.x / Re: Mail activation issue
« Last post by rajat on September 29, 2015, 05:30:44 AM »
it's now working i found a solution on youtube, that was the problem from hosting site.
42
V3.x / Re: replaceing default logo
« Last post by am-fs on September 28, 2015, 05:29:19 PM »
depends on what template you are using

here is how too on the monster template

templates/monster/blocks/topnav.php

Find:
Code: [Select]
<div class="logo">
<a href="'.$domain.'"><img src="'.$domain.'/templates/'.$template.'/images/logo.png" alt="'.$sitename.'" width="270" height="80"/></a>
</div>

Edit to what you want.
43
V3.x / replaceing default logo
« Last post by brianc on September 28, 2015, 12:45:13 PM »
Trying to replace default logo. With one that if 600X 80. But only shows the same size as default logo. Where do I change the size in the code?? My image is 600 X 80. And I don't want a border around it.
44
Introductions / Re: Hi everybody!
« Last post by outlaw16151 on September 28, 2015, 10:56:52 AM »
Hey pacopa, welcome
45
Introductions / Re: Hi everybody!
« Last post by am-fs on September 27, 2015, 06:46:40 PM »
Welcome to FAS ...............  8)

46
Introductions / Hi everybody!
« Last post by pacopa on September 27, 2015, 02:56:44 PM »
Hi! Here just a new member!
47
V3.x / Re: About ads
« Last post by am-fs on September 27, 2015, 11:22:13 AM »
Yep, this will be a FAS Template.
48
V3.x / Re: Wrong Stats
« Last post by am-fs on September 27, 2015, 11:19:55 AM »
On Members stats,  it will only count the confirmed accounts. ( email verification )
49
V3.x / Re: Mail activation issue
« Last post by am-fs on September 27, 2015, 11:18:15 AM »
I will look into this

I can confirm hotmail worked on my end.
50
V3.x / Re: How to remove
« Last post by am-fs on September 27, 2015, 11:16:54 AM »
Find:
templates/monster/blocks/powered.php

Code: [Select]
<?php 
echo '<div align="center">
Copyright '
.$sitename.' &copy; 2008-'.date("Y").' All Rights Reserved - Powered By <a href="http://freearcadescript.net" target="_blank">Free Arcade Script</a>.
</div>'

?>


Replace with 2015:
Code: [Select]
2008-'.date("Y").'
Pages: 1 ... 3 4 [5] 6 7 ... 10