Page Index Toggle Pages: 1 [2] 3  Send TopicPrint
Very Hot Topic (More than 25 Replies) Hotlinks 4 YaBB 2.1 (Read 26625 times)
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Hotlinks 4 YaBB 2.1
Reply #15 - Sep 11th, 2006 at 8:50pm
Print Post  
Hi Carsten,
a very nice of our User. Its possible make the links with Mouse-Over-Feature on links? That display your Link name of the links.
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
Carsten
God Member
*****
Offline


...to much YaMS

Posts: 3281
Location: Langå
Joined: Aug 2nd, 2002
Gender: Male
Re: Hotlinks 4 YaBB 2.1
Reply #16 - Sep 11th, 2006 at 9:42pm
Print Post  
Quote:
Hi Carsten,
a very nice of our User. Its possible make the links with Mouse-Over-Feature on links? That display your Link name of the links.

Not sure i understand this correctly - do you want the url as a label on mouse over? If so do this:

In the modded Load.pl find:
Code
Select All
		if($tmptarget) {
			$htmpc = qq~<a href="$htmpb" target="_blank">$hfont1~;
			$htmpc2 = qq~$hfont2</a>~;
		}
		else {
			$htmpc = qq~<a href="$htmpb">$hfont1~;
			$htmpc2 = qq~$hfont2</a>~;
		}
 


and replace it with:
Code
Select All
		if($tmptarget) {
			$htmpc = qq~<a href="$htmpb" target="_blank" title="$htmpb">$hfont1~;
			$htmpc2 = qq~$hfont2</a>~;
		}
		else {
			$htmpc = qq~<a href="$htmpb" title="$htmpb">$hfont1~;
			$htmpc2 = qq~$hfont2</a>~;
		} 

  

If you knock your head against a brick wall and hear a hollow sound, it's not necessarily coming from the wall.
Back to top
 
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Hotlinks 4 YaBB 2.1
Reply #17 - Sep 11th, 2006 at 10:23pm
Print Post  
Hi
thnx. works.  Cheesy i will ask the user if he want this.
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Hotlinks 4 YaBB 2.1
Reply #18 - Sep 12th, 2006 at 10:25am
Print Post  
Hi Carsten
he dont want see links as label. Maybe make a Descriptionfield in Setting for every links for label?

For Example

Link: http://www.grafix-world.nl
Linkname: GrafiX World
Description label: a Support Forum
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
Carsten
God Member
*****
Offline


...to much YaMS

Posts: 3281
Location: Langå
Joined: Aug 2nd, 2002
Gender: Male
Re: Hotlinks 4 YaBB 2.1
Reply #19 - Sep 12th, 2006 at 5:56pm
Print Post  
@Jet Li - nice idea - done now. New zip package attached to first post.
  

If you knock your head against a brick wall and hear a hollow sound, it's not necessarily coming from the wall.
Back to top
 
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Hotlinks 4 YaBB 2.1
Reply #20 - Sep 12th, 2006 at 6:00pm
Print Post  
thnx. will try it.  8)
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Hotlinks 4 YaBB 2.1
Reply #21 - Sep 12th, 2006 at 6:18pm
Print Post  
« Last Edit: Apr 14th, 2007 at 6:06am by Jeff »  

greetings
Jeff
Back to top
WWW  
IP Logged
 
mick
Senior Member
****
Offline


I love YaBB

Posts: 345
Location: Dorsten
Joined: Nov 29th, 2005
Gender: Male
Re: Hotlinks 4 YaBB 2.1
Reply #22 - Sep 12th, 2006 at 6:26pm
Print Post  
Thank You very much, Carsten!
And JetLi for asking Wink

Greetz
Mick
  
Back to top
WWW  
IP Logged
 
Carsten
God Member
*****
Offline


...to much YaMS

Posts: 3281
Location: Langå
Joined: Aug 2nd, 2002
Gender: Male
Re: Hotlinks 4 YaBB 2.1
Reply #23 - Sep 12th, 2006 at 6:34pm
Print Post  
ver. 1.2 - oups - fix in Hotlinks.pl for quotmarks in description
  

If you knock your head against a brick wall and hear a hollow sound, it's not necessarily coming from the wall.
Back to top
 
IP Logged
 
aerow90
Senior Member
****
Offline



Posts: 253
Joined: Mar 18th, 2006
Re: Hotlinks 4 YaBB 2.1
Reply #24 - Sep 12th, 2006 at 6:39pm
Print Post  
jap, really good thank you both
  
Back to top
WWW  
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Hotlinks 4 YaBB 2.1
Reply #25 - Sep 12th, 2006 at 6:48pm
Print Post  
@Carsten
if I hover the links with FireFox 1.5.0.6 Browser I have a underline, but I have no checked. In IE Browser are ok. In Signature are ok too with both browsers.
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
Carsten
God Member
*****
Offline


...to much YaMS

Posts: 3281
Location: Langå
Joined: Aug 2nd, 2002
Gender: Male
Re: Hotlinks 4 YaBB 2.1
Reply #26 - Sep 12th, 2006 at 8:20pm
Print Post  
Quote:
@Carsten
if I hover the links with FireFox 1.5.0.6 Browser I have a underline, but I have no checked. In IE Browser are ok. In Signature are ok too with both browsers.

That's due to the different way IE and FF handles css sub-styles and inline styles. In FF only the "base" 'a' css is overwritten by the inline style - not the 'a.hover' style.
  

If you knock your head against a brick wall and hear a hollow sound, it's not necessarily coming from the wall.
Back to top
 
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Hotlinks 4 YaBB 2.1
Reply #27 - Sep 12th, 2006 at 8:44pm
Print Post  
Carsten wrote on Sep 12th, 2006 at 8:20pm:
That's due to the different way IE and FF handles css sub-styles and inline styles. In FF only the "base" 'a' css is overwritten by the inline style - not the 'a.hover' style.


aha, thnx for this info.  Smiley
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
mick
Senior Member
****
Offline


I love YaBB

Posts: 345
Location: Dorsten
Joined: Nov 29th, 2005
Gender: Male
Re: Hotlinks 4 YaBB 2.1
Reply #28 - Sep 13th, 2006 at 9:14pm
Print Post  
Hoi,
look there:

http://www.info4alien.de/cgi-bin/forum/YaBB.cgi?num=1158181365

There is no mousover at "ABH". If I delete
the
Code
Select All
[img] [/img] 

in the text before, everything is ok.

Greetz
Mick
« Last Edit: Sep 14th, 2006 at 7:39am by mick »  
Back to top
WWW  
IP Logged
 
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
Re: Hotlinks 4 YaBB 2.1
Reply #29 - Sep 23rd, 2006 at 10:34am
Print Post  
Hi Carsten
in Search Result page the Hotlink not linked. Only display as Text.
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1 [2] 3 
Send TopicPrint