Page Index Toggle Pages: 1 2 [3]  Send TopicPrint
Very Hot Topic (More than 25 Replies) RSS on Board Index V1.0 for YaBB 2.4 (Read 23451 times)
mick
Senior Member
****
Offline


I love YaBB

Posts: 345
Location: Dorsten
Joined: Nov 29th, 2005
Gender: Male
Re: RSS on Board Index V1.0 for YaBB 2.4
Reply #30 - Oct 25th, 2010 at 8:18pm
Print Post  
Derek Barnstorm wrote on Oct 25th, 2010 at 8:14pm:
Is it working with the other templates (old 2.1 and default)...? 

We don't use old 2.1. With our default it doesn't work.

Derek Barnstorm wrote on Oct 25th, 2010 at 8:14pm:
Also, are you logged in and have permission to access the board? 

Yes! Boards are not visible vor Guests.
  
Back to top
WWW  
IP Logged
 
Derek Barnstorm
God Member
*****
Offline



Posts: 1146
Location: Warwickshire
Joined: Mar 23rd, 2008
Gender: Male
Re: RSS on Board Index V1.0 for YaBB 2.4
Reply #31 - Oct 25th, 2010 at 8:27pm
Print Post  
I'm going to have to install it again on a test board to check it, I'll get back to you in a short while...

Could you maybe attach the whole of the BoardIndex.template that you are using here so I can test that as well please, PM it to me if you don't want to attach it...
  
Back to top
 
IP Logged
 
mick
Senior Member
****
Offline


I love YaBB

Posts: 345
Location: Dorsten
Joined: Nov 29th, 2005
Gender: Male
Re: RSS on Board Index V1.0 for YaBB 2.4
Reply #32 - Oct 25th, 2010 at 8:32pm
Print Post  
Here it is was.
« Last Edit: Oct 26th, 2010 at 5:30am by mick »  
Back to top
WWW  
IP Logged
 
Derek Barnstorm
God Member
*****
Offline



Posts: 1146
Location: Warwickshire
Joined: Mar 23rd, 2008
Gender: Male
Re: RSS on Board Index V1.0 for YaBB 2.4
Reply #33 - Oct 25th, 2010 at 8:50pm
Print Post  
I bet you you can see it on the password protected boards. Wink

You have the BoardPass Mod installed and have only added the tag '{yabb boardrss}' to the password block. It's missing from this section:

Code
Select All
$boardblock = qq~
<tr>
	<td class="windowbg" width="6%" align="center" valign="middle">
		{yabb new}
	</td>
	<td class="windowbg" width="54%" align="left" valign="middle">
		<a name="{yabb boardanchor}" href="{yabb boardurl}"><b>{yabb boardname}</b></a>{yabb boardviewers}<br />
		{yabb boarddesc}
		<div class="small" style="font-style:italic;">{yabb moderators}</div>
	</td>
	<td class="windowbg2" valign="middle" align="left" width="24%">
	<span class="small" style="float: left; margin-left: 12px;">
	{yabb lastpostlink}<br />
	<b>$boardindex_txt{'524'}:</b> {yabb lasttopiclink}<br />
	<b>$boardindex_txt{'525'}:</b> {yabb lastposter}
	</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>
~; 


So just add it here:

Code
Select All
$boardblock = qq~
<tr>
	<td class="windowbg" width="6%" align="center" valign="middle">
		{yabb new}
	</td>
	<td class="windowbg" width="54%" align="left" valign="middle">
		{yabb boardrss} <a name="{yabb boardanchor}" href="{yabb boardurl}"><b>{yabb boardname}</b></a>{yabb boardviewers}<br />
		{yabb boarddesc}
		<div class="small" style="font-style:italic;">{yabb moderators}</div>
	</td>
	<td class="windowbg2" valign="middle" align="left" width="24%">
	<span class="small" style="float: left; margin-left: 12px;">
	{yabb lastpostlink}<br />
	<b>$boardindex_txt{'524'}:</b> {yabb lasttopiclink}<br />
	<b>$boardindex_txt{'525'}:</b> {yabb lastposter}
	</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>
~; 


And you should be good to go...
  
Back to top
 
IP Logged
 
mick
Senior Member
****
Offline


I love YaBB

Posts: 345
Location: Dorsten
Joined: Nov 29th, 2005
Gender: Male
Re: RSS on Board Index V1.0 for YaBB 2.4
Reply #34 - Oct 25th, 2010 at 8:56pm
Print Post  
I installed the Boardpass-Boardviewers-Compatible-Mod Wink

With your Change it runs now! Thank you!
  
Back to top
WWW  
IP Logged
 
Derek Barnstorm
God Member
*****
Offline



Posts: 1146
Location: Warwickshire
Joined: Mar 23rd, 2008
Gender: Male
Re: RSS on Board Index V1.0 for YaBB 2.4
Reply #35 - Oct 25th, 2010 at 9:01pm
Print Post  
mick wrote on Oct 25th, 2010 at 8:56pm:
I installed the Boardpass-Boardviewers-Compatible-Mod Wink

Oooooops! Sorry, that's my error then. There was that many compatible files to make, it looks like I messed that one up a little. Embarrassed I'll get it sorted...

mick wrote on Oct 25th, 2010 at 8:56pm:
With your Change it runs now! Thank you!

You're welcome Mick... No problem.
  
Back to top
 
IP Logged
 
Derek Barnstorm
God Member
*****
Offline



Posts: 1146
Location: Warwickshire
Joined: Mar 23rd, 2008
Gender: Male
Re: RSS on Board Index V1.0 for YaBB 2.4
Reply #36 - Oct 25th, 2010 at 9:50pm
Print Post  
Okay, there's a new zip package attached to the first post - the BoardPass compatible mod files should be fixed now. Admittedly, I have only run them very quickly, so if anybody else has any other problems, just let me know. I haven't changed the version number because there hasn't been any changes to the actual mod.

The updated language files have been added now too (thanks again, Mick).
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1 2 [3] 
Send TopicPrint