is there a way i could show all first post for every topic in the index page? or is it even possible?
If you mean excerpt you might want to look at this plugin for inspiration
http://vanillaforums.org/addon/discussionexcerpt2-plugin
grep is your friend.
well the best way to to this is load through the api, using javascritpt.
example:
http://vanillaforums.org/discussions.json
You manipulate that to output what you want.
See 'Body'
well pretty much just like that does that work in images aswell? like if the first post is an image? tho i will try it later when i get home.
tried it and images works thanks for this @x00
Answers
well the best way to to this is load through the api, using javascritpt.
example:
http://vanillaforums.org/discussions.json
You manipulate that to output what you want.
See 'Body'
grep is your friend.
If you mean excerpt you might want to look at this plugin for inspiration
http://vanillaforums.org/addon/discussionexcerpt2-plugin
grep is your friend.
well pretty much just like that
does that work in images aswell? like if the first post is an image? tho i will try it later when i get home.
tried it and images works
thanks for this @x00