View Single Post
  #1  
Old 10-20-2008, 07:35 PM
legionofangels's Avatar
legionofangels legionofangels is offline
 
Join Date: Mar 2007
Posts: 485
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Template Edit - Move Tag Cloud

We actually use Zoints tags indifference to vb.

I've asked in the thread here and asked at there website, and I think they are so busy with a new modification they are making that it's been months and still no answer.

There is no default option to do this, so it requires a template change I'm guessing, perhaps a change in the XML code.

What we'd like to do is put our forum tag cloud on the bottom of the page under the what's going on section, rather than the top.

As you can see here:

http://www.legionofangels.net/forum/

On Any style it shows the tag cloud on the top of the forum. We'd like to move it down either below the What's Going On Box, or Below the CYB Adv Stats Box inbetween the What's going on Box and Adv Stats. Either way, we don't care, we just want to move it down.

I'm thinking I either have to edit a Zoints template, which here is the list of them:



Modify the actual XML file, which I kind of doubt.

Or I'd have to add a special condition or code into the FORUM HOME template to get it to appear in the right place.

Here is the template I think I need to adjust if it's a template of there's I have to change:

zointstags_tagcloud

PHP Code:
$stylevar[htmldoctype]
<
html dir="$stylevar[textdirection]lang="$stylevar[languagecode]">
<
head>
    <
base href="$vboptions[bburl]/" />
    <!-- 
no cache headers -->
    <
meta http-equiv="Pragma" content="no-cache" />
    <
meta http-equiv="Expires" content="-1" />
    <
meta http-equiv="Cache-Control" content="no-cache" />
    <!-- 
end no cache headers -->
    
$headinclude
    
<title>$vbphrase[zointstags_tagcloud_title]</title>
    
</
head>
<
body>
$header
$navbar


<!-- tag cloud -->
<
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="95%" align="center">
<
tr>
    <
td class="tcat">$vbphrase[zointstags_popular_tags]</td>
</
tr>
<
tr>
    <
td class="alt1" align="center">
    <
form action="tags/" method="POST">
    <
input type="hidden" name="s" value="$session[sessionhash]/>
    <
input type="text" class="bginput" name="search" value="" size="40" />
    <
input type="submit" class="button" value="$vbphrase[zointstags_search_tags]"  />
    </
form>
    <
br /><br />
    <if 
condition="$tagcloud">
        
$tagcloud
    
<else />
        
$vbphrase[zointstags_no_tag_found]
    </if>
    </
td>
</
tr>
</
table>

<if 
condition="!empty($search)">
<
br />
<
div align="center"><a href="tags/">$vbphrase[zointstags_main_cloud]</a></div>
</if>

<
table align="center" width="95%"><tr><td align="$stylevar[right]">$pagenav</td></tr></table>

<!-- /
tag cloud -->


$footer
<div align="center" class="smallfont">$vbphrase[zointstags_copyright]</div>
</
body>
</
html
Any Help Is MUCH Appreciated.

Thank you,

Legion of Angels
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01189 seconds
  • Memory Usage 1,809KB
  • 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
  • (1)bbcode_php
  • (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