Forum Replies Created

Viewing 15 posts - 31 through 45 (of 148 total)
  • Author
    Posts
  • #9592
    Profile photo of lucato
    lucato
    Participant

    @christine wrote:

    I have not heard of that before, what happens if you delete all but one of them, do they re-populate

    The last time I did it, they seem to repopulate as a loop. I’ll try again and see what happens and post back.

    #9465
    Profile photo of lucato
    lucato
    Participant

    @Imago Borealis wrote:

    1. You can already remove the pic link in the general Twitter settings. Not sure if not having any pic included in a tweet would allow for longer titles, though.

    Hmmm, where did you see it. For me just shows the options:
    (_) Large preview
    (_) mini pic preview
    (_) Link only.

    @Imago Borealis wrote:

    I imagine this as customizable default settings that would automatically generate the whole tweet in an edit box so that a webmaster can go and manually change (if wanted) every aspect of the customized auto-tweet before being sent either by daily tweet or manually right away. Even better if it was possible to be more flexible on the frequency of sending out queued tweets.

    Not sure if a plugin like WP to twitter would achieve that. I didn’t try, and not sure if it would get the image posts.

    #9569
    Profile photo of lucato
    lucato
    Participant

    Hi Leo, just to try to understand it better (Search network). When we see results from Global Symbiostock Search Engine, does it just looks for keywords into the “Promoted Keywords” or does it search in global images keywords from all network like similar image?

    #9463
    Profile photo of lucato
    lucato
    Participant

    @Imago Borealis wrote:

    Oh, I forgot: No, I am restricted to 140 characters per tweet, too. Each of the two links (backlink and pic link) eat up 20 characters. The remainder is split between title and hashtags. Both get shortened automatically if your image title is too long and/or your manually entered + auto generated + the Symbiostock hashtags are too long. I wish I had a magic formula for loooong tweets, though :mrgreen:

    Maybe this “magic” formula should be something in the twitter integration options like:
    This suggestion of mine here

    #9551
    Profile photo of lucato
    lucato
    Participant

    Maybe this Role Manager plug-in can help you in something.

    #9460
    Profile photo of lucato
    lucato
    Participant

    @Imago Borealis wrote:

    I just tried with the following code segment in lib/twitter-manager/functions.php removed

        //START Google Link Shortner Magic :D

    $key = 'AIzaSyBVDPmOs_Hmzg7rnA_M1-xuOPxQQMJs6y4';

    $short_url = new ss_GoogleURLAPI($key);

    $backlink = $short_url->shorten($backlink);

    //we don't post without backlinks! So check first...
    if(empty($backlink) || $backlink == false || $backlink == 0){
    echo 'Google shortned URL missing. Aborting...';
    return false;
    }


    //END Doing Google Link Shortener Magic

    and it works fine. Titles get shortened, hashtags get generated from tags/keywords mixed in with manually entered ones, all shortened if too long. Just see me most recent couple tweets https://twitter.com/imagoborealis. So I am not sure what the Google Link Shortener Magic is actually good for 😀

    Hey Image, my SS professional is 1.4.9 and do not have such code in the lib/twitter-manager/functions.php. Did you mean that you removed or added the code above?
    My twitter doesn’t look cool like yours with full tittle and image placed in the post. It is all with … (Shortned). See them here:
    https://twitter.com/ArqsCriativos

    How did you get to place more hashtags and show the full image title and so on?

    #9434
    Profile photo of lucato
    lucato
    Participant

    @ajt wrote:

    I played with this issue today. I have now Brazilian Portuguese version of my site:

    http://ajotte.com/?s=isolated&post_type=image

    The only change I made was in inc/classes/network-manager/communicator.php

    Line 258 was:

    $symbiostock_xml->createElement( “page”,htmlentities($page) ) );

    now is:

    $symbiostock_xml->createElement( “page”,htmlspecialchars($page) ) );

    No side effects so far.

    Maybe you can try test it in your site. Especially with images having “weird” characters in titles 🙂

    – You’re the man! Thanks a lot! SOLVED! now it shows the images in pt_BR.
    http://www.arquivoscriativos.com.br/image/

    As you said so far no interference in other things I thing. Not sure if using entities may give some error. Anyway, better this way.
    Leo needs to edit this line code and change it for the next version.

    Have a great Sunday.

    #9419
    Profile photo of lucato
    lucato
    Participant

    @ajt wrote:

    Lucato, Have you changed language version in WordPress config file?
    I mean wp-config.php and this line:

    define(‘WPLANG’, ”);

    If you use other languages, there can be a problem with “Prev” and “Next”, if translations in that languages contain letters different than a..z.
    “Next” in Portuguese is “Próximo”
    I can see the problem is here:
    Próximo

    Interpreter sees “ó” coded as “ó” and crashes.

    Leo: maybe pagination links in xml results could be wrapped in CDATA?

    Yes, I have changed to Brazilian Portuguese once I’m using a multi-lingual SYM theme and this language uses special characters such as á, é , ã, ç, õ, and etc.

    define(‘WPLANG’, ”pt_BR”);

    Leo need to check it to accept these characters once it isn’t just Brazilian Portuguese that uses such characters. We have also Italian, Portuguese (Portugal), Spanish, French, Dutch , Flemish, Afrikaans, and etc.

    #9431
    Profile photo of lucato
    lucato
    Participant

    @joannsnover wrote:

    So the fatal error is in this line in interpreter.php:

    $results = new SimpleXmlElement( $symbiostock_xml_results );

    This is in the function symbiostock_interpret_results() which is called from symbiostock_build_html_results() inside a section that is reached when the following test is true

    if(!isset($results)){

    All the code in there is what to do when a search produces no results. It shouldn’t be there when you’re looking at your portfolio. AJT knows a fair bit about this code (I think because he wrote some or all of it) – perhaps PM him and ask him to take a look?

    In spite of not understanding a word or code line above, thanks for your reply. :0)
    I’ll try to reach ajt via PM. Thanks for your help Jo Ann.

    #9057
    Profile photo of lucato
    lucato
    Participant

    @cascoly wrote:

    … symbiostock is unque to WP as a network– we’re talking about network wide stata, not individual site stats

    – Hmmm, I tought it was for each user. Anyway, what is/are the advantage(s) for the site owner of having such network wide stata? I didn’t get it very well than.

    #9426
    Profile photo of lucato
    lucato
    Participant

    ^ For me it is too much complicated to understand the errors. It seems to not be accepting some Special Entities.
    I have cleaned the error log and just ran the link above and here are the results in the error_log:


    [08-Feb-2014 10:55:54 UTC] PHP Warning: SimpleXMLElement::__construct(): Entity: line 1951: parser error : Entity 'oacute' not defined in /home1/myroot/public_html/mysite/wp-content/themes/symbiostock/inc/classes/network-manager/interpreter.php on line 54
    [08-Feb-2014 10:55:54 UTC] PHP Warning: SimpleXMLElement::__construct(): -numbers" href="http://www.arquivoscriativos.com.br/image/page/2/">Pró in /home1/myroot/public_html/mysite/wp-content/themes/symbiostock/inc/classes/network-manager/interpreter.php on line 54
    [08-Feb-2014 10:55:54 UTC] PHP Warning: SimpleXMLElement::__construct(): ^ in /home1/myroot/public_html/mysite/wp-content/themes/symbiostock/inc/classes/network-manager/interpreter.php on line 54
    [08-Feb-2014 10:55:54 UTC] PHP Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /home1/myroot/public_html/mysite/wp-content/themes/symbiostock/inc/classes/network-manager/interpreter.php:54
    Stack trace:
    #0 /home1/myroot/public_html/mysite/wp-content/themes/symbiostock/inc/classes/network-manager/interpreter.php(54): SimpleXMLElement->__construct('<?xml version="...')
    #1 /home1/myroot/public_html/mysite/wp-content/themes/symbiostock/inc/classes/network-manager/network-manager.php(1801): symbiostock_interpret_results('<?xml version="...')
    #2 /home1/myroot/public_html/mysite/wp-content/themes/symbiostock/archive-image.php(42): network_manager->display_results(false)
    #3 /home1/myroot/public_html/mysite/wp-includes/template-loader.php(74): include('/home1/myroot/...')
    #4 /home1/myroot/public_html/mysite/wp-blog-header.php(16): require_once('/home1/myroot/...')
    #5 /home1/myroot/public_html/mysite/index.php(17): require('/home1/ in /home1/myroot/public_html/mysite/wp-content/themes/symbiostock/inc/classes/network-manager/interpreter.php on line 54
    [08-Feb-2014 10:55:56 UTC] PHP Warning: SimpleXMLElement::__construct(): Entity: line 1951: parser error : Entity 'oacute' not defined in /home1/myroot/public_html/mysite/wp-content/themes/symbiostock/inc/classes/network-manager/interpreter.php on line 54
    [08-Feb-2014 10:55:56 UTC] PHP Warning: SimpleXMLElement::__construct(): -numbers" href="http://www.arquivoscriativos.com.br/image/page/2/"&gt;Pr&oacute; in /home1/myroot/public_html/mysite/wp-content/themes/symbiostock/inc/classes/network-manager/interpreter.php on line 54
    [08-Feb-2014 10:55:56 UTC] PHP Warning: SimpleXMLElement::__construct(): ^ in /home1/myroot/public_html/mysite/wp-content/themes/symbiostock/inc/classes/network-manager/interpreter.php on line 54
    [08-Feb-2014 10:55:56 UTC] PHP Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /home1/myroot/public_html/mysite/wp-content/themes/symbiostock/inc/classes/network-manager/interpreter.php:54
    Stack trace:
    #0 /home1/myroot/public_html/mysite/wp-content/themes/symbiostock/inc/classes/network-manager/interpreter.php(54): SimpleXMLElement->__construct('<?xml version="...')
    #1 /home1/myroot/public_html/mysite/wp-content/themes/symbiostock/inc/classes/network-manager/network-manager.php(1801): symbiostock_interpret_results('<?xml version="...')
    #2 /home1/myroot/public_html/mysite/wp-content/themes/symbiostock/archive-image.php(42): network_manager->display_results(false)
    #3 /home1/myroot/public_html/mysite/wp-includes/template-loader.php(74): include('/home1/myroot/...')
    #4 /home1/myroot/public_html/mysite/wp-blog-header.php(16): require_once('/home1/myroot/...')
    #5 /home1/myroot/public_html/mysite/index.php(17): require('/home1/ in /home1/myroot/public_html/mysite/wp-content/themes/symbiostock/inc/classes/network-manager/interpreter.php on line 54

    Any help?

    #9425
    Profile photo of lucato
    lucato
    Participant

    @Imago Borealis wrote:

    If Jo Ann is right you should find some entry in the error_log file that might help in pinpointing the cause of your troubles.

    Hey Imago, thanks for the help. I’ll check this file too.
    Have a nice weekend.

    #9424
    Profile photo of lucato
    lucato
    Participant

    @joannsnover wrote:

    I’d guess to look for where you’ve translated “image” 🙂
    – Hehehe, actually I did it, but there are 6 “zillions” of words image there. So, it would be easier to ask in the forums if somebody know the direct place. :0)

    @joannsnover wrote:

    I did try /pt/iimagen/ but that doesn’t work
    – Jo Ann, it didn’t work because, it should be in singular imagem and as plural imagens. Just kidding, even in the correct Brazilian Portuguese it isn’t working. ;0)

    @joannsnover wrote:

    I’m guessing that one of the places in interpreter.php that does a check for ‘image’ before displaying results is failing because the thing it is checking against is now saying imagen

    – I’ll check this, thanks for the tip. Any news I’ll post back.

    Have a nice weekend.

    #9437
    Profile photo of lucato
    lucato
    Participant

    @leo wrote:

    I did some research (you should have a feed there) and sometimes plugins can get in the way.

    Have you tried disabling all plugins and seeing if it comes back? If it does, simply reactivate each one, one by one, until it re-appears.

    http://wordpress.org/plugins/custom-post-type-rss-feed/ <– may be a helpful fallback plan.

    This is the first time I’ve seen this.

    Hi Leo, thanks. I just tested now disabling all plugins, and found out that it is conflict with qTranslate slug plug-in, another plug-in for qtranslate.

    The interesting thing is that this plug-in I can translate the slugs from pages, posts, etc. I don’t understand how can it mess the RSS. Is this “post_type=image” some page,post,category that the RSS requests?

    #8379
    Profile photo of lucato
    lucato
    Participant

    @jsfoto wrote:

    Leo, if you are around: Could we have a place where you tell about particular changes in the most recent updates. I know you want to take a break from the forums, which I totally respect. But if we could have just short summaries of the changes you’ve made would be great 🙂

    I agree. A change log (history), would be great. When updating theme and clicking on theme “View version blablabla details”, it shows my site instead of the change log / history. ;0)

Viewing 15 posts - 31 through 45 (of 148 total)