vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Latest Photopost Photo In Postbit (https://vborg.vbsupport.ru/showthread.php?t=72335)

kevinrstruck 11-30-2004 04:32 PM

I had to uninstall also since I use a PhotoPost database also. Bummer!

alkatraz 11-30-2004 07:00 PM

Quote:

I use a PhotoPost database also
ditto =(

Sounds like a great hack, screenshots would be nice.
I plan to use it with classified post instead, putting the members last ad in their post, linking to their personal ads. (only for upgraded members tho hehe)

If anyone knows how to get this working on a seperate db, please post up. I'm sure it can't be too rough. I'd be willing to spend some time on it, but I'm no programer.

cinq 11-30-2004 11:38 PM

We want screenies ! :D:p

SVTBlackLight01 11-30-2004 11:48 PM

Quote:

Originally Posted by kevinrstruck
I had to uninstall also since I use a PhotoPost database also. Bummer!

This is probably the case for most people, me included.

Jolten 12-01-2004 04:21 AM

Can I get a text file please?

sabret00the 12-01-2004 09:10 AM

Quote:

Originally Posted by cinq
We want screenies ! :D:p

done

sabret00the 12-01-2004 09:11 AM

Quote:

Originally Posted by Jolten
Can I get a text file please?

in all honesty i wrote it into the thread on the fly, it'd be just as much effort for me to make it as it would be for you to copy and paste it, but alas, i'll see what i can do this afternoon :)

MPDev 12-01-2004 11:44 AM

Actually, if they are in seperate databases, as long as they share a common userid/password for access, you could just use the query:

SELECT pp_photos.id, pp_photos.title, user.userid, pp_photos.cat, pp_photos.approved, pp_photos.bigimage
FROM ppost_photos AS pp_photos
LEFT JOIN " . TABLE_PREFIX ."user AS user ON pp_photos.userid = user.userid

and add in a tablename before the ppost_photos like:

photopostdb.ppost_photos

Then it would pull it from the other database without having to switch or combine dbs.

sabret00the 12-01-2004 12:12 PM

nice one michael :) hopefully it helps a few people.

cinq 12-01-2004 02:25 PM

Hmm I think I will try to develop some album drop down too if the user has an album, i never got round to finishing that hack.

Nice hack btw sabre :D


All times are GMT. The time now is 03:22 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01092 seconds
  • Memory Usage 1,734KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete