News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

[Theme] Ig-Oh for 1.0.8 & 1.1 RC3

Started by weber, June 14, 2005, 07:32:26 AM

Previous topic - Next topic

weber

@oceanizer:
Thanks. :)
I made a change further. It might have straightened out that problem. Do you confirm it again? http://koni.s25.xrea.com/forum/ I renew Ig-Oh if there is no problem.

@apt:
I do not think that it is good to use Ig-Oh for Mambo/Joomla. As for the template of Mambo/Joomla, there are a lot of fixing the width, and round corner of Ig-Oh always becomes obstructive.

And, it is time-consuming to match the theme of SMF to Mambo/Joomla. I think that it is better to use the theme that has already been prepared.

apt

#121
Koni

Thanks for your response.  The Ig-Oh theme works VERY well on my Joomla site APART from that one small issue, I'll look further into the code myself to see if I can fix it.

With regard to the display issues in Safari that oceanizer and myself are experiencing the problem STILL exists even with the link you posted in your last post. I was going to post a screenshot to this forum but it wont let me so I'll email you one. The changes you made work great in Firefox on OSX (oceanizer can you confirm?)

Hope this can be resolved becuase its a great theme.

apt  :)

weber

#122
Thank you for mai, apt.  ;) I noticed it with your mail. I updated this theme.  :)

Write the revision part of the code in the following. Replace "index.template.php" when you do not hope for the correction of these code.

The edited file is "index.template.php".

For 1.1 RC 1 & 1.1 Beta 3

1.
Find
<tr><td align="left" width="37px" class="topbg_l">&nbsp;<td/><td align="left" class="topbg"><span style="font-family: Georgia, sans-serif;">', $context['forum_name'], '</span>

Replace
<tr><td align="left" width="37px" class="topbg_l">&nbsp;<td colspan="2" align="left" class="topbg"><span style="font-family: Georgia, sans-serif;">', $context['forum_name'], '</span>

__________

2.
Find
<tr><td align="left" width="37px" class="bottombg_l">&nbsp;<td/><td align="left" class="bottombg">&nbsp;

Replace
<tr><td align="left" width="37px" class="bottombg_l">&nbsp;<td colspan="2" align="left" class="bottombg">&nbsp;
__________

3.
Find
<tr><td align="left" width="20px" class="titlebg_l">&nbsp;<td/><td align="center" class="titlebg">', $txt['top_info'] ,'<span style="font-size: 1px;">&nbsp;</span>

Replace
<tr><td align="left" width="20px" class="titlebg_l">&nbsp;<td colspan="2" align="center" class="titlebg">', $txt['top_info'] ,'<span style="font-size: 1px;">&nbsp;</span>




For 1.0.5

1.
Find
<tr><td align="left" width="37px" class="topbg_l">&nbsp;<td/><td align="left" class="topbg"><span style="font-family: Georgia, sans-serif;">', $context['forum_name'], '</span>

Replace
<tr><td align="left" width="37px" class="topbg_l">&nbsp;<td colspan="2" align="left" class="topbg"><span style="font-family: Georgia, sans-serif;">', $context['forum_name'], '</span>

__________

2.
Find
<tr><td align="left" width="20px" class="titlebg_l">&nbsp;<td/><td align="center" class="titlebg">', $txt['top_info'] ,'<span style="font-size: 1px;">&nbsp;</span>

Replace
<tr><td align="left" width="20px" class="titlebg_l">&nbsp;<td colspan="2" align="center" class="titlebg">', $txt['top_info'] ,'<span style="font-size: 1px;">&nbsp;</span>
</table>


__________

3.
Find
<tr><td align="left" width="37px" class="bottombg_l">&nbsp;<td/><td align="left" class="bottombg">&nbsp;

Replace
<tr><td align="left" width="37px" class="bottombg_l">&nbsp;<td colspan="2" align="left" class="bottombg">&nbsp;

apt

Have these changes been added to the original theme download? If so can I just download the theme and re-install it?

apt  :D

weber

Hi, :)
The file of Ig-Oh has already been renewed. Overwrite "index.template.php" from among the file newly downloaded.

weber

I updated this theme. :)

tuga

 install the quickupload 2.0 but i only can see them on default SMF therme why what i need to more for see also on Ig-Oh therme and is the same with ImageShack  because if i change to default SMF therme when i go to repley i see boths on it, can anyone help me with that fox fix it on Ig-Oh therme.

Thx

i have the code like this on post.template.php can you seee if is ok or i need change something?


   // Quick Upload 2.0 lays here - by Elmacik
