<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>Vanilla Forums Community</title>
      <link>http://vanillaforums.org/discussions/9/8/feed.rss</link>
      <pubDate>Thu, 09 Feb 12 04:12:09 +0000</pubDate>
         <description>Vanilla Forums Community</description>
   <language>en-CA</language>
   <atom:link href="/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Great Theme, So far So GOOD! Quick Question????</title>
      <link>http://vanillaforums.org/discussion/18679/great-theme-so-far-so-good-quick-question</link>
      <pubDate>Mon, 16 Jan 2012 16:56:09 +0000</pubDate>
      <dc:creator>Opportunity</dc:creator>
      <guid isPermaLink="false">18679@/discussions</guid>
      <description><![CDATA[<p>From a webmaster's point of view and site owner. I really like what you did with this theme. Was wondering if there is a way to place a variety of backgrounds into the system and allow the members to change the look and feel for their own viewing pleasure?</p>

<p>Also is this theme carried over to the plug-ins or apps, so if I make static/active pages will I still be able to carry over the background easily?</p>

<p>This is quite a unique look, it has many potentials.</p>

<p>Thanks again!</p>
]]></description>
   </item>
   <item>
      <title>SEO Stuff</title>
      <link>http://vanillaforums.org/discussion/18952/seo-stuff</link>
      <pubDate>Thu, 09 Feb 2012 00:10:56 +0000</pubDate>
      <dc:creator>Idan</dc:creator>
      <guid isPermaLink="false">18952@/discussions</guid>
      <description><![CDATA[<p>I want to know a few things:</p>

<p>1) How to make the URLs to end with slash and not without
2) What pages should I use robot.txt to block ad not index (ie. activity, bookmarked sub folder, etc.)</p>

<p>Thanks</p>
]]></description>
   </item>
   <item>
      <title>404 when enabling friendly URLs on Vanilla2</title>
      <link>http://vanillaforums.org/discussion/18951/404-when-enabling-friendly-urls-on-vanilla2</link>
      <pubDate>Wed, 08 Feb 2012 23:32:14 +0000</pubDate>
      <dc:creator>Idan</dc:creator>
      <guid isPermaLink="false">18951@/discussions</guid>
      <description><![CDATA[<p>I installed vanilla ok, but get 404 on all pages after enabling friendly URLs.</p>

<p>1) I have mod_rewrite installed and working (checked the phpinfo();)
2) I've changed the following lines:
   file: conf/config-defaults.php
   change: RewriteUrls to TRUE instead of FALSE
3) HTACCESS is in place and has the default data
4) installed under subdomain and I can access the homepage (but not the other pages)</p>

<p>What else should I do to make the forum work?</p>

