News:

Wondering if this will always be free?  See why free is better.

Main Menu

RSS Feed Icon for boards

Started by SMFHacks.com Team, July 17, 2006, 01:41:27 PM

Previous topic - Next topic

Arantor

12 works; 12 is open to guests. 7 is not.

goldenstudios

7 for the staff but 12 open ... you can show me the result? on the screen?

Arantor

Here you go.

If board 7 is for staff, you *CANNOT* make it work with RSS. Not possible.

goldenstudios

i'm am interested 12-13 not 7
i would show the result of 12

Arantor

Board 12 works. This is what an RSS feed should look like.

goldenstudios

ok now work :) thanks a lot man 8) 8)

Shades.

I'm having trouble/errors with sub categories and had already posted in this other thread and followed the trail to here...lol!

The errors in the link above point to MessageIndex.template.php line 428 which shows:

', $board['name'], '&nbsp;<a href="' . $scripturl . '?action=.xml;board=' . $board['id'] . ';type=rss"><img src="' . $settings['images_url'] . '/rss.png" alt="rss" />
I'm using SMF 2.1RC4
ShadesWeb.com - Custom Logos - My Themes on SMF | My Themes on ShadesWeb
https://shadesweb.com

BikerHound.com - Sniffing out the road ahead
https://bikerhound.com

Dream as if you'll live forever; Live as if you'll die today. - James Dean

vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Shades.

Quote from: vbgamer45 on November 08, 2021, 02:45:41 PMInstall error?

No install errors! Just the errors when after creating a sub category and clicking on the parent category.

I do have your SMF Gallery mod installed... so I'm wondering if maybe its conflicting with this mod?
ShadesWeb.com - Custom Logos - My Themes on SMF | My Themes on ShadesWeb
https://shadesweb.com

BikerHound.com - Sniffing out the road ahead
https://bikerhound.com

Dream as if you'll live forever; Live as if you'll die today. - James Dean

vbgamer45

No wouldn't be that mod doesn't touch those files
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Shades.

#350
Quote from: Shades. on November 08, 2021, 01:53:11 PMI'm using SMF 2.1RC4
Quote from: vbgamer45 on November 08, 2021, 02:45:41 PMInstall error?
Here are the errors I'm getting in admin:

QuoteError
Type of error
General
Error message
8: Trying to access array offset on value of type null
File
/home2/*****/public_html/*****/Themes/default/MessageIndex.template.php
Line
446
URL of page causing the error
https://*****.com/index.php?board=13.0

Backtrace information
#0: smf_error_handler()
Called from /home2/*****/public_html/*****/Themes/default/MessageIndex.template.php on line 446
#1: template_bi_board_info()
Called from /home2/*****/public_html/*****/Themes/default/MessageIndex.template.php on line 67
#2: template_main()
Called from /home2/*****/public_html/*****/Sources/Load.php on line 2811
#3: loadSubTemplate()
Called from /home2/*****/public_html/*****/Sources/Subs.php on line 4169
#4: obExit()
Called from /home2/*****/public_html/*****/index.php on line 190

QuoteError
Type of error
Undefined_vars
Error message
8: Undefined variable: settings
File
/home2/*****/public_html/*****/Themes/default/MessageIndex.template.php
Line
446
URL of page causing the error
https://*****.com/index.php?board=13.0

Backtrace information
#0: smf_error_handler()
Called from /home2/*****/public_html/*****/Themes/default/MessageIndex.template.php on line 446
#1: template_bi_board_info()
Called from /home2/*****/public_html/*****/Themes/default/MessageIndex.template.php on line 67
#2: template_main()
Called from /home2/*****/public_html/*****/Sources/Load.php on line 2811
#3: loadSubTemplate()
Called from /home2/*****/public_html/*****/Sources/Subs.php on line 4169
#4: obExit()
Called from /home2/*****/public_html/*****/index.php on line 190

Line 446: (MessageIndex.template.php)
            ', $board['name'], '&nbsp;<a href="' . $scripturl . '?action=.xml;board=' . $board['id'] . ';type=rss"><img src="' . $settings['images_url'] . '/rss.png" alt="rss" />
Line 67: (MessageIndex.template.php)
', function_exists('template_bi_' . $board['type'] . '_info') ? call_user_func('template_bi_' . $board['type'] . '_info', $board) : template_bi_board_info($board), '
Also this seems to only happen for board=13 which is my "Motorcycle Events" board. (Link in signature)
ShadesWeb.com - Custom Logos - My Themes on SMF | My Themes on ShadesWeb
https://shadesweb.com

BikerHound.com - Sniffing out the road ahead
https://bikerhound.com

Dream as if you'll live forever; Live as if you'll die today. - James Dean

Shades.

Sorry I had already got my answer back in September in This Thread but I've redone my forum so many times since then that I forgot! Problem solved! ;) O:) 8)

(I even had it bookmarked lmao! :o  :laugh: )
ShadesWeb.com - Custom Logos - My Themes on SMF | My Themes on ShadesWeb
https://shadesweb.com

BikerHound.com - Sniffing out the road ahead
https://bikerhound.com

Dream as if you'll live forever; Live as if you'll die today. - James Dean

vbgamer45

Update

Version 2.0
+Support for SMF 2.1 RC4
!Fix markup and missing global $settings for SMF 2.1
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

TurtleKicker

Has anyone tested this on SMF 2.1.1 yet?

Antechinus

Bug report: markup is missing the closing tags on the anchors for the RSS links.

See: https://www.simplemachines.org/community/index.php?msg=4121791

The example shows the markup for MessageIndex.template.php, but the same problem exists in the markup for BoardIndex.template.php.

vbgamer45

Updated
2.0.1
!Fixed unclosed a tags for SMF 2.1
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Michael Vail

Thank you for the update! Happy Sunday!

Speed King

For non-default themes, it's needed to copy rss.png image to /theme/images folder.

Shades.

SMF 2.1.2

Not sure if it matters or not but my RSS feeds point to /index.php?action=.xml;type=rss but according to this Tip/Trick it should point to /index.php?action=.xml;type=rss2.

Does it matter?

Edit: The only difference I see is:

RSS
<?xml version="1.0" encoding="UTF-8"?>
<rss version="0.92" xml:lang="en-US">

RSS2
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xml:lang="en-US" xmlns:atom="http://www.w3.org/2005/Atom">

Thanks,
Shades 8)
ShadesWeb.com - Custom Logos - My Themes on SMF | My Themes on ShadesWeb
https://shadesweb.com

BikerHound.com - Sniffing out the road ahead
https://bikerhound.com

Dream as if you'll live forever; Live as if you'll die today. - James Dean

vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Advertisement: