Main Menu
collapse

Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

User Info

Welcome Guest.
Please log in.

Who's Online

  • Dot Guests: 873
  • Dot Hidden: 0
  • Dot Users: 1
  • Dot Users Online:

Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]


Installation errors? Mod incompatibilities? Upgrade problems? Make your way over to the Install and Upgrade Support board for all your solutions!

Portal Browser Title Problem

Started by Nighthawk1414, April 04, 2013, 11:19:55 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Nighthawk1414

Hello! I am using Smf ver 2.0.4 n well i have a problem with portal Browser title so i cant figure out n i have install all the mod such like Forum title mod and they are working only in Forum bt not in portal and when i click Home (MENU BAR) the browser title show only my site link ? and why is that so please help me asap


Simple Portal ver is 2.3.5


Okay Look Hope this will help you to understand


THIS ONE IS PROBLEM I WANT TO REMOVE THE LINK AND CHANGE IT INTO PROTOCL GAMING THAT IT

1.



Forum ( it fine with me)

2.

andy

#1
My forum and portal have the same  browser title? Maybe it depends on your settings - in Admin > simple portal configuration > general settings, mine is set with:
Portal Mode: Front page.

Maybe you are using a different setting like standalone or integration ...
If this is the problem then change to Front page or maybe you could manually edit the files to output different html for the page title.
Everyone is a volunteer here so please try and make a small donation to keep the Simple Portal website running


ccbtimewiz


Chen Zhen

Nighthawk1414,

  I have never used that forum title mod (by Runic?) but I can give you a simple way to do it dynamically. This will only be relevant to a users perspective and will not effect how a bot reads the page though.

For your portal home page create a HTML block and put the following into it:

<script type="text/javascript">
window.onload = function () {
document.title = "Protocol Gaming";
}
</script>


Hide the title & body of the block (settings for this at bottom of block editing).