Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - klp29

on: 15 December 2009, 09:30 1 Products / SEF Advance / Problem after moving to another host

Hi!

I moved our site www.crazynight.dk to another host and now my links don't work.

The host has ioncube installed and is running php5.3 - is this not enough?

on: 19 May 2009, 19:07 2 Products / SEF Advance / Duplicate content

For some reason, I have a lot of duplicate content at www.bryllup.dk

I have a lot of pairs like:

‎/anbefalinger/Artikeldatabase/brudepar/Vielse-og-ritualer_c28_m265.html‎
‎/anbefalinger/Artikeldatabase/brudepar/vielse-og-ritualer_c28_m265.html‎

....where the only difference is big/small start letter in title of the given article (like "vielse" and "Vielse" here).

How do I avoid this? The parameter "Lower case" IS set to yes!!

on: 29 April 2009, 08:45 3 Products / SEF Advance / Re: Jomsocial integration

TreoGuy:

Well, we pay for SefAdvance - and we also paid when upgrading to Joomla 1.5 Therefor, I expect Eric to keep up with - at lest - the biggest and most popular components, which he has been doing a good job at the past years.

If we need to pay on a regular basis for keeping SefAdcance licens updated, the component should also evolve and integrate with the most popular components.

Now we need stuff like Kunena and JomSocial.

JomSocial is a HUGELY popular component and who ever needs to do whatever..... SefAdvance and JomSocial should support each other.

JomSocial is not just "so many components cropping up" :)

on: 23 April 2009, 12:50 4 Products / SEF Advance / Re: How do I avoid breaking bot URLs?

Solved :)

on: 23 April 2009, 06:00 5 Products / SEF Advance / How do I avoid breaking bot URLs?

I just found out here http://www.jv-extensions.com/jv-rel-support/403-keyword-link-is-empty-search.html#post735 that the reason to the given problem at our site, is because the bot JV-relatives and SefAdvance  conflicts.

I would like to turn off sef'ed URLs for the bot, but how can I do that?

Perhaps you can respond to Vinjay in the forum, so he doesn't waste time investigating, if you have a good idea? :)

on: 18 April 2009, 11:04 6 Products / SEF Advance / Re: Some chars not replaced

Yes, this is the sef_ext.php script that we use - we have never had problems like this before i jReviews:

Code: [Select]
<?php
/**
 * jReviews - Reviews Extension
 * Copyright (C) 2006-2008 Alejandro Schmeichler
 * This is not free software, do not distribute it.
 * For licencing information visit http://www.reviewsforjoomla.com
 * or contact sales@reviewsforjoomla.com
**/

(defined'_VALID_MOS') || defined'_JEXEC')) or die( 'Direct Access to this location is not allowed.' );

if (!
defined('DS')) define('DS'DIRECTORY_SEPARATOR);

class 
sef_jreviews {

var $__Menu;

function &getInstance() {

static $instance = array();

if (!isset($instance[0]) || !$instance[0]) {
$instance[0] =& new sef_jreviews();
require( dirname(__FILE__) . DS 'jreviews' DS 'framework.php');

App::import('Model','Menu','jreviews');

$instance[0]->__Menu = &RegisterClass::getInstance('MenuModel');
}

return $instance[0];
}

function create($string) {

$_this =& sef_jreviews::getInstance();

$url '';
$hasMenuId preg_match('/Itemid=([0-9]{1,})/',$string,$menu_id);
$isMenuLink strpos($string,'url=menu');

$sefstring '';

// Process internal "url" parameter
$temp explode('&amp;url='$string);

if(isset($temp[1])) {
$url urldecode($temp[1]);
}

if (eregi('&amp;url=',$string) && !$isMenuLink
{
$query_string explode('/',$url);
// Properly urlencodes the jReviews parameters contained within the url parameter
foreach($query_string AS $key=>$param) {
$query_string[$key] = urlencodeParam($param);
}
$url implode('/',$query_string);

$sefstring .= $url;

} elseif(isset($menu_id[1]) && ($isMenuLink || $hasMenuId)) {

$sefstring .= $isMenuLink str_replace('menu',$_this->__Menu->getMenuName($menu_id[1]),$url) : $_this->__Menu->getMenuName($menu_id[1]);

} else {

$sefstring $string;

}

return rtrim($sefstring,'/').'/';
}

function revert ($url_array$pos) {

$_PARAM_CHAR ':';
$url = array();
$_this =& sef_jreviews::getInstance();

global $QUERY_STRING;

// First check if this is a menu link by looking for the menu name to get an Itemid
if(isset($url_array[$pos+2]) && $menu_id $_this->__Menu->getMenuId($url_array[$pos+2])) {

$_GET['Itemid'] = $_REQUEST['Itemid'] = $menu_id;
$QUERY_STRING "option=com_jreviews&Itemid=$menu_id";

for($i=$pos+2;$i<count($url_array);$i++) {
if($url_array[$i] != '' && false!==strpos($url_array[$i],$_PARAM_CHAR)) {
$parts explode($_PARAM_CHAR,$url_array[$i]);
if(isset($parts[1]) && $parts[1]!='') {
$url[] = $url_array[$i];
$_GET[$parts[0]] = $_REQUEST[$parts[0]] = $parts[1];
}
}
}

$QUERY_STRING .= '&url=menu/' implode('/',$url);

} else {

// Not a menu link, so we use the url named param
for($i=$pos+2;$i<count($url_array);$i++) {
if($url_array[$i] != '') {
$url[] = $url_array[$i];
}
}

$url implode('/',$url);

if(preg_match('/_m([0-9]+)/',$url,$matches)) {
$menu_id $_GET['Itemid'] = $_REQUEST['Itemid'] = $matches[1];
} else {
$menu_id $_GET['Itemid'] = $_REQUEST['Itemid'] = '';
}

$_GET['url'] = $_REQUEST['url'] = $url;
$_GET['option'] = $_REQUEST['option'] = 'com_jreviews';

$QUERY_STRING "option=com_jreviews&Itemid=$menu_id&url=$url";

}
// return $QUERY_STRING;
}

}

on: 18 April 2009, 06:51 7 Products / SEF Advance / Re: Some chars not replaced

Also, in my Custom Component Strings, I have:

customcomp=>cc,
mtree=>forhandleroversigt,
fireboard=>bryllupsforum,
jreviews=>anbefalinger

But still, jrevies shows up unchanged in URLs like:

http://www.crazynight.dk/jreviews/Polterabend-artikler/Polterabendguiden/10-tips-til-planlaegning-af-polterabend_c111_m89.html

Which really should be http://www.crazynight.dk/anbefalinger/Polterabend-artikler/Polterabendguiden/10-tips-til-planlaegning-af-polterabend_c111_m89.html

on: 18 April 2009, 06:46 8 Products / SEF Advance / Re: Some chars not replaced

It's very strange, because in another URL on the same site, "æ" in "planlægning" IS replaced by" ae":

http://www.crazynight.dk/jreviews/Polterabend-artikler/Polterabendguiden/10-tips-til-planlaegning-af-polterabend_c111_m89.html

on: 18 April 2009, 06:43 9 Products / SEF Advance / Some chars not replaced

Hi!

Thanks for a great component!

I have a problem, though.

In my REPLACE CHARS, I have:

Ã¥=>aa,
æ=>ae,
ø=>oe

But the URL http://www.crazynight.dk/13-hvad-bør-i-få-bekræftet.html is only partly translated, as it ends up as http://www.crazynight.dk/13-hvad-boer-i-faa-bekræftet.html where "æ" in "bekræftet" is not translated to "ae" as it should.

Any idea why / how to fix this?

on: 16 April 2009, 20:31 10 Products / SEF Advance / Re: Jomsocial integration

Well, can you imagine what they said? :)

"Ask the programmer of SefAdvance"  ;D

on: 16 April 2009, 14:54 11 Products / SEF Advance / Jomsocial integration

Any chance for a JomSocial integration with SefAdvance if we say pleeeeease ? :)

on: 14 February 2009, 18:54 12 Products / SEF Advance / Re: Finally MyBlog is working with SefAdvance

Yes, that's the way I did and it works here.

Are you using 1.5.9 and latest sefadvance?

Did the plugin you had prior to this one, work?

on: 12 February 2009, 15:20 13 Products / SEF Advance / Re: Kunena support

I don't know, actually?

Never heard about that? :)

on: 12 February 2009, 10:38 14 Products / SEF Advance / Kunena support

It seems that big parts of the FireBoard community has put their love on the www.Kunena.com forum, which takes over from FireBoard.

As a 1.5 native version that lowers the database load to 10-12% of Fireboard, a LOT of fireboards will switch and it's several versions of Fireboard since Sakic's file got too old to use for SefAdvance.

I know there has been a lot of talk about how 3rd party components cannot be supported by Sakic himself, which is most understable, but from my point of view, at least the "huge" components like FireBoard, CB etc. are so wide spread and used on so many sites, that I would find it reasonable for Sakic to adapt SefAdvance for these.

Afterall, it's also in the interest of SefAdvance (as a commercial / paid component) to stay up to date and not rely on other people to make 3rd party extensions for SefAdvance - who and why would they spend time on that - they do it for free stuff like SH404sef?

So: I would kindly ask Sakic to develope and maintain a plugin for Kunena / SefAdvanced. :)

on: 12 February 2009, 10:28 15 Products / SEF Advance / Finally MyBlog is working with SefAdvance

As you might have seen in other posts in here, we've had problems using the latest MyBlog and latest SefAdvance.

The attached file is updated and I can confirm that it works. Feel free to use it :)

There is still a problem regarding duplicate content, though...........

You can open the same content in several ways, which I would really like to avoid. Have a look:

MyBlog : http://www.bryllup.dk/forhandlerbloggen/Idyllisk-gods-ved-det-naturskA-nne-sydfynske-A-hav..html

jReviews: http://www.bryllup.dk/forhandlersektion/fra-forhandlere/idyllisk-gods-ved-det-naturskoenne-sydfynske-oehav.-20090211602.html
Pages: [1] 2 3 ... 5