Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Talk submissions should have an individual linkable page #28

Closed
phiggins opened this issue Mar 3, 2014 · 7 comments
Closed

Talk submissions should have an individual linkable page #28

phiggins opened this issue Mar 3, 2014 · 7 comments

Comments

@phiggins
Copy link
Member

phiggins commented Mar 3, 2014

Currently the only way to view information about a submitted talk is to look at all of them at seattlerb.org/talks. It would be great if each talk had its own individually linkable page.

This feature will be done when:

  • Each submitted talk has its own page. This doesn't need to be fancy, but some nice formatting would be appreciated.
  • The talks index page displays a link for each of the individual talks.
  • Bonus points: integrate comments through a service such as disqus to allow interaction with the speakers, for the speaker to post followups or slides, etc.
  • Bonus points: if Email notifications for admins when new talks are submitted #27 is completed before this, include the link in the email sent to admins.
@awesome
Copy link

awesome commented Mar 4, 2014

@phiggins I was about to dm you about the slides from your flog/flay lightning talk… which led me here via twitter. Let me know if I could help on this project.

@phiggins
Copy link
Member Author

phiggins commented Mar 4, 2014

@awesome I'm going to talk more about this at tonight's seattle.rb meetup. The general idea is we'd like some features developed and we have many junior folks eager to contribute, so this is my effort to capitalize on that.

@dreadwail
Copy link
Contributor

Have a pull request for this ready to go but need a disqus_shortname to use. Do we have one for seattlerb I can plug in?

@zenspider
Copy link
Member

working on it... even on my mifi it is painfully slow...

@zenspider
Copy link
Member

ok. yes, the shortname is now seattlerb. Here's their suggested chunk o' code:

<div id="disqus_thread"></div>
    <script type="text/javascript">
        /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
        var disqus_shortname = 'seattlerb'; // required: replace example with your forum shortname

        /* * * DON'T EDIT BELOW THIS LINE * * */
        (function() {
            var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
            dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
            (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
        })();
    </script>
    <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
    <a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>

@thagomizer
Copy link
Member

:shipit: once the disqus stuff is sorted out

@dreadwail
Copy link
Contributor

It's ready to pull now

zenspider added a commit that referenced this issue Mar 12, 2014
Linkable page for each talk. Closes #28
@seattlerb seattlerb locked and limited conversation to collaborators Jan 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants