Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: Mick. on December 07, 2012, 09:07:30 AM

Title: Giggle
Post by: Mick. on December 07, 2012, 09:07:30 AM
Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=2656)
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fcustom.simplemachines.org%2Fthemes%2Findex.php%2Faction%2Cdownload%2Flemma%2C2656%2Fimage%2Cthumb&hash=31b8dd23cad43a6338baa59e129dc37eaa73a992)

Giggle is a knockoff theme of Google's search engine.

Terms of use :

This theme is free for personal and commercial use. You are allowed to use it in your projects, change it and adapt for your purposes. You are not allowed to remove the authors copyright.

Demo: Giggle Demo (http://demo.bryandeakin.com/index.php?theme=10)
Title: Re: Giggle
Post by: Crip on December 07, 2012, 01:01:19 PM
Nice n clean Theme , good work ;D
Title: Re: Giggle
Post by: Liam. on February 16, 2013, 09:35:40 PM
Nice job, you've definitely got close to the Google design! Is it a good idea to include the Google Wave logo, though? Surely that'll have copyright issues.
Title: Re: Giggle
Post by: Mick. on February 16, 2013, 10:54:08 PM
Quote from: Liam. on February 16, 2013, 09:35:40 PM
Nice job, you've definitely got close to the Google design! Is it a good idea to include the Google Wave logo, though? Surely that'll have copyright issues.
not sure.  Hehehe
Title: Re: Giggle
Post by: lifeguard81 on February 17, 2013, 01:54:20 AM
Use this as my default. Wonderful and fast theme :) Thanks Mick
Title: Re: Giggle
Post by: bros on February 09, 2014, 03:02:21 PM
Hey. I'm using this with the Tapatalk mod. Having an issue with getting it to work with index.template.php
Title: Re: Giggle
Post by: Douglas on July 29, 2014, 10:21:05 AM
Runic, interestingly enough, just installed this on an UNmodified 2.0.8 install. Grabbed the download today... and there's an issue.

Template Parse Error!
There was a problem loading the /Themes/Giggle/languages/ThemeStrings.english.php template or language file. Please check the syntax and try again - remember, single quotes (') often have to be escaped with a slash (\). To see more specific error information from PHP, try accessing the file directly.

1: <?php// Version: 2.0; Themesglobal $scripturl;

2$txt['maintenance'] = '(Maintenance)';$txt['approval_member'] = 'Approval';$txt['open_reports'] = 'Reports';$txt['forum_search'] = 'Keywords';$txt['new_posts'] = 'New posts';$txt['responses_to_my_posts'] = 'Replies';

3?>


It's getting stuck on $txt['maintenance'] = '(Maintenance)';$txt['approval_member'] = 'Approval';$txt['open_reports'] = 'Reports';$txt['forum_search'] = 'Keywords';$txt['new_posts']

EDIT: I reformatted that file to read as follows:<?php
// Version: 2.0; Themes
global $scripturl;
$txt['maintenance'] = '(Maintenance)';
$txt['approval_member'] = 'Approval';
$txt['open_reports'] = 'Reports';
$txt['forum_search'] = 'Keywords';
$txt['new_posts'] = 'New posts';
$txt['responses_to_my_posts'] = 'Replies';
?>
and the above error goes away, HOWEVER... I now get "Unable to load the 'main_above' template."

I manually forced my account back to the original theme.
Title: Re: Giggle
Post by: Deaks on July 29, 2014, 10:47:53 PM
thanks for heads up, was getting similar error on my demo site, I had since lost some of the files so I downloaded them again and uploaded them manually overwriting the old ones and this seemed to fix it.