Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Beta Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
PhotoPost PopUp vB Code Details »»
PhotoPost PopUp vB Code
Version: 1.01, by MPDev MPDev is offline
Developer Last Online: Dec 2016 Show Printable Version Email this Page

Version: 3.0.6 Rating:
Released: 01-28-2004 Last Update: 02-13-2005 Installs: 14
Is in Beta Stage  
No support by the author.

This mod provides for a Select popup box which displays thumbnails of a users PhotoPost gallery. Clicking on a thumbnail inserts the vB Code for that image into the text area. NEXT and PREV links are provided to scroll through a users photos (16 displayed at a time).

Mod installed at http://www.photopostdev.com

+ + To Do

vBulletin files to edit: 1
PhotoPost files to add: 1
Queries to Run: 0
Templates to add: 1
Templates to modify: 1
Time to install: 15 Minutes

+ + Known Issues

Mod assumes PhotoPost and vB are installed into same database. If you have them in seperate databases, you will need to use a mysql_select_db() to switch to PP and then back to vB in the pppanel.php file.

http://www.photopostdev.com/showthre...=1232#post1232

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 01-31-2004, 01:39 PM
nighteyes's Avatar
nighteyes nighteyes is offline
 
Join Date: Oct 2001
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Tim Wheatley
Can someone explain how and where I put the database switch? My photopost and forum db's are on the same server, but in seperate databases...
Same here.
Reply With Quote
  #23  
Old 01-31-2004, 03:17 PM
Infopro Infopro is offline
 
Join Date: May 2003
Location: Pennsylvania
Posts: 267
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ScottW23
<snipped>


The vast majority of our customers are satisfied with our software and our support. If anyone isn't, I wholeheartedly invite you to use our contact form to contact me
personally so I can help.

Thanks,

Scott Wainner
President/CEO
PhotoPost

This is not intirely true. Have a look at your own forums. Where are the complete instructions that WORK?

I have used your contact form an await your response.

For those that have not purchased this gallery yet but are thinking of getting it? Do your homework first. Ask them to provide you with COMPLETE instructions that work. Not half answers explaining things like "search this forum, the answer is here" Or "Look at photopost dev it works there just fine"
Reply With Quote
  #24  
Old 01-31-2004, 04:19 PM
nighteyes's Avatar
nighteyes nighteyes is offline
 
Join Date: Oct 2001
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Infopro
This is not intirely true. Have a look at your own forums. Where are the complete instructions that WORK?

I have used your contact form an await your response.

For those that have not purchased this gallery yet but are thinking of getting it? Do your homework first. Ask them to provide you with COMPLETE instructions that work. Not half answers explaining things like "search this forum, the answer is here" Or "Look at photopost dev it works there just fine"
Unfortunately I've seen plenty of posts on their support forum where their final solution to a problem is "well it works for most people...."
Reply With Quote
  #25  
Old 01-31-2004, 06:36 PM
MPDev's Avatar
MPDev MPDev is offline
 
Join Date: Oct 2003
Location: Virginia
Posts: 885
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you are running in two databases you would insert:

mysql_select_db("photopostdb"); at the top of the script and
mysql_select_db("vbdatabase"); at the bottom of the script.

This is probably a good thing to document for the final verison.

FYI, PhotoPost.Com contains complete installation and user guides in the Members Area. And I take strong exception to Nighteyes claim - it's simply not true. I'd ask that those responding in this thread respect the Moderators wishes so as to not cause any further problems.
Reply With Quote
  #26  
Old 02-01-2004, 12:04 AM
ivanmcp ivanmcp is offline
 
Join Date: Nov 2002
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am looking forward to try this hack out, but will give it some more time to evolve first.

I have just finished integrating PhotoPost with vB3 RC3 that share same db. With some minor adjustments left to do, I have to say that PhotoPost and vBulletin are now a deadly combination and future looks bright for both.

Check them out @:

http://www.surfnewquay.co.uk/forum/
Reply With Quote
  #27  
Old 02-01-2004, 06:56 AM
memobug memobug is offline
 
Join Date: Jun 2002
Posts: 418
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I like the idea, but if someone moves a photo from folder to folder, wouldn't all the remote links break?

This isn't a problem with the hack, but how photopost stores its data. Moving the physical files around on the server is inefficient - that's what databases are for!

Matt
(owner of 2 photopost / vB boards)
Reply With Quote
  #28  
Old 02-01-2004, 10:41 AM
gmarik's Avatar
gmarik gmarik is offline
 
Join Date: May 2002
Location: Mocsow
Posts: 1,288
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice, if PP would have more of these things, but it happens so rarely, that they listen to the client wishes, they don't really upgrade it and it's quite sad. Something should be done about that! For example full style template integration with vB3 - that would save PhotoPost project ...
Reply With Quote
  #29  
Old 02-04-2004, 03:29 PM
teksigns's Avatar
teksigns teksigns is offline
 
Join Date: Sep 2003
Posts: 133
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i have installed this hack and it does not work with the

wysiwyg edit box....

the popup does come up and show the photos

however when you click them nothing happens

anyone know what code needs to be changed
to make them work like the smily do with the wysiwyg.....

im sure theres a way ........

i just disabled for now
Reply With Quote
  #30  
Old 03-22-2004, 11:03 PM
corsacrazy's Avatar
corsacrazy corsacrazy is offline
 
Join Date: May 2002
Location: london
Posts: 854
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by teksigns
i have installed this hack and it does not work with the


wysiwyg edit box....


the popup does come up and show the photos

however when you click them nothing happens



anyone know what code needs to be changed
to make them work like the smily do with the wysiwyg.....


im sure theres a way ........

i just disabled for now
i get same error
Reply With Quote
  #31  
Old 03-23-2004, 12:16 AM
SVTBlackLight01's Avatar
SVTBlackLight01 SVTBlackLight01 is offline
 
Join Date: Jan 2003
Location: Texas
Posts: 504
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

By comparison with what we're used to with vBulletin, PhotoPost has been slow to develope, but the last few releases have made some good improvements. The hacks are starting to increase and get better.

I have some issues with the support, but as Dean has already pointed out this isn't the place for complaining and only detracts from the support for this hack.

I may give this a try after I make the move to vB3.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:42 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04962 seconds
  • Memory Usage 2,310KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete