Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
1 registered (Dunny), 46 Guests and 13 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 04/09/11
Posts: 140
Top Posters (30 Days)
Ruben 50
DennyP 24
Gizmo 23
Dunny 15
SteveS 13
AllenAyres 12
dbremer 10
SD 10
drkknght00 9
doug 8
Latest Photos
OK Corral Shoot Out
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Page 1 of 2 1 2 >
Topic Options
#227001 - 06/03/09 02:41 AM Editing the Header Template to include a Wiki Link?
Realta Gaoth Offline
journeyman
Registered: 05/30/09
Posts: 54
On another forum, the header.tpl code is an almost exact mirror to the one I have currently on my new forum {different admin/owner, showing me the ropes}, but they have an older UBB version. I tried to match the coding to add a link to the header {between 'my stuff' and 'user list'} but it just messes up the entire forum and I'm not sure if there's any way to do this without causing an issue.
Top
Express Hosting
Express Hosting "We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
#227002 - 06/03/09 03:45 AM Re: Editing the Header Template to include a Wiki Link? [Re: Realta Gaoth]
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
It really depends on what you have in your header. If you can give a link or even post what you're putting in your header here, we can probably help.
Top
#227003 - 06/03/09 04:43 AM Re: Editing the Header Template to include a Wiki Link? [Re: Rick]
Realta Gaoth Offline
journeyman
Registered: 05/30/09
Posts: 54
code given as an example from admin friend on other board:

Click to reveal..

Code:
{* Script Version 7.2.2 *}

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="{$lang.READ_DIRECTION}">
<head>
<meta name="generator" content="UBB.threads {$version}" />
{literal}
<style type="text/css">
.popup_menu a,
.popup_menu label { display: block; padding: 2px; cursor: pointer; }
.ubbcode-pre {
	font-family: monospace;
	white-space: pre;
}
pre {
margin: 0px;
}
</style>
{/literal}
{$headerinsert}
{$refresh}
<meta http-equiv="Content-Type" content="text/html; charset={$lang.CHARSET}" />
<link rel="stylesheet" href="{$stylesheet}" type="text/css" />
<link rel="shortcut icon" href="{$config.BASE_URL}/images/{$style_array.general}/favicon.ico" />
{$rss_feed}
{foreach from=$javascript item=script}
<script type="text/javascript" src="{$config.BASE_URL}/ubb_js/{$script}"></script>
{/foreach}
<script language="javascript" type="text/javascript">
var baseurl = "{$config.BASE_URL}";
var fullurl = "{$config.FULL_URL}";
var imagedir = "{$style_array.general}";
var myUid = '{$myid}'; // Don't get excited, you can't exploit this :D
var submitClicked = "{$lang.SUBMIT_CLICKED}";
var open_block = new Image();
open_block.src = "{$config.BASE_URL}/images/{$style_array.general}/toggle_open.gif";
var closed_block = new Image();
closed_block.src = "{$config.BASE_URL}/images/{$style_array.general}/toggle_closed.gif";
var loadingpreview = "{$lang.LOADING_PREVIEW}";
var today = '{$today}';
</script>
<title>{if $inputTitle}{$inputTitle|strip_tags} - {/if}{$config.COMMUNITY_TITLE}{if $powered} - {$powered} UBB.threads&trade;{/if}</title>
</head>
<body onload="{$onload}" onclick="{literal}if(event.which!=3){clearMenus(event)}{/literal}" {$onunload}>
<a name="top"></a>
{$headerfile}

