vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Browser on Who's Online (https://vborg.vbsupport.ru/showthread.php?t=103996)

CoreIssue 02-25-2006 07:44 PM

OK. Stupid question here. Where are the template edits? I do not see them anywhere in the zip file.

bashy 02-25-2006 07:45 PM

There in the readme.html i just checked!!

derekivey 02-25-2006 08:14 PM

Yup, they should be in the readme file.

CoreIssue 02-25-2006 08:32 PM

Yep. There is a readme with some file edits in it.

But what do I do with the css scripting above the finds? No instructions.

I am new to VB. Came from phpBB where I did tons of modding.

So, if this in unclear to me it is going to be unclear to others.

Thanks.

bashy 02-25-2006 08:35 PM

what css scripting?

CoreIssue 02-25-2006 08:38 PM

Look at the top of the readme file. At least half the data is css styling. Right off the bat is formatted

Quote:

CSS Stylesheet
I deleted the surround coding.

bashy 02-25-2006 08:44 PM

do you mean this?

Code:

Installation Instructions
1. Do the following File Edits:

OPEN: index.php

FIND: (Select All)
session.userid, session.inforum, session.lastactivity,

IN LINE FIND: (Select All)
session.userid,

AFTER ADD: (Select All)
 session.browser,

FIND: (Select All)
                                'username' => $vbulletin->userinfo['username'],

AFTER ADD: (Select All)
                                'browser' => $vbulletin->session->vars['browser'],

CLOSE AND SAVE: index.php


CoreIssue 02-25-2006 08:46 PM

No. The css material above it. You are starting at least half way down the file.

If the css stuff has no meaning why is it there?

bashy 02-25-2006 08:47 PM

This is all i can see

Code:

vBulletin.org Thread Changelog Install Upgrade Uninstall


Browser on Who's Online Version 1.0.1
Developers: derekivey
Version: 1.0.1
vBulletin Version: 3.5.3
File Edits: 2
Template Edits: 1
New Phrases: 8
Uses Plugins: Yes
Difficulty: Easy

Description: Description: This hack will show each user's browser in the Who's Online Box beside their name. It supports IE, Firefox, Opera, Camino, Safari, Konqueror, and Netscape. If the user is using a browser that is unsupported with this hack, it will show a Question mark icon, which means its an Unknown browser.


*** I Strongly Recommend That You Backup Before Installing/Upgrading This Hack!
I am not responsible for any damage this hack causes to your forum so make sure to backup!!! ***
 
 

Changelog
December 29, 2005 - Version 1.0.0 Released

January 4, 2006 - Version 1.0.1 Released - Moved browsers to session table instead of user table. Also removed 'Unknown' from being in the table, and replaced it with Psionic Vision's suggestion.
 
 

Installation Instructions
1. Do the following File Edits:

OPEN: index.php


CoreIssue 02-25-2006 08:50 PM

