Thread: Miscellaneous Hacks - vbulletin.org Footer Info Panel
View Single Post
  #46  
Old 03-14-2008, 06:45 AM
rolandogomez's Avatar
rolandogomez rolandogomez is offline
 
Join Date: Jan 2006
Location: San Antonio
Posts: 173
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MissKalunji View Post
it's just standard table code so yes it should
Well it worked somewhat. I had to hardcode the URL's to make it work in VBAdvanced, even after adding the files names in the global advance settings in the admin panel. I noticed too that the logout URL already in the XML file worked fine, inserting the /forums/ in the footer while in the VBA front page, but the other three links already included did not, so I got brave, edited the XML file, entered the full URL's there, it worked. Then I got brave again, played with the tables and now I have an area to sell text links, check it out, http://www.shotcritic.com.

Here's what I edited in the XML file:

Change this:

Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">

<thead>

<tr>

  <td class="tcat" align="$stylevar[left]" width="50%">New to ShotCritic Photography Forums?</td>

  <td class="tcat" align="$stylevar[left]" width="50%">Need Help in our Digital Photography Community?</td>

</tr>

</thead>

<tbody>

<tr>

  <td class="alt1" align="$stylevar[left]" valign="top">

    <ul>

      <if condition="$show['guest']">

      <li><a href="register.php$session[sessionurl_q]">$vbphrase[register_to_participate]</a></li>

      </if>

      <if condition="$vboptions['forumleaders']">

      <li><a href="http://www.shotcritic.com/forums/showgroups.php$session[sessionurl_q]" rel="nofollow">$vbphrase[view_forum_leaders]</a></li>

      </if>

      <if condition="$show['searchbuttons']">

      <li><a href="http://www.shotcritic.com/forums/search.php" rel="nofollow">$vbphrase[search]</a></li>

      </if>  

      <if condition="$vboptions[privacyurl]">

      <li><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a></li>

      </if>

      $template_hook[footer_info_left]

      <li><a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a></li>     

    </ul>

    </td>

    <td class="alt1" align="$stylevar[left]" valign="top">

    <ul>

      <li><a href="http://www.shotcritic.com/forums/faq.php$session[sessionurl_q]">$vbphrase[frequently_asked_questions]</a></li>

      <if condition="$show['guest']">

      <li><a href="login.php?$session[sessionurl]do=lostpw">$vbphrase[did_you_forget_your_password]</a></li>

      </if>

      $template_hook[footer_info_right]

      <if condition="$show['member']">

      <li><a href="$vboptions[bburl]/login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></li>

      </if> 

    </ul>

  </td>

</tr>

</tbody>

</table>
to this:

Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">

<thead>
		<tr>
			<td class="tcat" align="$stylevar[left]" width="50%">ShotCritic Photography Sponsors</td>
			<td class="tcat" align="$stylevar[left]" width="50%">ShotCritic Digital Photography Community Supporters</td>
		</tr>
		<tr>
			<td class="alt1" align="$stylevar[left]" width="50%">Get your link here, for more info <a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a>.</td>
			<td class="alt1" align="$stylevar[left]" width="50%">Get your link here, for more info <a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a>.</td>
		</tr>
		<tr>

  <td class="tcat" align="$stylevar[left]" width="50%">New to ShotCritic Photography Forums?</td>

  <td class="tcat" align="$stylevar[left]" width="50%">Need Help in our Digital Photography Community?</td>

</tr>

</thead>

<tbody>

<tr>

  <td class="alt1" align="$stylevar[left]" valign="top">

    <ul>

      <if condition="$show['guest']">

      <li><a href="register.php$session[sessionurl_q]">$vbphrase[register_to_participate]</a></li>

      </if>

      <if condition="$vboptions['forumleaders']">

      <li><a href="http://www.shotcritic.com/forums/showgroups.php$session[sessionurl_q]" rel="nofollow">$vbphrase[view_forum_leaders]</a></li>

      </if>

      <if condition="$show['searchbuttons']">

      <li><a href="http://www.shotcritic.com/forums/search.php" rel="nofollow">$vbphrase[search]</a></li>

      </if>  

      <if condition="$vboptions[privacyurl]">

      <li><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a></li>

      </if>

      $template_hook[footer_info_left]

      <li><a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a></li>     

    </ul>

    </td>

    <td class="alt1" align="$stylevar[left]" valign="top">

    <ul>

      <li><a href="http://www.shotcritic.com/forums/faq.php$session[sessionurl_q]">$vbphrase[frequently_asked_questions]</a></li>

      <if condition="$show['guest']">

      <li><a href="login.php?$session[sessionurl]do=lostpw">$vbphrase[did_you_forget_your_password]</a></li>

      </if>

      $template_hook[footer_info_right]

      <if condition="$show['member']">

      <li><a href="$vboptions[bburl]/login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a></li>

      </if> 

    </ul>

  </td>

</tr>

</tbody>

</table>
Works great, though I had to re-enter the new links in the plugin management when I re-uploaded the XML file, thanks, rg sends!
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01451 seconds
  • Memory Usage 1,808KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete