WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1 New Topic on Sat May 29, 2010 8:33 pm

Behavior???


Registered Member
Registered Member
Can i have a code where I can create a Box in my Homepage, so the box automatically shows the links to Topic (With Topic Name and Date and Time of Post) which people make in Two Specific forum I specify?

http://www.thedungeons.info

2 Re: New Topic on Sat May 29, 2010 8:55 pm

Kratos


Registered Member
Registered Member
Put this java script in your header file
Code:

<script  type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAkXYRw4rLZmoltpJtUjK-mhToUQOMjcdFkk3U82-78hIdnKlArxQ7JsOvx_4_bABKXfNiaiFaaZQRgw"></script>
    <script type="text/javascript">

      google.load("feeds", "1");

      function initialize() {
        var feedControl = new google.feeds.FeedControl();
        feedControl.addFeed("YOUR FORUM Link", "Comments");
        feedControl.draw(document.getElementById("feedControl"));
      }
      google.setOnLoadCallback(initialize);

    </script>


in the above code change YOUR FORUM LINK with the link of the forum section of which you want to display the topics

eg:http://yourforum.forumotion.net/test-1-f1/


Put this in the place where u want it to display
Code:

<div id="feedControl">Loading</div>

3 Re: New Topic on Sat May 29, 2010 11:48 pm

Behavior???


Registered Member
Registered Member
it didnt work!

http://www.thedungeons.info

4 Re: New Topic on Mon May 31, 2010 9:39 am

Behavior???


Registered Member
Registered Member
Bump!

http://www.thedungeons.info

5 Re: New Topic on Mon May 31, 2010 10:11 am

Reave


Registered Member
Registered Member
Wrong
eg:http://yourforum.forumotion.net/test-1-f1/


Right
http://yourforum.forumotion.net/feed/?f=1


http://yourforum.forumotion.net/ = Your forum adress
feed/ = Feed folder defined by Forumotion
?f=1 = is your forums ID.

http://ectos.darkbb.com/

6 Re: New Topic on Mon May 31, 2010 4:19 pm

Behavior???


Registered Member
Registered Member
Forum ID?

http://www.thedungeons.info

7 Re: New Topic on Mon May 31, 2010 6:55 pm

Reave


Registered Member
Registered Member
Behavior??? wrote:Forum ID?


Here is an example.

Notice the below URL and its show f5:
http://www.webartzforum.com/html-hyper-text-markup-language-f5/

This represent the forum category so the feed reader know where to grab the topics from.

So the above url should look like this
http://www.webartzforum.com/feed/?f=5

http://ectos.darkbb.com/

View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum