4images Forum & Community

4images Modifications / Modifikationen => Templates & Styles (Releases & Support) => Topic started by: Nicky on August 11, 2006, 09:32:33 AM

Title: [TEMPLATE] Default 4images 1.7.3 Templates in 100% width
Post by: Nicky on August 11, 2006, 09:32:33 AM
Download http://www.nicky.net/4images/4images_1.7.3_default_wide.zip

works fine in opera, firefox & IE

Discussion here :)
Title: Re: [TEMPLATE] Default 4images 1.7.3 Templates in 100% widht
Post by: teabone on August 12, 2006, 07:21:25 PM
hey nicky,

i´m pretty sure the mistake lies with me...doesn´t it?

Warning: opendir(./../templates/4images_1.7.3_default_wide/media): failed to open dir: No such file or directory in /home/www/cwcity/hosting/q/u/qualitypre/htdocs/4images1.7.3/4images/admin/templates.php on line 62

Warning: closedir(): supplied argument is not a valid Directory resource in /home/www/cwcity/hosting/q/u/qualitypre/htdocs/4images1.7.3/4images/admin/templates.php on line 68
Keine Templates gefunden

Title: Re: [TEMPLATE] Default 4images 1.7.3 Templates in 100% widht
Post by: Nicky on August 13, 2006, 10:32:22 AM
hi,

media folder is in zip.
Title: Re: [TEMPLATE] Default 4images 1.7.3 Templates in 100% width
Post by: skidpics on August 07, 2007, 07:06:53 AM
Like the bigger theme, but I cannot get the verification code (captcha) to show up on any upload screens or comment input..  Can you help me get this fixed?  I switched to the standard default theme, and all works fine..

-- Skidpics

http://skidpics.com
Title: Re: [TEMPLATE] Default 4images 1.7.3 Templates in 100% width
Post by: Nicky on August 13, 2007, 12:08:01 AM
i will do it for you tomorrow in the evening, because i go to sleep rightnow
Title: Re: [TEMPLATE] Default 4images 1.7.3 Templates in 100% width
Post by: Nicky on August 13, 2007, 12:32:12 AM
heeey.... it's only search_form.html changed from 1.7.3 to 1.7.4

Code: [Select]
              <input type="radio" name="search_terms" value="any" checked="checked" />
              {lang_or}&nbsp;&nbsp;
              <input type="radio" name="search_terms" value="all" />
              {lang_and}

i tested it rightnow :)
works fine with captcha
Title: Re: [TEMPLATE] Default 4images 1.7.3 Templates in 100% width
Post by: skidpics on August 13, 2007, 02:00:56 AM
heeey.... it's only search_form.html changed from 1.7.3 to 1.7.4

Code: [Select]
              <input type="radio" name="search_terms" value="any" checked="checked" />
              {lang_or}&nbsp;&nbsp;
              <input type="radio" name="search_terms" value="all" />
              {lang_and}

i tested it rightnow :)
works fine with captcha

Hmm - not sure if this was meant for me, but that did nothing for me.  However, I figured it out - regarding the captcha not working in comments.. from the previous post..

in Comment_Form.html from default template Find:
Quote
</tr>
{if captcha_comments}
<tr>
<td width="90" valign="top"><b>{lang_captcha}</b></td>
<td>
<a href="javascript:new_captcha_image();"><img src="{url_captcha_image}" border="0" id="captcha_image" /></a>
<br />
<input type="text" name="captcha" size="30" value="" class="commentinput" id="captcha_input" />
<br />
{lang_captcha_desc}
</td>
</tr>
{endif captcha_comments}


Then Edit your Default_wide Template comment_form.html and insert the above below the following:

Quote
<td width="140" valign="top"><b>{lang_comment}</b></td>
<td><textarea name="comment_text" cols="35" rows="10" class="commenttextarea">{comment_text}</textarea></td>
</tr>
<tr>
<td width="90" valign="top">&nbsp;</td>
<td>{bbcode}</td>
</tr>
Title: Re: [TEMPLATE] Default 4images 1.7.3 Templates in 100% width
Post by: Nicky on August 13, 2007, 01:48:35 PM
yes you ment :)

i just looked again.. there are everywhere captcha things in 1.7.3 default_wide templates.
download again and look your self :)
only search_form.html is to be changed to work with 1.7.4
Title: Re: [TEMPLATE] Default 4images 1.7.3 Templates in 100% width
Post by: skidpics on August 13, 2007, 03:12:23 PM
yes you ment :)

i just looked again.. there are everywhere captcha things in 1.7.3 default_wide templates.
download again and look your self :)
only search_form.html is to be changed to work with 1.7.4

My search form works fine, and my captcha works fine now also, since I made that change.  Why would something in the search_form file have anything to do with the comment_form file?  Either way, my issue is resolved.  Thank!
Title: Re: [TEMPLATE] Default 4images 1.7.3 Templates in 100% width
Post by: skidpics on September 27, 2007, 12:24:53 AM
Hey Nicky, what exactly did you change to get the theme to break to 100%?  I just reinstalled 4images, and have done lots of updating to the default theme, and with the changed made, I would hate to have to redo it all.  Did you edit multiple files, or just the .css?

-- Skidpics