I just downloaded it and it has this in it above what you posted.
Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<!-- CSS Stylesheet -->
<style type="text/css" id="vbulletin_css">
<!--
/* vBulletin 3 CSS For Style 'Default Style' (styleid: 1) */
body
{
background: #E1E1E2;
color: #000000;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 5px 10px 10px 10px;
padding: 0px;
}
a:link
{
color: #22229C;
}
a:visited
{
color: #22229C;
}
a:hover, a:active
{
color: #FF4400;
}
.page
{
background: #FFFFFF;
color: #000000;
}
td, th, p, li
{
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tborder
{
background: #D1D1E1;
color: #000000;
border: 1px solid #0B198C;
}
.tcat
{
background: #869BBF url(do_not_upload/readme/images/gradient_tcat.gif) repeat-x top left;
color: #FFFFFF;
font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.tcat a:link
{
color: #ffffff;
text-decoration: none;
}
.tcat a:visited
{
color: #ffffff;
text-decoration: none;
}
.tcat a:hover, .tcat a:active
{
color: #FFFF66;
text-decoration: underline;
}
.thead
{
background: #5C7099 url(do_not_upload/readme/images/gradient_thead.gif) repeat-x top left;
color: #FFFFFF;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.thead a:link
{
color: #FFFFFF;
}
.thead a:visited
{
color: #FFFFFF;
}
.thead a:hover, .thead a:active
{
color: #FFFF00;
}
.tfoot
{
background: #3E5C92;
color: #E0E0F6;
}
.tfoot a:link
{
color: #E0E0F6;
}
.tfoot a:visited
{
color: #E0E0F6;
}
.tfoot a:hover, .tfoot a:active
{
color: #FFFF66;
}
.alt1, .alt1Active
{
background: #F5F5FF;
color: #000000;
}
.alt2, .alt2Active
{
background: #E1E4F2;
color: #000000;
}
textarea, .bginput
{
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.button
{
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
select
{
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
option, optgroup
{
font-size: 11px;
font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.smallfont
{
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.time
{
color: #666686;
}
.navbar
{
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
.highlight
{
color: #FF0000;
font-weight: bold;
}
.fjsel
{
background: #3E5C92;
color: #E0E0F6;
}
.fjdpth0
{
background: #F7F7F7;
color: #000000;
}
.vbmenu_control
{
background: #738FBF;
color: #FFFFFF;
font: bold 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding: 3px 6px 3px 6px;
white-space: nowrap;
}
.vbmenu_control a:link
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_control a:visited
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_control a:hover, .vbmenu_control a:active
{
color: #FFFFFF;
text-decoration: underline;
}
.vbmenu_popup
{
background: #FFFFFF;
color: #000000;
border: 1px solid #0B198C;
}
.vbmenu_option
{
background: #BBC7CE;
color: #000000;
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;
cursor: pointer;
}
.vbmenu_option a:link
{
color: #22229C;
text-decoration: none;
}
.vbmenu_option a:visited
{
color: #22229C;
text-decoration: none;
}
.vbmenu_option a:hover, .vbmenu_option a:active
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_hilite
{
background: #8A949E;
color: #FFFFFF;
font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
white-space: nowrap;
cursor: pointer;
}
.vbmenu_hilite a:link
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_hilite a:visited
{
color: #FFFFFF;
text-decoration: none;
}
.vbmenu_hilite a:hover, .vbmenu_hilite a:active
{
color: #FFFFFF;
text-decoration: none;
}
/* ***** small padding on 'thead' elements ***** */
td.thead, div.thead { padding: 4px; }
/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }
/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }
/* ***** don't change the following ***** */
form { display: inline; }
label { cursor: default; }
.normal { font-weight: normal; }
.inlineimg { vertical-align: middle; }
-->
</style>
<!-- / CSS Stylesheet -->
<title>Browser on Who's Online Version 1.0.1 Readme</title>
</head>
<body>
<!-- logo -->
<a name="top"></a>
<table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="left"><a href="readme.html"><img src="do_not_upload/readme/images/vbulletin3_logo_white.gif" border="0" alt="Toplist Random Site Module" /></a></td>
<td align="right">
<strong><span style="font-size: 20px;">Readme File</span>
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
<!-- open content container -->
<div align="center">
<div class="page" style="width:100%; text-align:left">
<div style="padding:0px 25px 0px 25px">
<br />
<!-- nav buttons bar -->
<div align="center">
<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
<td class="vbmenu_control"><a href="<A href="https://vborg.vbsupport.ru/showthread.php?t=103996">vBulletin.org">https://vborg.vbsupport.ru/showthread.php?t=103996">vBulletin.org Thread</a></td>
<td class="vbmenu_control"><a href="readme.html#changelog">Changelog</a></td>
<td class="vbmenu_control"><a href="readme.html#install">Install</a></td>
<td class="vbmenu_control"><a href="readme.html#upgrade">Upgrade</a></td>
<td class="vbmenu_control"><a href="readme.html#uninstall">Uninstall</a></td>
</tr>
</table>
</div>
<!-- / nav buttons bar -->
<br />
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr align="center">
<td class="tcat" colspan="6">Browser on Who's Online Version 1.0.1</td>
</tr>
<tr align="left">
<td class="alt1" colspan="6">
<strong>Developers:</strong> <a href="https://vborg.vbsupport.ru/member.php?u=81169" target="_BLANK">derekivey</a><br />
<strong>Version:</strong> 1.0.1<br />
<strong>vBulletin Version:</strong> 3.5.3<br />
<strong>File Edits:</strong> 2<br />
<strong>Template Edits:</strong> 1<br />
<strong>New Phrases:</strong> 8<br />
<strong>Uses Plugins:</strong> Yes<br />
<strong>Difficulty:</strong> Easy<br /><br />
<strong>Description:</strong> Description: This hack will show each user's browser in the Who's Online Box
beside their name. It supports IE, Firefox, Opera, Camino, Safari, Konqueror, and
Netscape. If the user is using a browser that is unsupported with this hack, it will
show a Question mark icon, which means its an Unknown browser.<br /><br />
<center><span style="color: red; font-size: 20px;">*** I Strongly Recommend That You Backup Before Installing/Upgrading This Hack!<br />
I am not responsible for any damage this hack causes to your forum so make sure to backup!!! ***</span></center><br />
</td>
</tr>
<tr align="center">
<td class="thead" colspan="6"><div class="smallfont">
&nbsp;
</div>
</td>
</tr>
</table>
<br />
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr align="center">
<td id="changelog" class="tcat">Changelog</td>
</tr>
<tr align="left">
<td class="alt1">
<strong>December 29, 2005 - Version 1.0.0 Released</strong><br /><br />
<strong>January 4, 2006 - Version 1.0.1 Released -</strong> Moved browsers to session table instead of user table. Also removed 'Unknown' from being in the table, and replaced it with Psionic Vision's suggestion.<br /> 
</td>
</tr>
<tr align="center">
<td class="thead"><div class="smallfont">
&nbsp;
</div>
</td>
</tr>
</table>
<br />
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr align="center">
<td id="install" class="tcat">Installation Instructions</td>
</tr>
<tr align="left">
<td class="alt1">



All times are GMT. The time now is 01:01 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.01579 seconds
  • Memory Usage 1,799KB
  • 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
  • (3)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