vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Forum Home Enhancements - SponsorIt (https://vborg.vbsupport.ru/showthread.php?t=152866)

Quantnet 07-21-2007 05:39 AM

I don't see any drop down menu. I uploaded 2 files as directed.

Here is my FORUMHOME template
Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
        <!-- 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><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
</head>
<body>
$header
$navbar
 

$forumbits
<tr>
<td class="tcat" colspan="6" width="$stylevar[outertablewidth]">
Quant Network Sponsors
</td>
</tr>
<tr>
<td colspan="6" width="$stylevar[outertablewidth]">
  <table width="$stylevar[outertablewidth]">
    <tr>
$sponsor_bits
    </tr>
  </table>
</td>
</tr>


<div style="padding:3px"></div>

<!--- start insert $photopostfeature below -->
<!--- $photopostfeature --->
<!--- end insert $photopostfeature -->

<!-- what's going on box -->
<!-- top -->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
 <tr>
        <td><img src="$stylevar[imgdir_misc]/_cat-top_x.gif" alt="" /></td>
        <td width="100%" class="cat-top_x">
$vbphrase[whats_going_on]
</td>
        <td><img src="$stylevar[imgdir_misc]/_cat-top_x.gif" alt="" /></td>
 </tr></table>

<!-- /top -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">



<if condition="$show['loggedinusers']">
<!-- logged-in users -->
<tbody>
        <tr>
                <td class="thead" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
                        <a href="online.php$session[sessionurl_q]" rel="nofollow">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest" 3="$numberspiders">$vbphrase[x_members_and_y_guests]</phrase>)
                </td>
        </tr>
</tbody>
<tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]">
        <tr>
                <td class="alt2"><a href="online.php$session[sessionurl_q]" rel="nofollow"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td>
                <td class="alt1" width="100%">
                        <div class="smallfont">
                                <div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>
                                <div>$activeusers</div>
                        </div>
                </td>
        </tr>
</tbody>
<!-- end logged-in users -->
</if>
<tbody>
        <tr>
                <td class="thead" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a>
                        <phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>
                </td>
        </tr>
</tbody>
<tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]">
        <tr>
                <td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td>

$chatbox_forumhome
                <td class="alt1" width="100%">
                <div class="smallfont">
                        <div>
                                $vbphrase[threads]: $totalthreads,
                                $vbphrase[posts]: $totalposts,
                                $vbphrase[members]: $numbermembers<if condition="$show['activemembers']">,
                                        <span title="<phrase 1="$vboptions[activememberdays]">$vbphrase[within_the_last_x_days]</phrase>">$vbphrase[active_members]: $activemembers</span>
                                </if>
                        </div>
                        <div><phrase 1="member.php?$session[sessionurl]u=$newuserid" 2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
                </div>
                </td>

        </tr>
</tbody>
<if condition="$show['birthdays']">
<!-- today's birthdays -->
<tbody>
        <tr>
                <td class="thead" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a>
                        $vbphrase[todays_birthdays]
                </td>
        </tr>
</tbody>
<tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]">
        <tr>
                <td class="alt2"><a href="calendar.php?$session[sessionurl]do=getday&amp;day=$today&amp;sb=1"><img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0" /></a></td>
                <td class="alt1" width="100%"><div class="smallfont">$birthdays</div></td>
        </tr>
</tbody>
<!-- end today's birthdays -->
</if>



<if condition="$show['upcomingevents']">
<tbody>
        <tr>
                <td class="thead" colspan="2">
                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a>
                        <if condition="$show['todaysevents']">$vbphrase[todays_events]<else /><phrase 1="$vboptions[showevents]">$vbphrase[upcoming_events_for_the_next_x_days]</phrase></if>
                </td>
        </tr>
</tbody>
<tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]">
        <tr>
                <td class="alt2"><a href="calendar.php$session[sessionurl_q]"><img src="$stylevar[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]" border="0" /></a></td>
                <td class="alt1" width="100%"><div class="smallfont">$upcomingevents</div></td>
        </tr>
</tbody>
</if>
</table><div class="cat-btm_x"><div class="cat-btm_lft"></div><div class="cat-btm_rht"></div></div>
<br />
<!-- end what's going on box -->

<table align="center" class="tborder" cellpadding="4" cellspacing="1" border="0">
 <tr>
                <td class="alt1" align="center"><div class="smallfont"><strong>
                        <a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a>
                        <if condition="$vboptions['forumleaders']">&nbsp; &nbsp;
                        <a href="showgroups.php$session[sessionurl_q]" rel="nofollow">$vbphrase[view_forum_leaders]</a></if>
&nbsp;
        <if condition="!$show['guest']">
                <!-- member logout -->
                <a href="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>
                <!-- end member logout -->
        </if>
                </strong></div></td>
        </tr>
 <tr>
        <td class="alt2"><img class="inlineimg" src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" border="0" /> <span class="smallfont">$vbphrase[forum_contains_new_posts]</span>  &nbsp;
        <img class="inlineimg" src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" border="0" /> <span class="smallfont">$vbphrase[forum_contains_no_new_posts]</span>  &nbsp;
        <img class="inlineimg" src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" border="0" /> <span class="smallfont">$vbphrase[forum_is_closed_for_posting]</span></td>
 </tr></table>
$forumhome_markread_script
$chatbox_forumhome

$footer
</body>
</html>


projectego 07-21-2007 08:56 AM

Great idea. Just the kind of hack I have been waiting for. Cheers!

powerful_rogue 07-21-2007 01:24 PM

Really stupid question, but where do I alter the settings in the ACP?

powerful_rogue 07-21-2007 05:10 PM

Quote:

Originally Posted by Steve M (Post 1297147)
Quantnet: Move the code above the </table> right above it.

You add sponsors through the ACP, you will see a navigation drop down to the left called TFW Sponsor, click the arrow to expand then click Add Sponsor

I have not included any vB Options with this mod, which I will to add the new features mentioned.

Im in the same boat. Installed this on two different VB boards and theres no option in the ACP. :confused:

Mythotical 07-21-2007 09:06 PM

Quantnet.org: There is no drop down. The images will be displayed once you first upload them to your sponsors folder then go to ACP and add sponsor. From there it will start displaying.

powerful_rogue: Make sure you uploaded cpnav_tfw.xml to your includes/xml directory otherwise the menu will not appear. If you did that, refresh your ACP which will cause it to look for cpnav files from there it will display.

Also, give me a link to your site so that I can view your site and the source code to determine where your problem lies with the display.

powerful_rogue 07-22-2007 02:27 AM

Ive checked and double checked. Alll files uploaded correctly, however there is nothing in the ACP.

This is my test site

Mythotical 07-22-2007 02:29 AM

powerful_rogue: you need to create the /sponsors/ directory in your root forum directory and chmod it to 0777. Set me up a test account on your site and PM me the details so that I can look to make sure the xml file appeared on your site.

Quantnet 07-22-2007 02:48 AM

Can this be used with OpenAds (phpAdNew) ?

Mythotical 07-22-2007 02:51 AM

Quantnet.org: Did you get your issues worked out?

How do you mean to use it? Such as if they sponsor your site then they will not be able to see ads or what?

Quantnet 07-22-2007 03:15 AM

I still have problem with the template. And I still don't see the Add Sponsor anywhere. Refresh the AdminCP, log in and out, no luck.

The OpenAds can give you ad zone where you know put it anywhere...and see how many view/clicks, etc

I PM you an account on my site so you can take a look at my template.
Thanks


All times are GMT. The time now is 02:22 PM.

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.01345 seconds
  • Memory Usage 1,771KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete