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

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]

1New Topic Empty New Topic Sat May 29, 2010 10:03 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

2New Topic Empty Re: New Topic Sat May 29, 2010 10:25 pm

Kratos

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>

3New Topic Empty Re: New Topic Sun May 30, 2010 1:18 am

Behavior???


Registered Member
Registered Member
it didnt work!

http://www.thedungeons.info

4New Topic Empty Re: New Topic Mon May 31, 2010 11:09 am

Behavior???


Registered Member
Registered Member
Bump!

http://www.thedungeons.info

5New Topic Empty Re: New Topic Mon May 31, 2010 11:41 am

Reave

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/

6New Topic Empty Re: New Topic Mon May 31, 2010 5:49 pm

Behavior???


Registered Member
Registered Member
Forum ID?

http://www.thedungeons.info

7New Topic Empty Re: New Topic Mon May 31, 2010 8:25 pm

Reave

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/

Sponsored content


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