Page Index Toggle Pages: [1] 2 3 4 Send TopicPrint
Very Hot Topic (More than 25 Replies) External Boardlinks V1.1a for YaBB 2.2 - 2.3 (Read 47688 times)
Jeff
God Member
*****
Offline


There are no bugs there
are only features

Posts: 2552
Joined: Jan 14th, 2005
Gender: Male
External Boardlinks V1.1a for YaBB 2.2 - 2.3
Nov 16th, 2007 at 8:47pm
Print Post  
hello YaBBer   Cheesy

MF-B and I have make/update External Boardlinks mod for YaBB 2.2/2.2.1/2.2.2/2.2.3/2.3
ccarr have modified extern.gif for this mod. Thnx  Cheesy

----------------------------------------------------------
External Boardlinks V1.1a
----------------------------------------------------------


Description:
This mod allows to add External Boardlinks on BoardIndex. Every clicks of Links add to Redirected Hits.

Demo: YaBB World Support Forum (Links are at the button)

Instruction:
1) go to admin center and start making new board
2) write id for board
3) in board name use link with http://
4) in board description first line use for Name to this Board or Banner.
Example
Code
Select All
<img src="http://www.yourdomain/images/banner/yabbforum.gif" border="0" alt="YaBBForum" /> 

and all other line use for description
5) save board

Screenshot of Setting external Boardslinks:




Installation:
1) Modify YaBB files using BoardMod or manually.
2) Load modified files to your server in ASCII mode.

Admin/ModList.pl (ASCII)
Languages/English.BoardIndex.lng (ASCII)
Sources/BoardIndex.pl (ASCII)
Sources/SubList.pl (ASCII)
Templates/default/BoardIndex.template (ASCII)
Templates/yabb21/BoardIndex.template (ASCII)

yabbfiles/Templates/Forum/default/extern.gif (Binary)

Mod History:
Status External Boardlinks V1.1a (November 17th 2007)
- add Extern link icon
Status External Boardlinks V1.1 (November 16th 2007 / March 05th / June 05 / July 13 2008 / October 12 2008 )
- Update for YaBB 2.2/2.2.1/2.2.2/2.2.3/2.3
« Last Edit: Oct 12th, 2008 at 8:15pm by Jeff »  

External_Boardlinks_V1_1a.zip ( 6 KB | Downloads )

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


YaBB?... Y Not?

Posts: 1314
Joined: Apr 12th, 2004
Gender: Male
Re: External Boardlinks V1.1 for YaBB 2.2
Reply #1 - Nov 16th, 2007 at 11:31pm
Print Post  
Nice mod.

Don't you think the external links should have a different icon in the left column, though?
  

Currently using Y2.3 With no mods (though that will hopefully change, soon).

Click Here To See A List Of All The Mods I've Written
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: External Boardlinks V1.1a for YaBB 2.2
Reply #2 - Nov 17th, 2007 at 12:41am
Print Post  
Hi
done. New Version updated in first post.  Smiley

upload extern.gif to yabbfiles/Templates/Forum/default/extern.gif (Binary)

If you dont want reinstall edit your Templates/default/BoardIndex.template and

replace
Code
Select All
$boardblockext = qq~
<tr>
	<td class="windowbg" width="5%" align="center" valign="top">{yabb boardpic}</td>
	<td class="windowbg" width="55%" align="left">
		<a name="{yabb boardanchor}" href="{yabb boardurl}" target="_blank"><b>{yabb boardname}</b></a><br />
		{yabb boarddesc}<br />
	</td>
	<td class="windowbg2" valign="middle" align="center" width="24%">
		<span style="float: left; margin-left: 12px;"><b>$boardindex_txt{'526'}:</b> {yabb lastpostlink}</span>
	</td>
	<td class="windowbg" valign="middle" align="center" width="8%">{yabb threadcount}</td>
	<td class="windowbg" valign="middle" align="center" width="8%">{yabb messagecount}</td>
</tr>
~; 



with
Code
Select All
$boardblockext = qq~
<tr>
	<td class="windowbg" width="5%" align="center" valign="middle"><img src="$imagesdir/extern.gif" style="vertical-align: middle;" alt="" /></td>
	<td class="windowbg" width="55%" align="left">
		<a name="{yabb boardanchor}" href="{yabb boardurl}" target="_blank"><b>{yabb boardname}</b></a><br />
		{yabb boarddesc}<br />
	</td>
	<td class="windowbg2" valign="middle" align="center" width="24%">
		<span style="float: left; margin-left: 12px;"><b>$boardindex_txt{'526'}:</b> {yabb lastpostlink}</span>
	</td>
	<td class="windowbg" valign="middle" align="center" width="8%">{yabb threadcount}</td>
	<td class="windowbg" valign="middle" align="center" width="8%">{yabb messagecount}</td>