<p>Thanks in advance.</p>
]]></description>
   </item>
   <item>
      <title>Tagging plugin problem with Urls</title>
      <link>http://vanillaforums.org/discussion/18934/tagging-plugin-problem-with-urls</link>
      <pubDate>Tue, 07 Feb 2012 05:22:04 +0000</pubDate>
      <dc:creator>SevMC</dc:creator>
      <guid isPermaLink="false">18934@/discussions</guid>
      <description><![CDATA[<p>Hello!</p>

<p>I've modified the <strong>.htaccess</strong> and added the following rules:</p>

<pre><code> RewriteRule ^post/discussion(.*)$ /post/sound$1 [R,L]
 RewriteRule ^sound(.*) index.php\?p=post/discussion$1 [PT,L]
</code></pre>

<p>The problem is that the tagging box doesnt apear when someone tryes to create a discussion because it is not the normal URL I think the problem may be here, but I don't know how to fix it:</p>

<pre><code>/**
    * Add the tag input to the discussion form.
    * <a rel="nofollow" href="/profile/param">@param</a> Gdn_Controller $Sender
    */
   public function PostController_BeforeFormButtons_Handler($Sender) {
      if (C('Plugins.Tagging.Enabled') &amp;&amp; in_array($Sender-&gt;RequestMethod, array('discussion', 'editdiscussion'))) {
         $Discussion = GetValue('Discussion', $Sender-&gt;EventArguments);
         if ($Discussion &amp;&amp; !$Sender-&gt;Form-&gt;IsPostBack()) {
            // Load the existing tags.
            $Tags = Gdn::SQL()
               -&gt;Select('t.*')
               -&gt;From('TagDiscussion td')
               -&gt;Join('Tag t', 'td.TagID = t.TagID')
               -&gt;Where('td.DiscussionID', GetValue('DiscussionID', $Discussion))
               -&gt;Where("coalesce(t.Type, '')", '')
               -&gt;Get()-&gt;ResultArray();

            $Tags = ConsolidateArrayValuesByKey($Tags, 'Name');
            $Sender-&gt;Form-&gt;SetValue('Tags', implode(' ', $Tags));
         }

         echo $Sender-&gt;Form-&gt;Label('Tags', 'Tags');
         echo $Sender-&gt;Form-&gt;TextBox('Tags', array('maxlength' =&gt; 255));
      }
   }
</code></pre>

<p>I'e fixed the problem with the voting pluggin just changing this:</p>

<pre><code>$VoteUpUrl = '/sound/'.$VoteType.'/'.$ID.'/voteup/'.$Session-&gt;TransientKey().'/';
$VoteDownUrl = '/sound/'.$VoteType.'/'.$ID.'/votedown/'.$Session-&gt;TransientKey().'/';
</code></pre>

<p>But is not the same with this one</p>
]]></description>
   </item>
   <item>
      <title>Fatal error:  Cannot redeclare class MediaModel</title>
      <link>http://vanillaforums.org/discussion/18950/fatal-error-cannot-redeclare-class-mediamodel</link>
      <pubDate>Wed, 08 Feb 2012 23:11:02 +0000</pubDate>
      <dc:creator>SevMC</dc:creator>
      <guid isPermaLink="false">18950@/discussions</guid>
      <description><![CDATA[<p>Hello, thank you for creating this plugin!</p>

<p>Well the problem is that i get the following error when i try to enable it:</p>

<p><code>Fatal error:  Cannot redeclare class MediaModel in /xxxx/xxxx/xxxx/xxxx/plugins/FileUploadDetect/class.mediamodel.php on line 252</code></p>
]]></description>
   </item>
   <item>
      <title>Badges: Removing</title>
      <link>http://vanillaforums.org/discussion/18424/badges-removing</link>
      <pubDate>Sun, 25 Dec 2011 03:59:29 +0000</pubDate>
      <dc:creator>Anonymoose</dc:creator>
      <guid isPermaLink="false">18424@/discussions</guid>
      <description><![CDATA[<p>I posted about badges last time, sure it was funny, but the point is: badges are bloat. Are badges now part of the core? Can they be turned off?</p>
]]></description>
   </item>
   <item>
      <title>Thinking about read/unread handling</title>
      <link>http://vanillaforums.org/discussion/18917/thinking-about-readunread-handling</link>
      <pubDate>Sun, 05 Feb 2012 07:30:46 +0000</pubDate>
      <dc:creator>kaiden11</dc:creator>
      <guid isPermaLink="false">18917@/discussions</guid>
      <description><![CDATA[<p>I imagine this would be a better discussion for the Developer's forum, however, that doesn't appear to be open to the public.</p>

<p>I started a discussion over at the Simple Machines developer forum (<a href="http://www.simplemachines.org/community/index.php?topic=466125.0" target="_blank" rel="nofollow">http://www.simplemachines.org/community/index.php?topic=466125.0</a>) that talks about a way I started using to track down user viewing history on a forum I developed. It involves storing "boundaries," where an algorithm manages sets of records for a user that represents a lower message ID and an upper message ID, such that all IDs within that boundary are considered read.</p>

<p>As far as I can tell, Vanilla offers similar functionality to SMF, such that a user's tally of unread posts is determined by either how far the user has read into a topic, or by when they last replied. Either way, the method (in my opinion) is a little unsound, given that it has the potential to mark posts or pages of topics as "read" when really you've simply clicked past a certain point. The boundary solution I proposed efficiently stores the records (or as close as one can get and maintain accuracy on a per-post basis).</p>

<p>If you read the topic that I linked to, you'll see the first question I'm asked is why I did things this way. My answer is that I wanted accuracy in what a forum told me what was read or not, and to be able to do so while displaying my forum in a threaded fashion, it became a necessity.  The other question I got immediately was about performance, which sort of went into the weeds about building thread trees, etc. Being that I don't have a large user base for my implementation forum, the best I can say is that performance isn't a problem <em>yet</em>, however, I'll admit that larger scale testing of my boundary method is certainly warranted before it's granted much credence.</p>

<p>I wanted to get opinions on this. Or, I would love to be shown whether Vanilla addresses the unread posts feature in a different way than SMF, phpBB, myBB, vBulletin, etc. I haven't seen much mention of this feature, nor anything past a "mark as unread" add-on.</p>

<p>But really, if indeed Vanilla uses a similar or equivalent method for unread posts, I'd like to get a decent answer on whether Vanilla's decision to do things this way came as a result of specific testing. And for the tests, were there alternative methods of implementing this feature? How did they work? And what ultimately made you folks choose your current method? And have users ever expressed concern about how posts are marked as read or unread?</p>

<p>Thanks in advance.</p>
]]></description>
   </item>
   <item>
      <title>Can&#039;t locate Custom Theme Option</title>
      <link>http://vanillaforums.org/discussion/18940/cant-locate-custom-theme-option</link>
      <pubDate>Wed, 08 Feb 2012 03:43:09 +0000</pubDate>
      <dc:creator>naturalbirthmama</dc:creator>
      <guid isPermaLink="false">18940@/discussions</guid>
      <description><![CDATA[<p>I almost think I'm crazy because I swear it was there before. I just set up Vanilla forums 2 wks ago (not active yet) and have been personalizing it when I have time.  Tonight I go to make css changes and can. NOT find where to do it.</p>

<p>Am I just too tired and am missing it?</p>

<p>I was scared to ask a question but after using the search function here for an hour I gave in.</p>
]]></description>
   </item>
   <item>
      <title>Discussion e-mail notices failing</title>
      <link>http://vanillaforums.org/discussion/18947/discussion-e-mail-notices-failing</link>
      <pubDate>Wed, 08 Feb 2012 16:36:42 +0000</pubDate>
      <dc:creator>wpweaver</dc:creator>
      <guid isPermaLink="false">18947@/discussions</guid>
      <description><![CDATA[<p>I am getting a small number of reports from my users of failure to receive e-mail notices when people add comments to a discussion topic they started. These people do get notifications of messages and other events, and their settings are correct. They have also checked spam folders, etc.</p>

<p>Most users do seem to get correct notifications, however. Just some aren't. Any others experiencing this problem?</p>
]]></description>
   </item>
   <item>
      <title>Vanilla Tutorial/Documental Site</title>
      <link>http://vanillaforums.org/discussion/18780/vanilla-tutorialdocumental-site</link>
      <pubDate>Mon, 23 Jan 2012 20:34:53 +0000</pubDate>
      <dc:creator>dodgerid</dc:creator>
      <guid isPermaLink="false">18780@/discussions</guid>
      <description><![CDATA[<p>I mentioned in a post a little while ago about vanilla having a wiki style documentation like another well know software publisher, simply because it attracts information from coders in a simplified form making it easier for novice programmers to find there legs within the code.</p>

<p>It was a great springboard for me and really got me into that software, even though all I knew about php before then was the syntax and the basics, what attracted me was the layman like examples of code that enabled me to build more than a hello world plugin and I got brave enough to actually write a cross site authentication plugin that allowed users to all be registered in one database and authenticate everywhere or for each site to replicate signups across the network of sites (and a few bits besides) but I could not have done it without the examples that made me brave.</p>

<p>Lots of people have good Ideas that never get programmed simply because as soon as they start looking at how a particular system works it gets confusing without good sign posts and they run.</p>

<p>What I am looking for is support for this idea as we all know the Vanilla crew are busy people, are there any app or plugin programmers out there willing to contribute to this site if i create it ?</p>

<p>Are there any people out there willing to help maintain it ?</p>

<p>What do you think of the idea ?</p>

<p>IMHO I think it could be a really good thing for vanilla in helping people build the confidence to give it a go.</p>

<p>What do you think ?</p>
]]></description>
   </item>
   <item>
      <title>No notification to user for email confirmation!!</title>
      <link>http://vanillaforums.org/discussion/18948/no-notification-to-user-for-email-confirmation</link>
      <pubDate>Wed, 08 Feb 2012 18:17:20 +0000</pubDate>
      <dc:creator>keshavhl</dc:creator>
      <guid isPermaLink="false">18948@/discussions</guid>
      <description><![CDATA[<p>I have noticed a problem with vanilla after I saw the log of user registration at my site about the notification not been popped up telling users to confirm email before accessing forum. I created a dummy account to clear my doubt and nowhere after I clicked on sign up button it asked me to confirm my email first before I can post in the forum.</p>

<p>Not here the problem starts. My users think they have successfullly signed up but then see there is no option to add new posts or comment. So they leave the forum and half of them never returns.</p>

<p>One of my member had previously asked me how he can contribute coz he couldn't find the option to start new threads. At that point this issue didn't come into my mind and now I know what's causing the confusion?</p>

<p>Please suggest some solution to add a notice after the users are signed up to confirm email before continuing.</p>

<p>The forum is here <a rel="nofollow" href="http://www.environmentabout.com/forum">environmentabout.com/forum</a></p>
]]></description>
   </item>
   <item>
      <title>Category Permission Confusion, Possible bug</title>
      <link>http://vanillaforums.org/discussion/15266/category-permission-confusion-possible-bug</link>
      <pubDate>Wed, 09 Mar 2011 11:35:35 +0000</pubDate>
      <dc:creator>matthewkris</dc:creator>
      <guid isPermaLink="false">15266@/discussions</guid>
      <description><![CDATA[I'm confused on how category permissions work. I'm trying to create a Staff category that only Mods and Admins can view and use.<br /><br />Here is what I'm presented with:<br /><br /><a href="http://i.imgur.com/6IGNN.jpg" target="_blank" rel="nofollow">http://i.imgur.com/6IGNN.jpg</a><br /><br />What I am to make of this? It appears that the options are duplicated. Please help.]]></description>
   </item>
   <item>
      <title>Embedded and SEO</title>
      <link>http://vanillaforums.org/discussion/18939/embedded-and-seo</link>
      <pubDate>Wed, 08 Feb 2012 03:18:07 +0000</pubDate>
      <dc:creator>LarkRD</dc:creator>
      <guid isPermaLink="false">18939@/discussions</guid>
      <description><![CDATA[<p>is Embedding bad for SEO? I have checked "Force your forum to be viewed through the Remote Url"</p>

<p>Would search engines will be able to index somedomain.com/forums#/categories/general ??</p>
]]></description>
   </item>
   <item>
      <title>该开源论坛 是否可与LDAP集成？</title>
      <link>http://vanillaforums.org/discussion/18935/%E8%AF%A5%E5%BC%80%E6%BA%90%E8%AE%BA%E5%9D%9B-%E6%98%AF%E5%90%A6%E5%8F%AF%E4%B8%8Eldap%E9%9B%86%E6%88%90</link>
      <pubDate>Tue, 07 Feb 2012 07:28:06 +0000</pubDate>
      <dc:creator>RyanGu</dc:creator>
      <guid isPermaLink="false">18935@/discussions</guid>
      <description><![CDATA[<p>该开源论坛 是否可与LDAP集成？有没有插件可以使用。</p>
]]></description>
   </item>
   <item>
      <title>Changing discussion route to something else possible?</title>
      <link>http://vanillaforums.org/discussion/18944/changing-discussion-route-to-something-else-possible</link>
      <pubDate>Wed, 08 Feb 2012 12:56:14 +0000</pubDate>
      <dc:creator>buzz_lightyear</dc:creator>
      <guid isPermaLink="false">18944@/discussions</guid>
      <description><![CDATA[<p>Hi,
could anyone please advice me on how do i change the default route "discussion" to something different? Let's say "topics"...</p>

<p>thanx a lot
buzz</p>
]]></description>
   </item>
   <item>
      <title>2.0.18.2 Import fails silently - No idea where to go from here</title>
      <link>http://vanillaforums.org/discussion/18863/2-0-18-2-import-fails-silently-no-idea-where-to-go-from-here</link>
      <pubDate>Mon, 30 Jan 2012 08:55:46 +0000</pubDate>
      <dc:creator>setomidor</dc:creator>
      <guid isPermaLink="false">18863@/discussions</guid>
      <description><![CDATA[<p>Trying to upgrade to 2.0.18.2 but the import just fails silently. Been using the latest vanilla2exporter.php to export my 2.0.6 database, but when importing the file through the admin menu nothing happens:</p>

<ul>
<li>If using a zipped .txt.gz file (as generated by the exporter), the import page keeps the email and password information but presents the error "ImportFile is required".</li>
<li>If using an unzipped .txt file, the import page forgets all previous input and presents three errors; "You must select a file to import.", "Email is required." and "Password is required."</li>
</ul>

<p>My current installation is a fresh 2.0.18.2 with no changes what so ever. I've tried all different combinations of "Use my Current Password" and "Generate import SQL only", but I never got past the import input page.</p>

<p>As I'm unable to see any sort of error message, I have no idea where to go from here. Please advice! I even tried adding;</p>

<pre><code>$Configuration['Garden']['Errors']['LogEnabled'] = TRUE;
$Configuration['Garden']['Errors']['LogFile'] = 'logs/error-log';
$Configuration['Garden']['Errors']['MasterView'] = 'deverror.master.php';
</code></pre>

<p>but no logs/ directory is created, so I'm assuming no errors there. (I've restarted apache).</p>

<p>Also tried clearing the cache directory and verified directory permissions to uploads/conf/cache directories.</p>
]]></description>
   </item>
   <item>
      <title>Short Panel on Discussion Pages</title>
      <link>http://vanillaforums.org/discussion/18392/short-panel-on-discussion-pages</link>
      <pubDate>Fri, 23 Dec 2011 08:41:25 +0000</pubDate>
      <dc:creator>hbf</dc:creator>
      <guid isPermaLink="false">18392@/discussions</guid>
      <description><![CDATA[<p>When viewing a discussion i don't really care what categories of discussion are out there, or what discussions i have bookmarked. This plugin will hide those elements for you.</p>

<p>Edit the .css file to change what items are removed.</p>
]]></description>
   </item>
   <item>
      <title>Limit</title>
      <link>http://vanillaforums.org/discussion/16828/limit</link>
      <pubDate>Fri, 12 Aug 2011 05:58:38 +0000</pubDate>
      <dc:creator>jungica</dc:creator>
      <guid isPermaLink="false">16828@/discussions</guid>
      <description><![CDATA[Hi, where can i change the limit of the recent activity list?<br />It is show all without limit.<br />If i change class.recentactivitymodule.php (5 to something) nothing happens...<br />Thanx]]></description>
   </item>
   <item>
      <title>attach / upload files</title>
      <link>http://vanillaforums.org/discussion/18938/attach-upload-files</link>
      <pubDate>Tue, 07 Feb 2012 22:02:30 +0000</pubDate>
      <dc:creator>strata</dc:creator>
      <guid isPermaLink="false">18938@/discussions</guid>
      <description><![CDATA[<p>cannot configure file upload..'media' does not appear in list of choices..how do I achieve uploads?</p>
]]></description>
   </item>
   <item>
      <title>Index Page Showing Nothing But When Log In, All Topics Present?</title>
      <link>http://vanillaforums.org/discussion/18933/index-page-showing-nothing-but-when-log-in-all-topics-present</link>
      <pubDate>Tue, 07 Feb 2012 01:38:40 +0000</pubDate>
      <dc:creator>SpencerUk</dc:creator>
      <guid isPermaLink="false">18933@/discussions</guid>
      <description><![CDATA[<p>Hi all.</p>

<p>I've got a bit of a weird problem here.</p>

<p>When a user goes to <a href="http://ripwire.netscapist.com" target="_blank" rel="nofollow">http://ripwire.netscapist.com</a> the page shows no discussions, but when they login, all the discussions are there.</p>

<p>Can someone help me so the discussions show without having to login!. Thanks</p>
]]></description>
   </item>
   <item>
      <title>Confirm Email Message not appearing</title>
      <link>http://vanillaforums.org/discussion/18865/confirm-email-message-not-appearing</link>
      <pubDate>Mon, 30 Jan 2012 15:31:21 +0000</pubDate>
      <dc:creator>bencoleman</dc:creator>
      <guid isPermaLink="false">18865@/discussions</guid>
      <description><![CDATA[<p>When a new user signs up there should be a message appear reminding them that they need to confirm their registration by email. This message is not appearing.</p>

<p>I've checked and the gdn.inform function in global.js is not being fired, so there's no message appearing.</p>

<p>The forum us set up so new users move to the Confirm Email role until they confirm.</p>

<p>Any ideas what could be causing this?</p>
]]></description>
   </item>
   <item>
      <title>Voting disables view last post...</title>
      <link>http://vanillaforums.org/discussion/18914/voting-disables-view-last-post</link>
      <pubDate>Sat, 04 Feb 2012 16:04:56 +0000</pubDate>
      <dc:creator>Faz</dc:creator>
      <guid isPermaLink="false">18914@/discussions</guid>
      <description><![CDATA[<p>When voting is enabled, users are directed to the first (top) post only. Which probably makes sense from a questions point of view, but I wish to retain the original setting from Vanilla which is to direct the user to the last read post.
How can this be done?</p>
]]></description>
   </item>
   <item>
      <title>van2shout add to custom page</title>
      <link>http://vanillaforums.org/discussion/18928/van2shout-add-to-custom-page</link>
      <pubDate>Mon, 06 Feb 2012 13:18:36 +0000</pubDate>
      <dc:creator>Chanux</dc:creator>
      <guid isPermaLink="false">18928@/discussions</guid>
      <description><![CDATA[<p>normaly van2shout plugin display in side panel. i want to add this box to new custom page. like this image. help me
<img src="http://i39.tinypic.com/10rioeg.png" alt=""></p>
]]></description>
   </item>
   <item>
      <title>Category dropdown gone in &quot;ask a question&quot; menu</title>
      <link>http://vanillaforums.org/discussion/18937/category-dropdown-gone-in-ask-a-question-menu</link>
      <pubDate>Tue, 07 Feb 2012 17:06:53 +0000</pubDate>
      <dc:creator>jaganat</dc:creator>
      <guid isPermaLink="false">18937@/discussions</guid>
      <description><![CDATA[<p>All of a sudden, category dropdown menu to select where to post is gone.</p>

<p>I checked permissions of posting members and they are OK.</p>

<p>settings &gt; categories  "Do not display the categories in the side panel." is unchecked</p>
]]></description>
   </item>
   <item>
      <title>ABOUT LDAP LOGIN</title>
      <link>http://vanillaforums.org/discussion/18936/about-ldap-login</link>
      <pubDate>Tue, 07 Feb 2012 07:30:23 +0000</pubDate>
      <dc:creator>RyanGu</dc:creator>
      <guid isPermaLink="false">18936@/discussions</guid>
      <description><![CDATA[<p>BBS system support LDAP? A plugin?</p>
]]></description>
   </item>
   <item>
      <title>No categories?</title>
      <link>http://vanillaforums.org/discussion/17943/no-categories</link>
      <pubDate>Thu, 24 Nov 2011 01:52:50 +0000</pubDate>
      <dc:creator>Shmizzle</dc:creator>
      <guid isPermaLink="false">17943@/discussions</guid>
      <description><![CDATA[After upgrading, I just realized there are no categories listed in the "start new discussion" dropdown, even though I've got categories. Any ideas why this might be? New discussions are added to the "root" category by the way.]]></description>
   </item>
   <item>
      <title>Q&amp;A Board: Nested comments to clarify questions and comment on answers</title>
      <link>http://vanillaforums.org/discussion/18932/qa-board-nested-comments-to-clarify-questions-and-comment-on-answers</link>
      <pubDate>Tue, 07 Feb 2012 01:07:40 +0000</pubDate>
      <dc:creator>Konfuzius</dc:creator>
      <guid isPermaLink="false">18932@/discussions</guid>
      <description><![CDATA[<p>Our goal is to build a community around a Question &amp; Answer board. We've been looking at the few open source Q&amp;A solutions available, such as osqa, askbot and question2answer, but they aren't suitable for various reasons. We believe that vanilla forum is the best choice. Now however we are facing one major issue, vanilla forum does not natively support a nested comment structure (1 additional level, similar to the stackexchange sites would suffice). For a Q&amp;A Forum of the size we have in mind it is crucial to be able to sort the answers with respect to the number of votes received, which does not make sense without the ability to clarify questions and comment on specific answers.</p>

<p>So our question is, whether it is feasible to implement a comment on questions/answers solution.</p>
]]></description>
   </item>
   <item>
      <title>Can users, when signing up, choose their group?</title>
      <link>http://vanillaforums.org/discussion/18880/can-users-when-signing-up-choose-their-group</link>
      <pubDate>Wed, 01 Feb 2012 10:21:13 +0000</pubDate>
      <dc:creator>speck</dc:creator>
      <guid isPermaLink="false">18880@/discussions</guid>
      <description><![CDATA[<p>Hi,
I've vanilla 2.0.18.1 and i was wondering if users can choose a group upon their request for signup?
The groups i have in my mind is custom created by me.
How can i customize vanilla in that way?</p>

<p>thanks a lot.</p>
]]></description>
   </item>
   <item>
      <title>Pager Link Structure Bug Workaround</title>
      <link>http://vanillaforums.org/discussion/16511/pager-link-structure-bug-workaround</link>
      <pubDate>Thu, 07 Jul 2011 14:25:39 +0000</pubDate>
      <dc:creator>rubot</dc:creator>
      <guid isPermaLink="false">16511@/discussions</guid>
      <description><![CDATA[Not too elegant, but:<br><br>In file class.voting.plugin.php roundabout line 390 paste one line to correct the linkstructure of the popular page's pager.<br><br><code>// Build a pager.<br>      $PagerFactory = new Gdn_PagerFactory();<br><br>      $Sender-&gt;Pager = $PagerFactory-&gt;GetPager('Pager', $Sender);<br>      $Sender-&gt;Pager-&gt;ClientID = 'Pager';<br>      $Sender-&gt;Pager-&gt;Configure(<br>         $Offset,<br>         $Limit,<br>         $CountDiscussions,<br>         'discussions/popular/%1$s'<br>      );<br>//paste following line<br>      $Sender-&gt;SetData('_PagerUrl', 'discussions/popular/{Page}');</code><br><br>In your apache settings add following Rewrite:<br><code> RewriteRule ^/discussions/popular/(p)(\d*)$ /discussions/popular/$2 [R,L]</code>]]></description>
   </item>
   <item>
      <title>Seriously Flawed</title>
      <link>http://vanillaforums.org/discussion/18930/seriously-flawed</link>
      <pubDate>Mon, 06 Feb 2012 17:07:56 +0000</pubDate>
      <dc:creator>myjuneaucounty</dc:creator>
      <guid isPermaLink="false">18930@/discussions</guid>
      <description><![CDATA[<p>The whole concept of how this phorum should work is completely flawed.  For Instance, the activity, when you disable it, instead of the word link "activity" not being viewable, it shows and when people click on it, they see a message stating they are blocked.  Take it off from view, duh.  Seriously?  You disable commenting and people can still comment on other peoples activity, even though activity is suppose to be disabled, but you can't reply to discussions.  I don't see 500,000 people liking this software.  To much wrong with it.  I remember trying it before as well and having nothing but problems.  Thought I would revisit it hoping it has been updated, but you trade 1 problem being fixed for 2 new problems every time you update.  Sorry, can't be satisfied.  Last time I used it, people couldn't even log in and replying would work sporatically.  Fix your shit.</p>
]]></description>
   </item>
   </channel>
</rss>
