Return to iWEBTOOL

Go Back   iWEBTOOL Talk > The Web and your Website > Programming
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
 
Welcome to iWEBTOOL Talk, where you talk about webmaster-related stuff.
 
Discuss topics which interest you.
With over thousands of threads (topics), we're sure you'll find something that'll interest you.
Ask for help whenever you need it.
We have thousands of members who are available to help you if you need it.
It's absolutely FREE!

 1  Register           2  Browse the board           3  Discuss whatever may interest you!
 


Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 08-09-2007, 09:10 PM   #1
jamestl2
Senior Member
 
jamestl2's Avatar
 
Join Date: Mar 2007
Location: Ummmmmm.........OK
Posts: 267
jamestl2 will become famous soon enough
Default RSS code for forum?

I was thinking it would be nice if I could have my latest blog post in my signature? Is there any sort of RSS (or other) code that could update it whenever I write a new post for my site?

(PS: Even if this sort of feature isn’t allowed on the iwebtool forum, it would still be nice to add to other ones I belong to, if this sort of coding is even possible for sigs)
__________________
Toptenlisted.com - The Premier Source for Top Ten Lists
Conspiracy-Forums.com - Powered by vBulletin (& vbSEO)
Lightningshock.com - My Blog

Last edited 08-09-2007 at 09:31 PM.
jamestl2 is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
SEO Checklist
Get yourself better ranking with
our "Do-it-Yourself" SEO Checklist.
Click Here
Old 08-10-2007, 11:26 AM   #2
snowgirl
Member
 
snowgirl's Avatar
 
Join Date: Jul 2007
Posts: 147
snowgirl will become famous soon enough
Default Re: RSS code for forum?

for your own site or other people's site?
__________________
High Rank Forum
Addthisto Online Favorites
snowgirl is offline  
Old 08-10-2007, 02:43 PM   #3
jamestl2
Senior Member
 
jamestl2's Avatar
 
Join Date: Mar 2007
Location: Ummmmmm.........OK
Posts: 267
jamestl2 will become famous soon enough
Default Re: RSS code for forum?

Just any forum in general.
__________________
Toptenlisted.com - The Premier Source for Top Ten Lists
Conspiracy-Forums.com - Powered by vBulletin (& vbSEO)
Lightningshock.com - My Blog
jamestl2 is offline  
Old 08-10-2007, 02:59 PM   #4
Bagi Zoltán
iWEBTOOL Moderator
 Contributor 
 
Bagi Zoltán's Avatar
 
Join Date: Aug 2006
Location: Hungary
Posts: 1,854
Bagi Zoltán is a glorious beacon of lightBagi Zoltán is a glorious beacon of lightBagi Zoltán is a glorious beacon of lightBagi Zoltán is a glorious beacon of lightBagi Zoltán is a glorious beacon of light
Default Re: RSS code for forum?

I have seen similar solutions at two other webmaster forums. They use vBulletin mod to make the latest blog post display next to the user's avatar. Those mods use rss parser scripts (MagpieRSS, and Carp). Answering your question if using php script in signature is allowed, you can easily fulfil your need.
__________________
Time may come when you will need an excellent eCommerce shopping cart software
free seo related web directory online marketing Free shopping cart
Bagi Zoltán is offline  
Old 08-10-2007, 05:01 PM   #5
jamestl2
Senior Member
 
jamestl2's Avatar
 
Join Date: Mar 2007
Location: Ummmmmm.........OK
Posts: 267
jamestl2 will become famous soon enough
Default Re: RSS code for forum?

So they type of thing I'm looking for: "Most recent blog entry" is only available through the forum's specific options? (That RSS parser thing, is it required, set by an admin, or is it just a type of PHP code?)

I was just thinking I could include a text link in my sig to my site's latest post, it doesn't have to be fancy or anything.
__________________
Toptenlisted.com - The Premier Source for Top Ten Lists
Conspiracy-Forums.com - Powered by vBulletin (& vbSEO)
Lightningshock.com - My Blog
jamestl2 is offline  
Old 08-10-2007, 10:11 PM   #6
snowgirl
Member
 