{if $search_link}
<div id="active_popup" style="display: none;">
<table class="popup_menu">
<tr><td nowrap='nowrap' class="popup_menu_header">
{$lang.ACTIVE_TOPICS}
</td></tr>
<tr><td class="popup_menu_content">
<a href="{$config.BASE_URL}/ubbthreads.php{$var_start}ubb{$var_eq}activetopics{$var_sep}range{$var_eq}1{$var_sep}type{$var_eq}t">{$lang.ACTIVE_24}</a>
</td></tr>
<tr><td class="popup_menu_content">
<a href="{$config.BASE_URL}/ubbthreads.php{$var_start}ubb{$var_eq}activetopics{$var_sep}range{$var_eq}2{$var_sep}type{$var_eq}t">{$lang.ACTIVE_48}</a>
</td></tr>
<tr><td class="popup_menu_content">
<a href="{$config.BASE_URL}/ubbthreads.php{$var_start}ubb{$var_eq}activetopics{$var_sep}range{$var_eq}7{$var_sep}type{$var_eq}t">{$lang.ACTIVE_7}</a>
</td></tr>
<tr><td nowrap='nowrap' class="popup_menu_header">
{$lang.ACTIVE_POSTS}
</td></tr>
<tr><td class="popup_menu_content">
<a href="{$config.BASE_URL}/ubbthreads.php{$var_start}ubb{$var_eq}activetopics{$var_sep}range{$var_eq}1{$var_sep}type{$var_eq}p">{$lang.ACTIVE_24}</a>
</td></tr>
<tr><td class="popup_menu_content">
<a href="{$config.BASE_URL}/ubbthreads.php{$var_start}ubb{$var_eq}activetopics{$var_sep}range{$var_eq}2{$var_sep}type{$var_eq}p">{$lang.ACTIVE_48}</a>
</td></tr>
<tr><td class="popup_menu_content">
<a href="{$config.BASE_URL}/ubbthreads.php{$var_start}ubb{$var_eq}activetopics{$var_sep}range{$var_eq}7{$var_sep}type{$var_eq}p">{$lang.ACTIVE_7}</a>
</td></tr>
</table></div>
<script type="text/javascript">registerPopup("active_popup");</script>
{/if}

{if $myspace_link}
<div id="myspace_popup" style="display: none;">
<table class="popup_menu">
<tr><td nowrap='nowrap' class="popup_menu_header">
{$lang.MY_SPACE}
</td></tr>
<tr><td class="popup_menu_content">
<a href="{$config.BASE_URL}/ubbthreads.php{$var_start}ubb{$var_eq}viewmessages">{$lang.MY_PRIVATES}</a>
</td></tr>
<tr><td class="popup_menu_content">
<a href="{$config.BASE_URL}/ubbthreads.php{$var_start}ubb{$var_eq}editbasic">{$lang.EDIT_PROF}</a>
</td></tr>
<tr><td class="popup_menu_content">
<a href="{$config.BASE_URL}/ubbthreads.php{$var_start}ubb{$var_eq}editdisplay">{$lang.EDIT_DISPLAY}</a>
</td></tr>
<tr><td class="popup_menu_content">
<a href="{$config.BASE_URL}/ubbthreads.php{$var_start}ubb{$var_eq}myhome{$var_sep}n{$var_eq}1">{$lang.VIEW_WATCH}</a>
</td></tr>
<tr><td class="popup_menu_content">
<a href="{$config.BASE_URL}/ubbthreads.php{$var_start}ubb{$var_eq}userposts{$var_sep}id{$var_eq}{$myid}">{$lang.MY_POSTS}</a>
</td></tr>
</table></div>
<script type="text/javascript">registerPopup("myspace_popup");</script>
{/if}

<table border="0" align="center" width="{$config.TABLE_WIDTH}" cellpadding="0" cellspacing="0">
<tr>
<td>
{$tbopen}
<tr>
<td class="breadcrumbs">
<span style="float:right">{$welcome}
{if $mood && $config.ENABLE_MOODS}
<a title="{$lang.CHANGE_MOOD}" style="text-decoration: none" href="javascript: void(0);" onclick="javascript: window.open('{$config.BASE_URL}/ubbthreads.php?ubb=changemood','mood','toolbar=no,directories=no,location=no,scrollbars=yes,menubar=no,width=300,height=200')"> 
<img name="mood" src="{$config.BASE_URL}/images/{$style_array.mood}/{$mood}" style="vertical-align:middle" border="0" alt="{$lang.CHANGE_MOOD}" /> &darr;
</a>
{/if}
</span>
<span style="float:left">
{if $config.ENABLE_MAIN_PORTAL}
<a href="{$config.BASE_URL}/ubbthreads.php">{$config.COMMUNITY_TITLE}</a>
{else}
<a href="{$config.HOMEPAGE_URL}">{$config.HOMEPAGE_TITLE}</a>
{/if}
{if $breadcrumb}
 &raquo; {$breadcrumb}
{/if} 
</span>
</td>
</tr>
<tr>
<td class="navigation">
{if $new_user_link}
<a href="{$config.BASE_URL}/ubbthreads.php{$var_start}ubb{$var_eq}newuser">{$lang.NEW_USER}</a> &nbsp; &nbsp; &nbsp; 
{/if}
{if $cp_link}
<a href="{$config.BASE_URL}/admin/index.php">{$lang.ADMIN_MENU}</a> &nbsp; &nbsp;
{/if}
{if $config.ENABLE_MAIN_PORTAL}
<a href="{$config.BASE_URL}/ubbthreads.php">{$lang.PORTAL}</a> &nbsp; &nbsp;
{/if}
<a href="{$config.BASE_URL}/ubbthreads.php{$var_start}ubb{$var_eq}cfrm">{$lang.FORUM_LIST}</a> &nbsp; &nbsp; &nbsp; 
{if $myspace_link}
<span style="cursor: pointer;" id="myspace_control" onclick="showHideMenu('myspace_control','myspace_popup')">
<a href="javascript:void(0);">{$lang.MY_SPACE}</a>
<img style="vertical-align: middle" src="{$config.BASE_URL}/images/{$style_array.general}/toggle_open.gif" alt="" />
</span>
{$new_flasher}
 &nbsp; &nbsp; &nbsp;
{/if}
<a href="/pmwiki/pmwiki.php">Site Wiki</a>
&nbsp; &nbsp; &nbsp;   

<a href="http://www.lightsideofdarkness.com/pmwiki/pmwiki.php?n=Start.CharacterApplications">Character Applications</a>
&nbsp; &nbsp; &nbsp;   

{if $user_list}
<a href="{$config.BASE_URL}/ubbthreads.php{$var_start}ubb{$var_eq}showmembers">{$lang.USER_LIST}</a> &nbsp; &nbsp; &nbsp; 
{/if}
<a href="{$config.BASE_URL}/ubbthreads.php{$var_start}ubb{$var_eq}calendar">{$lang.CALENDAR}</a> &nbsp; &nbsp; &nbsp; 
{if $search_link}
<span style="cursor: pointer;" id="active_control" onclick="showHideMenu('active_control','active_popup')">
<a href="javascript:void(0);">{$lang.ACTIVE_TOPICS}</a>
<img style="vertical-align: middle" src="{$config.BASE_URL}/images/{$style_array.general}/toggle_open.gif" alt="" /> &nbsp; &nbsp; &nbsp; 
</span>
<a href="{$config.BASE_URL}/ubbthreads.php{$var_start}ubb{$var_eq}search">{$lang.TEXT_SEARCH}</a> &nbsp; &nbsp; &nbsp; 
{/if}
<a href="{$config.BASE_URL}/ubbthreads.php{$var_start}ubb{$var_eq}faq">{$lang.FAQ_TEXT}</a>
</td>
</tr>
{$tbclose}

</td>
</tr>
<tr>
<td>

<table border="0" width="100%" cellpadding="0" cellspacing="0" style="margin-top: -5px">



code in the present board:

Click to reveal..

Code:
{* Script Version 7.5.3 *}

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$lang.XML_LANG}" lang="{$lang.XML_LANG}" dir="{$lang.READ_DIRECTION}">
<head>
	<title>{if $inputTitle}{$inputTitle|strip_tags} - {/if}{if $powered}{$powered} UBB.threads&trade;{else}{$config.COMMUNITY_TITLE}{/if}</title>
	<meta name="generator" content="UBB.threads {$version}" />
	{$headerinsert}
	{$refresh}
	<meta http-equiv="Content-Type" content="text/html; charset={$lang.CHARSET}" />
	<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
	<link rel="stylesheet" href="{$config.BASE_URL}/styles/common.css?v={$version}" type="text/css" />
	<link rel="stylesheet" href="{$stylesheet}?v={$version}" type="text/css" />
	<link rel="shortcut icon" href="{$config.BASE_URL}/images/{$style_array.general}/favicon.ico" />
	{$rss_feed}
	<script type="text/javascript">
		// <![CDATA[
		var baseurl		= "{$config.BASE_URL}";
		var fullurl		= "{$config.FULL_URL}";
		var script		= "{ubb url="" full="true"}";
		var imagedir		= "{$style_array.general}";
		var myUid		= '{$myid}';
		var submitClicked 	= "{$lang.SUBMIT_CLICKED}";
		var open_block		= new Image();
		open_block.src		= baseurl + "/images/{$style_array.general}/toggle_open.gif";
		var closed_block	= new Image();
		closed_block.src	= baseurl + "/images/{$style_array.general}/toggle_closed.gif";
		var loadingpreview	= "{$lang.LOADING_PREVIEW}";
		var today		= '{$today}';
		var s_priv		= '{$s_priv}';
		// ]]>
	</script>
{foreach from=$javascript item=script}
	<script type="text/javascript" src="{$config.BASE_URL}/ubb_js/{$script}?v={$version}"></script>
{/foreach}

