<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1058537" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1058537</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Thanks for the info
I&#039;ve been</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/how-configure-pathauto-drupal-7-forum#comment-1287507</link>
    <description> &lt;p&gt;Thanks for the info&lt;/p&gt;
&lt;p&gt;I&#039;ve been trying out new modules, and just added the forum signature one, without realising who made it &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 09 Nov 2013 21:39:42 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1287507 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Yes, that&#039;s completely</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/how-configure-pathauto-drupal-7-forum#comment-1287506</link>
    <description> &lt;p&gt;Yes, that&#039;s completely normal. I don&#039;t think this is a big problem with speed. The biggest thing that slows things down is the number of database queries required to get things like the front page forum list. Each forum on that front page list (Webmaster&#039;s corner, etc.) is a separate query. So it takes ages to get all those queries and build the page. vBulletin gets all of that in one single query, so it&#039;s a lot faster (although their database structure is a mess.) &lt;/p&gt;
&lt;p&gt;The Recent posts page is similar, because there are several separate tables needed to get all of that information, whereas vBulletin would store all that in one big table. Drupal has a better database structure, but it can make the queries more complex.&lt;/p&gt;
&lt;p&gt;Welcome to Drupal, by the way!&lt;/p&gt;
 </description>
     <pubDate>Sat, 09 Nov 2013 16:40:13 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1287506 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>UPDATE:
So after many more</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/how-configure-pathauto-drupal-7-forum#comment-1287500</link>
    <description> &lt;p&gt;UPDATE:&lt;br /&gt;
So after many more hours of reading and playing around, I now have the containers and forums showing as required:&lt;/p&gt;
&lt;p&gt;When clicking on a:&lt;br /&gt;
 - container the URL is: &lt;em&gt;domain.com/container_name&lt;/em&gt;&lt;br /&gt;
 - forum the URL is: &lt;em&gt;domain.com/container_name/forum_name&lt;/em&gt;&lt;br /&gt;
 - post the url is: &lt;em&gt;domain.com/forum_name/post_name&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;The above results are from the following settings:&lt;/p&gt;
&lt;p&gt;Pattern for all Forum topic paths&lt;br /&gt;
[node:taxonomy_forums]/[node:title]&lt;/p&gt;
&lt;p&gt;Pattern for forums and forum containers&lt;br /&gt;
[term:parent]/[term:name]&lt;/p&gt;
&lt;p&gt;One worry,  whenever I have something in front of the post (ie &quot;/forum_name/post_name&quot;) that alias gets added to the URL alias list. I presume that means every single post will have an alias?&lt;br /&gt;
Is this how it is here? Is this normal? I presume this slows down the forum speed, although not sure how much as I presume Drupal looks to see if there is an alias first every time anyway and so actually getting it isn&#039;t too much trouble (or cached..?)?&lt;/p&gt;
 </description>
     <pubDate>Fri, 08 Nov 2013 18:45:00 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1287500 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Yeah but those ones no longer</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/how-configure-pathauto-drupal-7-forum#comment-1287499</link>
    <description> &lt;p&gt;Yeah but those ones no longer work in Druapl 7 &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I only have a forum setup too&lt;br /&gt;
I&#039;m getting there, however.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Pattern for forums and forum containers &lt;/strong&gt;:&lt;br /&gt;
&lt;code&gt;[term:vocabulary]/[term:name]&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This is now working for containers and forums, just need to get the posts to show forum and post, not just post as it currently is.&lt;/p&gt;
&lt;p&gt;EDIT:&lt;br /&gt;
Also, it seems the pathauto wasn&#039;t rebuilding when it should have been. I had it set to delete old aliases and create new (the forum is new &amp;amp; not live), yet now I&#039;ve gone and manually deleted all aliases and set the &quot;URL Aliases&quot; to regenerate them all, it generated every one and some of the issues I was having are now resolved.&lt;/p&gt;
 </description>
     <pubDate>Fri, 08 Nov 2013 16:15:00 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1287499 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>What do you have for the path</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/how-configure-pathauto-drupal-7-forum#comment-1287498</link>
    <description> &lt;p&gt;What do you have for the path pattern now? Since this site is only forums, we have set the path alias for all nodes, like this:&lt;/p&gt;
&lt;p&gt;[term-raw]/[title-raw]&lt;/p&gt;
&lt;p&gt;Forums are taxonomy terms.&lt;/p&gt;
 </description>
     <pubDate>Fri, 08 Nov 2013 15:57:32 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1287498 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
