The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help with new footer.
I am trying to figure out the footer section on my new theme. (See attachment) I have read the instructions over and over and still can't make it out. Maybe someone has a better way of explaining.
Note mine does not show up at all. See link in sig. Here are the instructions given. Quote:
|
#2
|
||||
|
||||
Your footer doesn't show up at all - link to theme?
|
#3
|
|||
|
|||
http://globalhax.com/forum.php
--------------- Added [DATE]1382148639[/DATE] at [TIME]1382148639[/TIME] --------------- Anyone? |
#4
|
||||
|
||||
I would ask the style developer for help on that. I really can't tell what is up by looking at the style except that it looks nothing like the image. The style doesn't even look like the image. Are you sure you didn't modify the style in some way and remove the code?
|
#5
|
|||
|
|||
Im pretty sure i just need to add something to make it show up. See i have this in my footer code.
Code:
<div class="clear"></div> <vb:if condition="!empty($ad_location['ad_footer_start']) or !empty($ad_location['global_above_footer'])"> <div style="clear: {vb:stylevar left}"> {vb:raw ad_location.ad_footer_start} {vb:raw ad_location.global_above_footer} </div> </vb:if> </div> <!-- closing div for body_wrapper --> </div> </div> <div id="body_footer"> <div class="main_wrap"> <form action="{vb:link forumhome|nosession}" method="get" id="footer_select" class="footer_select"> <vb:if condition="$show['quickchooser']"> <select name="styleid" onchange="switch_id(this, 'style')"> <optgroup label="{vb:rawphrase quick_style_chooser}"><option class="hidden"></option></optgroup> <vb:if condition="$quickchooserbits1"> <vb:if condition="$quickchooserbits2"> <optgroup label=" {vb:rawphrase standard_styles}"> </vb:if> {vb:raw quickchooserbits1} <vb:if condition="$quickchooserbits2"> </optgroup> </vb:if> </vb:if> <vb:if condition="$quickchooserbits2"> <vb:if condition="$quickchooserbits1"> <optgroup label=" {vb:rawphrase mobile_styles}"> </vb:if> {vb:raw quickchooserbits2} <vb:if condition="$quickchooserbits1"> </optgroup> </vb:if> </vb:if> </select> </vb:if> <vb:if condition="$show['languagechooser']"> <select name="langid" onchange="switch_id(this, 'lang')"> <optgroup label="{vb:rawphrase quick_language_chooser}"> {vb:raw languagechooserbits} </optgroup> </select> </vb:if> </form> <div id="footer_copyright" class="shade footer_copyright"> <!-- Do not remove this copyright notice --> {vb:rawphrase powered_by_vbulletin} <!-- Do not remove this copyright notice --> </div> <div class="clear"></div> </div> </div> <div id="foot"> <div id="foot_top"> <div class="main_wrap"> <div class="below_body"> {vb:raw footer_column_1} {vb:raw footer_column_2} {vb:raw footer_column_3} {vb:raw footer_column_4} <div class="clear"></div> </div> </div> </div> <div id="foot_bottom"> <div class="main_wrap"> <div id="foot_bottom_inner"> <div id="footer" class="floatcontainer footer"> <ul id="footer_links" class="footer_links"> <vb:if condition="$vboptions['hometitle']"> <li><a href="{vb:raw vboptions.homeurl}">{vb:raw vboptions.hometitle}</a></li> </vb:if> <vb:if condition="$show['admincplink']"> <li><a href="{vb:raw admincpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase admin}</a></li> </vb:if> <vb:if condition="$show['modcplink']"> <li><a href="{vb:raw modcpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase mod}</a></li> </vb:if> <vb:if condition="$vboptions['archiveenabled']"> <li><a href="archive/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase archive}</a></li> </vb:if> {vb:raw template_hook.footer_links} <vb:if condition="$vboptions['privacyurl']"> <li><a href="{vb:raw vboptions.privacyurl}">{vb:rawphrase privacy_statement}</a></li> </vb:if> <vb:if condition="$vboptions['tosurl']"> <li><a href="{vb:raw vboptions.tosurl}">{vb:rawphrase terms_of_service}</a></li> </vb:if> <vb:if condition="$show['contactus']"> <li><a href="{vb:raw vboptions.contactuslink}" rel="nofollow" accesskey="9">{vb:rawphrase contact_us}</a></li> </vb:if> </ul> <vb:if condition="$show['dst_correction']"> <!-- auto DST correction code --> <form action="profile.php?do=dst" method="post" name="dstform"> <input type="hidden" name="s" value="{vb:raw session.sessionhash}" /> <input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" /> <input type="hidden" name="do" value="dst" /> </form> <script type="text/javascript"> <!-- var tzOffset = {vb:raw bbuserinfo.timezoneoffset} + {vb:raw bbuserinfo.dstonoff}; var utcOffset = new Date().getTimezoneOffset() / 60; if (Math.abs(tzOffset + utcOffset) == 1) { // Dst offset is 1 so its changed document.forms.dstform.submit(); } //--> </script> <!-- / auto DST correction code --> </vb:if> <script type="text/javascript"> <!-- // Main vBulletin Javascript Initialization vBulletin_init(); //--> </script> {vb:raw template_hook.footer_javascript} </div> <div id="footer_morecopyright" class="shade footer_morecopyright"> <!-- Do not remove cronimage or your scheduled tasks will cease to function --> {vb:raw cronimage} <!-- Do not remove cronimage or your scheduled tasks will cease to function --> {vb:raw vboptions.copyrighttext} {vb:raw template_hook.footer_copyright} </div> <div style="display: none;"> <vb:if condition="$vboptions['enablefacebookconnect']"> {vb:raw facebook_footer} </vb:if> </div> </div> <div class="clear"></div> </div> </div> </div> |
#6
|
|||
|
|||
And this is what it looks like in the footer columns
|
#7
|
||||
|
||||
There are variables that are most likely defined in a plugin:
{vb:raw footer_column_1} {vb:raw footer_column_2} {vb:raw footer_column_3} {vb:raw footer_column_4} Did you upload a product to use that footer? |
#8
|
|||
|
|||
Just The Style Folder. Nothing more.
|
#9
|
||||
|
||||
I have that same theme. Did you edit out anything in the footer column 1,2,3,4 as the code for the missing stuff is in those templates. If you left those alone, then I'd contact Themeforest developer and shoot him a PM asking why you have that issue.
|
#10
|
|||
|
|||
I Never Messed With Any part Of The Footer.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|