Maxs
said
:
Any chance that you're going to add/make the jump to Forum quic hop list for Linkify? It's the only thing I still use RFI for, so I was just wondering.
Yep I do intend to provide a similar feature, though it will be implemented differently. I want to have it so it's tabbed (at least 2 tabs) one tab for forum categories the other tab for bookmarks. I just need to work out a neat one size fits all way to do it.
Sorry I've been such a stranger lately! Been all over the forums in the past couple months
I've seen you around on forums quite a bit, I think I posted on one of your threads in Website and Forums. Always nice to see you're active on forums no matter what section
@Toast, hehe I keep forgetting to get rid of that.
Keighlea
said
:
-prepares some coffee for the early riser-
* sips coffee *
Yum perfect as always, thank you
19-Jan-2014 02:04:03
- Last edited on
19-Jan-2014 13:38:51
by
Indecent Act
Sorry I've been such a stranger lately! Been all over the forums in the past couple months
I've seen you around on forums quite a bit, I think I posted on one of your threads in Website and Forums. Always nice to see you're active on forums no matter what section
Oh yeah that's right! Thanks again for the suggestion!
I'm not sure if it would be too many page loads, but would it be possible to add a "Currently on page X" somewhere at the top of a thread?
When using the search feature to find a thread, you don't know what page it's on and have to click a tiny little link at the top to go back to the forums, see which page it's on and then click back on it to go about your posting
Would be nice if Linkify could check somehow and tell us
Finally done basic vote validation! The hlf polls should be usable in that you can't vote for the same poll twice, and I'm hoping there isn't a way to screw up your or someone else's vote. I guess it's in a working 'beta' at the moment. Still no poll creation yet though.
https://hlf-polls.appspot.com/3
If you're interested in seeing how it embeds, this is how I planned it to work:
Example urls:
https://hlf-polls.appspot.com/1?h=1000
https://hlf-polls.appspot.com/e/1
valid url regex: (not including url parameters)
/(e(mbed)?(_?(0|[1-9](\d+)?))?\/)?[1-9](\d+)?(/r(esults)?)?
https://hlf-polls.appspot.com/1?h=1000
Would become:
<iframe src="https://hlf-polls.appspot.com/e/1" style="border:none;height:1000px;width:100%;"></iframe>
If no embed format is specified in the url or it is invalid, change the iframe src url embed part to /e/, otherwise keep the embed specified in the url.
If no height (h) is specified in the url or it is invalid, I think a default of 500 will work. The height should be at least 350 and at most 1000 (may change).
Keep the /r for results if it's specified in the url.
The limit on number of polls embedded could match with that of images.