Not signed in (Sign In)

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorrusslipton
    • CommentTimeJul 26th 2006
     # 1
    I am looking forward to a standard extension(s) to support bloggish forums (cf Mr. K's stuff). Would there be any value to an extension that allowed admins to specify that 'x' characters of the text of the first item of a new discussion could be displayed under the discussion's title?

    For example, this discussion might have looked like this (with the first 50 characters specified):

    Display 'x' characters of text beneath discussion title?
    ... I am looking forward to a standard extension(s) to support bloggish forums (cf Mr. K's stuff). Would there be any value to an extension that allowed admins to specify that 'x' characters of the text of the first item of a new discussion could be displayed under the discussion's title? ...


    This could be of value broadly since titles (even categories) are sometimes not very well-chosen. Even better, allow users to turn this on-or-off and specify number of characters computed for display?

    Alas, I am not up to the task of writing extensions at this point. I would be grateful if someone took this on ... assuming it doesn't already exist or create some problems I have overlooked.
    •  
      CommentAuthorWallPhone
    • CommentTimeJul 26th 2006 edited
     # 2
    You should get in touch with ninjascience, he is trying to achieve the same result:

    http://lussumo.com/community/discussion/2960/
  1.  # 3
    I've paused development of this extension. Partly because I have a mostly working site in CF that does what I need. I just need to finish it, and partly because Swell may help here. I'm not trying to make a blog extension for Vanilla, but I do want to display content from other blogs, and there's a chance the Swell may be better configured to extend than Vanilla for this.
  2.  # 4
    I dont mean to disappoint you but i really wouldnt be relying on a release of swell. I dont think I'm being pessimistic when I say I'm 99% certain it wont be released for at least a year.
    •  
      CommentAuthortakai
    • CommentTimeJul 27th 2006
     # 5
    Do you mean for there to be an additional field on the new discussion page to manually put this text in.. Or for it to automatically fetch the text from your post?
    • CommentAuthormary
    • CommentTimeJul 28th 2006
     # 6
    Or for it to automatically fetch the text from your post?


    As I understand it, yes, that's what he wants; an auto-excerpt, of sorts:

    ...allowed admins to specify that 'x' characters of the text of the first item of a new discussion could be displayed under the discussion's title?
  3.  # 7
    well, whether or not Swell comes out, I do plan on doing this eventually. I'd like to share my aggreagator code with folks after it's done, and CF isn't the best language to do that in. CF has a very thriving developer community with lots of great OS projects, but the folks how use them tend to be other CF developers, where in PHP OS projects, just about anybody can get them up and running on a most web hosts.

    Another issue for me was trying to get the extension done elegantly, i.e. not using the ObjectFactory and not using an exension that relies on a seperate theme. I don't want to write something that has dependencies on other extensions or could break other extensions.
    • CommentAuthormary
    • CommentTimeJul 28th 2006 edited
     # 8
    Not using the ObjectFactory? Er... why?

    Edit: never mind, found it. :)
    • CommentAuthorrusslipton
    • CommentTimeJul 28th 2006
     # 9
    ...allowed admins to specify that 'x' characters of the text of the first item of a new discussion could be displayed under the discussion's title?

    I would amend that to say 'allowed admins or users to specify' ...

    I'm sure there is a great reason for this but I am wondering for the first time why this never became a routine feature of forum software? This is a serious question; does anyone have some ideas?

    I can think of thousands of times (literally) where I have clicked a thread title whose leading content proved misleading or simply uninteresting. If I could have viewed 50 or 100 or even 150 characters of all FIRST forum thread entries at my option, I would have been a happier camper.

    I guess I'm saying that the more I consider this, the more it seems like a no-brainer killer feature for all forum software - really a core feature. What am I missing re: design, interface, coding or performance?
  4.  # 10
    Here's a couple of reasons (whether you deem them valid or not) why i believe it hasnt become routine:
    Extra database load = longer page loading times = slower software
    More 'clutter' on the main page of the forum / lots of text = can put people off
    It puts people off actually going into the thread to read it (it works the other way though, too)

    There are some forums out there who do it though. And it would be a neat extension.
  5.  # 11
    And my whole purpose is to present Vanilla as a set of blog posts rather than a forum. Think of it as a blog with enhanced commenting features :-)
    • CommentAuthorrusslipton
    • CommentTimeJul 29th 2006
     # 12
    ninjascience ... pretty please quick. Or Mr. K ..

    Still being a tire-kicker and beginner, does anyone know whether the code for the Add-On's page can be inspected and used or factored into an add-on itself? That is very similar to what I am looking for, excepting ratings.

    (The Add-On's page illustrates for me why the feature is so valuable to head up forum threads. Being able to scan an excerpt of the author's description of their add-on is a big win in intelligbility and efficiency for me as a user).
    • CommentAuthorToivo
    • CommentTimeJul 29th 2006
     # 13
    bloggish forums? hahaa
    • CommentAuthorToivo
    • CommentTimeJul 29th 2006 edited
     # 14
    I guess you could just put together Feedreader and PageManager. So you could create another tab on your forum, put some feed on it that takes input from the same forum (like search a user, keyword or category). I guess you could even use different css for this page. Looks bloggish enough.

    Havent tried it myself (yet)
  6.  # 15
    or integrate the excellent open source, Nucleus, with vanilla....that is what I am in the middle of doing

    eg www.love2escape.com/multitrackers
    • CommentAuthorrusslipton
    • CommentTimeJul 29th 2006
     # 16
    Toivo - thanks for the suggestion; interesting. Keep in mind that my feature or extension request is (of course) more general and not really about creating a blog. Nevertheless, I will definitely experiment while waiting and hoping. With this small (?) feature, I wouldn't need a blog nor, I suspect would many others.
    • CommentAuthorrusslipton
    • CommentTimeOct 9th 2006 edited
     # 17
    Two months on ...

    Any hackers with a desire (need?) for this yet? I can see the trade-offs raised but still feel, on balance, it would be super-cool useful. In fact, it seems like the kind of thing that would leverage entirely new possibilities for congruent Vanilla apps. Given the smarts of the hackers here, I must be missing a large downside. Alas, I can read and tinker with PhP but not code without blowing myself up and anyone in proximity. Real Soon Now.

    I am not thinking of the add-on as simulating a blog, though an admin could fool with CSS and specify a full display of the first post to a discussion. Instead, I would choose just enough characters to serve as a come-on to read the posts (100? 200?).

    @Minisweeper: Would be way nicer still if users could choose for themselves. Intrusive? Off. Short excerpts - choose 100 characters. Entire content of first post for all displayed discussions? The reader pays the usability price (well, the server does ;-) for page load nastiness.

    It's true this would also discourage (as well as encourage) click-through; probably a wash. However, my ordinary-person communities have so little online time that they would appreciate the implied filtering. I suspect it would encourage first posts to be crisper about the subject too; at least at the top of the post.

    @mary - yes, exactly like an auto-excerpt.
    •  
      CommentAuthorØ
    • CommentTimeOct 9th 2006
     # 18
    Something like lansmash.com would be actually great. With an option to use this display for specific categories, and eventually a choice of maximum characters.
  7.  # 19
    Lansmash is cool - who designed it, eh? Howww .... ?
    •  
      CommentAuthorØ
    • CommentTimeOct 9th 2006
     # 20
    It's Steve. I contacted him a few weeks ago because I really liked his design, and he's planning to release it as an extension. Problem is he seems to be pretty busy at the moment. He told me last week he'd try to manage it this weekend, and since we're now at the beginning of the new week, all we can do is wait and see... He has several improvements to do before releasing it because most his system is currently hard-coded, so it's difficult to tell how much time it will take.

    Not long, I hope :)
  8.  # 21
    Neato. It's apples-to-oranges to my specific request for excerpting the first post of every discussion but cool in its own write. Still hoping for that extension too. I'll drop him a line and ask him to weigh in on the implementation tradeoffs of a generalized solution even if he won't want to do it himself.
    •  
      CommentAuthorTex
    • CommentTimeJan 21st 2007
     # 22
    Any further developments yet?
    •  
      CommentAuthor[-Stash-]
    • CommentTimeJan 21st 2007
     # 23
    Would be nice if he could contribute that News extension to the community. Also, I didn't test, but if he's managed to get Gallery 2 and Vanilla integrated (ie once single logon for both systems) I'd be extremely interested in how he did it, as I'm sure others would also.
    •  
      CommentAuthorjimw
    • CommentTimeJan 21st 2007
     # 24
    I have made an extension to put x characters after the Discussion title. It does work but the final format is not correct. Maybe this will do in the interim until a better one is built.
    •  
      CommentAuthor[-Stash-]
    • CommentTimeJan 21st 2007
     # 25
    I'm willing to test for you if you want.
    •  
      CommentAuthorKrak
    • CommentTimeJan 21st 2007
     # 26
    Oh please share!
    •  
      CommentAuthorTex
    • CommentTimeJan 22nd 2007
     # 27
    Yes, please give us the chance to test it. That would be great.
    •  
      CommentAuthorjimw
    • CommentTimeJan 22nd 2007
     # 28
    I just uploaded it here.

    It is beta, so please test it. Also, any css guru who can help, the except needs to be moved up closer to the discussion title.

    To change the number of characters, edit the default.php file and change the default of 300 to whatever you need.

    Thank you, jimw
    •  
      CommentAuthor[-Stash-]
    • CommentTimeJan 22nd 2007
     # 29
    I've not downloaded it yet, but I've thought of a killer feature. The option to have it excerpt either the first post, or the most recent post :D
    • CommentAuthorrusslipton
    • CommentTimeJan 22nd 2007
     # 30
    @jimw --- very cool; I have been hoping for this for months. Now, if only HTTP authentication worked for RSS ... I am still on the edge of moving away from Vanilla to my dismay; spending too much time trying to improvise something workable. Anyway, not sure what you mean by needing to move excerpt closer to discussion title? Mine displays appropriately. I'll upload an image if I get time later. I could do without the bright red excerpt color myself; changing the CSS to black was easy.

    @-Stash- yes, it would be very nice to show both the first AND the last optionally.

    While it would be great to have a slick, user-configurable extension for this feature, I am happy - thanks!
    •  
      CommentAuthorjimw
    • CommentTimeJan 22nd 2007
     # 31
    Concerning "moving the excerpt closer to the discussion title", I found that the excerpt display varied from style to style. It would only require a css change (if I were smarter) to get it correct.

    I will look into getting the first and last comment.
    • CommentAuthorrusslipton
    • CommentTimeJan 22nd 2007
     # 32
    Ah - I was just using the default. For reference, I tested without any other extensions installed on a clean forum.
    •  
      CommentAuthorTex
    • CommentTimeJan 22nd 2007
     # 33
    @ jimw:

    Thank you so much! That solves my problem and now I can use Vanilla as a news system. Great, great, great!
    Concerning the space to the title on the picture you show at the extension page I guess it has to do with the icons?
    •  
      CommentAuthorjimw
    • CommentTimeJan 22nd 2007
     # 34
    I'm a novice css person, but will continue to look for the ultimate solution. In the meantime, whoever uses this will have to adjust the css themselves to make it fit or they can contact me and tell me what style they are having trouble with.

    Also, the way I am getting the first comment in the discussion may not be the best way. I would appreciate it if the vanilla mentors would look at what I've done and advise. I think I also need to use the AddWhere with the sqlbuilder to be able to access the last comment made. Any help in this would be appreciated.
    •  
      CommentAuthorTex
    • CommentTimeJan 22nd 2007
     # 35
    Actually the positioning via CSS doesn't has an influence at all with the standard template. I just added a
    to the code to get a margin, which works fine.
    •  
      CommentAuthorKrak
    • CommentTimeJan 22nd 2007
     # 36
    Freaking awesome! I will play with it and let you know of any bugs I come across. Now I can complete my theme, muwahahaha.
    • CommentAuthorrusslipton
    • CommentTimeJan 22nd 2007
     # 37
    @Krak (or anyone) ... while you're at it, could you explain step-wise how to achieve the effect of The Beautiful Lie?
    •  
      CommentAuthorKrak
    • CommentTimeJan 22nd 2007
     # 38
    • CommentAuthorrusslipton
    • CommentTimeJan 22nd 2007
     # 39
    Was I sleeping? Probably. I can't remember why I didn't give that a go after clamoring for it ... or did I and find problems? Hmm.
Add your comments
    Username Password
  • Format comments as