Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Template Modifications

Reply
 
Thread Tools
vB-boards toolbar v1.0 Details »»
vB-boards toolbar v1.0
Version: 1.00, by hilfe-forum hilfe-forum is offline
Developer Last Online: Oct 2013 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 07-12-2006 Last Update: Never Installs: 4
Template Edits
 
No support by the author.

vB-boards toolbar v1.0

- installation instructions can be found at the bottom of this page
- Die Installations-Anleitung findet sich am unteren Ende dieser Seite
- works with all vB-Versions! Tested with 3.5.4
--------------------
english:

description:

this toolbar gives your board-community easy access to your board and also a wide range of other popular vB-

Boards.
It also offers free chat and webradio as well as vB-board news and other usefull rss-news.
The installation of the toolbar is very simple and done with a few clicks.
the toolbar uninstalls absolutely clean and leaves no traces on the computer.
the services offered will be absolutly free of charge and are without any form of ads.

This template-mod lets you offer the vB-boards toolbar on the redirect-page of your vB-board.

All boards can be inplemented to the toolbar. we only ask that you install this hack on your board. please sent a

email to admin@hilfe-forum.info if you want to be listed


features:

- direct access to the worlds biggest, most popular vB-boards (sorted by category)
- quick-access to the best vB-board of the month
- free vB-boards-IRC Chat (seperate Channel for you is no Problem)
- rss-news from selected high-profile boards
- global current news from the vB-board scene
- free radio with lots of channels
- customize your toolbar to your needs


planned features:
(these features will be automatically added to the toolbar. no reinstallation required)
- Board of the day. Every day we feature a new board.
- New boards. New boards will be featured with a description.

-> this features enable webmasters to show their board to a huge number of users.
-> you are welcome to sent in additional ideas that would improve our toolbar by email (admin@hilfe-forum.info) or

throught this board.
New features can be easily added to the toolbar without any user-interaction necessary. wherefore no users will be

lost due to additional installtion precedures.


recommendation:

this template-mod works best with melefires redirect page time-hack:
https://vborg.vbsupport.ru/showthread.php?t=120371


--------------------
deutsch:

Beschreibung:

Diese Toolbar erlaubt es Ihren Usern einfachen Zugang zu Ihrem Forum und zu einer breiten Auswahl an anderen

popul?ren vB-Foren.
Weiterhin beinhaltet sie einen kostenlosen Chat sowie Webradio, als auch vB-board Nachrichten und andere n?tzliche

rss-Newsquellen.
Die Installation der Toolbar ist sehr einfach und mit ein paar Mausklicks erledigt.
Die Toolbar deinstalliert sich auf Wusch absolut R?ckstandsfrei und hinterl?sst keine sonstigen Spuren.
Die angebotenen Dienste sind allesamt kostenlos und werbefrei.

Diese Template-Modifikation erlaubt es Ihnen die vB-boards Toolbar auf ihrer Redirect-Seite anzubieten.

Alle Foren k?nnen in die Toolbar integriert werden. Das einzige worum wir Sie bitten ist, diese Template-

Modifikation auf Ihrem Board zu installieren.
Bitte schreiben Sie eine Email an admin@hilfe-forum.info, wenn Ihr Forum in die Toolbar aufgenommen werden soll.


Features:

- Direkter Zugang zu den weltweit gr?ssten und bekanntesten vB-Foren (nach Kategorien sortiert)
- Schnell-Zugang zu den besten Foren des Monats.
- Kostenloser vB-boards-IRC Chat.
- rss-Nachrichten von ausgew?hlten Foren.
- Weltweite aktuelle Nachrichten aus der vB-Foren-Szene.
- Kostenloses Web-Radio mit vielen Kan?len.
- Passe die Toolbar nach Deinen Bed?rfnissen an.


Geplante Features:
(Diese Features werden automatisch in die Toolbar integriert. Es ist keine weitere Installation n?tig)
- Forum des Tages. T?glich wird ein Forum hervorgehoben.
- Neue Foren. Neue Foren werden mit Beschreibung hervorgehoben.

-> Diese Features erlaubt es Webmastern Ihr Forum einer grossen anzahl an Usern vorzustellen.
-> Wir freuen uns ?ber Ideen, wie wir die Toolbar noch weiter verbessern k?nnen. Schreiben sie uns einfach dazu

eine Email (admin@hilfe-forum.info) oder schreiben Sie uns in diesem Threat.
Neue Features k?nnen einfach zu der Toolbar hinzugef?gt werden ohne das eine Benutzeraktion n?tig w?re. Dadurch

verlieren Sie keine Benutzer durch zus?tzlichen Installationsaufwand.



Empfehlung:

Diese Template-Modifikation funktioniert am besten mit melefires redirect page time-hack:
https://vborg.vbsupport.ru/showthread.php?t=120371
--------------------







--------------------

installation:


edit/editiere:
--------------------
TEMPLATE "STANDARD_REDIRECT"


find/suche nach:
--------------------
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" 