snowgirl's Avatar
 
Join Date: Jul 2007
Posts: 147
snowgirl will become famous soon enough
Default Re: RSS code for forum?

i think it's easy to be done with a few sniped code, i will give a try latter, cua i was thinking the same idead before
__________________
High Rank Forum
Addthisto Online Favorites
snowgirl is offline  
Old 08-11-2007, 06:48 AM   #7
Bagi Zoltán
iWEBTOOL Moderator
 Contributor 
 
Bagi Zoltán's Avatar
 
Join Date: Aug 2006
Location: Hungary
Posts: 1,854
Bagi Zoltán is a glorious beacon of lightBagi Zoltán is a glorious beacon of lightBagi Zoltán is a glorious beacon of lightBagi Zoltán is a glorious beacon of lightBagi Zoltán is a glorious beacon of light
Default Re: RSS code for forum?

Using a vBulletin mod would require installation and profile structure editning since you need to specify the xml feed of the latest entries at your profile. If you are allowed to insert php code as part of signature i suggest you to use rss fetch since it's very fast and reliable script. I would ran it at my main server setting to fetch only the link of the latest post, and insert this code into the signature
Code:
<?php include 'thelocationofthedisplayedrssatyourhostingservice';?>

This should work
__________________
Time may come when you will need an excellent eCommerce shopping cart software
free seo related web directory online marketing Free shopping cart
Bagi Zoltán is offline  
Old 08-11-2007, 05:12 PM   #8
jamestl2
Senior Member
 
jamestl2's Avatar
 
Join Date: Mar 2007
Location: Ummmmmm.........OK
Posts: 267
jamestl2 will become famous soon enough
Default Re: RSS code for forum?

Thanks, I'm testing it right now to see if it works, should results appear right away?
__________________
Toptenlisted.com - The Premier Source for Top Ten Lists
Conspiracy-Forums.com - Powered by vBulletin (& vbSEO)
Lightningshock.com - My Blog
jamestl2 is offline  
Old 08-11-2007, 05:27 PM   #9
Meti
Senior Member
 
Meti's Avatar
 
Join Date: Aug 2006
Location: Sweden
Posts: 292
Meti will become famous soon enoughMeti will become famous soon enough
Default Re: RSS code for forum?

PHP doesn't work on Signatures, neither does HTML.

And 'thelocationofthedisplayedrssatyourhostingservice' should be edited.

Thanks,
Meti
__________________
Web Catalogue - Quality Web Directory
Meti is offline  
Old 08-11-2007, 07:23 PM   #10
jamestl2
Senior Member
 
jamestl2's Avatar
 
Join Date: Mar 2007
Location: Ummmmmm.........OK
Posts: 267
jamestl2 will become famous soon enough
Default Re: RSS code for forum?

Quote:
Originally Posted by Meti View Post
PHP doesn't work on Signatures, neither does HTML.

So is there no form of code in signatures that could allow this sort of feature?
__________________
Toptenlisted.com - The Premier Source for Top Ten Lists
Conspiracy-Forums.com - Powered by vBulletin (& vbSEO)
Lightningshock.com - My Blog
jamestl2 is offline  
 
This is an Ad Revenue Sharing forum Place your advert here
Webmaster Tools Webmaster Tools Click Here
Closed Thread

(Threads which have no activity for more than 30 days are automatically closed.)



Quick Reply
Message:

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Thumbnail Code Questions jamestl2 Programming 2 05-23-2007 09:34 PM
Looking for code of html, or .htaccess. Joshie Programming 5 05-23-2007 06:32 PM
Cheat code site PR 1 edpudol Websites for Sale 0 05-12-2007 04:55 PM
Hostgator coupon code charlesgan Discount Coupons 3 02-07-2007 12:21 AM
Fav. code to use? josephheskett Programming 9 02-06-2006 01:05 AM


All times are GMT. The time now is 08:32 PM.


Powered by vBulletin v3.6.7 © 2008, Jelsoft Enterprises Ltd. SEO by vBSEO © 2006, Crawlability, Inc.