The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
Quote:
--------------- Added [DATE]1407274350[/DATE] at [TIME]1407274350[/TIME] --------------- Quote:
Use this test account if you want to take a look: user: support3 pass: P@ssw0rd123! Thanks a bunch for taking the time to check it all out! :up: |
#12
|
|||
|
|||
Yes, I just posted it there for convenience for my own testing. I think I even posted a comment stating that you should move it to your CSS file, of course without the <style> tags.
|
#13
|
||||
|
||||
Quote:
http://dvdimagehosting.altervista.or...immagineee.png |
#14
|
|||
|
|||
Quote:
I was following up on this thread with my own question... forum is located here: http://www.dirtyimpreza.com/forums/ |
#15
|
||||
|
||||
Quote:
|
#16
|
||||
|
||||
getting back to this..
i've experimented and kind of did it.. i've edited the Navbar template, and placed two more elements (a facebook and a twitter button) : Code:
<!-- προσθήκη για facebook like --> <vb:if condition="THIS_SCRIPT == 'facebook like'"> <li class="selected"><iframe src="//www.facebook.com/plugins/......" allowTransparency="true"></iframe> </li><vb:else /> <li><iframe src="//www.facebook.com/plugins/....." allowTransparency="true"></iframe></li> </vb:if> <!-- κλείνει η προσθήκη facebook like --> <!-- προσθήκη για twitter follow --> <vb:if condition="THIS_SCRIPT == 'twitter follow'"> <li class="selected"><a href="https://twitter.com/......" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false">Follow @......</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script></li><vb:else /> <li><a href="https://twitter.com/......" class="twitter-follow-button" data-show-count="false" data-show-screen-name="false">Follow @......</a> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> </li> </vb:if> <!-- κλείνει η προσθήκη twitter follow --> just before the first <ul> closes... It looks like this now: Both buttons seem to work ok. But they are stuck to the top of the navbar. Also, when the window is resized and there's not enough space, they get out of the bar and look messy: I wonder: a) is there a way to have them vertically align to the middle? b) is there a way to have them placed on the right, just before the search box? c) how can I have them fixed, so that they don't get out of the navbar when the windows gets smaller and there's not enough space? thnx |
#17
|
||||
|
||||
Quote:
|
#18
|
||||
|
||||
i've played around with <div> tags, with no much success..
btw. i've updated the first post (sorry :/ ) |
#19
|
||||
|
||||
Actually looking at your code from above you can add those CSS values into the code you provided in that last post you made before mine.
|
#20
|
||||
|
||||
Link to the site, with the button enabled so guests can see it.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|