Author Topic: [TEMPLATE] Default 4images 1.7.3 Templates in 100% width  (Read 33784 times)

0 Members and 1 Guest are viewing this topic.

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
[TEMPLATE] Default 4images 1.7.3 Templates in 100% width
« 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 :)
« Last Edit: August 13, 2006, 04:33:59 PM by Nicky »
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline teabone

  • Pre-Newbie
  • Posts: 2
    • View Profile
Re: [TEMPLATE] Default 4images 1.7.3 Templates in 100% widht
« Reply #1 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


Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: [TEMPLATE] Default 4images 1.7.3 Templates in 100% widht
« Reply #2 on: August 13, 2006, 10:32:22 AM »
hi,

media folder is in zip.
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline skidpics

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Re: [TEMPLATE] Default 4images 1.7.3 Templates in 100% width
« Reply #3 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
« Last Edit: August 13, 2007, 02:12:28 AM by skidpics »

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: [TEMPLATE] Default 4images 1.7.3 Templates in 100% width
« Reply #4 on: August 13, 2007, 12:08:01 AM »
i will do it for you tomorrow in the evening, because i go to sleep rightnow
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: [TEMPLATE] Default 4images 1.7.3 Templates in 100% width
« Reply #5 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
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline skidpics

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Re: [TEMPLATE] Default 4images 1.7.3 Templates in 100% width
« Reply #6 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>

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: [TEMPLATE] Default 4images 1.7.3 Templates in 100% width
« Reply #7 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
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline skidpics

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Re: [TEMPLATE] Default 4images 1.7.3 Templates in 100% width
« Reply #8 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!

Offline skidpics

  • Jr. Member
  • **
  • Posts: 61
    • View Profile
Re: [TEMPLATE] Default 4images 1.7.3 Templates in 100% width
« Reply #9 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