PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro How Do I...? (http://www.photopost.com/forum/photopost-pro-how-do-i/)
-   -   vBulletin QuickReply Integration (http://www.photopost.com/forum/photopost-pro-how-do-i/143783-vbulletin-quickreply-integration.html)

LissaE August 25th, 2010 10:35 PM

vBulletin QuickReply Integration
 
Hi, I use the VB integration with the comments in my gallery,and a week or so back I added a mod to the forum that changed the buttons on the Quick Reply and Quick Edit toolbars (for the forum)

When I did this the editor no longer showed in the gallery at all, just the thin border surrounding it lol

Is there somewhere in PP's code that tells it to pull certain info from vb's template where it's maybe not pulling it because the code in the template has changed? If so where would I look....if not how might I go about fixing it? I have disabled the mod for now as I like the vb editor better LOL :P

And if it helps, I am on VB3.8.6 and PP7.01

Chuck S August 26th, 2010 08:59 AM

You would need to contact the actual hack author about how to make it work. I know know nothing about those vb hacks or how they work but if they work through plugins and the plugins usually dont run outside the vb page your going to have issues.

LissaE August 27th, 2010 05:11 AM

That's not going to help me though if the hack author is not familiar with PP....thing is I could most likely fix it myself if I know how PP pulls the VB editor to show in PP, and that's really all I was asking I guess....where do I look for how PP uses VB's editor in the integration?

Chuck S August 27th, 2010 05:51 AM

well we pull the editor much like vb does you can look at the various scripts header-inc.php comments.php showphoto.php quickcom and comments templates but in the end none of that is going to help you.

There is specific code in YOUR HACK that is called by the vb plugin to hook into specific locations thats how the plugin system in vb works. If your plugin does not run when the editor is called then it is broken.

You can try changing hook locations into global plugin locations and see if that helps but in the end your hack author is going to need to write his code so it does work with both applications or add some exception to his code that it is off if it encounters the photopost program.


All times are GMT -5. The time now is 05:12 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97