MyBlog and Nice Talk from Azrul.com

17 years 1 week ago #1349 by netfly
Very VERY very good news Emir! I'm very happy to know that  :D
Can you keep us updated please?
Thank you!

Please Log in or Create an account to join the conversation.

16 years 11 months ago #1447 by Jan
Hello,

is the Addon already finished???

best regards
Jan

Please Log in or Create an account to join the conversation.

16 years 11 months ago #1448 by Saka
Still haven't heard from Azrul guys. You may want to ask on their forum.

Emir Sakic
www.sakic.net

Please Log in or Create an account to join the conversation.

16 years 11 months ago #1449 by Jan
My Post was «Flagged as spam»

I see this:
Warning: Your post has been classified as spam, and will not be visible to the public until an administrator or moderator approves it.

Please Log in or Create an account to join the conversation.

16 years 11 months ago #1455 by nabil
Hi Jan,

Nabil here from the Azrul.com team.

What is your nickname on Azrul.com's Forums?

Sorry about your post being marked as spam. This might be due to Akismet, I'm not sure. But I'll solve this problem asap.

As for the development of the integration, we've been busy coming up with a new version of Jom Comment and My Blog, once we're nearing completion of our two components, we will definitely focus on integrating SEF Advance with the two components.

That way components will be SEFAdvance ready.  ;D

Please Log in or Create an account to join the conversation.

16 years 11 months ago #1457 by Jan
My Nickname is "Jan"

Danke für Deine schnelle Reaktion nabil. Sorry, ich mache mal an dieser Stelle mit meiner Muttersprache weiter, da mein Englisch sehr schlecht ist. Ich habe gestern bereits mit dem Schreiben eines Addons angefangen. Hier schonmal die Zeilen die Fertig sind:
<?

defined( '_VALID_MOS' ) or die( 'Restricted access' );
class sef_myblog {
	//Umwandeln der Urls

	function create ($string) {
		global $database, $whereurl;

//Umschreiben der Urls in /myblog/search/ bzw. /myblog/rss/ (usw)

               if (eregi('&task=search',$string) ||
			eregi('&task=categories',$string) ||
			eregi('&task=rss',$string)) {
			$temp = explode("&task=", $string);
			$temp = explode("&", $temp[1]);
			$sefstring .= $temp[0]."/"; 
			
			}

//Umwandeln der Blogtitel in /myblog/welcome-to-my-blog/ oder /myblog/permalink/

               else if (eregi('&show=',$string)){
				$temp = explode("&show=", $string);
				$temp = explode("&", $temp[1]);
				$sefstring .= $temp[0]."/"; }

//Umwandeln der Tags in /myblog/tag/mytagwort/

             else if (eregi('&category=',$string)){
				$temp = explode("&category=", $string);
				$temp = explode("&", $temp[1]);
				$sefstring .= "tag/".$temp[0]."/"; }
}

		return $sefstring;

	}

function revert ($url_array, $pos) {
		// Ausgabe der Originalen
		
		$QUERY_STRING = "";


if (isset($url_array[$pos+2])&& $url_array[$pos+2]!='') {
			if ($url_array[$pos+2]   == "search" ||
        	$url_array[$pos+2]    == "categories" ||
        	$url_array[$pos+2]    == "rss"){
				$task = $url_array[$pos+2];
				$_GET['task'] = $_REQUEST['task'] = $task;
				$QUERY_STRING .= "&task=$task";
			} else {

				
				$show = $url_array[$pos+2];
				$_GET['show'] = $_REQUEST['show'] = $show;
				$QUERY_STRING .= "&show=$show";
			}
		}

		return $QUERY_STRING;
	}
}
?>

Leider habe ich noch keine Idee wie ich diese Url wieder zurücksetzen kann: Von /myblog/tag/mytagword/ in index.php?option=com_myblog&category=mytagword.

Achtung! Dieses Addon ist natürlich nicht fertig und sollte nur zu Testzwecken eingesetzt werden.

Ich hoffe diese Zeilen helfen weiter. Wie man erkennen kann fehlen noch die Parameter: archive und blogger.

Das Problem ist, das diese Parameter immer an zweiter Stelle kommen.
Zudem fehlen noch die Parameter für die Seitenzahlen, die aber kein Problem darstellen, da diese an dritter Stelle kommen.

Hier noch der Link um meine Wort zu übersetzen:
translate.google.com/translate?u=http%3A...ev=%2Flanguage_tools

Please Log in or Create an account to join the conversation.

About us

We provide high quality Joomla components created by a co-founder and original core developer of Joomla. For over a decade, our products have been used by more than 20.000 webmasters around the world.

Stay in touch