vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Forum Home Enhancements - [AJAX] SmnLikQuick v2.0 - Advanced Announcements Block (https://vborg.vbsupport.ru/showthread.php?t=172773)

Eneswar 06-14-2008 04:04 PM

Any way to make this work with PHP5 ?

bobster65 06-14-2008 06:52 PM

Quote:

Originally Posted by Hugo Holbling (Post 1544745)
One issue I'm having with this is that the container collapses in size when loading the new tab. This has the effect of making the forum homepage jump; i.e. as the container reloads the forums move up, and as the new tab is shown the forums move back down again. Is there any way to stop this or fix the size of the container so that it remains constant, whether reloading or not and regardless of how much content is contained in each tab?

Hey Hugo.... you can set the container to a "fixed" height, but it you have more text than the height of the container, then its going to over flow below the the set height.

If you want to experiment with it, edit the "smnlikquick" template ..

This Div is what controls the container...

Code:

<div id="divcontainer" style="border:0px; width:97%; padding: 6px; margin-bottom:1em">
                        </div>

So to give it a "fixed" height, just add the height attribute In RED) to the style like this..

Code:

<div id="divcontainer" style="border:0px; height:205px; width:97%; padding: 6px; margin-bottom:1em">
                        </div>


King Kovifor 06-14-2008 11:08 PM

Quote:

Originally Posted by Eneswar (Post 1549276)
Any way to make this work with PHP5 ?

What errors do you have?

Eneswar 06-15-2008 09:52 PM

Quote:

Originally Posted by King Kovifor (Post 1549529)
What errors do you have?

Im getting this:

Quote:

Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /----/----/--------/public_html/smnlikquick.php on line 16
I even contacted my host about this and they said I had to downgrade to PHP4... But i dont want to do that. There needs to be a way around?

King Kovifor 06-15-2008 11:29 PM

I have never heard about pass-by-pass reference. I will look into when I get home and can search stuff up on PHP.net. :)

Eneswar 06-15-2008 11:41 PM

I hope you are luckier then me, i havent been able to find anything to help, and this is one of those addons that i REALLY would like to get up and running :D

Edit: I did found this: http://se.php.net/manual/en/language...ences.pass.php
Im not so good with that PHP so i hope you understand that more then me :P

King Kovifor 06-16-2008 12:23 AM

That sheds some light. I will give Bree a fix soon.

Eneswar 06-16-2008 01:58 AM

OMG. if thats true you are my hero :D
Ill be refreshing this like mad now >_>

King Kovifor 06-16-2008 03:02 AM

Quote:

Originally Posted by Eneswar (Post 1550458)
OMG. if thats true you are my hero :D
Ill be refreshing this like mad now >_>

I will look at it tomorrow (today) as it is now after midnight. I am too tired to code anything now.

Boofo 06-16-2008 03:21 AM

You crack me up! LOL


All times are GMT. The time now is 02:39 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01368 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete