Closed (fixed)
Project:
Gigya Toolbar
Version:
6.x-2.0
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Oct 2009 at 16:56 UTC
Updated:
4 Nov 2009 at 07:10 UTC
hi,
i'm trying to get the twitter feature working. i put my username ephman in the field and the icon does not show up on the toolbar for my tweets... any help would be greatly appreciated? am i missing something?
thanks,
ephman
Comments
Comment #1
Gigya commentedPlease try it again now.
If the problem still ocurrs, please send us a link to your (test) site and we'll look into it.
Have a gr8 day,
Tamir,
Gigya
Comment #2
ephman commentedthanks tamir,
so i turned off and then turned on the toolbar module, re-entered my twitter username (ephman), and the twitter button did not show up. :( also i don't know if it is relate but i added my my rss feed link in there (http://feeds.feedburner.com/epheed) and the rss icon did not show up as well. currently i'm running drupal 6.13 if that helps.
thanks,
ephman
Comment #3
Gigya commentedHi ephman,
I tested the gigyaToolbar module on Drupal 6.14.
A lot of things have changed between D6.13 and D6.14 ...
- So this could be the reason.
Can u please send me a link to your test site ?
10x,
Tamir,
Gigya.
Comment #4
ephman commentedsorry about that tamir... here's the link to my website. http://www.ephman.com
thanks again, i'm a big fan of gigya.
eph
Comment #5
Gigya commentedHi ephman,
We will soon submit a new version with a fix to this and other stuff.
For now, you can do the following :
1. Go to your server installation folder ( YOUR_DRUPAL_ROOT_FOLDER ) .
2. Open gigyaToolbar.module ( located in YOUR_DRUPAL_ROOT_FOLDER\sites\all\modules\gigyaToolbar) for editing.
3. Look for the following line :
$current_site_name = str_replace(''','\\\'',$current_site_name);and add the following line right before it :
$current_site_name = str_replace(''','\\\'',$current_site_name);In the end, you should have the following :
$current_site_name = str_replace('\'','\\\'',$current_site_name);$current_site_name = str_replace(''','\\\'',$current_site_name);4. Save the file.
There's no need to restart.
Good luck !!!
Tamir,
Gigya.
Comment #6
ephman commentedworked like a charm. thank you very very much.
ephman
Comment #7
Gigya commented