sitemap  |  contact

Sakic.Net Forum
09 January 2009, 14:37 *
Welcome, Guest. Please login or register.
Did you miss your activation email?
Login with username, password and session length
News: Introducing AJAX Scroller - Joomla News Slider Module: http://www.sakic.net/news/introducing_ajax_scroller/
 
  Home Help Search Login Register  
  Show Posts
Pages: 1 ... 70 71 [72] 73 74 ... 91
1066  Products / SEF Advance / Re: JoomlaStats & SEF Advanced on: 05 May 2007, 21:16
They probably spider it because they still find the link for that page somewhere on your site or other sites.
1067  Products / SEF Advance / Re: Joomfish Module conflict with SEF Advance? on: 03 May 2007, 01:20
Have you activated Fish support in SEF Advance admin?
1068  Products / SEF Advance / Re: Sef Error, alphacontent on: 01 May 2007, 11:26
It is the error in extension for Alpha Content component (./components/com_alphacontent/sef_ext.php).

Contact the author of the extension if you can't fix it yourself, or remove that file completely (will have no SEF Advance links for that component then).
1069  Products / SEF Advance / Re: CB pagination not working with CB_ext_sef on: 30 April 2007, 19:43
I think it would be hard to make generic pagination for all plugins unless they follow some kind of pattern which I will have to take another look on.

Quote
If the extension wasn't encoded I might have been able to do adjustments to it to get it to work with my cb plug-ins.
That's questionable, it would again fall on me to support it. This is the only extension that I release encoded but I do my best to support it, even though I said I will not.

But, I understand your position and will try to find an universal solution.
1070  Products / SEF Advance / Re: Sef Advance and SMF on: 30 April 2007, 19:31
I don't think there is SEF extension for them but you would have to check with developers.
1071  Products / SEF Advance / Re: Comma in Replace exceptions on: 30 April 2007, 19:29
There will still be comma in the URL but it will be shown as comma (,) instead of being URL encoded (%2C).
1072  Products / SEF Advance / Re: Docman Extension on: 29 April 2007, 04:12
Do you have URL so I can see?
1073  Products / SEF Advance / Re: CB pagination not working with CB_ext_sef on: 29 April 2007, 00:52
I fixed it for CB plugin tab. Download the latest version of the SEF Advance extension from the extensions page.

Regarding the tab for Nants CB_gallery, I hope you understand I can't keep adding support for any possible CB plugin that exist out there. I generally don't make extensions for any 3rd party component but I made and exception and created extension for Community Builder, unsupported, mainly because this is a popular component. It works fine and supports out of the box installation of CB.
I realize there are plugins for CB but to suppot even them is taking too much time (especially when I have to replicate the environment locally). If anyone needs additional plugin support etc. I am happy to help but then I must charge a fee for custom programming.

Thanks for understanding.
1074  Products / SEF Advance / Re: Docman Extension on: 29 April 2007, 00:16
Can I see example URL? There should be only one level of categories in URL.
1075  Products / SEF Advance / Re: Docman Extension on: 28 April 2007, 19:07
Yes well that's a limitation. You can not use 2 categories with same name, even if they are under different parent categories.
1076  Products / SEF Advance / SEF Advance 5.0 released on: 27 April 2007, 04:41
Another step stone has been reached in evolution of the most mature URL solution for Joomla! / Mambo CMS: SEF Advance 5.0 has been released! This exciting new version introduces several useful features and, more importantly, contains many, often requested, fixes and enhancements.

What's new in SEF Advance 5.0?

  • Changed defaults to lower case, dashes instead of underscores
    Following advice of various SEO experts, we acknowledge this setting to be the most effective for search engines by setting it for defaults.
  • Changed separator for URL encode exceptions from comma (,) to pipe (|)
    It was often requested that commas (,) are excepted from URL encode. This was not possible because commas were used as character separators. Now the separator is changed to pipe (|) so the comma can be added for exception of URL encode.
  • Enabled for empty alias for setting the homepage URL
    When having some page other than the frontpage component for homepage, you can now enter an empty alias for that page to get a clean homepage URL.
  • Enabled SEF for registration component
    Even if not playing important role for search engines, some will still appreciate clean URLs for registration pages which are now produced.
  • Added IP restricted debug
    When debugging your website you will be able to enter your IP in configurations so only you will be able to see the debug information while other visitors can surf without disturbance.
  • Added support for appended query string
    Sometimes appending a query string to your SEF URL is required by some services such as Google statistics (Example: http://domain.com/path/?utm_source=Google&utm_medium=CPC). SEF Advance can handle those now.
  • Added feature to turn SEF Advance off, letting the built-in SEF run
    Now you can turn on and off SEF Advance right from its configuration panel. Turning it off will leave built-in SEF working just like before installing SEF Advance.
  • Changed admin version check and RSS reader to asynchronous system
    Checking the latest version and fetching the latest news from our site is working asynchronously now. This means that there will be no delay when loading the admin pages. The configuration will load as usually while data is fetched in the background and displayed when ready, in about a second or two. And guess what, the news are cached locally too so the next time you open configurations it will not have to open external connection again.
  • Made RSS reader scrollable
    The latest news from our site are displayed with both titles and intros and you can scroll them.
  • Switched from internal to ionCube licensing system
    This is internal system change which should not make any difference to end-user, but if there would be any licensing problems due to this change please contact us.
  • Added ionCube version check on admin Diagnostics page
    Diagnostics page will now tell you the version of your ionCube Loader.
  • Switched from internal to ionCube adapted license check, added trial version expiration check
    About page in configurations will now tell you more info about your license. If running a trial version it will display the expiration date.
  • Various optimizations
    There are different slight optimizations in code.
  • Help files revision
    Help files have been revised to reflect new features and changes.

Again, the upgrade is free for all existing customers, even though this is a whole point version increase!

Current customers can use the automatic download page to update for free.

New customers can order SEF Advance here: BUY NOW!

Upgrade instructions

As always, the simplest way to upgrade is to uninstall the old version and install the new one through the component installer. Note that this will delete your settings and aliases! To upgrade keeping your settings read on.

NOTE: These upgrade instructions only apply when upgrading from version 4.9. To upgrade from previous versions, first upgrade to 4.9 and then proceed with this upgrade.

  • Upload and replace all SEF Advance files on your site using FTP.
  • Execute following commands on your mySQL database (you can use phpMyAdmin):
    ALTER TABLE jos_sef_config ADD `registration` varchar(50) NOT NULL default 'registration' AFTER `login`;
    ALTER TABLE jos_sef_config ADD `debugip` varchar(20) NOT NULL default '' AFTER `debug`;
    ALTER TABLE jos_sef_config ADD `enabled` tinyint(1) NOT NULL default '1' AFTER `custom_comp`;
  • Alter your Replace exceptions settings by changing comma separator (,) to pipe separator (|).
1077  Products / SEF Advance / Re: Comma in Replace exceptions on: 27 April 2007, 04:30
Fixed in version 5.0!
1078  Products / SEF Advance / Re: Problems with Google taging on: 27 April 2007, 04:27
Fixed in version 5.0!
1079  Products / SEF Advance / Re: SEF Alias and Registration on: 27 April 2007, 04:18
Fixed in version 5.0!

Examples:
http://joomla.sakic.net/registration/register/
http://joomla.sakic.net/registration/lostPassword/
1080  Products / SEF Advance / Re: Passing variables on: 27 April 2007, 04:07
Great. I love creative users. Smiley
Pages: 1 ... 70 71 [72] 73 74 ... 91