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

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

0 Members and 1 Guest are viewing this topic.

justbishop

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Female
  • Posts: 20
    • a-pathetic.net/ashley

Yes, the pictures that just won't watermark for some reason are the already uploaded, full sized images.  I have run the admin tools several times, in various configurations (only thumbnails, full sized and resized, all, etc.)
Logged

Stramm

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

you'll need to chmod all fiiles/ folders to what you use now

as already mentioned a few times. Check your config to see what your actual settings are (I'd guess [folder/ files] 755/ 644)... but you may have to set this to (777/666 or 755/666 or ...). That's due to exotic server setups

justbishop

  • Coppermine novice
  • *
  • Offline Offline
  • Gender: Female
  • Posts: 20
    • a-pathetic.net/ashley

Ok, when I installed CPG, I'd CHMODed everything the way it said to.  When it gave me a choice between 755 and 777, I believe I chose 777 every time.  I would be happy to check again, but I'm confused about what folders and files should be set to what for this all to work.
Logged

angeldevil

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

I'm working to the translation of your beautiful Mod in Italian language and I would ask a question to you.
Is it possible to make the following two modifications?


Visual notification on the new comments receipts with link to the "Last comments page"

Red or yellow numbers coloration when the values are not equal to zero

 an you help me? See the attached image please

TNX

angeldevil
Logged
a

Stramm

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

Ok, when I installed CPG, I'd CHMODed everything the way it said to.  When it gave me a choice between 755 and 777, I believe I chose 777 every time.  I would be happy to check again, but I'm confused about what folders and files should be set to what for this all to work.

folders should be fine with 777, chmod all files to 666 and try if it works. As said, some setups are exotic. I've explained that several times in modpack and/ or watermark threads

Stramm

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

I'm working to the translation of your beautiful Mod in Italian language and I would ask a question to you.
Is it possible to make the following two modifications?


Visual notification on the new comments receipts with link to the "Last comments page"

Red or yellow numbers coloration when the values are not equal to zero

 an you help me? See the attached image please

TNX

angeldevil

I'll give you an example for the PMs...
in themes.inc.php find function loginForm and copy it over to the theme you're using (don't include the last bracket } before the ending ?>)

now you can experiment with that function as you wish.
after
Code: [Select]
list($tot_new_messages) = @mysql_fetch_array($result);
mysql_free_result($result);
add
Code: [Select]
($tot_new_messages == 0) ? $tot_new_messages = "<span style=\"color: green\">$tot_new_messages</span>": $tot_new_messages = "<span style=\"color: red\">$tot_new_messages</span>" ;
do something similar for  buddies.

The number of comments since the last login/ visit
probably possible but resource hungry. You can just enhance the function you just copied. You need to query the user table for the last visit date/ time and the query the comments table for comments added later than the last visit date. You even could make that a config option ;)

angeldevil

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

Hello Stramm! the various coloration works perfectly!  ;D
Now I try to experiment on the visual notification on comments

Many thanks!!!
Logged
a

fovsports

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

Hello Stramm,
Very powerfull piece of code you have written. Community based sites have been the rage for awhile now.
Here is my question.... I would like to be able to have the profile.php page for my members have the link "click here to view {users_id} buddies".  See attached picture.

Thanks for your help on all that you have done. I hope this is not to much to request.
(http://www.shoiecast.com/stramm/profilelink.jpg)
Logged

antisa33

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 181
    • Free french kids coloring

Please can you help me, the mod is ok for all the theme but not with mine : i need the Digital_Flow theme  :-\
I try to add {LOGIN_FORM} on my template.html but now i have a blanck page !
Please help
Thanks!!
Logged

antisa33

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 181
    • Free french kids coloring

i have this error
Failed to find block 'my_friends'
thanks
Logged

Stramm

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

Stramm

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

Hello Stramm,
Very powerfull piece of code you have written. Community based sites have been the rage for awhile now.
Here is my question.... I would like to be able to have the profile.php page for my members have the link "click here to view {users_id} buddies".  See attached picture.

Thanks for your help on all that you have done. I hope this is not to much to request.
(http://www.shoiecast.com/stramm/profilelink.jpg)

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.

tandiono

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

Hello,

after installing it, i get database error when click on the pictures :


http://www.friendsterforum.com/gallery/displayimage.php?album=lastup&cat=0&pos=0


Please kindly assist me. 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

for me it doesn't look like a problem when viewing an intermediate image but a problem with the smf settings (can't be loaded). Try to fix the smf settings table

tandiono

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

for me it doesn't look like a problem when viewing an intermediate image but a problem with the smf settings (can't be loaded). Try to fix the smf settings table

Hello,

how can i fix it? Please advice me. 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

ask that on the integrating/ bridging board. Not related to the modpack. And stick to one thread.
http://forum.coppermine-gallery.net/index.php?topic=33647.0

edit:
now you have another error message but GauGau already told you in this thread what to do
http://forum.coppermine-gallery.net/index.php?topic=33645.msg156956#msg156956

Stramm

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

Hello,

how can i fix it? Please advice me. Thanks

I hope you finally stick to one thread now.
After you finally enabled debug mode I was able to see the problems you have. It's a known issue. Happens when bridged and with avatars enabled. In addition to that the db users of the forum and cpg need to be different. A link to the fix has also been posted several times in this thread
http://forum.coppermine-gallery.net/index.php?topic=29153.msg135084#msg135084

Justttt

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 170
    • Trippy-ILLusion.Co.Uk

hey stramm , i have 2 copies of your modpack uploaded /album, /ladies ... when i install ladies gallery i would like it to use its own database prefix ladies_, but use the cp4_users table from album so i have all members on both. how would i do this

thanks,
   Justttt
Logged
J U S T T T T

Stramm

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

easiest solution... bridge both with a forum (same forum)

Justttt

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 170
    • Trippy-ILLusion.Co.Uk

aww thats what i was trying to avoid. :(
Logged
J U S T T T T
Pages: 1 ... 21 22 23 24 [25] 26 27 28 29 30   Go Up
 

Page created in 0.027 seconds with 20 queries.