Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43295
Total Topics: 7523
Most Online Today: 344
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 214
Total: 214

Author Topic: Feed Icon Board Index  (Read 42033 times)

0 Members and 1 Guest are viewing this topic.

Offline bcman

  • Member
  • *
  • Posts: 9
    • View Profile
Re: Feed Icon Board Index
« Reply #15 on: December 11, 2006, 04:21:58 pm »
did you try it from out smf so no joomla skin

bc

(no it is not working here (joomla) it is working direct out of smf

Offline eunationalist

  • Member
  • *
  • Posts: 10
    • View Profile
Re: Feed Icon Board Index
« Reply #16 on: December 11, 2006, 04:22:18 pm »
There is something badly wrong with that url...uninstall the mod, and re-install it...

there should be "=" in it, like this...::

index.php?action=.xml;board=3;type=rss2

Offline bcman

  • Member
  • *
  • Posts: 9
    • View Profile
Re: Feed Icon Board Index
« Reply #17 on: December 11, 2006, 04:27:44 pm »

Offline eunationalist

  • Member
  • *
  • Posts: 10
    • View Profile
Re: Feed Icon Board Index
« Reply #18 on: December 11, 2006, 04:28:40 pm »
Are you using a custom theme? if so, You will need to edit the BoardIndex.template.php of the theme that you are using.
Open that file
Find
Code: [Select]
', $board['name'], '</a></b>
Add this after

Code: [Select]
&nbsp;<a href="' . $scripturl . '?action=.xml;board=' . $board['id'] . ';type=rss"><img src="' . $settings['images_url'] . '/rss.png" alt="rss" /></a>
« Last Edit: December 11, 2006, 04:32:19 pm by eunationalist »

Offline bcman

  • Member
  • *
  • Posts: 9
    • View Profile
Re: Feed Icon Board Index
« Reply #19 on: December 11, 2006, 04:33:00 pm »
Yes using the default

it works directly with smf nog in joomla but it does not work with joomla

thanks!
bc

Offline eunationalist

  • Member
  • *
  • Posts: 10
    • View Profile
Re: Feed Icon Board Index
« Reply #20 on: December 11, 2006, 04:42:05 pm »
Have you looked in the error log files? put on here wat ze zegd... ;D

Offline bcman

  • Member
  • *
  • Posts: 9
    • View Profile
Re: Feed Icon Board Index
« Reply #21 on: December 11, 2006, 04:46:43 pm »
 ;) zegt


8: Undefined index:
File: /public_html/smf/Themes/default/Display.template.php (eval?)
Line: 255

what I do not understand is that it works directly out of smf
but not if I load smf in joomla and click the link

thanks

Offline rucanunes

  • Member
  • *
  • Posts: 9
    • View Profile
Re: Feed Icon Board Index
« Reply #22 on: December 11, 2006, 04:50:30 pm »
Are you using a custom theme? if so, You will need to edit the BoardIndex.template.php of the theme that you are using.
Open that file
Find
Code: [Select]
', $board['name'], '</a></b>
Add this after

Code: [Select]
&nbsp;<a href="' . $scripturl . '?action=.xml;board=' . $board['id'] . ';type=rss"><img src="' . $settings['images_url'] . '/rss.png" alt="rss" /></a>


I'm already using that line and I still get the error:


What's going wrong with this??

Offline eunationalist

  • Member
  • *
  • Posts: 10
    • View Profile
Re: Feed Icon Board Index
« Reply #23 on: December 11, 2006, 05:07:41 pm »
;) zegt


8: Undefined index:
File: /public_html/smf/Themes/default/Display.template.php (eval?)
Line: 255

what I do not understand is that it works directly out of smf
but not if I load smf in joomla and click the link

thanks


What does it say on line 255 of that file? I don't use Joomla, so I can't reproduce the error...

Are you using a custom theme? if so, You will need to edit the BoardIndex.template.php of the theme that you are using.
Open that file
Find
Code: [Select]
', $board['name'], '</a></b>
Add this after

Code: [Select]
&nbsp;<a href="' . $scripturl . '?action=.xml;board=' . $board['id'] . ';type=rss"><img src="' . $settings['images_url'] . '/rss.png" alt="rss" /></a>


I'm already using that line and I still get the error:


What's going wrong with this??

I don't know my friend, but hopefully somebody does so we can get to the bottom of it... ;D

Offline rucanunes

  • Member
  • *
  • Posts: 9
    • View Profile
Re: Feed Icon Board Index
« Reply #24 on: December 11, 2006, 05:11:26 pm »
I have this on my server error log:
Code: [Select]
Failed loading /usr/local/Zend/lib/ZendExtensionManager.so:  /usr/local/Zend/lib/ZendExtensionManager.so: cannot open shared object file: No such file or directory

Offline eunationalist

  • Member
  • *
  • Posts: 10
    • View Profile
Re: Feed Icon Board Index
« Reply #25 on: December 11, 2006, 05:23:38 pm »
I have this on my server error log:
Code: [Select]
Failed loading /usr/local/Zend/lib/ZendExtensionManager.so:  /usr/local/Zend/lib/ZendExtensionManager.so: cannot open shared object file: No such file or directory

Sounds like a Zend problem...I'd email that error message to your host support department, ask if they have Zend installed...

Offline bcman

  • Member
  • *
  • Posts: 9
    • View Profile
Re: Feed Icon Board Index
« Reply #26 on: December 11, 2006, 05:29:33 pm »
I have no errors except the one I gave you

thanks

Offline rucanunes

  • Member
  • *
  • Posts: 9
    • View Profile
Re: Feed Icon Board Index
« Reply #27 on: December 11, 2006, 05:34:35 pm »
Sounds like a Zend problem...I'd email that error message to your host support department, ask if they have Zend installed...

It can't be!! The RRS works fine out of Joomla!... Nobody can fix this??  ???

Offline eunationalist

  • Member
  • *
  • Posts: 10
    • View Profile
Re: Feed Icon Board Index
« Reply #28 on: December 11, 2006, 05:40:14 pm »
It might help if we knew what is on line 255 of Display.template.php in bcmans installation....This differs with everybodies installation, if there are other mods and such installed...

Offline bcman

  • Member
  • *
  • Posts: 9
    • View Profile
Re: Feed Icon Board Index
« Reply #29 on: December 11, 2006, 05:44:52 pm »
// If days is just zero, don't bother to show it.
         if ($context['user']['total_time_logged_in']['days'] > 0)
            echo $context[''];

so that is just something else

thanks

 

Related Topics

  Subject / Started by Replies Last post
2 Replies
5871 Views
Last post July 12, 2007, 03:58:51 am
by bullguy
4 Replies
5314 Views
Last post February 22, 2009, 02:51:49 pm
by timandrew
1 Replies
5240 Views
Last post June 05, 2009, 10:58:43 pm
by Giovan
1 Replies
4141 Views
Last post February 01, 2011, 12:42:55 pm
by SMFHacks
8 Replies
7112 Views
Last post September 25, 2012, 10:24:52 am
by Antler

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 06:26:18 am

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

Powered by EzPortal