Add My Gallery Link To External Application Add My Gallery Link To External Application
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Add My Gallery Link To External Application

Started by Garibaldi, March 18, 2007, 02:12:45 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Garibaldi

I would like to add the My Gallery link to my Joomla install as well as coppermine, however it appears that the URL generated in the gallery menu for My Gallery is specific to each user, therefore I cannot simply link the url. Is there a way for me to include this link in Joomla?

Nibbler

It's 10000 + the user_id. You'd need to generate the link dynamically.

Garibaldi

Quote from: Nibbler on March 18, 2007, 01:17:25 PM
It's 10000 + the user_id. You'd need to generate the link dynamically.
How might I go about doing that? I can enter html as a module, is there some script I could use to generate the appropriate link?
Thanks!

Joachim Müller

We don't know Joomla. As you'd have to add this piece of code into Joomla, we can't tell what the code needs to be.