Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 546
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 456
Total: 456

Anecdote for 1.1.13 Problem

Started by alpheus, Apr 11, 11, 01:04:25 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

alpheus

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:



I don't know which codes will I edit or fix! Thank you.

Crip

Hi,
I really thought they were already there?
-----> I will look at it asap!
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

alpheus

I didn't understand Crip! I want to show users avatar like Mobile or UnRelatived. But I don't know how?

Crip

I meant i thought i had them on the theme Now .. guess not though..
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Crip

I will update the SMF Zip once i add both those: Avatar / SearchBox
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

alpheus

oh thank you very much. Where will I find it please?

Crip

Where you got yours , it's not done Yet but, soon.. :)
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

alpheus

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.

Maxx

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

Crip

i looked on my 113 install and there is No Avy or Searchbox ..
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

alpheus

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

Crip

not a biggy , i new what you meant .. i thought it was there un til i looked at my 1113 install
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

alpheus

hey Crip :) You may solved it please?

ZarPrime

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

alpheus

Oh ok Zarprime. Thanks for info.

alpheus

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!

alpheus

#16
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?

Crip

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>';
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

alpheus

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.

Crip

alp ,
if you want ? .. you can Attach your {"index.template.php"} & i will add the correct code.........
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

alpheus

ok Crip here you are. Thank you...

[attachment deleted by admin]

Crip

You need both 'index.template.php'  & style.css for this to work correctly OK..
Back-Up 1st


[attachment deleted by admin]
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

alpheus

It is ok Crip, thank you very much :)