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 ... 22 23 24 25 [26] 27 28 29 30   Go Down

Author Topic: Modpack with bridge support: PM, avatar, watermark, cropped/ sharpened thumbs...  (Read 1354578 times)

0 Members and 1 Guest are viewing this topic.

tandiono

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 44
  • www.Tandiono.com
    • www.Tandiono.com

Hello,

the other issue has already been solve but i notice that the "buddy" or "add friends" is also getting an error.

http://www.friendsterforum.com/gallery/buddy_manage.php?event=make&id=16781
http://www.friendsterforum.com/gallery/buddy_manage.php
Logged
Tandiono.com | Mikess.com | WebsiteForum.net | AudioForum.net | ToysForum.net | GadgetForum.net | ClickBankForum.net | ForumBoards.net | VerySoon.net | ClickBanks.net

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt

testuser account please?

tandiono

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 44
  • www.Tandiono.com
    • www.Tandiono.com

testuser account please?

Hello,

Username : x
pass : test

Please kindly help me on this issue :)
Logged
Tandiono.com | Mikess.com | WebsiteForum.net | AudioForum.net | ToysForum.net | GadgetForum.net | ClickBankForum.net | ForumBoards.net | VerySoon.net | ClickBanks.net

fovsports

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 23

haven't you asked taht before??
adding a link to the profile is easy. To modify the buddy_manage.php to work for the owner of the buddy list and users viewing other members buddy ists isn't that trivial. Would require to rewrite some crucial parts of that file. An easier solution would be to just copy the code that only shows and doesn't administer the buddy list into a new file and call that.
Stramm I can not code php like you ( but maybe someday I can get close ). However I can copy paste and read/understand most of this code. Could you please direct me to the lines of code that needs my attention in the buddy_manage.php and profile.php files. Like find this.... and replace with this....
Logged

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt

Hello,

Username : x
pass : test

Please kindly help me on this issue :)

the reason why it won't work out of the box is the same as with your issue before... different db users for bbs and cpg. If you'd change settings to use the same db user to access the mysql db all should work smooth.
If you don't want to do that then some 'hardcoding' of the queries is necessary.

tandiono

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 44
  • www.Tandiono.com
    • www.Tandiono.com

the reason why it won't work out of the box is the same as with your issue before... different db users for bbs and cpg. If you'd change settings to use the same db user to access the mysql db all should work smooth.
If you don't want to do that then some 'hardcoding' of the queries is necessary.

Hello,

how can i change settings to use the same db user to access the mysql db?

sorry im a noob :(
Logged
Tandiono.com | Mikess.com | WebsiteForum.net | AudioForum.net | ToysForum.net | GadgetForum.net | ClickBankForum.net | ForumBoards.net | VerySoon.net | ClickBanks.net

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt

in include/config.inc.php the settings for the mysql db access are stored (for CPG). Use the same username / password here as you use for your bbs (not your admin etc login but for the mysql db access). This should work but of course I can't be 100% sure. Depends on your server setup.

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt

Stramm I can not code php like you ( but maybe someday I can get close ). However I can copy paste and read/understand most of this code. Could you please direct me to the lines of code that needs my attention in the buddy_manage.php and profile.php files. Like find this.... and replace with this....

I'll need to check the code myself too. So this'll need a while till I find a free minute. Sorry, it's not really on my priority list ;)

tandiono

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 44
  • www.Tandiono.com
    • www.Tandiono.com
Logged
Tandiono.com | Mikess.com | WebsiteForum.net | AudioForum.net | ToysForum.net | GadgetForum.net | ClickBankForum.net | ForumBoards.net | VerySoon.net | ClickBanks.net

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt

I notice that some of the photo table are uncorrect :

http://www.friendsterforum.com/gallery/displayimage.php?album=random&cat=0&pos=-520
http://www.friendsterforum.com/gallery/displayimage.php?album=random&cat=0&pos=-82


is there anything i can do?

your other issues have been resolved?
I'm not sure what you're asking now. Can you please rephrase

tandiono

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 44
  • www.Tandiono.com
    • www.Tandiono.com

your other issues have been resolved?
I'm not sure what you're asking now. Can you please rephrase

Hello, as for the "buddy" issue i disable it, so save the headache :)

how can i fix those broken table?
Logged
Tandiono.com | Mikess.com | WebsiteForum.net | AudioForum.net | ToysForum.net | GadgetForum.net | ClickBankForum.net | ForumBoards.net | VerySoon.net | ClickBanks.net

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt

broken table... ?? You mean the filmstrip with that? Cause its 'bigger' than the other tables?

tandiono

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 44
  • www.Tandiono.com
    • www.Tandiono.com

broken table... ?? You mean the filmstrip with that? Cause its 'bigger' than the other tables?

here it's :

http://www.friendsterforum.com/gallery/displayimage.php?album=random&cat=0&pos=-520
http://www.friendsterforum.com/gallery/displayimage.php?album=random&cat=0&pos=-82


Please kindly help me on this one. Thanks
Logged
Tandiono.com | Mikess.com | WebsiteForum.net | AudioForum.net | ToysForum.net | GadgetForum.net | ClickBankForum.net | ForumBoards.net | VerySoon.net | ClickBanks.net

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt

in filmstrip just don't display filenames below thumbs (that's a config option)

tandiono

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 44
  • www.Tandiono.com
    • www.Tandiono.com

in filmstrip just don't display filenames below thumbs (that's a config option)

works like charms. Thanks :)

I love this great mods  ;)
Logged
Tandiono.com | Mikess.com | WebsiteForum.net | AudioForum.net | ToysForum.net | GadgetForum.net | ClickBankForum.net | ForumBoards.net | VerySoon.net | ClickBanks.net

angeldevil

  • Translator
  • Coppermine frequent poster
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 107

Hi Stramm!

I've a new question for you:

is it possible insert a photographer name under the pic with PM possibility?

Please see the attacched image

TNX
Logged
a

Stramm

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt

For the uploader name it is possible... and already done... check the classic, oranje or tentacle theme

angeldevil

  • Translator
  • Coppermine frequent poster
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 107

Thanks Stramm
but in your Hardwired modded theme is it possible?
Logged
a

rongxanhnet

  • Coppermine newbie
  • Offline Offline
  • Posts: 7

another demo for Mods pack:
www.congai.org

It's great to me...  ;)
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project

You remove coppermine copyright and it's not great
please put it back
Logged
‍I don't answer to PM with support question
Please post your issue to related board
Pages: 1 ... 22 23 24 25 [26] 27 28 29 30   Go Up
 

Page created in 0.051 seconds with 20 queries.