How can I use phpbb's template tags in coppermine? How can I use phpbb's template tags in coppermine?
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

How can I use phpbb's template tags in coppermine?

Started by danielx386, May 29, 2013, 08:00:26 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

danielx386

Hello all,

I would like to know how I can use phpbb's template tags in coppermine. Now I did see some really old posts on here but they looks like coppermine 1.3 and phpbb 2.0


Thankyou :)

Αndré

Please describe what those phpBB template tags are.

danielx386

I would like to be able to get phpbb's header and footer and integrate then into coppermine. One example is the link that show how many private messages a user has. I know that I could hand code those things but the number won't update when the user get a new PM.

I hope that makes sense.

Thankyou :)

PS I managed to get the brige part working, so logins is well and alive :)

Αndré

I don't know if there's a ready solution for this, so I assume you have to collect that data from the phpBB database and print it in Coppermine accordingly yourself.