{if $config.MAX_WIDTH_IMAGE}
<style type="text/css">
.post_inner img {literal}{{/literal}
	max-width: {$config.MAX_WIDTH_IMAGE}px;
{literal}}{/literal}
</style>
{/if}

</head>
<body{if $onload} onload="{$onload}"{/if} onclick="{literal}if(event.which!=3){clearMenus(event)}{/literal}"{if $onunload} {$onunload}{/if}>
<a id="top"></a>

{if $admin_closed_message}
{$tbopen}
<tr><td bgcolor="red" align="center">
<span style="font-size: 12pt; font-weight: bold;">
FORUM IS CURRENTLY CLOSED!
</span>
</td></tr>
<tr>
<td class="alt-1">
{$closed_message}
</td>
</tr>
{$tbclose}
{/if}

<div id="content">
{$headerfile}

<div id="active_popup" style="display: none;">
	<table class="popup_menu">
		<tr>
			<td class="popup_menu_content"><a href="{ubb url="ubb=activetopics&range=7&type=t"}">{$lang.ACTIVE_TOPICS}</a></td>
		</tr>
		<tr>
			<td class="popup_menu_content"><a href="{ubb url="ubb=activetopics&range=7&type=p"}">{$lang.ACTIVE_POSTS}</a></td>
		</tr>
		<tr>
			<td class="popup_menu_content"><a href="{ubb url="ubb=activetopics&range=7&type=u"}">{$lang.ACTIVE_NO_ANSWERS}</a></td>
		</tr>
	</table>
</div>
<script type="text/javascript">
	registerPopup("active_popup");
</script>

{if $search_link}
<div id="search_popup" style="display: none">
	<form method="post" action="{ubb url=""}">
		<input type="hidden" name="ubb" value="dosearch" />
		<input type="hidden" name="daterange" value="0" />
		<input type="hidden" name="where" value="bodysub" />
		<input type="hidden" name="fromsearch" value="1" />
		<input type="hidden" name="checkwords" value="1" />

		<table class="popup_menu">
			<tr>
				<td nowrap='nowrap' class="popup_menu_header">{$lang.SEARCH_HEADER}</td>
			</tr>
			<tr>
				<td class="popup_menu_content noclose">
					<label>
						<input type="text" name="Words" class="form-input" />
						<input type="submit" name="textsearch" value="{$lang.GO_BUTTON}" class="form-button" />
					</label>
				</td>
			</tr>
			<tr>
				<td class="popup_menu_content"><a href="{ubb url="ubb=search"}">{$lang.ADVANCED_BUTTON}</a></td>
			</tr>
		</table>
	</form>
</div>
<script type="text/javascript">
	registerPopup("search_popup");
</script>
{/if}

{if $myspace_link == 1}
<div id="myspace_popup" style="display: none;">
<table class="popup_menu">
<tr><td class="popup_menu_content"><a href="{ubb url="ubb=viewmessages"}">{$lang.MY_PRIVATES}</a></td></tr>
<tr><td class="popup_menu_content"><a href="{ubb url="ubb=editbasic"}">{$lang.EDIT_PROF}</a></td></tr>
<tr><td class="popup_menu_content"><a href="{ubb url="ubb=editdisplay"}">{$lang.EDIT_DISPLAY}</a></td></tr>
<tr><td class="popup_menu_content"><a href="{ubb url="ubb=myhome&n=1"}">{$lang.VIEW_WATCH}</a></td></tr>
<tr><td class="popup_menu_content"><a href="{ubb url="ubb=showprofile&User=`$myid`"}">{$lang.VIEW_PROF}</a></td></tr>
<tr><td class="popup_menu_content"><a href="{ubb url="ubb=userposts&id=`$myid`"}">{$lang.MY_POSTS}</a></td></tr>
<tr><td class="popup_menu_content"><a href="{ubb url="ubb=mybuddies"}">{$lang.MY_BUDDIES}</a></td></tr>
{if $config.MY_FEEDS}
<tr><td class="popup_menu_content"><a href="{ubb url="ubb=myfeeds&show=1"}">{$lang.MY_FEEDS}</a></td></tr>
{/if}
<tr><td class="popup_menu_content"><a href="{ubb url="ubb=subscriptions"}">{$lang.MY_SUBS}</a></td></tr>
<tr><td class="popup_menu_content"><a href="{ubb url="ubb=mycookies"}">{$lang.MYCOOKIES}</a></td></tr>
</table></div>
<script type="text/javascript">registerPopup("myspace_popup");</script>
{/if}

