Welcome to the E-Blah Community!
We would like to welcome you to our community and invite you to register an account or login.
Being a registered member is important, as it gives you several advantages over the normal Guest status. After registering you will be able to download files and images, post messages, and access member-only portions of the forum - just to name a few. Registration is quick and simple, and only takes about a minute of your time.

E-Blah Community    Technical Support    Forum Support  ›  Links open in a new window
Users Browsing Forum
Googlebot and 2 Guests

Links open in a new window  This thread currently has 1,793 views. Print
1 Pages 1 Recommend Thread
Pompeii
January 27, 2008, 1:59pm Report to Moderator Report to Moderator

E-Blah Member
Posts: 18
Posts Per Day: 0.01
Reputation: 100.00%
Reputation Score: +1 / -0
Time Online: 17 hours 5 minutes
Is there a way on the forum where you can set it so the links that people post will open in a new window?
I know how to do it with html but I want it for all that post a link.
I remember it used to be like that or there was a setting??

Thanks for any help.
Logged Offline
Private Message Private message
Justin
January 29, 2008, 1:13am Report to Moderator Report to Moderator

The E-Blah Developer
E-Blah Programmer
Posts: 15,080
Gender: Male
Posts Per Day: 6.42
Reputation: 93.42%
Reputation Score: +298 / -21
Time Online: 37 days 1 hours 13 minutes
Location: Tallassee, AL
Age: 22
Put $blanktarget = ' target="_blank"'; in Blah.pl after the about E-Blah block.


I do installs for $25 and upgrades for $20.
Technical support is always free.

  Donate to E-Blah!  

My Websites: Revolution Reality (My Blog)  |  MinistryTalk.com  |  Portfolio

"But you, O Lord, are a compassionate and gracious God, slow to anger, abounding in love and faithfulness." — Psalm 86:15 NIV

Logged Offline
Site Site Private Message Private message Reply: 1 - 7
Pompeii
January 29, 2008, 10:21am Report to Moderator Report to Moderator

E-Blah Member
Posts: 18
Posts Per Day: 0.01
Reputation: 100.00%
Reputation Score: +1 / -0
Time Online: 17 hours 5 minutes
Justin, I can not find that at all in my blah.pl

I am still running 10.2.5 only because it is running so smooth with out any problems

Would i be in this area?
Code
 );

	if($LoadBoard{$URL{'v'}}) {
		($core,$sub) = split(',',$LoadBoard{$URL{'v'}});
		CoreLoad($core) if($core ne '');
		&$sub();
	} elsif($URL{'m'}) { CoreLoad('MessageDisplay'); MessageDisplay(); }
	elsif($URL{'b'}) { CoreLoad('MessageIndex'); MessageIndex(); }
		else {
			error($gtxt{'notfound'},0,1) if($URL{'v'} ne '');
			CoreLoad('BoardIndex'); LoadIndex();
		}
	exit;
}
1; 


Thanks again Justin
Logged Offline
Private Message Private message Reply: 2 - 7
Martin
January 29, 2008, 3:58pm Report to Moderator Report to Moderator

I love E-Blah
10 Series Support Team
Posts: 4,573
Gender: Male
Posts Per Day: 3.07
Reputation: 98.60%
Reputation Score: +212 / -3
Time Online: 35 days 21 hours 17 minutes
Location: UK
Age: 50
put it after this in Blah.pl

Code
############################################################
# E-Blah Bulletin Board Systems           05 February 2007 #
############################################################
# Software Version: 10.2.5                                 #
# Project started : December 2001 by Justin                #
# Distributed by  : http://www.eblah.com                   #
# License         : http://www.eblah.com/license.php       #
############################################################
# This program is free software; you can redistribute it   #
# and/or modify it under the terms of the GNU General      #
# Public License as published by the Free Software         #
# Foundation; version 2 of the License.                    #
# This program is distributed in the hope that it will be  #
# useful, but WITHOUT ANY WARRANTY; without even the       #
# implied warranty of MERCHANTABILITY or FITNESS FOR A     #
# PARTICULAR PURPOSE.  See the GNU General Public License  #
# for more details.                                        #
############################################################
# Copyright (c) 2001 - 2007 E-Blah.                        #
############################################################ 



Martin's Reputation: Increase
Logged Offline
Site Site Private Message Private message Reply: 3 - 7
Pompeii
January 29, 2008, 9:12pm Report to Moderator Report to Moderator

E-Blah Member
Posts: 18
Posts Per Day: 0.01
Reputation: 100.00%
Reputation Score: +1 / -0
Time Online: 17 hours 5 minutes
Thank you very much.

I think I can find that...  
Logged Offline
Private Message Private message Reply: 4 - 7
Justin
January 31, 2008, 1:47am Report to Moderator Report to Moderator

The E-Blah Developer
E-Blah Programmer
Posts: 15,080
Gender: Male
Posts Per Day: 6.42
Reputation: 93.42%
Reputation Score: +298 / -21
Time Online: 37 days 1 hours 13 minutes
Location: Tallassee, AL
Age: 22
Quoted from Martin
put it after this in Blah.pl

Code
############################################################
# E-Blah Bulletin Board Systems           05 February 2007 #
############################################################
# Software Version: 10.2.5                                 #
# Project started : December 2001 by Justin                #
# Distributed by  : http://www.eblah.com                   #
# License         : http://www.eblah.com/license.php       #
############################################################
# This program is free software; you can redistribute it   #
# and/or modify it under the terms of the GNU General      #
# Public License as published by the Free Software         #
# Foundation; version 2 of the License.                    #
# This program is distributed in the hope that it will be  #
# useful, but WITHOUT ANY WARRANTY; without even the       #
# implied warranty of MERCHANTABILITY or FITNESS FOR A     #
# PARTICULAR PURPOSE.  See the GNU General Public License  #
# for more details.                                        #
############################################################
# Copyright (c) 2001 - 2007 E-Blah.                        #
############################################################ 


Thanks Martin.  


I do installs for $25 and upgrades for $20.
Technical support is always free.

  Donate to E-Blah!  

My Websites: Revolution Reality (My Blog)  |  MinistryTalk.com  |  Portfolio

"But you, O Lord, are a compassionate and gracious God, slow to anger, abounding in love and faithfulness." — Psalm 86:15 NIV

Logged Offline
Site Site Private Message Private message Reply: 5 - 7
abbey
February 23, 2008, 7:26pm Report to Moderator Report to Moderator
E-Blah Member
Posts: 4
Posts Per Day: 0.01
Time Online: 1 hours 11 minutes
Hi

I have found the place to put the code but can't seenm to paste it in.
ftp://ftp.asmith.urchinarts.com/cgi-bin/forum/Blah.pl

I had someone else setup the site for me, would that make any difference? Or am I looking in the wrong place?

Thanks
Andrea
Logged Offline
Private Message Private message Reply: 6 - 7
pcmantinker
February 24, 2008, 9:42pm Report to Moderator Report to Moderator

It's not what is seen that matters, it's character
Forum Support Team
Posts: 425
Gender: Male
Posts Per Day: 0.52
Reputation: 100.00%
Reputation Score: +10 / -0
Time Online: 3 days 7 hours 41 minutes
Location: Covington, LA
Age: 18
The link that you gave us is to your ftp server. What is the website link beginning with http:// ?



Even if your idea seems whack, stick with it and make it happen.
IGA: International Gamers' Alliance: http://www.iga-home.net/
Blah-Themes.com http://www.blah-themes.com/
A website devoted to theme development for E-Blah based forums.

For it is by grace you have been saved, through faith—and this not from yourselves, it is the gift of God—[Eph 2:8]
Logged Offline
Site Site Private Message Private message AIM AIM YIM YIM Windows Live Messenger WLM Skype Skype Reply: 7 - 7
1 Pages 1 Recommend Thread
Print

E-Blah Community    Technical Support    Forum Support  ›  Links open in a new window