View Full Version : Extra page with Merchant List??
clsctrading
10-11-08, 22:51
Hey all,
My site is as follows www.videogamesaver.co.uk/index.htm, I would like to know if it is at all possible to either :-
a- add a list of merchants on my homepage
or
b- add another page to my site as a list of merchants with links
Is this possible??
Regards
Clsc Trading
If you load up the default set of templates (you've obviously figured out how to change template sets to be showing the arcade set on the site), you'd see that not only is it possible to do so, but that both are actually set up fine within the default template set. Look at the template files and you'll see the code snippets that do exactly what you are wanting to achieve. If you want to do in the arcade templates what the default template set already does, i'd say it maybe an idea for you to try learning to crawl and then subsequently walk before you try breaking world sprint records.
I've still got absolutely no idea what your doing wrong that you need the index.htm url putting on the end for your page to load by the way, but straight off, you'll not do very well with any spider when the site can't be accessed via the basic domain name using the http://www.videogamesaver.co.uk url.
Confuscius
11-11-08, 01:43
The site has been installed in a directory called 'index.htm' - it needs to be installed in the root at the least - the site was first indexed by Google on 2 November using a different template.
So the site needs reinstalling and the already indexed pages need to be 301 redirected to the root as soon as possible. Otherwise just buy a new domain name and start again.
[sarcasm on]
Anyone else learn to run before they could walk before they could toddle before they could crawl?
See some of Andy's posts about learning resources - try experimenting with the search function above, it works quite well.
[/sarcasm off]
[sarcasm on]
Anyone else learn to run before they could walk before they could toddle before they could crawl?
See some of Andy's posts about learning resources - try experimenting with the search box above, it works quite well.
[/sarcasm off]
You remembered the sarcasm tags...:p
I skipped the toddle myself like. :eek:
that should be
otherwise you en up with an unlcosed tag and a closed unopened tag,
are spaces in tags valid?
otherwise it is like saying "over and out" instead of just "out"
Confuscius
11-11-08, 20:42
$sarcasm = 'on';
$sarcasmTagOn = '<sarcasm ' . $sarcasm . '>';
if ($sarcasmTagOn == '<sarcasm on>'; {
$sarcasmTagOn = str_replace(' ', '', $sarcasmTagOn);
$sarcasmTagOff = str_replace('<', '</', $sarcasmTagOn);
}
echo $sarcasmTagOn . '<br>';
echo $sarcasticContent . '<br>';
echo $sarcasticTagOff . '<br>';
echo '<br>';
echo 'That should fix it!';