gamesbox 2.0 joomla 1.7 joomla 2.5
- AlanWake360Monday, 26 December 2011 7:53
By this module you can view the last message that you sent by your Twitter account, being able to gather them in manifold flowing pages by control buttons. Plus you will be able to choose if you want to visualize the avatar and the name of your profile too, so your consumers will be able to go directly on your personal page on twitter.com.
Simply and indiscreet, it suits him for all the websites, excellent for those that have a proper personal blog, that thanks to JF Twitter will be able to enrich or simply "adorn" their own homepage, but, at the same time, allowing the consumers to follow your last activities on the famous blue bird's Social Network.
JooForge al Joomladay 2011 - FirenzeE' ufficiale Jooforge sarà presente al Joomladay 2011 che si terrà il 22 ottobre 2011 dalle 9:00 alle 18:30 presso il Centro Congressi di Firenze Fiera in Piazza Adua a Firenze.Per noi è un grande tr... |
Introducing Gamesbox V2A total reorganization of the entire component will bring a radically different structure of those documents that were gaming and multimedia sections, implementing new administrative areas and removing others, here you can see a list of... |
Trackback(0)
TrackBack URI for this entryComments (46)
...
...
Per la traduzione in italiano correggo subito, ho lavorato in locale per farlo, e mi sono dimenticato l'escape dei caratteri accentati, correggo subito.
...
nessun problema, l'importante è appunto creare un fix per il bug
esatto, adesso è troppo chiuso e poco personalizzabile ma se rilasciaste un normale modulo spoglio di tutto con grafica default sarebbe meglio
...
i've installed the jf-twitter module and it worked really good.
But yet todey, it doesen't display without errors. What is the problem?
And how i can develope it?
You can see it in left use on my web page. http://www.dieauberge.de
in google chrome browser, ie 8 and in opera are problems to display
1366x768 is my screen on the laptop.
please contact me directly
mail@dieAuberge.de
best regards
...
You can see it at www.chrisbaker.ca/blog
Any help would be much appreciated! Thanks.
...
Good module, excactly what I wanted. Only thing is that urls are stopped when it contains a v??? see www.hasselaar.nl
Someone a solution?
Greetings.
...
...
...
...
...
My site: http://runoilija.putrolainen.net/
...
Here is a pic. http://img132.imageshack.us/im...750385.jpg
Moving back to 1.0 for now...
...
I have renamed all with a prefix like "tw_" so i think that the problem is solved. Howeaver before release 2.2 i have to fix the other bug, please give me your site link because i have to test somethings.
...
...
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /homepages/11/d94071310/htdocs/www/VIVJOOMLA/modules/mod_jf_twitter/helper.php on line 7
any idea?
best magnus
...
...
...
...
...
...
...
...
...
...
The username and box all appear fine but there are no text tweets just blank.
I am using ie7
Please help
...
Thanks Giuseppe
...
...
For everyone: please use the forum for assistance request!
...
View error in my site: Fatal error: Cannot use object of type stdClass as array in /home/storage/2/9a/99/ea31/public_html/suporte/modules/mod_jf_twitter/helper.php on line 80
...
Fatal error: Cannot use object of type stdClass as array in /public/sites/joomla.nw25.nl/modules/mod_jf_twitter/helper.php on line 38
Any sollution yet ?
Greets,
Bertus.
...
Fatal error: Cannot use object of type stdClass as array in /home/xxx/domains/xxx/public_html/modules/mod_jf_twitter/helper.php on line 38
...
...
It is related to the array, but im not a php programmer so cannot offer a fix.
Love this module, really dont want to look for a new one
...
There is a solution on http://extensions.joomla.org/extensions ... splay/9703 from stevenhouse. But I don't know in which file and line I have to put the code...
...
I have had to disable the module on both...any solutions??
...
'Warning: Invalid argument supplied for foreach () in / home / fernandocarmo / www / modules / mod_jf_twitter / tmpl / default.php on line 30'
Looks like it at: www.fernandocarmo.com.br
Thanks!
...
Es un plugin muy muy útil para nuestras webs desarrolladas en Joomla.
http://www.xinxetamultimedia.com
...
Love the Twitter app. No problems yet, so keeping my fingers crossed
I translated the .ini file into Dutch, maybe a nice extra for the package? Let me know and I will mail it to you.
...
...
Thanks for a wonderful module
I have a little problem
Here is my site http://test.cruiseshipjobs.com.ua/, module on the main page
I somehow two pairs of arrows that leaf page forward and backward
Help solve the problem
thanks
...
...
Cannot use object of type stdClass as array in modulesmod_jf_twitterhelper.php
...
Change this:
if(!empty($this->tweets)) {
$profile = $this->tweets[0]->user;
}
to this:
if(count($this->tweets)>1 and !empty($this->tweets)) {
$profile = $this->tweets[0]->user;
} else {
echo "";
}
...
almost got crazy find the solution for 38 line.. it works ok.
tnxs
love this module.
...
(helper.php)
function getProfile() {
$profile = array();
if(!empty($this->tweets))
{
if (($this->tweets) != NULL)
{
if (count($this->tweets) > 1)
{
$profile = $this->tweets[0]->user;
}
}
}
return $profile;
}
...
;@languageDutch (nl-NL)
;@authorDon Olsthoorn
;@emailinfo@eleven.nl
[1.0]
SHOWUSER=Laat gebruiker zien
SHOWUSERDESC=Toon de naam van de gebruiker en de miniatuur als gebruikt op Twitter.
USERDESC=De login naam op Twitter!
FOLLOWUS=Volg ons op Twitter!
[2.0]
PAGE=Per pagina
PAGEDESC=Het aantal tweets wat per pagina moet worden getoond.
TOTAL=Totaal aantal tweets
TOTALDESC=Het totaal aantal tweets wat moet worden getoond.
ABOUT=verstuurd
SECOND=seconde
SECONDS=seconden
MINUTE=minuut
MINUTES=minuten
HOUR=uur
HOURS=uren
DAY=dag
DAYS=dagen
AGO=geleden
[2.3]
TWITERROR=Er is iets fout gegeaan, probeer het later nog eens!
Write comment