I'm wondering if I can link back to my site with the same window (instead of open a new window) in the custom field? And can I re-order the fields of picture information, e.g. put the custom field as the first item.
Thanks!
to open link created with bbcode links in the same window (instead of a new window), edit include/functions.inc.php and find target=\"_blank\"
and replace it withtarget=\"_top\"
There is as well code without escaped quotes, findtarget="_blank"
and replace withtarget="_top"
.
Please do only post one question per thread next time; for your second question the answer is "yes" and the solution has been described before on other threads - please search the board.
GauGau
Thanks a lot, GauGau!! :) Sorry about posting two questions. :? I did search the board before asking, but I can't find the answer. Would you please give me some hints, what keywords I should search for? I've tried "custom field", "picture information", "re-order"...
Thanks!
Try using 'custom AND field' instead of 'custom field'. It would narrow the results and make it easier to find what you're looking for.
Thanks, casper! I'll try!