width="70%" align="center">
<tr>
	<td class="tcat">$vbphrase[redirecting]</td>
</tr>
<tr>
	<td class="panelsurround" align="center">
	<div class="panel">
			
		<blockquote>
			<p>&nbsp;</p>
			<p><strong>$errormessage</strong></p>			
			<p class="smallfont"><a href="$url">$vbphrase[click_if_browser_does_not_redirect]</a></p>
			<div>&nbsp;</div>
		</blockquote>
			
	</div>
	
	<script type="text/javascript">
	<!--
		document.write('<div style="margin-top:$stylevar[cellpadding]px">');
		document.write('<input type="submit" class="button" value="$vbphrase[proceed]" accesskey="s" 

onclick="window.location=\'$url\'; return false" />');
		document.write('<\/div>');
	//-->
	</script>
	</td>
</tr>
</table>
replace with/ersetze dies mit:
------------------------

Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" 

width="70%" align="center">
    <tr>
      <td class="tcat">$vbphrase[redirecting]</td>
    </tr>
    <tr>
      <td class="panelsurround" align="center"><div class="panel">
        <p><strong>$errormessage</strong></p>
        <p class="smallfont"><a href="$url">$vbphrase[click_if_browser_does_not_redirect]</a></p>
        <table border="0" cellspacing="0" width="90%" cellpadding="5">
          <tr>
            <td><hr></td>
          </tr>
          <tr>
            <td><div align="center">To access the worlds most popular and active web-boards we recommend the vB-

boards-toolbar.</div></td>
          </tr>
          <tr>
            <td><div align="center">
                <table>
                  <tr>
                    <td><table>
                        <tr>
                          <td><div align="center">
                              <script src="http://www.effectivebrand.com/gettoolbarbyid.aspx?

ct=CT372765&cover=0"></script>
                              <br>
                              <strong>Click on the toolbar for further informations. 
                              It`s free and ready to go with a click. </strong></div></td>
                        </tr>
                      </table></td>
                  </tr>
                </table>
              </div></td>
          </tr>
          <tr>
            <td><div align="center">
                <hr>
                features:</div>
              <table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td width="250">&nbsp;</td>
                  <td><div align="left">
                      <ul>
                        <li><font size="-1">direct access to the worlds biggest, most </font> <font size="-

1">popular vB-boards (sorted by category) </font> </li>
                        <li><font size="-1">quick-access to the best vB-board of the month</font></li>
                        <li><font size="-1">free vB-boards-IRC Chat</font></li>
                        <li><font size="-1">rss-news from selected high-profile boards </font></li>
                        <li><font size="-1">global current news from the vB-board scene</font></li>
                        <li><font size="-1">free radio with lots of channels</font></li>
                        <li><font size="-1">customize your toolbar to your needs</font></li>
                      </ul>
                    </div></td>
                </tr>
              </table></td>
          </tr>
        </table></td>
    </tr>
  </table>
---------------------------
thats it!/Fertig!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 07-22-2006, 05:34 PM
hilfe-forum hilfe-forum is offline
 
Join Date: Sep 2005
Location: http://www.alpha-board.eu
Posts: 198
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ab420
I did a little bit of looking around, and I did find out that:

Ad Aware DOES consider it spyware

and there have been name changes involved as well, apparently they are one in the same as UcMore, which is listed by most spyware progs as bad.

Just thought I'd share what I found out.... :disappointed:
If its true blease go to http://www.effectivebrand.com/CertifiedSpywareFree.aspx

The give you $5000!!!!

ps.
Ad Aware say my self prog GFX Prog ist Spyware too..
Reply With Quote
  #23  
Old 07-23-2006, 01:54 AM
Smiry Kin's's Avatar
Smiry Kin's Smiry Kin's is offline
 
Join Date: Dec 2005
Location: United Kingdom!
Posts: 954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this only for vb-boards?.. abit usless for us if so..
Reply With Quote
  #24  
Old 07-23-2006, 04:53 AM
ab420 ab420 is offline
 
Join Date: Feb 2006
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by hilfe-forum
If its true blease go to http://www.effectivebrand.com/CertifiedSpywareFree.aspx

The give you $5000!!!!

ps.
Ad Aware say my self prog GFX Prog ist Spyware too..
Well, the thing is, to me, it all seems too fishy to be worth testing out, that's just my opinion. I could very easily be wrong, (it happens all the time ), and it seems like a great product if it is legit, which is why I am watching this so closely, and keeping my fingers crossed that it works out well for everyone!
Reply With Quote
  #25  
Old 09-05-2006, 10:15 AM
hilfe-forum hilfe-forum is offline
 
Join Date: Sep 2005
Location: http://www.alpha-board.eu
Posts: 198
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Smiry Kin's
this only for vb-boards?.. abit usless for us if so..

its only for vB
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:32 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.03723 seconds
  • Memory Usage 2,260KB
  • Queries Executed 19 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (5)post_thanks_box
  • (5)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit_info
  • (4)postbit
  • (5)postbit_onlinestatus
  • (5)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete