Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Custom field problem  (Read 2505 times)

0 Members and 1 Guest are viewing this topic.

Julia

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Custom field problem
« on: April 04, 2004, 10:13:13 am »

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!
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Custom field problem
« Reply #1 on: April 04, 2004, 12:05:50 pm »

to open link created with bbcode links in the same window (instead of a new window), edit include/functions.inc.php and find
Code: [Select]
target=\"_blank\"and replace it with
Code: [Select]
target=\"_top\"
There is as well code without escaped quotes, find
Code: [Select]
target="_blank"and replace with
Code: [Select]
target="_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
Logged

Julia

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Custom field problem
« Reply #2 on: April 05, 2004, 04:21:50 am »

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!
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Custom field problem
« Reply #3 on: April 05, 2004, 11:15:09 am »

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.
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Julia

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Custom field problem
« Reply #4 on: April 06, 2004, 02:47:22 pm »

Thanks, casper! I'll try!
Logged
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 18 queries.