MyBB Community Forums

Full Version: add link in fronT oF quick search box
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As topic
if any1 could tell me it would be greatly appreciated
attached a picture incase i wasn't clear about where i wanted the link to be
(2018-07-10, 09:16 AM)8guawong Wrote: [ -> ]As topic
if any1 could tell me it would be greatly appreciated
attached a picture incase i wasn't clear about where i wanted the link to be

It's usually in the 'Header' template.

Mine is a bit more complex, but this gives you an idea what it looks like.

[Image: d4abc58096b6a07fea380e24368ff12b.png]
(2018-07-10, 10:30 AM)Serpius Wrote: [ -> ]
(2018-07-10, 09:16 AM)8guawong Wrote: [ -> ]As topic
if any1 could tell me it would be greatly appreciated
attached a picture incase i wasn't clear about where i wanted the link to be

It's usually in the 'Header' template.

Mine is a bit more complex, but this gives you an idea what it looks like.

[Image: d4abc58096b6a07fea380e24368ff12b.png]

hi i tried editing header template like

 test

 {$quicksearch}

and i get (see attachment)
(2018-07-10, 10:46 AM)8guawong Wrote: [ -> ]
(2018-07-10, 10:30 AM)Serpius Wrote: [ -> ]
(2018-07-10, 09:16 AM)8guawong Wrote: [ -> ]As topic
if any1 could tell me it would be greatly appreciated
attached a picture incase i wasn't clear about where i wanted the link to be

It's usually in the 'Header' template.

Mine is a bit more complex, but this gives you an idea what it looks like.

[Image: d4abc58096b6a07fea380e24368ff12b.png]

hi i tried editing header template like

 test

 {$quicksearch}

and i get (see attachment)

Try this code.

See that part where it says... 'tt pull-right'?
That forces the search button to the right side of the page.

<a class="tt pull-right searchbtn" href="#search" title="Quick Search"><i class="fa fa-search-plus"></i></a>
(2018-07-10, 11:16 AM)Serpius Wrote: [ -> ]
(2018-07-10, 10:46 AM)8guawong Wrote: [ -> ]
(2018-07-10, 10:30 AM)Serpius Wrote: [ -> ]
(2018-07-10, 09:16 AM)8guawong Wrote: [ -> ]As topic
if any1 could tell me it would be greatly appreciated
attached a picture incase i wasn't clear about where i wanted the link to be

It's usually in the 'Header' template.

Mine is a bit more complex, but this gives you an idea what it looks like.

[Image: d4abc58096b6a07fea380e24368ff12b.png]

hi i tried editing header template like

 test

 {$quicksearch}

and i get (see attachment)

Try this code.

See that part where it says... 'tt pull-right'?
That forces the search button to the right side of the page.

<a class="tt pull-right searchbtn" href="#search" title="Quick Search"><i class="fa fa-search-plus"></i></a>

thx but its still the same
(2018-07-10, 11:41 AM)8guawong Wrote: [ -> ]
(2018-07-10, 11:16 AM)Serpius Wrote: [ -> ]
(2018-07-10, 10:46 AM)8guawong Wrote: [ -> ]
(2018-07-10, 10:30 AM)Serpius Wrote: [ -> ]
(2018-07-10, 09:16 AM)8guawong Wrote: [ -> ]As topic
if any1 could tell me it would be greatly appreciated
attached a picture incase i wasn't clear about where i wanted the link to be

It's usually in the 'Header' template.

Mine is a bit more complex, but this gives you an idea what it looks like.

[Image: d4abc58096b6a07fea380e24368ff12b.png]

hi i tried editing header template like

 test

 {$quicksearch}

and i get (see attachment)

Try this code.

See that part where it says... 'tt pull-right'?
That forces the search button to the right side of the page.

<a class="tt pull-right searchbtn" href="#search" title="Quick Search"><i class="fa fa-search-plus"></i></a>

thx but its still the same

Look at this LINK.
This should help you figure out the proper coding that you need.
(2018-07-10, 11:52 AM)Serpius Wrote: [ -> ]
(2018-07-10, 11:41 AM)8guawong Wrote: [ -> ]
(2018-07-10, 11:16 AM)Serpius Wrote: [ -> ]
(2018-07-10, 10:46 AM)8guawong Wrote: [ -> ]
(2018-07-10, 10:30 AM)Serpius Wrote: [ -> ]It's usually in the 'Header' template.

Mine is a bit more complex, but this gives you an idea what it looks like.

[Image: d4abc58096b6a07fea380e24368ff12b.png]

hi i tried editing header template like

 test

 {$quicksearch}

and i get (see attachment)

Try this code.

See that part where it says... 'tt pull-right'?
That forces the search button to the right side of the page.

<a class="tt pull-right searchbtn" href="#search" title="Quick Search"><i class="fa fa-search-plus"></i></a>

thx but its still the same

Look at this LINK.
This should help you figure out the proper coding that you need.

thx but i don't really know css that much
would it be possible for you to tell me how to do it
i'm using the default mybb theme