echo '
<form action=""></form>';
include_once("$boarddir./Sources/Upload.php"); echo'
                                    <table width="80%" cellpadding="0" cellspacing="0" border="0">
                                       <tr>
                                          <td class="smalltext">', $context['can_notify'] ? '<input type="hidden" name="notify" value="0" /><input type="checkbox" name="notify"' . ($context['notify'] || !empty($options['auto_notify']) ? ' checked="checked"' : '') . ' value="1" class="check" /> ' . $txt['smf14'] : '', '</td>
                                          <td class="smalltext">', $context['can_lock'] ? '<input type="hidden" name="lock" value="0" /><input type="checkbox" name="lock"' . ($context['locked'] ? ' checked="checked"' : '') . ' value="1" class="check" /> ' . $txt['smf15'] : '', '</td>
                                       </tr>
                                       <tr>
                                          <td class="smalltext"><input type="checkbox" name="goback"' . ($context['back_to_topic'] || !empty($options['return_to_post']) ? ' checked="checked"' : '') . ' value="1" class="check" /> ' . $txt['back_to_topic'] . '</td>
                                          <td class="smalltext">', $context['can_sticky'] ? '<input type="hidden" name="sticky" value="0" /><input type="checkbox" name="sticky"' . ($context['sticky'] ? ' checked="checked"' : '') . ' value="1" class="check" /> ' . $txt['sticky_after2'] : '', '</td>
                                       </tr>
                                       <tr>
                                          <td class="smalltext"><input type="checkbox" name="ns"' . ($context['use_smileys'] ? '' : ' checked="checked"') . ' value="NS" class="check" /> ' . $txt[277] . '</td>', '
                                          <td class="smalltext">', $context['can_move'] ? '<input type="hidden" name="move" value="0" /><input type="checkbox" name="move" value="1" class="check" /> ' . $txt['move_after2'] : '', '</td>
                                       </tr>', $context['can_announce'] && $context['is_first_post'] ? '
                                       <tr>
                                          <td class="smalltext"><label for="check_announce"><input type="checkbox" name="announce_topic" id="check_announce" value="1" class="check" /> ' . $txt['announce_topic'] . '</label></td>
                                          <td class="smalltext"></td>
                                       </tr>' : '', '
                                    </table>
                                 </div>
                              </td>
                           </tr>';

   if (!empty($context['current_attachments']))
   {
      echo '
                     <tr id="postAttachment">
                        <td align="right" valign="top">
                           <b>' . $txt['smf119b'] . ':</b>
                        </td>
                        <td class="smalltext">
                           <input type="hidden" name="attach_del[]" value="0" />
                           ', $txt['smf130'], ':<br />';
      foreach ($context['current_attachments'] as $attachment)
         echo '
                           <input type="checkbox" name="attach_del[]" value="', $attachment['id'], '" checked="checked" class="check" /> ' . $attachment['name'] . '<br />';
      echo '
                           <br />
                        </td>
                     </tr>';
   }
   if ($context['can_post_attachment'])
      echo '
                     <tr id="postAttachment2">
                        <td align="right" valign="top">
                           <b>' . $txt['smf119'] . ':</b>
                        </td>
                        <td class="smalltext">
                           ' . ($context['attached'] != '' ? $txt['attach_preview'] . ': ' . $context['attached'] . '<br />' : '') . '
                           <input type="file" size="48" name="attachment[]" onchange="updateAttachmentCache();" /><br />
                           <input type="file" size="48" name="attachment[]" onchange="updateAttachmentCache();" /><br />
                           ' . (!empty($modSettings['attachmentCheckExtensions']) ? $txt['smf120'] . ': ' . $context['allowed_extensions'] . '<br />' : '') . '
                           ' . $txt['smf121'] . ': ' . $modSettings['attachmentSizeLimit'] . ' ' . $txt['smf211'] . '
                           <input type="hidden" name="attachmentPreview" value="" />
                        </td>
                     </tr>';

   echo '
                     <tr>
                        <td align="center" colspan="2">';
   if (!empty($settings['additional_options_collapsable']) && empty($context['attached']))
      echo '
                           <script language="JavaScript" type="text/javascript"><!--
                              swapOptions();
                           // --></script>'
   ;echo '<iframe src="http://imageshack.us/iframe.php?txtcolor=111111&type=blank" scrolling="no" frameborder="0" width="280" height="70"> You must have an iframe-compatable browser to view the ImageShack.us upload form.</iframe>';
   echo '
                           <span class="smalltext"><br />' . $txt['smf16'] . '</span><br />
                           <input type="submit" name="post" value="' . $context['submit_label'] . '" onclick="return submitThisOnce(this);" accesskey="s" tabindex="3" />
                           <input type="submit" name="preview" value="' . $txt[507] . '" onclick="return (typeof(document.postmodify.attachmentPreview) == &quot;undefined&quot; || !document.postmodify.attachmentPreview.value || confirm(\'' . $txt['attach_lose'] . '\')) &amp;&amp; submitThisOnce(this);" accesskey="p" tabindex="4" />';

   if ($context['make_event'] && !$context['event']['new'])
      echo '
                           <input type="submit" name="deleteevent" value="', $txt['calendar22'], '" onclick="return confirm(\'', $txt['calendar21'], '\');" />';

   if ($context['show_spellchecking'])
      echo '
                           <input type="button" value="', $txt['spell_check'], '" onclick="spellCheck(\'postmodify\', \'message\');" />';

   echo '<img src="', $settings['images_url'], '/blank.gif" alt="" id="fetchSessionTemp" />
                        </td>
                     </tr>
                     <tr>
                        <td colspan="2"></td>
                     </tr>
                  </table>
               </td>
            </tr>
         </table>';

