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 [2]   Go Down

Author Topic: "in-house" messagesystem  (Read 13367 times)

0 Members and 1 Guest are viewing this topic.

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: "in-house" messagesystem
« Reply #20 on: May 27, 2006, 05:26:37 pm »

just zip it and attach it to your posting (using "additional options" when composing your message).
Logged

udgang99

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 78
Re: "in-house" messagesystem
« Reply #21 on: May 27, 2006, 05:28:34 pm »

Okay :)

Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: "in-house" messagesystem
« Reply #22 on: May 27, 2006, 08:08:57 pm »

attach the lang file to your next post and I'll have a look

udgang99

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 78
Re: "in-house" messagesystem
« Reply #23 on: May 28, 2006, 12:38:10 am »

@STRAMM: I did, it's in my previous post! ;)
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: "in-house" messagesystem
« Reply #24 on: May 29, 2006, 07:46:57 am »

Code: [Select]
  'cur_sub_text' => 'Du er i øjeblikket abonnent på,needs to be
Code: [Select]
  'cur_sub_text' => 'Du er i øjeblikket abonnent p&aring',
Code: [Select]
if (defined('DB_INPUT_PHP')) $lang_db_input_php = array(change to
Code: [Select]
if (defined('DB_INPUT_PHP')) { $lang_db_input_php = array(

udgang99

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 78
Re: "in-house" messagesystem
« Reply #25 on: June 01, 2006, 08:50:08 pm »

Okay - I finally had the chance to make the two updates to the danish file - and it WORKS now !!! :) Thank you !!!

-Theres is just one thing more I'd like to ask. I'm using the Hardwired-theme, and that one dosn't show the "send PM" and "Become friends" icon, when you look at a users profile... what do I do to get those? Is it just a matter of creating two images, or is it a much bigger operation?

*** edit
I don't know if this is just me missing something, but it dosn't seem like the "Private Messages"-note, now displayed on the index right below "welcome back", works ... Eventhough I KNOW that I have some messages, it keeps saying "0 new messages" - cos' when I pop over to the forum, I can see I have several messages.
As far as I can figure out, this only works when there isn't a forum bridged to it...?

*** edit again
Okay, the PM system only works properly when not bridge with SMF - so I have decided to NOT bridge those two, because I like Stramm's PM-system better than SMF. Of course I'll still have the forum, it just wont be "connected" like before.

*** edit - once again ;)
This is to my first question, on how to make those "send pm" and "become friends" ... well, I figured it out! -For anyone else trying to find this out, all you have to do is copy the two images (you can see them while in classic-theme), and upload them to the theme you are using yourself. If needed, you can design your very own! -Very cool! :)

Last question !!!
On the index-page of my gallery, next to the usernames, it says "SEND PM" - I'd like to change that to "SEND PB" (danish!), but I have no idea where that line is in the code ... could you help me out? Roughly which linenumber?
« Last Edit: June 01, 2006, 11:10:42 pm by udgang99 »
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: "in-house" messagesystem
« Reply #26 on: June 02, 2006, 12:58:20 am »

looks like you found out most on your own ;)

yes, you can create your own images that exactly match your theme. Therefore you need to create/copy the two images into your themes images folder. 

A bridged coppermine with modpack uses the forums PM system. Therefore you can't use modpack stats but have to implement the bbs function. I can't write and maintain such a function for each bbs...

Send PM on the index... I'm not exactly sure which one you mean but I guess that one
include/functions.inc.php in function build_caption ~line 850
« Last Edit: June 02, 2006, 01:18:37 am by Stramm »
Logged

udgang99

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 78
Re: "in-house" messagesystem
« Reply #27 on: June 02, 2006, 01:04:41 am »

line 850: YES! That was exactly the line I was looking for!!! Thank you, kind sir - you have helped me once again!!!
Logged
Pages: 1 [2]   Go Up
 

Page created in 0.019 seconds with 20 queries.