Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
This is a site long needed. Only for serious web connections. Capable of becoming Africa's sitepoint.com
Yeah ojchris,
Let's hope that this is the sign of good things to come.
Yes i agree to that totally..
Three "gbosa" for WOA.
"gbosa" "gbosa" "GBOSA" !!!!
See, I told you. Vanilla is the easiest forum around. Any webmaster who loves things tableless, standards compliant, acessible and easily customisable would fall in love with it at once.
You should get the friendlyUrls (mod_rewritten urls), Htmlformatter (to parse html in comments) and Nuggets extensions.
If you use nuggets, you just simply cook the header code of the woa main page as a nugget with position 'above banner' and everything will look woa-ish.
If you want other nice extensions. Let me know. It took me 48 hours to browse the whole repository eshaustively.
skunk,
Nuggets is already on here. I will check oiut Htmlformatter and friendlyURLs. Keep the extensions coming sha. The more the better :)
I will post a list of the ones I currently have installed at www.niglyrics.com/forum later.
HTMlformatter is essential else the newlines in the posts wont turn to 'br'.
I look forward to that list buddy. By the way, please post it under "general". Thanks
Add the html formatter extension.
If I post it now, everything would look awry.
So, I actually installed HTMLFormatter since friday but it doesn't seem to take. I also have , in addition to the FCK Rich Text Editor, 10 other extensions installed. Is it possible that they are colliding with one another?
Your thoughts please. I too don't want to have to literally type "br"s each time I want to make a new paragraph ;)
Have alway wanted this forum.
some extensions have compatibilty issue which is always talked about in each extension's thread if it is not stated in the description.
Disable all extensions and leave only HTMLFormatters, so that I can post the extensions properly. All the extensions I have tested and installed are compatible with each other (nuggets gives me slight headaches though).
Oh no! :)
I think we can do without the HTMLFormatter then. I would hate to disable all the cool ones I have now.
How about I install a Rich Text Editor Instead? ;D
Nope. you will only disable the others for a moment while I send the list.
We eagerly await that list skunk :)
Sorry I have not posted 'em. I have been busy these days.
I've got myself enmeshed in far too many projects (3 currently - 2 near completion, 1 just starting). I just can't say no.
I'll find time to make a better compilation out of the notes I made while I was testing vanilla.
If the html doesnt autoformat still. I will send it to your email box.
Go make your money buddy. As always, business before pleasure. Hopefully, you will donate some of your proceeds towards the advancement of WOA ;)
1. Add Comments - It allows the add comments box to display for guests (and not only for logged in members) while displaying a username and pbumword field at the top so that registered members can log in and post comments without going to the sign in page first. I hacked the extension by adding a 'click here to get a username and pbumword' link so that unregistered visitors who wish to make a comment immediately would not change their mind.
2. Announcement - Allows you to add an announcement at the top of your homepage. This announcement can be optionally ajaxified to disappear after a few seconds. Its hard to miss. I personally use it to tell people new to forums what to do next. But since you are dealing with webmasters, you can just populate it with things they need to know.
3. CAPTCHA - The name says it all. Adds a CAPTCHA field to your signup page to prevent bots from registering.
4. CommentLinks - I've forgotten what this one does precisely.
5. DiscussionExcerpt - This one takes the first few posts in a discussion and appends it under the discussion on the main page. There is no configuration interface in the admin panel. You have to hardcode your edits in the extension file. I dont use it. Although it might be useful in a webmaster forum, it kinda clutters up the main page.
6. DiscussionOverview - I think this one is the javascript version of the above. Displays the discussion excerpt in a javascript-generated box when the mouse is hovered on the discussion. But I am not so sure. I dont use it. I like to keep forums i create for clients simple so it takes time before they come running back to me.
7. Poll - Adds a poll to the forum. It gave me complications though. But you can try it and give me feedback.
8. Sitemaps - This is one of the sweetest. Generates a google-compliant sitemap for your forum and places it on the index for googlebot to munch any time it comes around.
9. DPlayer - All you have to do is dump an mp3 into the folder where it is installed, reference it in your post and it brings out a button your users can click to listen to the song. Although I love it and I will port it to work in normal websites I design, I dont use it for vanilla forums. I use JQmedia instead which is more powerful and flexible. JQmedia parses mp3, youtube and myspace videos and a host of others.
10. DuplicateEmailCheck - when a new user is trying to sign up,
skunk,
Thanks a trillion! Based on your aforementioned comments/suggestions and reading the issues raised per add-on on their respective pages, I have added the following only:
<strong>Sitemaps, DuplicateEmailCheck, Announcement </strong>, and <strong>CAPTCHA</strong>
I will add others as the situation warrants.
Thanks once again for helping make this forum have a much better user experience :)
Thats not all, I had internet connection problems yesterday. Moreover, there is a cap on how much I can post here, so I will start from number 10.
10. DuplicateEmailCheck - when a new user is trying to sign up, this extension checks if their email address is already in the database. If it is not, registration continues. If it is, they get a message telling them they are already registered and if they have forgotten their pbumword.
11. ExtendedTextFormatter - I think this is the extension I wanted you to install when I kept hammering htmlformatter. I think I got everything mixed up. :)
12. FeedPublisher - Creates feeds on your pages. You already have it and know how and what it does.
13. FriendlyUrls - This is the BEST. It is no secret that search engines today love rewritten URLs. if you notice, I did some mod_rewrite myself on niglyrics.com so the site can get indexed quickly. This extension doesnt really get installed. It just contains a .htaccess file you will place in the vanilla folder and information on editing your configuration file so that the vanilla script will start generating 'friendly urls' for you.
14. GuestSignin - Puts a sign in form shown to guests on your sidebar. Some people really hate looking for the sign in link. people like me. and its pretty hidden in vanilla. This should help. :)
15. Honeypot - Its uses some kinda hidden form to prevent bots from registering. I dont use it because 1. Google doesnt like hidden forms. 2. Its success rate is not guaranteed. 3. Captcha does well enough.
16. HotDiscussions - It marks discussions with more than a specified amount of posts as hot. You have to harcode the limits into the extension script. A footnote I'll paste should guide you.
17. HTMLformatter - formats html inside posts and formats html. :)
18. InviteFriends - I ran into slight problems with it, so I dont use it. You should try it though.
19. JQUERY - VERY IMPORTANT if you plan on running extensions written in the Jquery Javascript Library (e.g JQmedia). It should be installed first.
20. JQmedia - It automatically parses links to media files embedded in posts so the the media files can be played in the post. I've got problems with it on IE6 though. You should watch out for that.
yikes!!! what happened to formatting up there? anyway, here is the REST
21. JQthickbox - Kinda buggy. I dont use it. I expect you to try it. :)
22. LatestDiscussions - I think it puts latest discussions in the sidebar. I'm not so sure. Give it a shot.
23. Nuggets - You already have it. So, I bet you know what it does. It just refuses to work sometimes.
24. UserAward - Allows you to give awards to outstanding users (like me :) ).
25. Vanillacons - Adds emoticons below the comments box.
26. Vclock - Adds a live flash clock somewhere on your forum. You can select the type of clock you want in the admin.
27. Vote - An extension made for the 'furtherment' of democracy.
Here's a note I made while testing them all to help me if I need to do another installation some other time. I hope it helps.
EXTENSION Notes
- Add a register link in front of the forms in the Add Comments Extension
- DiscussionExcerpt could be used later
- friendly urls needs manual work.
- friends is not compatible with friendly urls
- Feed extension has problem on the index. something about categories_config.
- 82,92,125 are the lines to change in hot topics extension to change number of comments.
check out what lightbox is precisely used for.
I'll have to choose between Dplayer and the mp3 selector in JQmedia.
There's a problem with JQmediaon IE6. It creates a space betwwen the top and the first comment.
Nuggets are so very wonderful.
Signatures is not working. Dont know why.
The social bookmarks extension is too bogus plus there's no image set.
stuff displayer is similar to nuggets.
In vanillacons, the smilies dont load. Also, I want the standard ones to show up while javascript is working
vanilla packer is not yet ready for use
EXTENSIONS I Dont really need
Attachments
Blog
friends
GoogleMapDirectory
Guest Welcome Message (I've got that end covered with guestsignin)
Latest topics (Because latest topics display automatically in the discussion list).
Sidepanel (Nuggets does something similar)
vanilla packer (Its not working yet).
EXTENSIONS I WONT USE
Honeypot
DiscussionOverview
profilediscussions is totally useless and buggy