Please make sure that you have read the documentation and extensive resources provided on this site before posting your question!
Dynamic Content Gallery Resources
DCG Version 4.0 beta is now available for download and testing. This is a development version and not recommended for live sites. Read more here.
Note that the current stable release of the DCG is version 3.3.5.
Topic RSS
fixed
5:54 pm
I have a fix that would allow me to add to the url field in the post screen: http://myexternallink.com" target="_blank Unfortunately that doesn't work because you've (wisely) stripped spaces and " from the string. Can you remove that in the one string so that I can use a url as mentioned above?
6:52 pm
I've edited this – but I dont understand why it doesn't work:
if( get_post_meta($id_found->ID, $postmeta['link'], true) ){
// We have an external/manual link
$link = get_post_meta($id_found->ID, $postmeta['link'], true);
$tar = '_blank';
} else {
$link = get_permalink($id_found->ID);
$tar = '_self';
}
// Output Image Link
$output .= "\n\t" . '<a href="'. $link .'" target="'. $tar .'" title="Read More" class="open"></a>';
Most Users Ever Online: 28
Currently Online:
10 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
johnbroome: 13
sjpeaches: 12
speedyp: 12
CherylMcL: 10
littlemerry: 8
lsnoei: 8
Member Stats:
Guest Posters: 770
Members: 1297
Moderators: 0
Admins: 1
Forum Stats:
Groups: 2
Forums: 7
Topics: 978
Posts: 4293
Newest Members: chargers3, jwhetstone, robert, Mak-Donuts, kilerb, Marian Bamboi
Moderators:
Administrators: Ade (2490)
Log In
Register
Home

Offline
Dynamic Content Gallery: Have you read the 