Author Topic: Incorporate YaBB post.pl into Album 'Add Comment.'  (Read 4519 times)

0 Members and 1 Guest are viewing this topic.

Offline matt_rogers

  • album.pl Hacker
  • ****
  • Posts: 117
  • Karma: +2/-0
  • Currently sitting in front of a computer.
    • Three Steps To A Reef Aquarium
Incorporate YaBB post.pl into Album 'Add Comment.'
« on: March 26, 2004, 15:48:28 »
This is something I'd love to see...

Album reads YaBB cookie already, so it knows who you are, I would love to get it so that posting comments on it looks just like posting on YaBB with the poster profile on the left and all the YaBB options for posting.

Know what I mean?

Offline Mike Bobbitt

  • album.pl Author
  • Administrator
  • I Spend Too Much Time Here
  • *****
  • Posts: 3381
  • Karma: +35/-2
    • Mike's Development Archive
Re: Incorporate YaBB post.pl into Album 'Add Comment.'
« Reply #1 on: March 29, 2004, 20:42:29 »
I do. That would be pretty tricky to do without re-writing parts of YaBB into album.pl though... You could do something where you change the "Uploaded by" string to automatically stick in a link to the user's YaBB profile. Something like this:

Code: [Select]
Uploaded By <a href="http://perl.bobbitt.ca/forums/index.php?action=profile;u=####CONFIG=$owner####">
Might be a good start, though it doesn't handle comments (just upload taglines)...