View Full Version : Another new template
IntroSites
19-10-07, 12:57
Another XHTML Strict Template
This one has added pages for your own content, just add HTML to the corresponding .tpl file
Extra pages work with templates, no need to alter SW files
Just upload to your templates folder and edit config.inc templateDir to intro_2
Hope its of use to someone
Any problems please let me know, Cheers
Bluesplayer
19-10-07, 13:05
Hi
Looks great and totally different to the first one that is for sure.
Keep em coming. Will convert my Drupal site to use this theme as well. Offer a theme change. Very nice :) .
Regards
Bluesplayer
Hey Guys,
Yes, i have to agree with 'Bluesplayer' on this one......
Very nice indeed, looks great ;)
Well Done Intro :D
Adrian
SW Integration & Technical Support
adrian.botelho@digitalwindow.com
www.digitalwindow.com
Bluesplayer
21-10-07, 01:51
All I have done for weeks now is try various ways of showing the shopping site. I think now though I will stick with this latest blue template. Bluesplayer - blue template? Makes sense to me :) .
I have added the new blue template to my site and incorporated a few scripts to add to it's functionality, namely an email script and a forum. Both are essential really with the forum to be used for posting all the special offers. Email script is this one:
http://www.stadtaus.com/en/php_scripts/formmail_script/
which has captcha.
The forum is a new one I found that is very fast and light. Not hard to use this new blue template with it either.
http://www.seo-board.com/
You can see it working by clicking on 'Offers'. Now that I am pretty happy with the way the site works and how fast it is I am going to get some busy posting offers and advertising the site :) . About time for sure!
Thanks for this new template...
Regards
Bluesplayer
IntroSites
21-10-07, 12:22
Hey i must admit that looks very good with the contact and forum!
glad it was of use.
cheers
Bluesplayer
21-10-07, 13:11
Hi
I am starting to use more than 4 upper links now. How though do I get the new link to display page 5 for instance? I created page_5.tpl and altered the main_menu.tpl to suit but it won't display it. Not adjusted smarty before so I don't have a clue. How do I go about this?
Regards
Bluesplayer
IntroSites
21-10-07, 18:10
Hi
I am starting to use more than 4 upper links now. How though do I get the new link to display page 5 for instance? I created page_5.tpl and altered the main_menu.tpl to suit but it won't display it. Not adjusted smarty before so I don't have a clue. How do I go about this?
Regards
Bluesplayer
look in index.tpl for:
{if $smarty.get.page == 1}{include file="elements`$DIRECTORY_SEPARATOR`page_1.tpl"}{/if}
its self explanatory from there on...
HTH
Bluesplayer
22-10-07, 00:08
Thanks for that.
Been experimening with your design on a few other sections to my site. Still a lot of work to do but the design does work well even on the divx video section -http://bluesplayer.co.uk/films. The films and arcade etc are using a phparcadescript which I have altered to make them work with your theme. Done a great deal of work on the forum too and using ajax to show/hide certain sections so that the offers and banners will show much more effectively. Activated my software with the new design too. Getting there I think :) .
Cheers.
Bluesplayer
23-10-07, 12:31
Hi
Heres a question for you. I have altered the theme to accept other sections of the site as previously mentioned. I have also altered the search code to work as well. I am wondering if it is possible to combine searches? I can get the shopping script to read 2 databases but I was wondering if it was possible to search them both at the same time and output the results one under another. The search would show the Shopping Products but ontop of that it would show Shopping Companies from my other section. So if someone searched for a shirt or something there would be a list of companies and products displayed.
All I had to do to make the search work with my Shopping Category section was to alter this line:
"{$P_SEARCH}" method="get"
to this
"?=$base_url;? index2.php" (removed 2 tags or this forum
would not display anything) method="post"
How hard would the above be to get to work?
IntroSites
24-10-07, 10:47
I think what you're after is more backend, beyond just templating