![]() ![]() |
May 15 2012, 03:45 PM
Post
#1
|
|
|
Newbie ![]() Group: Members Posts: 11 Joined: 1-February 12 Member No.: 1,063 |
I have bought SEOlinks for my Kunena forum, I make the hack in the view.php file in Kunena Component. However, when I use a link in a topic like i.e : google.fr where "Google" word is a links created with SEOlinks, it break this link "http://www.google.fr". This also for all links I have created in my Kunena forum where a word is a link created with SEOlinks. Is there a solution ? Thanks for your help. -------------------- Vive l'e-Learning, Vive Joomla!, Vive la formation Joomla !
|
|
|
|
May 16 2012, 06:15 AM
Post
#2
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Post here, please, screenshot from this keyword setting.
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
May 16 2012, 10:18 AM
Post
#3
|
|
|
Newbie ![]() Group: Members Posts: 11 Joined: 1-February 12 Member No.: 1,063 |
Post here, please, screenshot from this keyword setting. Here an example with the keyword "VirtueMart" which break my link http://extensions.virtuemart.net/ because of the word "virtuemart" in this link. The keyword setting screenshot : Код http://awesomescreenshot.com/09c5qj1fa
-------------------- Vive l'e-Learning, Vive Joomla!, Vive la formation Joomla !
|
|
|
|
May 16 2012, 10:36 AM
Post
#4
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Please, read carefull component info: https://3dwebdesign.org/forum/index.php?showtopic=370
Dont use external link type in combination with "index.php?option=..." If you use link type "external" you must use exact end url, not index.php..... -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
May 16 2012, 11:43 AM
Post
#5
|
|
|
Newbie ![]() Group: Members Posts: 11 Joined: 1-February 12 Member No.: 1,063 |
Please, read carefull component info: https://3dwebdesign.org/forum/index.php?showtopic=370 Dont use external link type in combination with "index.php?option=..." If you use link type "external" you must use exact end url, not index.php..... I agree to test with absolute URL but there is an automatically non-SEF => SEF with SH404SEF and the URL link to same website content. I think the view.php syntax have to be change because of BBCode : QUOTE <?php
#SEOLinks BOM $seoparams = new JRegistry(); $seorow = new StdClass(); $seorow->id = 0; foreach ( $this->messages as $message ) { if (JPluginHelper::importPlugin('content','seolinks',true)) { $seorow->text = $message->message; JDispatcher::getInstance()->trigger('onContentBeforeDisplay', array('com_kunena.topic', $seorow, $seoparams)); $message->message = str_replace(array('<a', ' href="', '</a>', '" title="">', '[url ='), array('[url', '=', '[/url]', ']', '[url='), $seorow->text); } $this->displayMessage($message); } #SEOLinks EOM ?> -------------------- Vive l'e-Learning, Vive Joomla!, Vive la formation Joomla !
|
|
|
|
May 16 2012, 11:48 AM
Post
#6
|
|
|
Newbie ![]() Group: Members Posts: 11 Joined: 1-February 12 Member No.: 1,063 |
Yes it's the same problem :
The kunena syntax : Цитат Test d'un lien Google qui pointe vers Google The topic created : Цитат Test d'un lien Google qui pointe vers Google where all "Google" keyword are a link to google.fr. for the Google keyword setting: Код http://awesomescreenshot.com/0655qpx80
This post has been edited by Web Design Seo: May 28 2012, 02:17 PM -------------------- Vive l'e-Learning, Vive Joomla!, Vive la formation Joomla !
|
|
|
|
May 16 2012, 12:16 PM
Post
#7
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Please, read info on product page - text in red
Цитат Latest version have guides how to work in about 10 joomla components! We can't guarantee that guides will work for every version of these components and we will update plugin every time when new version of component is released. Plugin is developed to work with content and K2. Integration with all other components is provided "As guide". Company from only 3 people cant support for free hundreds of users. And component seo links pro for joomla is used not from hundreds - from thousands of joomla sites. In every site different version. Guarantee is only for K2 and content. There is no free support for others. -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
May 16 2012, 12:55 PM
Post
#8
|
|
|
Newbie ![]() Group: Members Posts: 11 Joined: 1-February 12 Member No.: 1,063 |
Ok, I understand.
It just removed a big benefit from SEOlinks with Kunena :-). Regards. -------------------- Vive l'e-Learning, Vive Joomla!, Vive la formation Joomla !
|
|
|
|
May 16 2012, 01:22 PM
Post
#9
|
|
|
Newbie ![]() Group: Members Posts: 11 Joined: 1-February 12 Member No.: 1,063 |
Ok, I understand. It just removed a big benefit from SEOlinks with Kunena :-). Regards. I have a solution : use short URL in Kunena topic :-) -------------------- Vive l'e-Learning, Vive Joomla!, Vive la formation Joomla !
|
|
|
|
May 16 2012, 01:43 PM
Post
#10
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
On standart, non-modified joomla with latest not-modified kunena seo links work, with other components in list also. But there are many websites and all of them are different
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
May 28 2013, 01:19 PM
Post
#11
|
|
|
Newbie ![]() Group: Members Posts: 11 Joined: 1-February 12 Member No.: 1,063 |
Hello,
I have a problem with Kunena and Community plugin (Jomsocial integration). When plg_kunena_community is enabled, SEO links doesn't work. Consequently, I have to do a choice in Kunena (2.0.4) between use SEOlinks or use JomSocial avatar. I can attach the plg_kunena_community file (community.php) which is in conflict with SEOlinks. I'm asking also to the kunena community. Thanks for your help. Hello, I have a problem with Kunena and Community plugin (Jomsocial integration). When plg_kunena_community is enabled, SEO links doesn't work. Consequently, I have to do a choice in Kunena (2.0.4) between use SEOlinks or use JomSocial avatar. I can attach the plg_kunena_community file (community.php) which is in conflict with SEOlinks. I'm asking also to the kunena community. Thanks for your help. -------------------- Vive l'e-Learning, Vive Joomla!, Vive la formation Joomla !
|
|
|
|
May 28 2013, 01:26 PM
Post
#12
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
What are your kunena and seo links and joomla versions?
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
May 29 2013, 04:06 PM
Post
#13
|
|
|
Newbie ![]() Group: Members Posts: 11 Joined: 1-February 12 Member No.: 1,063 |
What are your kunena and seo links and joomla versions? Hello, Thanks for your reply. I use the last versions, Kunena 2.0.4 and Seolinks 3.3 for Joomla 2.5. I have already tried with the Kunena 2.0.2 plugins. Thanks for your help. -------------------- Vive l'e-Learning, Vive Joomla!, Vive la formation Joomla !
|
|
|
|
Jan 3 2014, 01:22 PM
Post
#14
|
|
|
Newbie ![]() Group: Members Posts: 4 Joined: 3-January 14 Member No.: 1,934 |
hello,
I just bought seo-links that I use with Joomla 2.5 and Kunena 1.7.2 I modified the file / components / com_kunena / template / default / view / view.php as requested, but the links of the posts appear as fragments of syntax. I have long sought a solution to no avail. Here, the link appears as this example: This difference can cause the problem? and if so how remedied? thanks This post has been edited by Web Design Seo: Jan 3 2014, 01:35 PM |
|
|
|
Jan 3 2014, 01:36 PM
Post
#15
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Your links are broken and i remove them. Please, post it again - as exact code (post html code and bb code as code, not as text). You have button code in post:
-------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Jan 3 2014, 01:41 PM
Post
#16
|
|
|
Newbie ![]() Group: Members Posts: 4 Joined: 3-January 14 Member No.: 1,934 |
hello,
I just bought seo-links that I use with Joomla 2.5 and Kunena 1.7.2 I modified the file / components / com_kunena / template / default / view / view.php as requested, but the links of the posts appear as fragments of syntax. I have long sought a solution to no avail. Here, the link appears as this example: Salve, ho visto che è possibile farsi i denti d'acciaio con i CODE [url=https://www.google.it/">brillantini[/url] ,if I create the link manually (in backend) syntax becomes: CODE [url=https://www.google.it/]brillantini[/url] , and so it works exactly.This difference can cause the problem? and if so how remedied? thanks |
|
|
|
Jan 3 2014, 01:44 PM
Post
#17
|
|
![]() Web Design Seo ![]() ![]() ![]() ![]() Group: Root Admin Posts: 4,332 Joined: 29-April 09 From: Sofia Member No.: 1 |
Код [url="https://www.google.it/"]brillantini[/url] is the right format for links posted in forums - as bbcode. Thank you for information. Problem will be checked and fixed in monday. P.S. What is you Joomla version and php version? -------------------- Правила на форума | Forum Rules | How to receive support. 3D Web Design: Уеб дизайн, Seo оптимизация, Web Site Extensions, Oscommerce Addons, Wordpress plugins and Joomla Extensions. Изработка на уеб сайтове и оптимизация на сайт за търсачки и Seo услуги.
|
|
|
|
Jan 4 2014, 09:03 PM
Post
#18
|
|
|
Newbie ![]() Group: Members Posts: 4 Joined: 3-January 14 Member No.: 1,934 |
|
|
|
|
Jan 6 2014, 09:49 AM
Post
#19
|
|
|
Php programmer ![]() ![]() ![]() ![]() Group: Administrators Posts: 285 Joined: 26-November 12 From: Bulgaria Member No.: 1,452 |
Hello and happy 2014!
code: Код <?php #SEOLinks BOM $seoparams = new JRegistry(); $seorow = new StdClass(); $seorow->id = 0; foreach ( $this->messages as $message ) { if (JPluginHelper::importPlugin('content','seolinks',true)) { $seorow->text = $message->message; JDispatcher::getInstance()->trigger('onContentBeforeDisplay', array('com_kunena.topic', $seorow, $seoparams)); $message->message = str_replace(array('<a', ' href="', '</a>', '" title="">', '[url ='), array('[url', '=', '[/url]', ']', '[url='), $seorow->text); } $this->displayMessage($message); } #SEOLinks EOM ?> should become: Код <?php
#SEOLinks BOM $seoparams = new JRegistry(); $seorow = new StdClass(); $seorow->id = 0; foreach ( $this->messages as $message ) { if (JPluginHelper::importPlugin('content','seolinks',true)) { $seorow->text = $message->message; JDispatcher::getInstance()->trigger('onContentBeforeDisplay', array('com_kunena.topic', $seorow, $seoparams)); $replace = array( '[b]\\2[/b]', '[b]\\2[/b]', '[i]\\2[/i]', '[u]\\2[/u]', '[img]\\2[/img]', '[url=\\2]\\4[/url]' ); $search = array( '/\<b(.*?)\>(.*?)\<\/b\>/ui', '/\<strong(.*?)\>(.*?)\<\/strong\>/ui', '/\<i(.*?)\>(.*?)\<\/i\>/ui', '/\<u(.*?)\>(.*?)\<\/u\>/ui', '/\<img(.*?)src\=\"(.*?)\"(.*?)\>/ui', '/\<a(.*?)href\=\"(.*?)\"(.*?)\>(.*?)\<\/a\>/ui' ); $message->message = preg_replace($search, $replace, str_replace(array('<','>'),array(' <','> '), $seorow->text)); } $this->displayMessage($message); } #SEOLinks EOM ?> -------------------- Php programmer in 3D Web Design
|
|
|
|
Jan 6 2014, 12:27 PM
Post
#20
|
|
|
Newbie ![]() Group: Members Posts: 4 Joined: 3-January 14 Member No.: 1,934 |
|
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 1st June 2026 - 09:15 PM |