<table align="center" width="{$config.TABLE_WIDTH}" cellpadding="0" cellspacing="0">
<tr>
<td>
{$tbopen}
<tr>
<td class="breadcrumbs">
<span style="float:right">{$welcome}
{if $mood && $config.ENABLE_MOODS}
<span title="{$lang.CHANGE_MOOD}" style="cursor: pointer" onclick="showChromeless('{ubb url="ubb=changemood"}','mood',400,300);">
<img name="mood" src="{$config.BASE_URL}/images/{$style_array.mood}/{$mood}" style="vertical-align:middle" alt="{$lang.CHANGE_MOOD}" /> &darr;
</span>
{/if}
</span>
<span style="float:left">
{if $config.ENABLE_MAIN_PORTAL}
<a href="{ubb url=""}">{$config.COMMUNITY_TITLE}</a>
{else}
<a href="{$config.HOMEPAGE_URL}">{$config.HOMEPAGE_TITLE}</a>
{/if}
{if $breadcrumb}
 &raquo; {$breadcrumb}
{/if}
</span>
</td>
</tr>
<tr>
<td class="navigation">
{if $new_user_link}
<a href="{ubb url="ubb=newuser"}">{$lang.NEW_USER}</a> &nbsp;&nbsp;
{/if}
{if $cp_link}
<a href="{$config.BASE_URL}/admin/index.php">{$lang.ADMIN_MENU}</a> &nbsp;&nbsp;
{/if}
{if $config.ENABLE_MAIN_PORTAL}
<a href="{ubb url=""}">{$lang.PORTAL}</a> &nbsp; &nbsp;
{/if}
<a href="{ubb url="ubb=cfrm"}">{$lang.FORUM_LIST}</a> &nbsp;&nbsp;
{if $myspace_link == 1}
<span style="cursor: pointer;" id="myspace_control" onclick="showHideMenu('myspace_control','myspace_popup')">
<a href="javascript:void(0);">{$lang.MY_SPACE}</a>
<img style="vertical-align: middle" src="{$config.BASE_URL}/images/{$style_array.general}/toggle_open.gif" alt="" />
</span>
{elseif $myspace_link == 2}
<a href="{ubb url="ubb=viewmessages"}">{$lang.MY_SPACE}</a>
{/if}
{$new_flasher} &nbsp;&nbsp;&nbsp;
{if $user_list}
<a href="{ubb url="ubb=showmembers"}">{$lang.USER_LIST}</a> &nbsp;&nbsp;&nbsp;
{/if}
{if $config.CALENDAR}
<a href="{ubb url="ubb=calendar"}">{$lang.CALENDAR}</a> &nbsp;&nbsp;&nbsp;
{/if}
<span style="cursor: pointer;" id="active_control" onclick="showHideMenu('active_control','active_popup')">
<a href="javascript:void(0);">{$lang.ACTIVE_TOPICS}</a>
<img style="vertical-align: middle" src="{$config.BASE_URL}/images/{$style_array.general}/toggle_open.gif" alt="" />
</span> &nbsp;&nbsp;&nbsp;
{if $search_link}
<span style="cursor: pointer;" id="search_control" onclick="showHideMenu('search_control','search_popup')">
<a href="javascript:void(0);">{$lang.TEXT_SEARCH}</a>
<img style="vertical-align: middle" src="{$config.BASE_URL}/images/{$style_array.general}/toggle_open.gif" alt="" />
</span> &nbsp;&nbsp;&nbsp;
{/if}
<a href="{ubb url="ubb=faq"}">{$lang.FAQ_TEXT}</a>
</td>
</tr>
{$tbclose}

</td>
</tr>
<tr>
<td>
<table width="100%" cellpadding="0" cellspacing="0" style="margin-top: -5px">



links/URLs desired for inclusion:

Site UBB.Wiki {directly to the right of 'my stuff' preferably}
http://illusionarylabyrinth.net/pmwiki/pmwiki.php

Character Applications {directly to the right of 'site UBB.Wiki', directly to the left of 'user list' preferably}
http://illusionarylabyrinth.net/pmwiki/pmwiki.php?n=Start.CharacterApplications
Top
#227007 - 06/03/09 04:42 PM Re: Editing the Header Template to include a Wiki Link? [Re: Realta Gaoth]
Ruben Offline

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
HERE is a post that may help you get started
_________________________
Blue Man Group
Top
#227008 - 06/03/09 05:05 PM Re: Editing the Header Template to include a Wiki Link? [Re: Ruben]
Ruben Offline

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
Actually it is fairy simple using the post I referenced.
In Template: header.tpl
Just above
Code:
{if $user_list}
and below
Code:
{$new_flasher} &nbsp;&nbsp;&nbsp;

Insert
Code:
<a href="http://illusionarylabyrinth.net/pmwiki/pmwiki.php">Site WIKI</a>&nbsp;&nbsp;&nbsp; 
<a href="http://illusionarylabyrinth.net/pmwiki/pmwiki.php?n=Start.CharacterApplications">Applications</a>&nbsp;&nbsp;&nbsp; 


Of course I don't know what version you are using but that should be fairly close.
_________________________
Blue Man Group
Top
#227014 - 06/03/09 05:59 PM Re: Editing the Header Template to include a Wiki Link? [Re: Ruben]
Realta Gaoth Offline
journeyman
Registered: 05/30/09
Posts: 54
You're a DOLL. I feel rather... foolish now that I look at it because it is really simple. But thank you for the help!
Top
#227015 - 06/03/09 06:02 PM Re: Editing the Header Template to include a Wiki Link? [Re: Realta Gaoth]
Ruben Offline

Registered: 12/20/03
Posts: 4424
Loc: Lutz,FL
No problem. If you use absolute paths to do this it will reference the default paths, So you were probably not including http://www.blabla
_________________________
Blue Man Group
Top
#235492 - 03/11/10 09:20 AM Re: Editing the Header Template to include a Wiki Link? [Re: Rick]
lightningrod Offline
enthusiast
Registered: 10/14/09
Posts: 275
Originally Posted By: Rick
It really depends on what you have in your header. If you can give a link or even post what you're putting in your header here, we can probably help.



Rick, I want to create a script called: selfsearch.inc.php

And throw it in the scripts directory of the server

And make: 'Self Search' appear in the Header pointing to that script

Between the User List and Calendar


And how I can have this Self Search link appear only to a user that is logged in?
Top
#235493 - 03/11/10 10:29 AM Re: Editing the Header Template to include a Wiki Link? [Re: lightningrod]
Chosen Offline
member
Registered: 01/26/05
Posts: 194
Loc: Cincinnati, OH
There is a more complete way to do this but I'll give you my easy way to do it. First off I only have the User List available to people that are logged in. So if that works for you then just disable guests from viewing it. Then put the new link in the {if $user_list} section before the {/if} line.
Top
#235494 - 03/11/10 10:32 AM Re: Editing the Header Template to include a Wiki Link? [Re: Chosen]
lightningrod Offline
enthusiast
Registered: 10/14/09
Posts: 275
Originally Posted By: Chosen
There is a more complete way to do this but I'll give you my easy way to do it. First off I only have the User List available to people that are logged in. So if that works for you then just disable guests from viewing it. Then put the new link in the {if $user_list} section before the {/if} line.



Thank you, but I don't even know how to do the first part


To make a 'Self Search' link appear in the Header, pointing to that (new) script

Between the User List and Calendar


?


Top
Page 1 of 2 1 2 >



Moderator:  AllenAyres, Harold, Ian, Ron M 
Shout Box

Today's Birthdays
No Birthdays
Recent Topics
Temporary Password email not being received
by
05/24/12 10:02 PM
Ability to "like" individual posts (not Facebook "likes)
by doug
05/23/12 09:03 AM
Island Permissions
by ThreadsUser
05/22/12 03:03 PM
streaming video
by prkrgrp
05/20/12 07:02 PM
New Posts Corrupted? Can someone help?
by PianoWorld
05/19/12 09:41 AM
Forum Stats
10492 Members
36 Forums
33842 Topics
181709 Posts

Max Online: 978 @ 06/24/07 11:19 PM
Random Image