Abivia Web Development and Hosting

 
  • Increase font size
  • Default font size
  • Decrease font size
Home Help Forums Public Forums Joomla Extensions Multi-Twitter Module Mutli-Twitter 1.0.4RC3 available for download

Welcome to the Abivia Web Development and Hosting Forums. The primary purpose of the forums is to offer support for our products. Please feel free to explore.

Gefegobebeara

Mutli-Twitter 1.0.4RC3 available for download

Mutli-Twitter 1.0.4RC3 available for download

The major feature of version 1.0.4 is the ability to read a user's public timeline to supplement search results. Before RC3, the timeline was only consulted if a Twitter API search returned no results. This was primarily done for performance reasons, since there's a delay involved every time the module needs to perform a remote request.

Unfortunately, Twitter frequently gets behind in its search indexing, particularly when overall Twitter activity is very high. RC4 adds options to control when the timeline is retrieved to supplement search results:


  • Never (best performance)

  • Only when search returns no results

  • Always (poorest performance but most comprehensive result)


Note: The - (not), AND and OR operators still work when the public timeline is used, but other operators will break.

You can download RC3 here http://www.abivia.net/downloads/joomla- … er-Module/.

Please post any feedback to this thread.

Edited By: instance
09-Dec-28 16:21:15

instance
useravatar
Offline
68 Posts
User info in posts
Administrator has disabled public posting

Re: Mutli-Twitter 1.0.4RC3 available for download

Based on a Twitter request from @haroldveldhoen, the next update will allow HTML characters (like  ) in the date format.

To get this now, edit the file /modules/mod_abiviamutwitter/tmpl/default.jtml and add result="html" to the echo tag at line 10.

The existing code is

Code:

<div jt:if="@@tweet.time" jt:class="tweetat@@_param.pageclass_sfx"><jt:echo value="@@tweet.time"/></div>

The new code is

Code:

<div jt:if="@@tweet.time" jt:class="tweetat@@_param.pageclass_sfx"><jt:echo result="html" value="@@tweet.time"/></div>

instance
useravatar
Offline
68 Posts
User info in posts
Administrator has disabled public posting

Re: Mutli-Twitter 1.0.4RC3 available for download

Closing this thread. Please get RC4 and post any issues on the RC4 thread.

instance
useravatar
Offline
68 Posts
User info in posts
Administrator has disabled public posting

Login / Register

Twitter Feed