</tr>
~; 

  

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


YaBB?... Y Not?

Posts: 1314
Joined: Apr 12th, 2004
Gender: Male
Re: External Boardlinks V1.1a for YaBB 2.2
Reply #3 - Nov 17th, 2007 at 12:48am
Print Post  
Wow.  Quick work, Jet Li!  You really are a ninja.   Grin
  

Currently using Y2.3 With no mods (though that will hopefully change, soon).

Click Here To See A List Of All The Mods I've Written
Back to top
WWW  
IP Logged
 
ccarr
Ex Member


Re: External Boardlinks V1.1a for YaBB 2.2
Reply #4 - Nov 17th, 2007 at 5:02pm
Print Post  
Hi Jet Li

I installed the External_Boardlinks_V1_1a_Boardpass-compatible.mod version. and created the board as instructed. However, although the board is created here and is listed in forum.control & forum.master the board doesn't appear on the board.index page. Setting the password gives the same results.

Did I do something wrong? No errors in boardmod and have uploaded the files twice.

If I remove the http:// then the board appears on the board.index page but just as a normal board without the new link icon.

UPDATE:

I logged Out and it's working ok but login again and its gone ???


  
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: External Boardlinks V1.1a for YaBB 2.2
Reply #5 - Nov 17th, 2007 at 5:07pm
Print Post  
Hi
I see no problems on your forum. Works great on BoardIndex. Hit 1  Grin
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
ccarr
Ex Member


Re: External Boardlinks V1.1a for YaBB 2.2
Reply #6 - Nov 17th, 2007 at 5:09pm
Print Post  
Jet Li. You beat me to it. Wink  Please see my update above.

That new mod suggestion for letting you know if someone has just posted would be good here Wink
  
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: External Boardlinks V1.1a for YaBB 2.2
Reply #7 - Nov 17th, 2007 at 5:25pm
Print Post  
send me login in pm, i will look at it.
  

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: External Boardlinks V1.1a for YaBB 2.2
Reply #8 - Nov 17th, 2007 at 5:40pm
Print Post  
ROFL, why not upload BoardIndex.template to all your Template folder?  Tongue
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
ccarr
Ex Member


Re: External Boardlinks V1.1a for YaBB 2.2
Reply #9 - Nov 17th, 2007 at 6:05pm
Print Post  
Thanks Jet Li

However I had already put the BoardIndex.template into 'default' & 'yabb21'. I wasn't using the folder called 'black' as I had moved all it's files into 'default' and set this as the forums default setting.

All I just did just now was rename the folder called 'black' to something else and your mod started to work correctly.  ???  I have no idea why this should be but it's working now and that all that matters. (User Error  Grin)

Thanks for helping  Smiley

  
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: External Boardlinks V1.1a for YaBB 2.2
Reply #10 - Nov 17th, 2007 at 6:14pm
Print Post  
No Problem.  Grin Still have fun with this mod.
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
ccarr
Ex Member


Re: External Boardlinks V1.1a for YaBB 2.2
Reply #11 - Nov 17th, 2007 at 6:34pm
Print Post  
I updated the 'extern.gif' to remove the white around the edges for my black/grey pages.

I have attached it here if anyone wants it. I hope thats ok  Jet Li?

  

option_2_extern.zip (Attachment deleted)
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: External Boardlinks V1.1a for YaBB 2.2
Reply #12 - Nov 17th, 2007 at 6:45pm
Print Post  
thnx. I update first post with modified extern.gif  Wink
  

greetings
Jeff
Back to top
WWW  
IP Logged
 
ccarr
Ex Member


Re: External Boardlinks V1.1a for YaBB 2.2
Reply #13 - Nov 18th, 2007 at 10:36am
Print Post  
Quote:
thnx. I update first post with modified extern.gif  Wink


Jet Li, MF-B and I have make/update External Boardlinks mod for YaBB 2.2

Just Kidding
Grin Grin Grin Grin Grin
  
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: External Boardlinks V1.1a for YaBB 2.2
Reply #14 - Nov 18th, 2007 at 10:39am
Print Post  
done. But no in my text, because not a mod but a gif  Grin
  

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