vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   is this possible? (https://vborg.vbsupport.ru/showthread.php?t=264911)

wullieclsfb 06-08-2011 05:48 PM

is this possible?
 
Have a look at http://mydownloader.net/ on the right hand side you will see a button saying feedback wich stays there as you scroll up or down is there anyway i could do this on my forum linking it to my contact us page?

BirdOPrey5 06-08-2011 11:38 PM

That is an "absolute/fixed positioned" element... read up on CSS on things you can do...

Put this in your additonal css template:

Code:

.feedback-button {
display: block;
width: 30px;
height: 106px;
position: fixed;
_position: absolute;
right: 0;
top: 50%;
z-index: 98;
margin: -58px 0 0 0;
cursor: pointer;
}

And put this in your footer:

Code:

<span class="feedback-button" style="background: url(http://mydownloader.net/img/en/feedback.gif) 0 0 no-repeat;"></span>
That site uses a custom javascript to pop up a contact forum but you should be able to link it to your contact us page.

wullieclsfb 06-09-2011 11:16 AM

Thanks for that got it working now :)

RobbieZ 06-09-2011 01:00 PM

Or make your own :D

https://vborg.vbsupport.ru/external/2011/06/66.jpg


Any colour, any font :p

Hit me up ;)

BirdOPrey5 06-09-2011 01:11 PM

Good point... Although I gave yo the code to use their image, I did assume (hope) you realized you should replace it with your own image and not hotlink off their graphic. :)


All times are GMT. The time now is 03:18 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.00924 seconds
  • Memory Usage 1,713KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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