<?xml version="1.0" encoding="utf-8"?>
<!-- generator="Kunena 1.5.5"> -->
<rss version="0.91">
    <channel>
        <title>ARTIO - Forum</title>
        <description>Kunena Site Syndication</description>
        <link>http://www.artio.net/</link>
        <lastBuildDate>Tue, 16 Mar 2010 09:31:39 +0200</lastBuildDate>
        <generator>Kunena 1.5.5</generator>
        <image>
	        <url>http://www.artio.net/components/com_kunena/template/default/images/english/emoticons/rss.gif</url>
	        <title>Powered by Kunena</title>
	        <link>http://www.artio.net/</link>
	        <description>Kunena Site Syndication</description>
        </image>
        <item>
            <title>Subject: Site goes blank when enabling joomsef - by: Sandman</title>
            <link>http://www.artio.net/support-forums/joomsef-paying-users/site-goes-blank-when-enabling-joomsef#11163</link>
            <description>My website , www.thefastforum.be goes blank when I enable joomsef. 

I recently added some stuff to optimze the website to .htacces, but also when I leave it out, my website shows a blank page.

.htacces without these optimisations:

##
# @version $Id: htaccess.txt 10492 2008-07-02 06:38:28Z ircmaxell $
# @package Joomla
# @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##

#####################################################
#  READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
#
# The line just below this section: 'Options +FollowSymLinks' may cause problems
# with some server configurations.  It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file.  If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's.  If they work,
# it has been set by your server administrator and you do not need it set here.
#
#####################################################

##  Can be commented out if causes errors, see notes above.
Options +FollowSymLinks

#
#  mod_rewrite in use

RewriteEngine On

RewriteCond % /phpBB3(\/?)$
RewriteRule (.*) /forums.html [R=301,L]

RewriteCond % /phpBB3/index.php
RewriteRule (.*) /forums.html?% [R=301,L]

RewriteCond % /phpBB3/ucp.php
RewriteRule (.*) /forums/user.html?% [R=301,L]

RewriteCond % /phpBB3/viewforum.php
RewriteRule (.*) /forums/forum.html?% [R=301,L]

RewriteCond % /phpBB3/viewtopic.php
RewriteRule (.*) /forums/topic.html?% [R=301,L]

RewriteCond % /phpBB3/memberlist.php
RewriteRule (.*) /forums/members.html?% [R=301,L]



########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#
# Block out any script trying to set a mosConfig value through the URL
RewriteCond % mosConfig_[a-zA-Z_](=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond % base64_encode.*\(.*\) [OR]
# Block out any script that includes a  tag in URL
RewriteCond % (\|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond % GLOBALS(=|\[|\%[0-9A-Z]) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond % _REQUEST(=|\[|\%[0-9A-Z])
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
#
########## End - Rewrite rules to block out some common exploits

#  Uncomment following line if your webserver's URL
#  is not directly related to physical file paths.
#  Update Your Joomla! Directory (just / for root)

# RewriteBase /

########## Begin - Joomla! core SEF Section
#
RewriteCond % !-f
RewriteCond % !-d
RewriteCond % !^/index.php
RewriteCond % (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$  [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%,L]
#
########## End - Joomla! core SEF Section

RewriteCond % ^thefastforum.be$ [OR]
RewriteCond % ^www.thefastforum.be$
RewriteRule ^/?$ &quot;http\:\/\/www\.thefastforum\.be\/phpBB3&quot; [R=301,L]



and .htacces with those. 

# Web Optimizer options

	BrowserMatch ^Mozilla/4 gzip-only-text/html
	BrowserMatch ^Mozilla/4\.0[678] no-gzip
	BrowserMatch SV1; !no_gzip
	BrowserMatch \bMSIE !no-gzip !gzip-only-text/html

Options +FollowSymLinks +SymLinksIfOwnerMatch

	AddEncoding gzip .gz
	AddEncoding deflate .df


	RewriteEngine On
	RewriteBase /
	RewriteRule ^(.*)\.wo[0-9]+\.(css|php)$ $1.$2
	RewriteRule ^(.*)\.wo[0-9]+\.(js|php)$ $1.$2
	RewriteCond % gzip
	RewriteCond % !Konqueror
	RewriteCond %.gz -f
	RewriteRule ^(.*)\.ico$ $1.ico.gz [QSA,L]
	
		ForceType image/x-icon
	
	RewriteCond % gzip
	RewriteCond % !Konqueror
	RewriteCond %.gz -f
	RewriteRule ^(.*)\.xml$ $1.xml.gz [QSA,L]
	
		ForceType text/xml
	
	RewriteCond % gzip
	RewriteCond % !Konqueror
	RewriteCond %.gz -f
	RewriteRule ^(.*)\.txt$ $1.txt.gz [QSA,L]
	
		ForceType text/plain
	
	RewriteCond % gzip
	RewriteCond % !Konqueror
	RewriteCond %.gz -f
	RewriteRule ^(.*)\.css$ $1.css.gz [QSA,L]
	
		ForceType text/css
	
	RewriteCond % gzip
	RewriteCond % !Konqueror
	RewriteCond %.gz -f
	RewriteRule ^(.*)\.js$ $1.js.gz [QSA,L]
	
		ForceType application/x-javascript
	
	RewriteCond % gzip
	RewriteCond % !Konqueror
	RewriteCond %.gz -f
	RewriteRule ^(.*)\.(ttf|otf|eot|svg)$ $1.$2.gz [QSA,L]
	
		ForceType application/x-font-truetype
	
	
		ForceType application/x-font-opentype
	
	
		ForceType image/svg+xml
	
	
		ForceType application/vnd.ms-fontobject
	


	ExpiresActive On
	
		ExpiresDefault &quot;access plus 10 years&quot;
	
	ExpiresByType text/css A315360000
	
		ExpiresDefault &quot;access plus 10 years&quot;
	
	ExpiresByType text/javascript A315360000
	ExpiresByType application/javascript A315360000
	ExpiresByType application/x-javascript A315360000
	ExpiresByType text/x-js A315360000
	ExpiresByType text/ecmascript A315360000
	ExpiresByType application/ecmascript A315360000
	ExpiresByType text/vbscript A315360000
	ExpiresByType text/fluffscript A315360000
	
		ExpiresDefault &quot;access plus 10 years&quot;
	
	ExpiresByType image/gif A315360000
	ExpiresByType image/png A315360000
	ExpiresByType image/jpeg A315360000
	ExpiresByType image/x-icon A315360000
	ExpiresByType image/bmp A315360000
	
		ExpiresDefault &quot;access plus 10 years&quot;
	
	ExpiresByType application/x-font-opentype A315360000
	ExpiresByType application/x-font-truetype A315360000
	ExpiresByType application/x-font-ttf A315360000
	ExpiresByType application/x-font A315360000
	ExpiresByType font/opentype A315360000
	ExpiresByType font/otf A315360000
	ExpiresByType application/vnd.oasis.opendocument.formula-template A315360000
	ExpiresByType image/svg+xml A315360000
	ExpiresByType application/vnd.ms-fontobject A315360000
	ExpiresByType font/woff A315360000
	
		ExpiresDefault &quot;access plus 10 years&quot;
	
	ExpiresByType video/x-flv A315360000
	ExpiresByType video/x-ms-wmv A315360000
	ExpiresByType video/x-ms-asf A315360000
	ExpiresByType video/x-ms-asx A315360000
	ExpiresByType video/x-ms-wma A315360000
	ExpiresByType video/x-ms-wax A315360000
	ExpiresByType video/x-ms-wmx A315360000
	ExpiresByType video/x-ms-wm A315360000
	
		ExpiresDefault &quot;access plus 10 years&quot;
	
	ExpiresByType application/x-shockwave-flash A315360000
	ExpiresByType application/pdf A315360000
	ExpiresByType application/msword A315360000
	ExpiresByType application/rtf A315360000
	ExpiresByType application/vnd.ms-excel A315360000
	ExpiresByType application/vnd.ms-powerpoint A315360000


	
		Header append Cache-Control public
	
	
		Header unset Last-Modified
		FileETag MTime
	

# Web Optimizer end
##
# @version $Id: htaccess.txt 10492 2008-07-02 06:38:28Z ircmaxell $
# @package Joomla
# @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##

#####################################################
#  READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
#
# The line just below this section: 'Options +FollowSymLinks' may cause problems
# with some server configurations.  It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file.  If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your sef url's.  If they work,
# it has been set by your server administrator and you do not need it set here.
#
#####################################################

##  Can be commented out if causes errors, see notes above.
Options +FollowSymLinks

#
#  mod_rewrite in use

RewriteEngine On





########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#
# Block out any script trying to set a mosConfig value through the URL
RewriteCond % mosConfig_[a-zA-Z_](=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond % base64_encode.*\(.*\) [OR]
# Block out any script that includes a  tag in URL
RewriteCond % (\|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond % GLOBALS(=|\[|\%[0-9A-Z]) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond % _REQUEST(=|\[|\%[0-9A-Z])
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
#
########## End - Rewrite rules to block out some common exploits

#  Uncomment following line if your webserver's URL
#  is not directly related to physical file paths.
#  Update Your Joomla! Directory (just / for root)

# RewriteBase /

########## Begin - Joomla! core SEF Section
#
RewriteCond % !-f
RewriteCond % !-d
RewriteCond % !^/index.php
RewriteCond % (/|\.php|\.html|\.htm|\.feed|\.pdf|\.raw|/[^.]*)$  [NC]
RewriteRule (.*) index.php
RewriteRule .* - [E=HTTP_AUTHORIZATION:%,L]
#
########## End - Joomla! core SEF Section

RewriteCond % ^thefastforum.be$ [OR]
RewriteCond % ^www.thefastforum.be$
RewriteRule ^/?$ &quot;http\:\/\/www\.thefastforum\.be\/phpBB3&quot; [R=301,L]</description>
            <pubDate>Tue, 16 Mar 2010 07:28:43 +0200</pubDate>
        </item>
        <item>
            <title>Subject: I installed marketplace extension and my site has - by: sybn</title>
            <link>http://www.artio.net/support-forums/joomsef-free-edition/i-installed-marketplace-extension-and-my-site-has#11162</link>
            <description>www.arayanburaya.com

it shows blank white page</description>
            <pubDate>Mon, 15 Mar 2010 23:36:30 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Print Preview Button , Home menu item - by: mv@neutral.cz</title>
            <link>http://www.artio.net/support-forums/joomsef-paying-users/print-preview-button#11161</link>
            <description>Hi there,

im using multi language website with english (default) and czech language. I turned on &quot;Show Print Button Icon&quot; for menu item to show print button for visitors. Somehow &quot;print button&quot; in czech content shows print preview with english language. 

Any ideas ?

And second thing - ArtioSEF doesnt make sef url for print button, is this right? Should I buy some extensions to get print button with SEF url ?

Ok, and next one - Menu item &quot;Home&quot; - link to homepage - in czech version of site links to www.domain.com and not to www.domain.com/cz/

Thanks

Milan</description>
            <pubDate>Mon, 15 Mar 2010 22:56:06 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Wordpress Extension removes all html on blog - by: raceclassictv</title>
            <link>http://www.artio.net/support-forums/joomsef-paid-extensions/wordpress-extension-removes-all-html-on-blog#11160</link>
            <description>Hello,

No I don't receive an error message, the page just now comes up in outline form only.

Here is the URL for the page.

http://www.raceclassic.tv/index.php/blog</description>
            <pubDate>Mon, 15 Mar 2010 21:06:20 +0200</pubDate>
        </item>
        <item>
            <title>Subject: File Update doesn't work. - by: fayenet</title>
            <link>http://www.artio.net/support-forums/joomdoc-docman-2/file-update-doesn-t-work#11159</link>
            <description>When I click on &quot;update&quot; icon on Joomdoc -&gt; Files page:

1. If I upload a new file that has the same file name, I got error &quot;Same file already exists&quot;.
2. If I upload a new file with different name, the system just basically upload the new file and doesn't delete or overwrite the old file. 

Anyone experiences the same issue? Any fixes ?</description>
            <pubDate>Mon, 15 Mar 2010 19:31:46 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Question related Jomres-extension - by: Olav</title>
            <link>http://www.artio.net/support-forums/joomsef-paying-users/question-related-jomres-extension#11158</link>
            <description>Hello Jan,

did you find out sometzhing regareding the url I sent ??
I really need a solution !!

URGENT

Thanx

Olav</description>
            <pubDate>Mon, 15 Mar 2010 18:56:27 +0200</pubDate>
        </item>
        <item>
            <title>Subject: JoomSEF and JoomlaBoard - showing a - by: darefiev</title>
            <link>http://www.artio.net/support-forums/joomsef-paying-users/joomsef-and-joomlaboard-showing-a#11157</link>
            <description>Anybody can help ?

PS: I have bought the JoomSEF license. Or does this forum means, that I have to pay for the support ?</description>
            <pubDate>Mon, 15 Mar 2010 16:39:08 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Fatal error: Call member function toString() VM - by: pawoodster</title>
            <link>http://www.artio.net/support-forums/joomsef-paying-users/fatal-error-call-member-function-tostring-vm/page-2#11156</link>
            <description>Im still having a problem with joomSEF processing index2 urls... Another example is when a user is logged in to my site and they go to &quot;account details&quot; to and view a previous order that they have placed on my site. When viewing individual orders they get a print button with a link that says: 

https://www.mercoboatdocks.com/index2.php?option=com_virtuemart&amp;Itemid=99&amp;option=com_virtuemart&amp;Itemid=99&amp;pop=1&amp;tmpl=component    (this is with joomSEF enabled and this link does not function correctly)

https://www.mercoboatdocks.com/index2.php?page=account.order_details&amp;order_id=77&amp;option=com_virtuemart&amp;Itemid=66&amp;pop=1&amp;tmpl=component  (this is with joomSEF disabled and the link does do what it is supposed to do)

The only difference in the settings between these two links is disabling and enabling joomSEF. 

I got my original admin link problem fixed by enabling an ssl certificate on my site. But im still having the other problem with the print button link.</description>
            <pubDate>Mon, 15 Mar 2010 13:19:05 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Parse error on frontend after installing JoomSEF - by: campbellimray</title>
            <link>http://www.artio.net/support-forums/joomsef-paying-users/parse-error-on-frontend-after-installing-joomsef/page-2#11154</link>
            <description>Hello

Order ID: 5611
PHP Version: 5.2.9
Joomla Version: 1.5.15
JoomSEF: 3.5.1

I'm having the same problem as the OP, except I have got PHP 5.2. When I open up the website (with JoomSEF turned off) I get the same unexpected error. When I change the code in joomsef.php I get the follow error message on the Homepage only:

Warning: Missing argument 2 for _varfiltertest() in /home/hdspace/public_html/components/com_sef/joomsef.php on line 1993

It's repeated 11 times down the page.

Any ideas?

Thanks a lot.</description>
            <pubDate>Mon, 15 Mar 2010 02:43:32 +0200</pubDate>
        </item>
        <item>
            <title>Subject: [JoomSEF3] Problem when I try to create a page... - by: locationcaravane</title>
            <link>http://www.artio.net/support-forums/general/joomsef3-problem-when-i-try-to-create-a-page#11153</link>
            <description>Nobody is able to help me?</description>
            <pubDate>Mon, 15 Mar 2010 01:36:07 +0200</pubDate>
        </item>
        <item>
            <title>Subject: weblinks issue - by: david</title>
            <link>http://www.artio.net/support-forums/joomsef-free-edition/weblinks-issue#11151</link>
            <description>No problem, I'm glad to know it works now.</description>
            <pubDate>Sun, 14 Mar 2010 15:51:03 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Direct Access not allowed AGAIN - by: mariohilke</title>
            <link>http://www.artio.net/support-forums/joomsef-paying-users/direct-access-not-allowed-again#11149</link>
            <description>Hi

taks fo your reply!I moved the databse ju before he  system plgn n nothi then a published dec moe and not, also I cleaned the cache of the browser

thanks and regards

mario</description>
            <pubDate>Sun, 14 Mar 2010 15:23:01 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Compatability Question - by: librum</title>
            <link>http://www.artio.net/support-forums/joomdoc-docman-2/compatability-question#11146</link>
            <description>Is JoomDOC fully compatable with docman's autopopulate 1.4.2?  I need a bulk upload capability, but do not want to 'blow up' my existing database.

Sarah</description>
            <pubDate>Sun, 14 Mar 2010 10:44:35 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Missing Modules with Jreviews - by: Silver Scorpian</title>
            <link>http://www.artio.net/support-forums/joomsef-free-edition/missing-modules-with-jreviews#11145</link>
            <description>Everything about JoomSEF has been working fine thus far. I'm experiencing this problem when creating a new listing with jreviews.

I've recently submitted a new listing and none of the modules that I have enabled show up on the listing page:
http://xboxedge.com/reviews/battlefield-bad-company-2

However, all of my old listings still have the modules appearing on the side:
http://xboxedge.com/reviews/bioshock-2

Any idea what the problem could be? I'm only having problems with new jreview listings, not any other article submission.</description>
            <pubDate>Sat, 13 Mar 2010 19:49:42 +0200</pubDate>
        </item>
        <item>
            <title>Subject: JoomSEF Virtuemart, how is the SEF url made? Issue - by: YDWINC</title>
            <link>http://www.artio.net/support-forums/joomsef-paying-users/joomsef-virtuemart-how-is-the-sef-url-made-issue#11142</link>
            <description>Thanks!
The Manufacturer id was missing. :)</description>
            <pubDate>Sat, 13 Mar 2010 12:15:57 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Mosets Tree - How to generate urls - by: david</title>
            <link>http://www.artio.net/support-forums/joomsef-paid-extensions/mosets-tree-how-to-generate-urls#11141</link>
            <description>Hello,

That's strange that your Mosets Tree component uses index2.php, since it is basically used only for AJAX requests and it is not SEFed by Joomla either. Please, check your Mosets Tree configuration if you can find something related to this, as there should really be only index.php in the URLs.

Best regards,
ARTIO Support Team</description>
            <pubDate>Sat, 13 Mar 2010 11:47:56 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Help on Auto- Rewriting Url's - by: david</title>
            <link>http://www.artio.net/support-forums/joomsef-free-edition/help-on-auto-rewriting-url-s#11136</link>
            <description>Hello,

You can go to Manages Extensions page, click the Content extension, and set the options for content URLs generation there.
As regards the template, how do you have this functionality implemented?

Best regards,
ARTIO Support Team</description>
            <pubDate>Sat, 13 Mar 2010 11:18:17 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Sobi2 Extension for clones - by: david</title>
            <link>http://www.artio.net/support-forums/joomsef-paid-extensions/sobi2-extension-for-clones#11135</link>
            <description>Hello,

If by &quot;SOBI2 clone&quot; you mean that you have two separate installations of SOBI2 component, then it should be possible to just rename the SOBI2 extension so it matches the &quot;option&quot; variable of the SOBI2 clone. However I cannot guarantee that it will really work as we haven't tested this.
Also you cannot explicitly set &quot;Component's router&quot; for any component, you set &quot;JoomSEF handler&quot; and if the component has its own router and there is no JoomSEF extension installed for it, then the component's router is used automatically.

Best regards,
ARTIO Support Team</description>
            <pubDate>Sat, 13 Mar 2010 11:15:16 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Q: How to add variables to URL - by: david</title>
            <link>http://www.artio.net/support-forums/joomsef-free-edition/q-how-to-add-variables-to-url#11134</link>
            <description>Hello,

The Custom non-SEF variables option should work for this. Can you post the screenshot of your settings, so I can see if you put them in correctly?

Best regards,
ARTIO Support Team</description>
            <pubDate>Sat, 13 Mar 2010 11:10:13 +0200</pubDate>
        </item>
        <item>
            <title>Subject: JoomSef metadata - by: david</title>
            <link>http://www.artio.net/support-forums/joomsef-paying-users/joomsef-metadata#11133</link>
            <description>Hello,

Go to Manage Extensions page, click the Content extension, expand the Meta Tags parameters group, and disable keywords and description generation. You will probably need to delete the already created URLs and clear the cache so they can be recreated without the JoomSEF's metadata.

The Active checkbox is used when there are two or more same SEF URLs for different Real URLs - in that case, you can set which of the Real URLs will be used.

What exactly do you mean by &quot;unwanted URLs&quot;? Can you post some examples?

Best regards,
ARTIO Support Team</description>
            <pubDate>Sat, 13 Mar 2010 11:08:14 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Problems with Artio JoomSEF 3.5.5 - by: david</title>
            <link>http://www.artio.net/support-forums/joomsef-free-edition/problems-with-artio-joomsef-3-5-5/page-2#11132</link>
            <description>Hi,

I'll let someone know about Serbia in country list.

As regards the configuration file, the Joomla's /configuration.php file needs to be writable. You can also try settings the 777 rights on whole / directory, maybe that will help.

Best regards,
ARTIO Support Team</description>
            <pubDate>Sat, 13 Mar 2010 11:03:30 +0200</pubDate>
        </item>
        <item>
            <title>Subject: gary's cookbook patch - by: dee-pack</title>
            <link>http://www.artio.net/support-forums/joomsef-free-extensions/gary-s-cookbook-patch#11130</link>
            <description>Hi, 

I have the componant Gary'cookbook 3.0.14 and I want to use the SEF extension from Artio. But I have to use a patch, (http://www.artio.net/de/suche/joomla-related/joomsef/patches-for-3rd-party-components/seo-patch-for-) and this patch is not for the 3.0.14 version of gary's cookbook.
(so there are some bugs)


Could you update the patch to 3.0.14?

thanks</description>
            <pubDate>Sat, 13 Mar 2010 10:10:58 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Installed paid Joomsef but no css in pages - by: kbouchafaa</title>
            <link>http://www.artio.net/support-forums/joomsef-paid-extensions/installed-paid-joomsef-but-no-css-in-pages#11128</link>
            <description>SEO Settings the 3 settings to YES

But get the page without any CSS STYLE !
Is there any video to show how do do it step by step

Thank you 
---------------------------&gt;&gt; 
The matter is fixed thank you 

don't have to reply</description>
            <pubDate>Sat, 13 Mar 2010 02:16:15 +0200</pubDate>
        </item>
        <item>
            <title>Subject: MyBlog authors all get the same URL - by: alias2211</title>
            <link>http://www.artio.net/support-forums/joomsef-paid-extensions/myblog-authors-all-get-the-same-url/page-2#11127</link>
            <description>I wanted to update with an insight that I had during some more troubleshooting as I was waiting for a response from Denis.

Right now, the author names are being linked like this, all of them making the same SEF URL:

http://www.compassionatesocieties.org/blogs/search-blog-blogger/

And in the past, I was trying to follow the author root by clicking on an author's article like this:

http://www.compassionatesocieties.org/blogs/chris-pegg/NAME-OF-ARTICLE

From this URL with Author name present, I tried to shorten it to :

http://www.compassionatesocieties.org/blogs/chris-pegg

Because it followed that the URL syntax above would result in a list of entries by that author.  However, it gave the error Invalid Task.

Today when I was trying new things, I happened upon this syntax, which actually presents a list of articles by an individual author:

http://www.compassionatesocieties.org/blogs/search-blog-blogger/chris-pegg

So, it looks like what would fix the problem is that if the current author name SEF links would just get their /first-last suffix appended to what is currently being created by SEF (http://www.compassionatesocieties.org/blogs/search-blog-blogger/) then this problem will be solved.  I can turn off SEF and see that the original Joomla system URLs are unique according to author name, so hopefully this will be the key to engineering the fix.

Thank you for your help, please ask me for more information if you need it!  It's been nearly 3 weeks now and we could really use some help to get this resolved.</description>
            <pubDate>Fri, 12 Mar 2010 22:07:18 +0200</pubDate>
        </item>
        <item>
            <title>Subject: mosParameters crashes server - by: ConeHouse</title>
            <link>http://www.artio.net/support-forums/joomdoc-docman-2/mosparameters-crashes-server#11126</link>
            <description>JoomDoc uploads fail and crash server for (some users) using current OS and current FF and IE, tested repeatedly. 

Server reports to browser:
*Fatal error*: Class 'mosParameters' not found in
*/home/taacanad/public_html/administrator/components/com_joomdoc/docman.class.php*
on line *762

This code follows:
	function _returnParam( $field , $config_field='',$attribs=null )
	{
		$docman = &amp;DocmanFactory::getDocman();
		if( ! $config_field ) 
		if( is_null($attribs))
		if( ! isset($this-&gt;_params) &amp;&amp; $attribs )
		{
			 $this-&gt;_params =  new mosParameters( $attribs ); 
		}
		if( isset( $this-&gt;_params-&gt;$field ) )
		{
			return( $this-&gt;_params-&gt;$field );
		}
		return $docman-&gt;getCfg( $config_field );
	}

This appears to be an attempt to retrieve pre-Joomla 1.5 var no longer supported. Or something else?</description>
            <pubDate>Fri, 12 Mar 2010 21:33:46 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Boonex Dolphin PHP script is SCAM! Beware! - by: webpass</title>
            <link>http://www.artio.net/support-forums/general/boonex-dolphin-php-script-is-scam-beware#11124</link>
            <description>Why Boonex is a scam?

Boonex problem nr1. No coding standard 

Boonex is writen by several people using different technologies. Its main base (Dolphin) is writen in pure php with its own template engine and forum  (Orca) uses xlst. That has large negative impact to integration of forum in site and site in forum. When coding, please use single technology and template system. 

Whats even worser, different parts of dolphins code itself is writen by completely different people, and very in the hurry. So everyone has its own imagination how to interact with different parts of the code. It is very tricky to modify code that way to suit site needs. 

Boonex problem nr2. Template engine and separation of code/design/database

This problem in dolphin/boonex needs a point on its own. Boonex uses custom template system ( that should be called layout system). The blocks of generated html code are pased to specific places in the template. That creates a big headache for programers as they need to search through code for the place where some box is generated. It might be generated in template, or in specific function in one of numerous includes. And so on. Even pligg has better templating than this. 

It is very tricky to rip boonex templating apart, as whole coding is based on such poor programming practice. They would be better off using existing template system like smarty or similar one. 

This leads to problem nr3

Boonex problem nr3. Crapy use of Database

We saw serveral other competing sites launched on boonex, but we did not care much. Why? Becouse when they reach 500-1000 daily visitors they will break apart. The reason for it is very bad programming and use of database. 

For example, boonex uses profile builder which assigns fields to profiles. So the output of profile uses more than one table and is quite inefficient. 

Also, there is a nice 20-30 query overhead on each page display to fetch all the configuration values from table. Silly, isn’t it ? They would be FAR better of using a file for configuring sofware or caching it in php file like it is done in most of the systems. 

Another simple problem. When boonex wants to display a profile being online it additionally check database for its status. But that data was pulled from database already. So 20 useless queries again. 

Resume

I would not suggest using boonex if you want to keep your programmers sane. We have have changed the code almost completely for now, and you will need to do that too. Boonex is a scam. Try googling &quot;boonex scam&quot; first.</description>
            <pubDate>Fri, 12 Mar 2010 14:45:35 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Site Crash!!! - by: wallionmick</title>
            <link>http://www.artio.net/support-forums/general/site-crash#11123</link>
            <description>It might not be the problem with FTP may be a wrong occurrence from sophisticated user.. and we cn\an not judge that its cos Joomla..!!

Mick..!!

.
lanyard necklace (http://www.pcnametag.com/product-Sporty2_No_Spin_Necklace-262.aspx) | bulk lanyard necklace (http://www.pcnametag.com/product-Sporty2_No_Spin_Necklace-262.aspx)</description>
            <pubDate>Fri, 12 Mar 2010 13:30:02 +0200</pubDate>
        </item>
        <item>
            <title>Subject: JoomSEF/mod_vm_manufacturers bug - by: opace</title>
            <link>http://www.artio.net/support-forums/joomsef-paid-extensions/joomsef-mod-vm-manufacturers-bug#11122</link>
            <description>Hi, has anyone had chance to look into this? It is a significant issue for our client.</description>
            <pubDate>Fri, 12 Mar 2010 11:54:18 +0200</pubDate>
        </item>
        <item>
            <title>Subject: mod_latestadded Patch (Show Unpublished Only) - by: drsassafras</title>
            <link>http://www.artio.net/support-forums/joomdoc-docman-2/mod-latestadded-patch-show-unpublished-only#11120</link>
            <description>I have a further update to help with formatting the module. The images displayed are now a part of the li instead of placed after them. This removes the redundant and annoying li bullet when the image bullets are present. It also frees up space :)

 http://www.artio.net/images/fbfiles/files/mod_joomdoc_latestdown.zip</description>
            <pubDate>Fri, 12 Mar 2010 06:42:36 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Using with phpBB 3 forum and Jfusion? - by: MoviezzzMaster</title>
            <link>http://www.artio.net/support-forums/joomsef/using-with-phpbb-3-forum-and-jfusion/2#11118</link>
            <description>empty&quot;/nnAre you looking for that great new movie that you heard so much about, but can`t find a real copy of it to download anywhere else? Let Download Gate be your guide to not only finding the movie that you want to download, but allowing you to download it at a rapid pace so you can enjoy it faster. Our extensive collection of not only the latest and greatest movies out there, but timeless classics and epic releases are just a taste of what you`ll find in our member`s area. Our staff makes sure that every new update is made available right away to our members, and that our servers can handle even the biggest rushes to download the material you desire. And you`re not going to find low quality releases here at Download Provider. Our staff also double-checks every video on our site to make sure that it`s in working order, and is delivered in good quality, so when you download it, there are no surprises on your end; just a good quality video that you can enjoy. Welcome! http://www.movies-base.com</description>
            <pubDate>Thu, 11 Mar 2010 22:33:06 +0200</pubDate>
        </item>
        <item>
            <title>Subject: [REQ]Simgallery plugin - by: TJ051069</title>
            <link>http://www.artio.net/support-forums/new-joomsef-extensions-requests/req-simgallery-plugin#11116</link>
            <description> martin wrote: 
 hi does a plugin for simgalelry exist?

Or are there plans to create one? 

I need this Plugin too.</description>
            <pubDate>Thu, 11 Mar 2010 20:45:37 +0200</pubDate>
        </item>
        <item>
            <title>Subject: error URGENT - by: luishorta</title>
            <link>http://www.artio.net/support-forums/joomsef-paying-users/error-urgent#11115</link>
            <description></description>
            <pubDate>Thu, 11 Mar 2010 15:40:51 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Duplicate entries found during Joomla! search - by: rhand</title>
            <link>http://www.artio.net/support-forums/joomsef-paying-users/duplicate-entries-found-during-joomla-search#11114</link>
            <description>When I search -Joomla search + VM component - for the company's name on a newly launched website WC http://www.domain.nl/search?searchword=Company-Name the same contact page is shown 6 times!!! Why is that?</description>
            <pubDate>Thu, 11 Mar 2010 15:33:10 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Blank side when mod_joomdoc_latestdown aktivated - by: spiritwalker</title>
            <link>http://www.artio.net/support-forums/joomdoc-docman-2/blank-side-when-mod-joomdoc-latestdown-aktivated#11112</link>
            <description>Hello

When I activate  mod_joomdoc_latestdown then I get a blank white side (the hole Webside is gone).

Knows anybody this kind of  &quot;Error&quot;?

I am using Joomla 1.5.15, JoomDoc 2.0.1 and mod_joomdoc_latestdown 2.0.0

Please help.

Regards.

Spiritwalker</description>
            <pubDate>Thu, 11 Mar 2010 08:44:19 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Virtuemart Products not SEF - by: jwvb</title>
            <link>http://www.artio.net/support-forums/joomsef-paying-users/virtuemart-products-not-sef/page-2#11106</link>
            <description>Works like a charm!

Thanks a lot peeps :)</description>
            <pubDate>Wed, 10 Mar 2010 16:55:32 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Joomsef and Alphacontent problem repeat ULR - by: Josete</title>
            <link>http://www.artio.net/support-forums/joomsef-free-edition/joomsef-and-alphacontent-problem-repeat-ulr#11105</link>
            <description>thanks for your answer.Wait for next versions

Greetings</description>
            <pubDate>Wed, 10 Mar 2010 16:51:00 +0200</pubDate>
        </item>
        <item>
            <title>Subject: MyBlog extension problem - by: david</title>
            <link>http://www.artio.net/support-forums/joomsef-paid-extensions/myblog-extension-problem/page-2#11101</link>
            <description>Hello,

The easiest way to accomplish both the tasks would be:

1. Go to Manage Extensions page in JoomSEF
2. Click the MyBlog component - you should see the page with extension parameters on the right side
3. In the Common tab, set your &quot;Extension Download ID&quot; (you got it via e-mail when you bought the MyBlog extension)
4. Hit Save button
5. Now when you click the Get extension button, the newest version of MyBlog extension should be installed automatically

Best regards,
ARTIO Support Team</description>
            <pubDate>Wed, 10 Mar 2010 15:15:15 +0200</pubDate>
        </item>
        <item>
            <title>Subject: JoomSEF remove of my menu the suffix css class - by: david</title>
            <link>http://www.artio.net/support-forums/joomsef/joomsef-remove-of-my-menu-the-suffix-css-class#11097</link>
            <description>It seems like a problem with Itemid. Please, go to Manage SEF URLs, find the menu URL, and check that the Itemid variable in Real URL corresponds to the menu item ID found in Menu Manager.</description>
            <pubDate>Wed, 10 Mar 2010 14:56:33 +0200</pubDate>
        </item>
        <item>
            <title>Subject: community builder plugin pagination not working - by: bioboy</title>
            <link>http://www.artio.net/support-forums/joomsef-paying-users/community-builder-plugin-pagination-not-working#11090</link>
            <description>ok fantastic all work fine with the numeration of the duplicate page
we miss this simple solution!!! many many thanks David 
we will looking forward if you can fix directly the plugin

regards

Davide</description>
            <pubDate>Wed, 10 Mar 2010 10:33:49 +0200</pubDate>
        </item>
        <item>
            <title>Subject: links don't work - by: diausru</title>
            <link>http://www.artio.net/support-forums/joomsef-paid-extensions/links-don-t-work#11087</link>
            <description>i risolved all myself all works perfect thanks</description>
            <pubDate>Tue, 09 Mar 2010 23:41:17 +0200</pubDate>
        </item>
        <item>
            <title>Subject: [solved] extension without it - by: diausru</title>
            <link>http://www.artio.net/support-forums/joomsef-paying-users/extension-without-it#11086</link>
            <description>ok,thanks risolved</description>
            <pubDate>Tue, 09 Mar 2010 23:40:30 +0200</pubDate>
        </item>
        <item>
            <title>Subject: link virtuemart page product don't work - by: diausru</title>
            <link>http://www.artio.net/support-forums/joomsef-paid-extensions/link-virtuemart-page-product-don-t-work#11085</link>
            <description>i risolved all myself thanks.</description>
            <pubDate>Tue, 09 Mar 2010 23:39:13 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Virtuemart and Joomsef problem - by: david</title>
            <link>http://www.artio.net/support-forums/joomsef-paying-users/virtuemart-and-joomsef-problem#11081</link>
            <description>Hello,

Do you have also VirtueMart JoomSEF extension installed? If you do, could you please post some examples of the problematic URLs from Manage SEF URLs page? (the SEF URL and corresponding Real URL for the product page and product details page)

Best regards,
ARTIO Support Team</description>
            <pubDate>Tue, 09 Mar 2010 23:22:57 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Custom URLS not working - by: david</title>
            <link>http://www.artio.net/support-forums/joomsef-paying-users/custom-urls-not-working#11079</link>
            <description>Hello,

How is the affiliate_id variable processed? Do you have some custom component made for this? Basically you should use the JRequest::getVar() function in your component to obtain the variable, in that case it should work with JoomSEF.

Best regards,
ARTIO Support Team</description>
            <pubDate>Tue, 09 Mar 2010 23:15:38 +0200</pubDate>
        </item>
        <item>
            <title>Subject: JoomSEF and JoomFish - by: mv@neutral.cz</title>
            <link>http://www.artio.net/support-forums/joomsef-paying-users/joomsef-and-joomfish#11078</link>
            <description>Yea, it works. I found someting about JFRouter before but I overlooked it in Plugins Manager. Now everything works without problem.

Thank You.</description>
            <pubDate>Tue, 09 Mar 2010 23:13:02 +0200</pubDate>
        </item>
        <item>
            <title>Subject: Could not save the SEF URL to database? - by: david</title>
            <link>http://www.artio.net/support-forums/joomsef-free-edition/could-not-save-the-sef-url-to-database#11073</link>
            <description>Your web host probably provided you with access to your database using phpMyAdmin or some similar tool. In case of phpMyAdmin: log in, select your database, click the SQL tab, put the SQL I've posted in there and click the Run button. In other tools the process should be similar.

Best regards,
ARTIO Support Team</description>
            <pubDate>Tue, 09 Mar 2010 19:25:22 +0200</pubDate>
        </item>
        <item>
            <title>Subject: First visit 404 error - by: zonie</title>
            <link>http://www.artio.net/support-forums/joomsef-free-edition/first-visit-404-error#11072</link>
            <description>Thanks. I suspected it might be the PHP 4, since I get an error on another component indicating a conflict with that version of PHP.

I will recommend that the site owner buy the paid version of your component, assuming everything is working when the PHP upgrade is in place.</description>
            <pubDate>Tue, 09 Mar 2010 19:25:14 +0200</pubDate>
        </item>
        <item>
            <title>Subject: url rewriting with dynamic variable - by: vitlele</title>
            <link>http://www.artio.net/support-forums/joomsef-free-edition/url-rewriting-with-dynamic-variable#11055</link>
            <description>Hi,
I have some problem like you.
I see Manager Extensions tab but I don't know how to set...

please help me
Thank you very much

Anh</description>
            <pubDate>Tue, 09 Mar 2010 11:04:16 +0200</pubDate>
        </item>
    </channel>
</rss>
<script type="text/javascript">
	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script>
<script type="text/javascript">
	try {
		var pageTracker = _gat._getTracker("UA-549192-5");
		pageTracker._trackPageview();

	} catch(err) {}</script>
