Alright well here's my 4 favorites:
1.
xfield name: fullstoryurl
Description: What is the URL to the full story?
Single Line
Default value: {link=home/post}
How to use in template:
I use this in place of {link=home/post} in most parts of my template because sometimes I like to send people to links to other sites instead of my full-story. In my template I put <a href="[xfvalue_fullstoryurl]">{title}</a> and <a href="[xfvalue_fullstoryurl]">{avatar}</a>
Usage and practicality:
When adding news it will automatically have {link=home/post} in the field, so you can ignore it unless you plan to send your visitor to an off site link. If you'd like to send them somewhere else, paste the URL over top the field and BAM now it's a link to the new page.
- - - - - - - - - - - - - - - - -
2.
xfield name: target
Description: How would you like your full story hyperlink to react?
Drop Down
Values to add:
_top
_blank
How to use in template:
I use this in conjunction with the previous xfield I mentioned (fullstoryurl). Now all together you can put this in your template to give you more control of how your links react: <a href="[xfvalue_fullstoryurl]" target="[xfvalue_target]">{title}</a> and/or <a href="[xfvalue_fullstory]" target="[xfvalue_target]">{avatar}</a>
Usage and practicality:
I added this in an effort so as not to lose my traffic. If I am sending a person to an offsite link, by default it's going to load in the same window.. most the time you want that like if you're just sending the person to your full-story (that's why I add it first so this is the default value selected). If you ignore this field it will automatically fill it in with _top. If you are sending the person to an off site link then select _blank and it will open in a new window and they will remain at your page. This is great for media sites.. especially when you don't want to be hosting all the media yourself and posting it in the full story, or hotlinking other peoples media (makes people angry apparently lol), or putting the link to the off site material in the full story (makes the person have to click twice instead of getting the juicy contents right from the main page).
- - - - - - - - - - - - - - - - -
3.
xfield name: align-short
Description: How would you like to align your short story?
Drop Down
Add these values:
left
center
right
justify
How to use in template:
Put this somewhere in your templates: <div align="[xfvalue_align-short]">{short-story}</div>
Usage and practicality:
Now you can align the short-story. This might be useful if you run a site that you both write articles and post pictures and media elements. Now you can align your articles "left" or "justify" and "center" your images, videos, flash, or other media.
- - - - - - - - - - - - - - - - -
4.
xfield name: align-full
Description: How would you like to align your full story?
Drop Down
Add these values:
left
center
right
justify
How to use in template:
Put this somewhere in your templates: <div align="[xfvalue_align-full]">{full-story}</div>
Usage and practicality:
Now you can align your full-story however you like. This might be useful if you're running a site that you write both articles and post videos, pictures, or flash media on. Sometimes you like it "left" or "justify", but those media items always look best "center"
Edited by FI-DD