Search- & Jump- Box »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Search- & Jump- Box



Joshua203 [ Mon 22 Feb, 2010 15:37 ]
Post subject: Search- & Jump- Box
hi there,

i'm trying to end a file (big calendar in this case) like this:
Code: [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

__________________________

Edit: Someone 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: [Hide] [Select]
make_jumpbox(append_sid("{$phpbb_root_path}viewforum.$phpEx"));


and tried a silly thing like adding this to funtions.php
Code: [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

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


Joshua203 [ Fri 26 Feb, 2010 11:34 ]
Post subject: Re: Search- & Jump- Box
small update on this:

after adding this line a couple of times
Code: [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


Joshua203 [ Sun 28 Feb, 2010 16:23 ]
Post 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 hahahaha




Powered by Icy Phoenix