23 Comments

  1. @Badvock

    Thanks for your comment. But past hosted file was working here i.e., I can still download it.
    BTW I have uploaded it to in more two server and download links are given.

    just check it

  2. I'm sure this mod is cool and would love to get it, unfortunately badongo sucks and wont let me download. hey ho

  3. not working for me, i am using phpbb3.

    i also tried to burn it with feedburner it is giving this error:

    The URL you entered does not appear to be a valid feed. We encountered the following problem: Error on line 3: The markup in the document following the root element must be well-formed.

  4. @Garry
    Thank you. Actually it's not possible to upload the php file in wordpress that's why I uploaded the doc file but add some comments in it in worng place. 🙁
    I am sorry for that but my mod is ok if some one exclude the /**/ block. I am updating the file now.
    Thank you. I was also confused why this is not working as it;s working fine in my forum. D

  5. The problem with the download file is the initial /* */ comment block is outside the <?php declaration.

  6. @andertoons,Volca

    I am using my rss2.php file in phpbbrc4 and then I convert my forum to phpbb3 gold and it's still working. The main concept of rss2.php file is collect posts and give output as xml format. u can check my one which is working fine http://forum.amaderprojukti.com/aprss2main.php

    Andertoons link is showing error of session related and Volca's one is totally messed up.

    Ok I have some tips which may work for you that I have done internally in my forum.

    Pls edit two files.

    go to include folder and find the file named functions.php and go to line numbber or close to line number 3330 or find this line

    [inlucde/functions.php]

    'L_ONLINE_EXPLAIN' => $l_online_time,

    now add a new line after the above line

    'U_RSS2' => append_sid("{$phpbb_root_path}rss2.$phpEx"),

    and save/upload it again to your forum include folder

    Now check. 😀

    Another tips is if u want to use this link any where in your template files like overall_footer.html located in styles/prosilver/template

    RSS2

    Please don't forget to give me feedback. If it doesn't work then I have to think again why this is not working :(.

  7. @Andertoon
    One point is that the rss2.php file is working that's why u r getting output without the first 4/5 lines as warning or error. I am using this in my forum for phpbbrc4 to phpbb3 gold. Which version of phpbb3 are you using ? plz let me know. i may help you to solve this. I hvave given many times to make it perfect so that it can also help others.

Comments are closed.