Hello there,,,,every time am linking from within my site am getting the ping back approval request..do i have to approve them? Anyways, i did with some and i am getting really weird unorganized order of links appearing at the end of the linked post like http://holidayandfestival.com/calendar/ubon-ratchathani-candle-festival-2012/ .....now when i erase the created comment on that link, then its gone....so the question is what should i do every time am linking? should not approve the ping back? or should i delete back the comment every time? or should i do something else? thank you very much
pingback issue
5 posts from 2 voices-
Posted 1 year ago #
-
Hello...you can forget about the pingback issue i already deleted all the comments....i have a very frustrating problem been trying to solve for a while. ok i have managed to use the target="_blank" code for all the links i have to other websites to open in a new tab..but i cant do it for the featured media photos i have..from the inspect element its working...but since i cant save the inspect element editing, i tried to do it from custom.css in all possible ways but its not working....how can i open the HTML for the featured media other than the inspect element?...please please this is important issue because i have a lot of information gathered ready for posting and i want to figure this out...
Thank you
AmerPosted 1 year ago # -
Open up shoutbox/framework/php/function-set-avia-frontend.php and search for following line:
if(empty($option_array[$keyprefix.'link'])) $option_array[$keyprefix.'link'] = "";Replace it with:
if(empty($option_array[$keyprefix.'link'])) $option_array[$keyprefix.'link'] = ""; $target = '';Then search for:
$url = $option_array[$keyprefix.'link_url'];and replace it with:
$url = $option_array[$keyprefix.'link_url']; $target = 'target="_blank"';and replace:
return "<a href='".$url."'>".$inside."</a>";with:
return "<a ".$target." href='".$url."'>".$inside."</a>";This mod will add "target blank" to all custom link urls. A better solution would be to add an option to the backend but this requires some additional work.
Posted 1 year ago # -
Thanks for the help....just made the changes and it works perfect.
Posted 1 year ago # -
Hey!
Glad that I could help you :)
Best regards,
PeterPosted 1 year ago #
Topic Closed
This topic has been closed to new replies.














