Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
353 views
in Q2A Core by

Hello there,
plugin github link; https://github.com/q2apro/q2apro-list-uploads-page

The question link shown in the picture does not appear.
I can not, it's very important to me, please help.

Thank you.

 please help me, please

please help me, please

please help me, please

I use translation, sorry

Orjinal image, must be​;

incorrect image;

the corresponding codes;

// set link to question, answer, comment that contains the image

if($existsInPost=="Q") {

$existsInPost = $notFoundString;

}

else if($imageInPost[1]=="A") {

$existsInPost = "<a href='".$imageInPost[2]."?show=".$imageInPost[0]."#a".$imageInPost[0]."' style='margin-left:10px;font-size:11px;'>&rarr; in answer: ".$existsInPost."</a>";

}

else if($imageInPost[1]=="C") {

// get question link from answer

$getQlink = mysql_fetch_array( qa_db_query_sub("SELECT parentid,type FROM `^posts` WHERE `postid` = ".$imageInPost[2]." LIMIT 1") );

$linkToQuestion = $getQlink[0];

if($getQlink[1]=="") {

$existsInPost = "<a href='".$linkToQuestion."?show=".$imageInPost[0]."#c".$imageInPost[0]."' style='margin-left:10px;font-size:11px;'>&rarr; in comment: ".$existsInPost."</a>";

}

else {

// default: comment on question

$existsInPost = "<a href='".$imageInPost[2]."?show=".$imageInPost[0]."#c".$imageInPost[0]."' style='margin-left:10px;font-size:11px;'>&rarr; in comment: ".$existsInPost."</a>";

}

}

else {

// default: question

$existsInPost = "<a href='".$existsInPost."' style='margin-left:10px;font-size:11px;'>&rarr; in question: ".$imageInPost[0]."</a>";

}

Q2A version: 1,7,4
by
@NoahY @ProThoughts  @Amiya Sahu @ArjunSuresh @AliSayahiyan @pupi1985 @ScottVivian

How can I show the question id?
Help please..

1 Answer

0 votes
by
I need to show the question link, how can I do it :(
...