Skip to content

dart-creations.com

Advertisement
Home arrow Forums
DART Creations Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottom
TOPIC: No icons when using SEF urls
#778
No icons when using SEF urls 2 Years, 7 Months ago  
I'm using apache mod_rewrite.
If I turn off SEF URLs show up just fine.

Even with SEF on, the icons show up on the home page from within that article that is displayed on the home page. However if I click the article title and go to the home page the location of the gif shows wrong: www.****.com/component/content/article/p...ntent/icon/alert.gif instead of www.****.com/plugins/content/icontent/icon/alert.gif.

I love the tool though, thanks for putting this together!!!
 
Logged Logged
  The topic has been locked.
#936
Re:No icons when using SEF urls 2 Years, 4 Months ago  
SEF (Search Engine Friendly URLs) breaks this plugin.

I have attached the corrected PHP file, so you can just overwrite the file located in
/plugins/content/icontent.php

OR

You can modify the plugin yourself to correct this with some PHP code.

In the file:
/plugins/content/icontent.php

Before the line that reads:
// end parameters
Add this line:
Code:

$homeurl = "http://" . $_SERVER['HTTP_HOST'] . "/";


Then modify all the lines below to add the $homeurl variable, here are some examples:
Code:

"heart" => array("<span class=\"ic_heart\"><img src='" . $homeurl . "plugins/content/icontent/icon/love.gif' height='40' width='40' align='middle' alt='love'/> ***code***</span>","#{heart}(.*?){/heart}#s") ,

"download" => array("<span class=\"ic_download\"><img src='" . $homeurl . "plugins/content/icontent/icon/download.gif' height='40' width='40' align='middle' alt='download'/> ***code***</span>","#{download}(.*?){/download}#s") ,

"question" => array("<span class=\"ic_question\"><img src='" . $homeurl . "plugins/content/icontent/icon/quest.gif' height='40' width='40' align='middle' alt='question'/> ***code***</span>","#{question}(.*?){/question}#s") ,

File Attachment:
File Name: icontent_corrected_for_sef.zip
File Size: 1628
 
Logged Logged
 
Last Edit: 2009/09/16 13:29 By .
  The topic has been locked.
Go to top

Buy us a beer!

If we've helped you, consider buying a beer €3. It will inspire us to keep on giving! Cheers!

Sponsors

Login Form






Lost Password?
No account yet? Register

Pagerank
Generated in 0.39517 Seconds