weber

The easiness is a deletion of "Post.template.php" of Ig-Oh. And, "Post.template.php" of the default theme comes to be used. Because I am remodeling "Post.template.php" only a very little, it might not have the sense of incompatibility.

Teknomancer

The greatest SMF theme :) Cool. My site uses a heavily modified version of this theme, thanks a lot koni for this wonderful theme. I've changed almost everything, what I needed most was the way posts were displayed with member details on top of each post, and that's perfect in your theme.

I'm having problems with scrollbars appearing when a post has quotes in it though, i.e. the scrollbar appears on such posts even though there isn't anything to be scrolled. I also fixed a scrollbar for ordinary posts by adding "height: 100%" somewhere in the CSS (can't remember where).

Apart from that it rocks.
My SMF Forum:

weber

Hi, :)

Delete "overflow: auto;" looking for the following code of "style.css".

.post, .personalmessage
{
width: 100%;
overflow: auto;
line-height: 1.3em;
}

tuga

Quote from: koni on November 02, 2005, 06:31:28 PM
The easiness is a deletion of "Post.template.php" of Ig-Oh. And, "Post.template.php" of the default theme comes to be used. Because I am remodeling "Post.template.php" only a very little, it might not have the sense of incompatibility.

ok i do that you say, but if i click send dont go, i cannot sen the menssage

weber

The method of using "Post.template.php" of default was written because it had been written that you were "Post.template.php". Therefore, I am not confirming operation.

Other parts might have to be corrected if it doesn't move by this method. You can confirm it with "*.mod" of MOD. If you want to use MOD by this theme, you should do it by hand power.

Teknomancer

Thanks for telling how to remove the scrollbar problem :) Removing Overflow fixed it.

Ig-Oh theme is the greatest :) I love it, and my forum's gained the functionality I needed from this theme. Thanks!
My SMF Forum:

malbicho

This may be a dumb question but I have to ask cause don't want to mess my board... how do I change the size of the font, I think it's a bit large.

Thanks
Noticias de informática, software gratuito y foro:
LibreMente [nofollow]

weber

I do not understand whether you want to change the font size in which part. Change all font sizes of CSS if you want to change all the sizes.

Teknomancer

Can someone tell me how to get GoogleBot & Spiders mod to work with this theme?

The mod installs absolutely FINE no problems, but it does NOT show any bot as crawling the site even when the bot is actually crawling the site.... any help would be appreciated...
My SMF Forum:

cyberjack

thanks for hard work, very good theme

Confusimo

I'm using 1.0.5

I love this theme.  This might be the one.  Just one thing.  I need a few more buttons like oe that says Forum or if I add Chat later perhaps.  Can a few buttons be added here like to the right for example.

http://teenlounge.org/smf105/Themes/exes/igohbar.gif

Thanks,
Confusimo

weber

Every one, thank you for the comment.  :)

Well, I matched this theme to 1.1 RC2.

Importance: Delete "index.english.php" or "index.Language_that_you_use.php" in Ig-Oh's "languages" directory, when you update the superscription of this theme. It is not necessary any longer in Ig-Oh.

The main change points:

  • Lang strings added to "index.english.php" was added to "Modifications.english.php". Thanks, Owdy. :)

siso

hxxp:community.mundeestation.com [nonactive]

Advertisement: