vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB5 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=263)
-   -   vb:raw floatLocation (https://vborg.vbsupport.ru/showthread.php?t=321742)

DemOnstar 02-07-2016 09:15 AM

vb:raw floatLocation
 
Hello there. . .

Anyone know where this can be edited? {vb:raw floatLocation}
Or can it be done with css.additionals?

Code:

<vb:if condition="isset($floating) AND $floating">
                scrolltofixed-floating
                scrolltofixed-<vb:if condition="isset($floatLocation) AND in_array($floatLocation, array('top', 'bottom'))">{vb:raw floatLocation}<vb:else />top</vb:if>
        </vb:if>

Trying to change it's floating position. .
Thanks again . .

Replicant 02-07-2016 12:48 PM

Those css values are set dynamically by footer-rollup.js file. You could try setting the value you want in css_additional.css with the !important attribute and see if it sticks.
Do you have an example of what exactly you are trying to accomplish?

DemOnstar 02-07-2016 01:28 PM

Quote:

Originally Posted by Replicant (Post 2564399)
Those css values are set dynamically by footer-rollup.js file. You could try setting the value you want in css_additional.css with the !important attribute and see if it sticks.
Do you have an example of what exactly you are trying to accomplish?

The closest example would be similar to clicking on a Facebook picture and having the picture pop up on one side, and the comments (thread) displaying on the other. . .

It isn't easy and after 2 days messing, I think I am going the wrong way about it. . .:p

Thanks anyway. . .

Replicant 02-07-2016 04:08 PM

The scrolltofixed css class is for the floating bar (paging, reply button, etc.) on the threads. By your description, you are wanting to basically present the thread in a totally different manner than vbulletin does?

DemOnstar 02-07-2016 04:47 PM

Quote:

Originally Posted by Replicant (Post 2564413)
The scrolltofixed css class is for the floating bar (paging, reply button, etc.) on the threads.

Still haven't figured that one. .

Quote:

Originally Posted by Replicant (Post 2564413)
By your description, you are wanting to basically present the thread in a totally different manner than vbulletin does?

Yep! I had the idea that it is possible using a css.additional.css and unique style and template for that channel only. I think it could be done with what I have achieved already but it looks a bit weird and needs a lot of refinement.

I will give it a rest for a while. Not so easy on the body doing this kind of stuff. :)

Cheers. .

Replicant 02-07-2016 07:26 PM

Doing that type of major makeover is better done at the template level considering several of the css classes are hard coded and are difficult to impossible to override in css_additional.css. It will also give you more flexibility as far as doing the exact type of layout you want to do. The downside however is some of the classes will need to be retained. The javascript on the pages relies on these classes to trigger several ajax functions in the threads and that will take some time to evaluate which ones you do and don't need.

DemOnstar 02-08-2016 08:51 AM

Quote:

Originally Posted by Replicant (Post 2564421)
Doing that type of major makeover is better done at the template level considering several of the css classes are hard coded and are difficult to impossible to override in css_additional.css. It will also give you more flexibility as far as doing the exact type of layout you want to do. The downside however is some of the classes will need to be retained. The javascript on the pages relies on these classes to trigger several ajax functions in the threads and that will take some time to evaluate which ones you do and don't need.

It's way above my head Mr Replicant. . .Too difficult for a person at my level of knowledge.
I am just messing about with the software as a hobby. I couldn't take it seriously.. Even if I did, I would choose a different platform. Version 5 is really not worth the effort. . Way too much history of disappointment. . .

I have a live site, had one for months but it has been turned off since I uploaded.
I just play about with it. . .

Thanks for your time. . . :)


All times are GMT. The time now is 12:05 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.01099 seconds
  • Memory Usage 1,731KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete