http:// bei Homepage als Link entfernen

12 years 11 months ago #2172 by DirtyWorld
http:// bei Homepage als Link entfernen was created by DirtyWorld
Hallo,
ich habe in der default_entrys.php den Absatz //Homepage etwas umgeschrieben:
			if ($entry->gbpage != "" AND $this->params->get('show_home', true)) 
			{
				if (substr($entry->gbpage,0,7)!="http://") 
				{
					$entry->gbpage="http://$entry->gbpage";
				}
				echo "<a href=\"$entry->gbpage\" title=\"".JTEXT::_('Homepage')." - $entry->gbpage\" ";
				
				if ($this->params->get('nofollow_home', true)) 
				{
					echo "rel=\"nofollow\" ";
				}
				
				echo "target=\"_blank\">".JTEXT::_("$entry->gbpage")."</a>";
			}
So das ich die URL auch als Linktext bekomme. Jetzt habe ich nur das Problem das ja ein http:// hinzugefügt wird. wie bekomme ich das bei
.JTEXT::_("$entry->gbpage")."</a>";
wieder rasu?

Viele Grüße

Please Log in to join the conversation.

12 years 11 months ago #2175 by Viktor
Replied by Viktor on topic Aw: http:// bei Homepage als Link entfernen
Please log in to see the response. Attention: You need a valid subscription to activate an account.

Kubik-Rubik Joomla! Extensions
The following user(s) said Thank You: DirtyWorld

Please Log in to join the conversation.

12 years 11 months ago #2177 by DirtyWorld
Replied by DirtyWorld on topic Aw: http:// bei Homepage als Link entfernen
Please log in to see the response. Attention: You need a valid subscription to activate an account.

Please Log in to join the conversation.

12 years 11 months ago - 12 years 11 months ago #2178 by Viktor
Replied by Viktor on topic Aw: http:// bei Homepage als Link entfernen
Please log in to see the response. Attention: You need a valid subscription to activate an account.

Kubik-Rubik Joomla! Extensions
The following user(s) said Thank You: DirtyWorld

Please Log in to join the conversation.

12 years 11 months ago #2179 by DirtyWorld
Replied by DirtyWorld on topic Aw: http:// bei Homepage als Link entfernen
Please log in to see the response. Attention: You need a valid subscription to activate an account.

Please Log in to join the conversation.

Time to create page: 0.156 seconds