Recent Topics

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

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

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.