• Why is there error when clicking "Videos of user"?
    I never tried this functionality before yesterday. The error says there is a different number of columns. I don't think I changed any queries that would result in changes to which columns or the number of columns selected.....this is why I asked the question. Thanks.
    4 answers Technical Support 9 years ago
  • Tagging with keywords is not working, "sgkeyword" entered in database instead?!?
    Hey Mike, it appears to be working now. Is it possible to download a fresh version of the component that includes any/all files you revised?
    21 answers Technical Support 9 years 3 months ago
  • Tagging with keywords is not working, "sgkeyword" entered in database instead?!?
    Another thing. In the backend db #_simgallery_tags table, the tags you've entered that work correctly have values of zero for the top and left fields. The keyword tags I've entered with the error all have other values (not zero)
    21 answers Technical Support 9 years 3 months ago
  • Tagging with keywords is not working, "sgkeyword" entered in database instead?!?
    One other thing I noticed. On the picture of ant-man you posted and successfully tagged previously, if I move my mouse over that photo, the two tags don't display over the photo itself. maybe that is because the tags don't exist in the parameters any longer but I thought I would mention it just in case.
    21 answers Technical Support 9 years 3 months ago
  • Tagging with keywords is not working, "sgkeyword" entered in database instead?!?
    It's still not working. Here are step-by-steps

    Login with the ID I provided and click Photos in the JomSocial menu.

    Click the photo of the scuba diver so it opens in the modal view:
    http://triptrackgo.c[...]=13&uid=563

    Click Tag photo and then tag the photo by selecting the "newtag" keyword tag. The tag initially shows correctly on the photo but not under the user ID... show more
    21 answers Technical Support 9 years 3 months ago
  • Tagging with keywords is not working, "sgkeyword" entered in database instead?!?
    Just tried it in the browsing page, same thing happened, still saves it as sgkeyword
    21 answers Technical Support 9 years 3 months ago
  • Tagging with keywords is not working, "sgkeyword" entered in database instead?!?
    I've been adding the keyword tags in the theater mode lightbox
    21 answers Technical Support 9 years 3 months ago
  • Tagging with keywords is not working, "sgkeyword" entered in database instead?!?
    Cleared the cache, tried again and it is still happening. I even deleted the prior keyword tags from the back-end, created a new one, but it didn't work :(

    I tested something else. In this file...

    public_html/components/com_simgallery/models/ajax.php

    .....there are several lines of code like this:

    $return['tagged_keywords'][] = array('id'=>'sgkeyword', 'value'=>$tag->tag, 'tagtype'=>$tag->tagtype, 'tid'=>$tag->tid);

    I replaced the 'sgkeyword' in these lines with my name ('tim') and sure... show more
    21 answers Technical Support 9 years 3 months ago
  • Tagging with keywords is not working, "sgkeyword" entered in database instead?!?
    Wow! I do have the same issue on your site! I cleared my browser's history (including removing cookies and turning off autofill forms) and it still happened. Look at these three links:

    https://www.simbunch[...]bum&aid=191

    https://www.simbunch[...]8&aid=12613

    https://www.simbunch[...]717&aid=190

    This one did the same thing when I tried IE-

    https://www.simbunch[...]716&aid=190

    Are you already using the version you're about to release on your site currently? If you want to try a... show more
    21 answers Technical Support 9 years 3 months ago
  • Tagging with keywords is not working, "sgkeyword" entered in database instead?!?
    Sorry, I've add FTP info above. I am having the issue using Chrome on the PC and also on the iPad.

    If you re-install any files, please let me know which ones. Thank you
    21 answers Technical Support 9 years 4 months ago
  • Tagging with keywords is not working, "sgkeyword" entered in database instead?!?
    Mike, I see that it worked for you. However, I just tried Clearing the Cache in the back-end and also Purged Expired Cache and nothing changed for me. I cleared the cache in my browser also. I even tried logging in with the test username I gave you. I uploaded a photo to the album you created and tried tagging,... show more
    21 answers Technical Support 9 years 4 months ago
  • System - SIMGallery plugin prevents JomSocial registration .... please help!
    Mike, I see that it is now working, thank you. Which files did you edit? Were any component files changed or was it the plugin files?
    4 answers Technical Support 9 years 5 months ago
  • System - SIMGallery plugin prevents JomSocial registration .... please help!
    Mike, is there any chance you can look at this today? I tried reinstalling and enabling the plg_simgallery again but it didn't help- the JomSocial registration still won't work. I don't know what else I can try. ?????
    4 answers Technical Support 9 years 5 months ago
  • Where to find code that writes the Edit & Upload Videos forms to the database?
    Thanks Mike! Got it working over the weekend. This info was very helpful. I had to edit a javascript file to get #4 to work for the database submission, too. I ended up using the catid fields in the db to store associated JomSocial Group values, FYI.
    2 answers Technical Support 9 years 5 months ago
  • Why is there an error when integrating SIMGallery to replace JomSocial videos?
    Well I feel dumb, I completely missed that. Thanks for pointing this out! I was able to get the key and it appears to be working now. I'm closing this question. I ahve a separate question related to my making SIMGallery work with JomSocial Groups that I'll ask in a new question.
    10 answers Technical Support 9 years 5 months ago
  • Why is there an error when integrating SIMGallery to replace JomSocial videos?
    Hey Mike, any answer for this?
    10 answers Technical Support 9 years 5 months ago
  • Why is there an error when integrating SIMGallery to replace JomSocial videos?
    OK, thanks Mike, that makes sense. I'm having trouble uploading a link to a video. For example, if I try to upload a link to a YouTube video, the loading icon (the little circle next to "Link") just keeps spinning. I also tried inserting a link to a Vine video but nothing happened- the Post button never becomes enabled.

    Are you... show more
    10 answers Technical Support 9 years 5 months ago
  • Why is there an error when integrating SIMGallery to replace JomSocial videos?
    Thanks Mike. I am no longer getting the error. What files did you edit to make the correction (so I know in case I ever need to reinstall)? Also, under the Videos header on this page, why do the links say "Photos of You, Photos, Albums".....shouldn't they say Vidoes instead of Photos?
    10 answers Technical Support 9 years 5 months ago
  • Why is there an error when integrating SIMGallery to replace JomSocial videos?
    Hi Mike, I added the missing info above. Here is the error again:

    1222 - The used SELECT statements have a different number of columns SQL=( SELECT v.*, m.*, '' AS `thumb` FROM ttg_simgallery_videos AS v LEFT JOIN ttg_simgallery_media AS m ON v.vid=m.typeid WHERE m.type='video' AND m.owner=562 AND v.vid>0 AND ( v.access=0 OR 1=1 OR m.owner=562 OR ( (SELECT COUNT(*) FROM... show more
    10 answers Technical Support 9 years 5 months ago
  • Why is there an error when integrating SIMGallery to replace JomSocial videos?
    Hello? Can I get a response to this problem? I am at a stand-still in my implementation of SIM Gallery until I can get this resolved. Thanks
    10 answers Technical Support 9 years 5 months ago
SIMBunch Answers powered by SIMAnswers from SIMBunch
Cron Job Starts