Search- & Jump- Box


Subject: Search- & Jump- Box
hi there,

i'm trying to end a file (big calendar in this case) like this:
Code: [Download] [Hide] [Select]
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c">&nbsp;</div></div></div></div>

<br clear="all" /><br />

<!-- INCLUDE breadcrumbs_footer.html -->

<br clear="all" />

<table width="100%" cellspacing="0">
<tr>
<td><!-- IF S_DISPLAY_SEARCHBOX --><!-- INCLUDE searchbox.html --><!-- ENDIF --></td>
<td align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></td>
</tr>
</table>

<!-- INCLUDE overall_footer.html -->


but no matter how i wreck my brain over this, i can t seem to figure out why the two boxes don t show up, maybe i m overlooking something obvious ... any ideas?

thanks in advance, ..Joshua203 :wink:

__________________________

Edit: :roll: Someone :roll: 10k_rotfl gave me the great idea to remove <!-- IF S_DISPLAY_JUMPBOX --> from the jumpbox file (as a test) and this made the jumpbox show but broken/empty

i 'm still not sure why it does display on other multiple other files (both search- and jumpboxes do)

i also found this suspicious looking line in functions.php
Code: [Download] [Hide] [Select]
make_jumpbox(append_sid("{$phpbb_root_path}viewforum.$phpEx"));


and tried a silly thing like adding this to funtions.php :oops:
Code: [Download] [Hide] [Select]
'S_DISPLAY_JUMPBOX' => ($s_display) ? true : true,
'S_DISPLAY_SEARCHBOX' => ($s_display) ? true : true,


still very confused about this because it is still not working



HOWEVERRRRR, another calendar problem was solved i think/hope (even added a little more), i hope i did not break anything else ... fingers crossed :mryellow:

took me a while to get it but THANKS SO MUCH good

Subject: Re: Search- & Jump- Box
small update on this:

after adding this line a couple of times
Code: [Download] [Hide] [Select]
make_jumpbox(append_sid("{$phpbb_root_path}viewforum.$phpEx"));

i can now see a jumpbox ( fully operational this time ) eventhough i m not sure if this is absolutly correct, the searchbox is a whole different story i guess ..because i could not make this visible in any way yet

messing with this search box made me see something strange again, it has a "go" button but it does not use or need it at all ..it allready seems to respond on selecting and i don't even get the time to hit the button :LOL:

Subject: Re: Search- & Jump- Box
from what i see now adding the "make jumpbox" line a couple of times to functions_calendar.php can also be done only once if added to calendar.php in the root instead, i will try that way now because i think it would cover all instances in an easier way?

if only i understood better what i was doing :oops: hahahaha


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.0854s (PHP: 21% SQL: 79%)
SQL queries: 11 - Debug Off - GZIP Enabled