Auto Link Titles

Auto Link Titles 1.0.10

No permission to download
This is probably why my RSS feeds choke (takes over 10 seconds to load the RSS feeds). The loading of RSS feeds become instant once I disable Chris' addon.

I wish the auto link titles feature could be disabled for RSS feeds. Maybe an option?

Thanks so much
Same here. I have a subforum with lots of external links in threads. But I've excluded that subforum from rss checking. Now it's ok, but that's not permanent solution.
 
Does it have an option to remove board title appended to the thread title (for internal links)?
Thanks ...
 
Question: What's the reason that developers of xenForo did not add this to the core functionality? I think this works out in favour of better SEO. Because we're telling Google search engines what the link is about, right?
 
I'm seeing errors like this:

ErrorException: Fatal Error: Call to undefined function mb_convert_encoding() - library/AVForums/AutoLinkTitles/BbCode/Formatter/BbCode/AutoLink.php:85
 
Contact your host about getting the mb_convert_encoding function enabled in PHP.

I was pretty sure there is a check to make sure it is enabled.
 
I have an interesting setup where any links to my forums (e.g. someone posts a link to another post) results in the auto link title being "501". When I look at the linked page source there is a \
Code:
<title></title>

Defined properly. Linking outside of the XenForo forums seems to work fine (awesome job!)

Has anyone encountered/ fixed that before?
 
I noticed that I can not save posts with some URLs.
I have a problem with saving the message that has a link to a site with polish characters in title (like: ą, ć, ę, ł, ń, ó, ś, ź, ż / Ą, Ć, Ę, Ł, Ń, Ó, Ś, Ź, Ż).

Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Incorrect string value: '\xF3j Use...' for column 'message' at row 1 - library/Zend/Db/Statement/Mysqli.php:214
Generated By: CNK, 2 minute(s) ago
Stack Trace

#0 /mysite/library/Zend/Db/Statement.php(297): Zend_Db_Statement_Mysqli->_execute(Array)
#1 /mysite/library/Zend/Db/Adapter/Abstract.php(479): Zend_Db_Statement->execute(Array)
#2 /mysite/library/Zend/Db/Adapter/Abstract.php(574): Zend_Db_Adapter_Abstract->query('INSERT INTO `xf...', Array)
#3 /mysite/library/XenForo/DataWriter.php(1624): Zend_Db_Adapter_Abstract->insert('xf_post', Array)
#4 /mysite/library/XenForo/DataWriter.php(1613): XenForo_DataWriter->_insert()
#5 /mysite/library/XenForo/DataWriter.php(1405): XenForo_DataWriter->_save()
#6 /mysite/library/XenForo/ControllerPublic/Thread.php(549): XenForo_DataWriter->save()
#7 /mysite/library/XenForo/FrontController.php(347): XenForo_ControllerPublic_Thread->actionAddReply()
#8 /mysite/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#9 /mysite/index.php(13): XenForo_FrontController->run()
#10 {main}

Request State

array(3) {
["url"] => string(43) "http://mysite/threads/tests.59632/add-reply"
["_GET"] => array(0) {
}
["_POST"] => array(9) {
["message_html"] => string(35) "<p>http://somelink.pl</p>"
["_xfRelativeResolver"] => string(40) "http://mysite/threads/tests.59632/page-2"
["attachment_hash"] => string(32) "40d379dab8b9e1a3fb6b51295feda164"
["last_date"] => string(10) "1396795063"
["last_known_date"] => string(10) "1396794666"
["_xfToken"] => string(8) "********"
["_xfRequestUri"] => string(26) "/threads/tests.59632/page-2"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}


Sometimes I can save the message, but the title is not good:
http://www.rozklad-pkp.pl/bin/query.exe/pn?
Twj Plan Podr&#380;y - Wyszukiwanie po&#322;&#261;cze&#324;
 
Last edited:
Top Bottom