All Discussions http://www.vanillaforums.org/discussions/account/87 Sat, 13 Mar 10 05:47:30 -0600 All Discussions en-CA Embed code not showing http://www.vanillaforums.org/discussion/10814/embed-code-not-showing Fri, 12 Mar 2010 06:05:07 -0600 Duane 10814@/discussions Hello im running vanilla 2 and all appears to be working fine except when i embed video into a post it does not appear, any ideas? im new to vanilla in general i didnt start with v1

]]>
extending profile pages http://www.vanillaforums.org/discussion/10817/extending-profile-pages Fri, 12 Mar 2010 20:24:41 -0600 bobtheman 10817@/discussions on v2 how are extensions handled for the profile page, is the data stored in the database or is there a writable html file?

]]>
Unable to get Vanilla 2 in a subdirectory (eg /forum) http://www.vanillaforums.org/discussion/10809/unable-to-get-vanilla-2-in-a-subdirectory-eg-forum Thu, 11 Mar 2010 16:23:33 -0600 houseofmore 10809@/discussions Hello,

Vanilla 2 is looking nice. We'd like to give it a spin, but can't seem to get it installed outside of the server root. We are attaching it to an existing site, so would like to place it in forums.

Looking at the debug log, it is looking for libraries in the root, even though the path is set to forum.

Does anyone have it working in a subdirectory?

We are able to get the same install working if placed in the webserver root.

Any pointers, or is this still too early?

]]>
Changing someone's username? http://www.vanillaforums.org/discussion/10816/changing-someones-username Fri, 12 Mar 2010 15:54:30 -0600 rhino777 10816@/discussions Can you actually change a user's username? I realize they could just create a new account but then they would lose everything attached to their old account. Can you just hack the mysql database or is it more complicated than that?

]]>
Handler and Hook?! http://www.vanillaforums.org/discussion/10815/handler-and-hook Fri, 12 Mar 2010 15:04:20 -0600 ZeFish 10815@/discussions I'm currently trying to make a plugin that work in the body of each post and comment but I don't seems to find the proper magic function to get this information and change it....

Can please someone help me!? is there any list of all the possibility?

]]>
Has anybody made a jQuery UI theme for Vanilla 1 default style http://www.vanillaforums.org/discussion/10804/has-anybody-made-a-jquery-ui-theme-for-vanilla-1-default-style Wed, 10 Mar 2010 07:43:28 -0600 Dinoboff 10804@/discussions Vanilla 1.2 will come with jQuery 1.4.x and probably jQuery UI 1.8.x; however I still have to add the UI theme:

http://jqueryui.com/themeroller/

Do you know if someone made one already?

]]>
Joomla! Users Sync. & Vanilla 2 Translation http://www.vanillaforums.org/discussion/10639/joomla-users-sync-vanilla-2-translation Fri, 05 Feb 2010 17:44:41 -0600 scorchpt 10639@/discussions Well, I searched the forum and I didn't find anything interesting, because I Just want Vanilla sync the users data with Joomla!. I don't want any Joomla! component or anything else.

And I want to know how is possible to translate Vanilla. I've looked at the source files and I didn't find anything interesting.

Thanks,
Scorch

]]>
Need to be signed in to post in Vanilla 2? http://www.vanillaforums.org/discussion/10812/need-to-be-signed-in-to-post-in-vanilla-2 Fri, 12 Mar 2010 00:13:29 -0600 antonio23 10812@/discussions Just wondering if in Vanilla 2 you still need to be signed in to comment. Or will there be any guest post facility built in? I hope so as the guest post plugins for Vanilla 1 took quite long to come and were less than ideal in my opinion....but I always used it on my forum as it was extremely important to have.

]]>
Translation http://www.vanillaforums.org/discussion/10732/translation Fri, 26 Feb 2010 07:51:10 -0600 weissenstein 10732@/discussions Hi!
I like Vanilla. But our users are estonians. I would like to translate entire Vanilla to look it estonian, but I can't find one or all the necessary language files. Could anyone please help me and list all the files i need to translate to make all the necessary forum functions understandable for estonian user?

]]>
Locale & translations http://www.vanillaforums.org/discussion/9899/locale-translations Thu, 03 Sep 2009 16:40:33 -0600 Spone 9899@/discussions Hello there!

I'm starting an early French (fr-FR) translation of Garden and Vanilla 2. I've understood that all the translations have to be in the proper application/plugin locale/ folder.

I need a list of all the strings I have to translate. Does such a list exist or do I need to create it myself by searching all the calls to Gdn::Translate() method?

Thanks in advance.

]]>
Plugin Ideas for Vanilla 2 http://www.vanillaforums.org/discussion/10751/plugin-ideas-for-vanilla-2 Tue, 02 Mar 2010 02:03:12 -0600 Raize 10751@/discussions Vanilla 2 is looking sweeeet. It has such a modern feel, and some very high tech features (while I was typing this a little tab just notified me that a draft of my post has been saved). Wow, all I can say is FINALLY the forum software I've been searching for...so excited for the final product.

My plugin idea for anyone who is thinking ahead, is one that Autoposts to Twitter anytime a new thread is created. It's simple and it's perfect both as a service to current members, and as a way to attract new ones. This would go hand in hand with future social networking opportunities that Vanilla 2 is already poised to take advantage of.

Hope others have some good ideas as well! Cheers

]]>
Custom Field http://www.vanillaforums.org/discussion/10803/custom-field Tue, 09 Mar 2010 18:36:42 -0600 wilcosky 10803@/discussions How could I add a custom field to the topic starter form. In other words, right now you can type in a title, choose the category and type your message. But, I want to add one additional text field. Would anyone be willing to tell me how this would be done?

]]>
Vanilla on Nginx http://www.vanillaforums.org/discussion/9915/vanilla-on-nginx Tue, 08 Sep 2009 16:32:36 -0600 kamraan 9915@/discussions I'm trying to install Vanilla 2 on Nginx but am facing 404 Page not found error. After some searching I figured it is url rewrite error. So, tried to translate Apache's rewrite rule:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,L]

as:
if (!-e $request_filename
{
rewrite ^(.*)$ index.php?q=$1 last;
}

But obviously I'm doing something wrong.

Can you help me, please.

]]>
Internal server error trying to install Vanilla 2 http://www.vanillaforums.org/discussion/10789/internal-server-error-trying-to-install-vanilla-2 Sun, 07 Mar 2010 11:12:24 -0600 pierrem 10789@/discussions Hi All,

I'm wondering if anyone else has encountered this error trying to install Vanilla 2. When I hit Continue on the initial install screen I get a 500 internal server error and my PHP error logs show this message:

"Request exceeded the limit of 10 internal redirects due to probable configuration error."

I think this suggests that the installer is trying to execute an infinite redirect loop. Changing the permissions on my folders as the install.txt file suggests has no effect.

Any ideas?

Thanks!

]]>
Email notification http://www.vanillaforums.org/discussion/10500/email-notification Fri, 15 Jan 2010 00:54:13 -0600 MichaelAnthony 10500@/discussions Was wondering if there's any way I can turn off email notification for this site (vanillaforums.org/dicussion). I receive over 300 emails a day as it is, and now there's more whenever someone replies to a thread. I might be wrong with this: does it only send off notifications when I bookmark a topic?

Also, an idea: Maybe there should be only one email for a topic, even if there are 30 replies. The email would say something like, "There are updates to a discussion you are involved in. Click here to see the latest update, or click here to unsubscribe from this thread."

]]>