TheCripZone SMF Themes Site

All Things Public => Theme Support => Topic started by: alpheus on Apr 11, 11, 01:04:25 PM

Title: Anecdote for 1.1.13 Problem
Post by: alpheus on Apr 11, 11, 01:04:25 PM
Hello Crip. Thanks for this nice theme. I want to ask smthng about it; How may I insert avatar and search box area on top of the theme? Version: 1.1.13 Like your other theme Mobile:

(http://www.ressim.net/61/upload/b30fc457.jpg)

I don't know which codes will I edit or fix! Thank you.
Title: Re: Anecdote for 1.1.13 Problem
Post by: Crip on Apr 11, 11, 01:46:51 PM
Hi,
I really thought they were already there?
-----> I will look at it asap!
Title: Re: Anecdote for 1.1.13 Problem
Post by: alpheus on Apr 11, 11, 01:52:27 PM
I didn't understand Crip! I want to show users avatar like Mobile or UnRelatived. But I don't know how?
Title: Re: Anecdote for 1.1.13 Problem
Post by: Crip on Apr 11, 11, 01:58:41 PM
I meant i thought i had them on the theme Now .. guess not though..
Title: Re: Anecdote for 1.1.13 Problem
Post by: Crip on Apr 11, 11, 02:04:43 PM
I will update the SMF Zip once i add both those: Avatar / SearchBox
Title: Re: Anecdote for 1.1.13 Problem
Post by: alpheus on Apr 11, 11, 02:19:38 PM
oh thank you very much. Where will I find it please?
Title: Re: Anecdote for 1.1.13 Problem
Post by: Crip on Apr 11, 11, 02:21:46 PM
Where you got yours , it's not done Yet but, soon.. :)
Title: Re: Anecdote for 1.1.13 Problem
Post by: alpheus on Apr 11, 11, 02:27:57 PM
ok Crip. I changed some codes in the index.template.php because I installed ncode image resizer mode. I looked about the avatar area but I couldn't do it. Thanks again.
Title: Re: Anecdote for 1.1.13 Problem
Post by: Maxx on Apr 11, 11, 05:24:36 PM
Yes I agree, unless you've made some change or added a Mod that removed the Avatar, most all Crip theme have this a standard... you may want to re-install the theme if you had not change too much in it?

regards,
Maxx
Title: Re: Anecdote for 1.1.13 Problem
Post by: Crip on Apr 11, 11, 05:38:49 PM
i looked on my 113 install and there is No Avy or Searchbox ..
Title: Re: Anecdote for 1.1.13 Problem
Post by: alpheus on Apr 11, 11, 05:43:54 PM
Quote from: Crip on Apr 11, 11, 05:38:49 PM
i looked on my 113 install and there is No Avy or Searchbox ..

Yes There is no avy or searcbox. I meant that I want them. Example: mobile or Unrelatived :D
Title: Re: Anecdote for 1.1.13 Problem
Post by: Crip on Apr 11, 11, 05:49:57 PM
not a biggy , i new what you meant .. i thought it was there un til i looked at my 1113 install
Title: Re: Anecdote for 1.1.13 Problem
Post by: alpheus on Apr 12, 11, 12:05:40 PM
hey Crip :) You may solved it please?
Title: Re: Anecdote for 1.1.13 Problem
Post by: ZarPrime on Apr 12, 11, 12:57:38 PM
Hey alpheus,

Give Crip a couple of days to edit the theme to add that stuff and I'm sure he'll have a new theme zipfile available for you to download to replace the one that you are using.  OK? ;)

ZarPrime
Title: Re: Anecdote for 1.1.13 Problem
Post by: alpheus on Apr 12, 11, 02:27:55 PM
Oh ok Zarprime. Thanks for info.
Title: Re: Anecdote for 1.1.13 Problem
Post by: alpheus on Apr 14, 11, 01:42:38 PM
I will activate when the theme is update :( Maybe you may give the search box and avatar codes here Crip! Possible? I can add the codes where you say!
Title: Re: Anecdote for 1.1.13 Problem
Post by: alpheus on Apr 15, 11, 01:58:54 PM
Hey Crip I fix the avatar as you see! But I can't fix the search box. I am taking error at the page when I fix the search box codes! Tell me please, which codes will I add to index.template and style.css?
(http://www.ressim.net/61/upload/5a9b1c90.jpg)
Title: Re: Anecdote for 1.1.13 Problem
Post by: Crip on Apr 15, 11, 02:13:26 PM
style.css// Add near bottom >

#searcharea {
float: right;
padding: 2.8em 35px 0 0;
margin: 0;
clear: both;
}


index.template.php //  You'll need to add this Under Logo part >

        <div id="searcharea">';
  echo '
  <form action="', $scripturl, '?action=search2" method="post" accept-charset="', $context['character_set'], '">
  <input class="inputbox" type="text" name="search" value="', $txt['search'], '..." onfocus="this.value = \'\';" onblur="if(this.value==\'\') this.value=\'', $txt['search'], '...\';" />';

  // Search within current topic?
if (!empty($context['current_topic']))
echo '<input type="hidden" name="topic" value="', $context['current_topic'], '" />';
 
  // If we're on a certain board, limit it to this board ;).
  elseif (!empty($context['current_board']))
echo '<input type="hidden" name="brd[', $context['current_board'], ']" value="', $context['current_board'], '" />';
echo '
</form>';
echo '
</div>';
Title: Re: Anecdote for 1.1.13 Problem
Post by: alpheus on Apr 15, 11, 03:37:27 PM
Template Parse Error!
It seems something has gone sour on the forum with the template system. This problem should only be temporary, so please come back later and try again. If you continue to see this message, please contact the administrator.
You can also try refreshing this page.
Title: Re: Anecdote for 1.1.13 Problem
Post by: Crip on Apr 15, 11, 05:20:39 PM
alp ,
if you want ? .. you can Attach your {"index.template.php"} & i will add the correct code.........
Title: Re: Anecdote for 1.1.13 Problem
Post by: alpheus on Apr 15, 11, 07:08:06 PM
ok Crip here you are. Thank you...

[attachment deleted by admin]
Title: Re: Anecdote for 1.1.13 Problem
Post by: Crip on Apr 16, 11, 11:23:32 AM
You need both 'index.template.php'  & style.css for this to work correctly OK..
Back-Up 1st


[attachment deleted by admin]
Title: Re: Anecdote for 1.1.13 Problem
Post by: alpheus on Apr 16, 11, 01:13:26 PM
It is ok Crip, thank you very much :)