I don’t understand what the example is supposed to be doing. The line on the lefty just seems to give each post an icon, no time line added to an individual post. I’m not sure what would be the point?
Perhaps it's not opening up correctly on your browser? I don't know because timelines are pretty basic concepts.
Here's another example (should say light style on top of page).
Line in the middle (representing the timeline) and along the line are the actual events, alternating on left and right sides.
Shouldn't be to hard to make with a BB code. Something to represent the top (beginning of timeline), something to represent the bottom (end of timeline), line in the middle for how ever long you need the timeline, and small segment boxes where you could enter a little text (left and right events). If I knew more about how to make BB codes I don't think it would be hard to make. Should look something like this.
There's lots of timeline plugins for wordpress and office, but sadly none for XF (yet).
Maybe there's a way to import a wordpress timeline into XF (like with youtube videos)? Just thinking out loud here....
Timelines could be used for all sorts of things, such as project planners, recipe makers, tutorial generators, wedding planner, work experience, web development, etc.
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
www.w3schools.com
You could use something like this to do it.
[timeline]
[tlleft=2001]blah blah blah[/tlleft]
[tlright=2002]blah blah blah[/tlright]
[/timeline]
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
www.w3schools.com
You could use something like this to do it.
[timeline]
[tlleft=2001]blah blah blah[/tlleft]
[tlright=2002]blah blah blah[/tlright]
[/timeline]
Here's how you can use BBCode and CSS to create a timeline in a xenforo post. (based on this code here) Step 1 Paste the following into your extra.less file /* Start timeline css */ @timelinebg: @xf-contentHighlightBg; @eventbg...