Blumish Posted April 9, 2011 Report Share Posted April 9, 2011 Viss stradaaja, bet kad atjauninaaju wordpress versiju uz jaunako, draugiem ieteikt pogas vietaa paradiijas sis tejsts: Empty title! Ka to izlabot? Paldies Quote Link to comment Share on other sites More sharing options...
Aiviss Posted April 9, 2011 Report Share Posted April 9, 2011 (edited) par wordpress neko nezinu. Bet šāds teksts varētu nozīmēt - ka adresē ko sūti uz draugiem.lv ir tukša title daļa - un ja tas ir tukš, tad dr.lv neļauj ieteikt. kaut kā tā. + izskatā, ka šobrīd viņiem arī ir tehniskas problēmas. Edited April 9, 2011 by Aiviss Quote Link to comment Share on other sites More sharing options...
rebuilder Posted April 9, 2011 Report Share Posted April 9, 2011 Esi domājis uzrakstīt draugiem.lv, kad ir izstrādājuši speciāli tam pluginu? Quote Link to comment Share on other sites More sharing options...
Blumish Posted April 9, 2011 Author Report Share Posted April 9, 2011 es paradiisu piemeeru. Seit vins neiet: http://kabinets.id.lv/ bet tiesi tads pats draugiem ieteikt kods, seit iet: http://kabinets.id.lv/?p=241 ar draugiem domaaju tur nekaada saistiiba nav Quote Link to comment Share on other sites More sharing options...
rebuilder Posted April 9, 2011 Report Share Posted April 9, 2011 (edited) Es vēlreiz saku, raksti draugiem.lv 99%, ka tas saistīts ar viņu pāreju uz jauno versiju, pieņemot, ka Tu esi izdarījis visu kā nākas. Edited April 9, 2011 by rebuilder Quote Link to comment Share on other sites More sharing options...
Blumish Posted April 9, 2011 Author Report Share Posted April 9, 2011 Es vēlreiz saku, ja tu lieto draugiem.lv izstrādātu pluginu raksti viņiem, viņi viņu supportē! Pie tam iesaku konfigurēt permalinks. Ne, tas nav plugins, bet gan vienkarš kods, kas tiek ievitots vajadzīgajā faila: <iframe height="20" width="84" frameborder="0" src="http://www.draugiem.lv/say/ext/like.php?title=<?=urlencode(single_post_title('', false)); ?>&url=<?=urlencode(get_permalink());?>&titlePrefix=Iesakām visiem"></iframe> Quote Link to comment Share on other sites More sharing options...
rebuilder Posted April 9, 2011 Report Share Posted April 9, 2011 (edited) Izlaboju pirmīt sacīto, pārteicos ;) Un tagad papētīju kodu :D Iztulko ko nozīmē Empty title! Un tad zināsi ko darīt ;) Edited April 9, 2011 by rebuilder Quote Link to comment Share on other sites More sharing options...
Blumish Posted April 9, 2011 Author Report Share Posted April 9, 2011 Es vēlreiz saku, raksti draugiem.lv 99%, ka tas saistīts ar viņu pāreju uz jauno versiju, pieņemot, ka Tu esi izdarījis visu kā nākas. Citos portalos nav saadas problemas. MAn viss gaja, bet tad uztaisiiju wordpressam update, un tad ari paraadijaas tas teksts Quote Link to comment Share on other sites More sharing options...
Kemito Posted April 9, 2011 Report Share Posted April 9, 2011 Blumish - Kad nospiež pogu, atveras vaļā Pop`up logs. Šī runā sadaļa ņem tevis dotos parametrus no GET, līdz ar to Pop`up logā title ir tukšums,kas nozīmē to, ka tajā linkā, kur norādīadresātu uz šo draugiem.lv say, netiek iedots parametrs title. Kļūdas labošanai, reāli paņem ar GET savu title tajā brīdī esošo, kas ir kā title priekš draugiem.lv say. Domājams domu tu saprati. Quote Link to comment Share on other sites More sharing options...
Blumish Posted April 9, 2011 Author Report Share Posted April 9, 2011 Blumish - Kad nospiež pogu, atveras vaļā Pop`up logs. Šī runā sadaļa ņem tevis dotos parametrus no GET, līdz ar to Pop`up logā title ir tukšums,kas nozīmē to, ka tajā linkā, kur norādīadresātu uz šo draugiem.lv say, netiek iedots parametrs title. Kļūdas labošanai, reāli paņem ar GET savu title tajā brīdī esošo, kas ir kā title priekš draugiem.lv say. Domājams domu tu saprati. Problemu sapratu, bet ka to noverst, gan ne! Varbut vari izlabot manu iedoto kodu? Quote Link to comment Share on other sites More sharing options...
Kemito Posted April 9, 2011 Report Share Posted April 9, 2011 (edited) Rādi nu šurp tad kodu. Edited April 9, 2011 by Kemito Quote Link to comment Share on other sites More sharing options...
Blumish Posted April 9, 2011 Author Report Share Posted April 9, 2011 luk sis ir mans index.php fails <?php get_header(); ?> <!-- begin colLeft --> <div id="colLeft"> <!-- archive-title --> <?php if(is_month()) { ?> <div id="archive-title"> Browsing all articles from <strong><?php the_time('F, Y') ?></strong> </div> <?php } ?> <?php if(is_category()) { ?> <div id="archive-title"> Izvelkam visus rakstus kategorijā: <strong><?php $current_category = single_cat_title("", true); ?></strong> </div> <?php } ?> <?php if(is_tag()) { ?> <div id="archive-title"> Browsing all articles tagged with <strong><?php wp_title('',true,''); ?></strong> </div> <?php } ?> <?php if(is_author()) { ?> <div id="archive-title"> Browsing all articles by <strong><?php wp_title('',true,''); ?></strong> </div> <?php } ?> <!-- /archive-title --> <!-- begin blog item --> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="blogItem"> <div class="itemTitle clearfix"> <h1><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h1><span style="margin-top:14px;"><?php if(function_exists('the_ratings')) { the_ratings(); } ?></span> </div> <?php the_content(__('Lasīt tālāk')); ?> <iframe height="20" width="84" frameborder="0" src="http://www.draugiem.lv/say/ext/like.php?title=<?=urlencode(single_post_title('', false)); ?>&url=<?=urlencode(get_permalink());?>&titlePrefix=Iesakām visiem"></iframe> <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script> <a href="http://twitter.com/share" class="twitter-share-button" data-url="<?php the_permalink(); ?>" data-via="theworldwinner" data-text="<?php the_title(); ?>" data-related="comptalks" data-count="horizontal">Tweet</a> <br><br> <div class="metadata"> <span style="color:#000;"><?php the_time('Y / m / d') ?></span> / <span style="color:#000;"><?php the_category(', ') ?></span> / <span style="color:#000;"> <?php comments_popup_link('Nav komentāru', '1 Komentārs ', '% komentāri'); ?></span> <?php the_tags('Tags: ', ', ', ''); ?><span style="float:right;color:#000;"><?php if(function_exists('the_views')) { the_views(); } ?></span></div> </div> <!-- end blog item --> <?php endwhile; ?> <div class="navigation"> <?php if(function_exists('wp_paginate')) { wp_paginate(); } ?> </div> <?php else : ?> <p>Sorry, but you are looking for something that isn't here.</p> <?php endif; ?> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-22480587-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <!-- end colLeft --> <!-- begin colRight --> <!-- end colRight --> <?php get_footer(); ?> Quote Link to comment Share on other sites More sharing options...
Kemito Posted April 9, 2011 Report Share Posted April 9, 2011 (edited) Šito: <iframe height="20" width="84" frameborder="0" src="http://www.draugiem.lv/say/ext/like.php?title=<?=urlencode(single_post_title('', false)); ?>&url=<?=urlencode(get_permalink());?>&titlePrefix=Iesakām visiem"></iframe> Pamēģini nomainīt uz šito: <iframe height="20" width="84" frameborder="0" src="http://www.draugiem.lv/say/ext/like.php?title=<?=urlencode(<?php the_permalink(); ?>); ?>&url=<?=urlencode(get_permalink());?>&titlePrefix=Iesakām visiem"></iframe> Katrā ziņā galvenā doma ir, ka tev jāpaņem ir TITLE, kas ir raksta TITLE no WP un jāieliek iekš title="" un lieta darīta. Edited April 9, 2011 by Kemito Quote Link to comment Share on other sites More sharing options...
Blumish Posted April 9, 2011 Author Report Share Posted April 9, 2011 Šito: <iframe height="20" width="84" frameborder="0" src="http://www.draugiem.lv/say/ext/like.php?title=<?=urlencode(single_post_title('', false)); ?>&url=<?=urlencode(get_permalink());?>&titlePrefix=Iesakām visiem"></iframe> Pamēģini nomainīt uz šito: <iframe height="20" width="84" frameborder="0" src="http://www.draugiem.lv/say/ext/like.php?title=<?=urlencode(<?php the_permalink(); ?>); ?>&url=<?=urlencode(get_permalink());?>&titlePrefix=Iesakām visiem"></iframe> Katrā ziņā galvenā doma ir, ka tev jāpaņem ir TITLE, kas ir raksta TITLE no WP un jāieliek iekš title="" un lieta darīta. uzmetaas sis: Parse error: syntax error, unexpected '<', expecting ')' in /home4/kabineid/public_html/wp-content/themes/kabinets/index.php on line 37 Quote Link to comment Share on other sites More sharing options...
daGrevis Posted April 9, 2011 Report Share Posted April 9, 2011 Uz paplātītes... <iframe height="20" width="84" frameborder="0" src="http://www.draugiem.lv/say/ext/like.php?title=<?php echo urlEncode( the_permalink() ); ?>&url=<?php echo urlEncode( get_permalink() ); ?>&titlePrefix=Iesakām visiem"></iframe> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.