Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 64
Search took 0.00 seconds.
Search: Posts Made By: JPnyc
Forum: vB3 Programming Discussions 01-06-2011, 11:15 AM
Replies: 0
Views: 521
Posted By JPnyc
Writing new registrations to ext. DB

Hi folks, I need a clue here. Need to create a plug in which will write new registration data into an external database in addition to the my SQL database connected to VB, in real time. I imagine it...
Forum: vB3 Programming Discussions 01-21-2010, 03:32 PM
Replies: 9
Views: 783
Posted By JPnyc
Thanks, I was afraid of that. I tried hooking it...

Thanks, I was afraid of that. I tried hooking it on global for that reason, figuring that is where all variables are initialized, but I got the same result, no load. I'll check the logs. Thanks
...
Forum: vB3 Programming Discussions 01-21-2010, 02:21 PM
Replies: 9
Views: 783
Posted By JPnyc
Hi, still working on this. Can anybody see...

Hi, still working on this. Can anybody see anything in the above code that would stop the entire page from rendering, on absolutely any hook vBulletin?
Forum: vB3 Programming Discussions 01-13-2010, 04:52 PM
Replies: 9
Views: 783
Posted By JPnyc
much thanks, Lynne.

much thanks, Lynne.
Forum: vB3 Programming Discussions 01-13-2010, 03:59 PM
Replies: 9
Views: 783
Posted By JPnyc
I was afraid of that. We don't actually have a...

I was afraid of that. We don't actually have a test site, I'm using one of our internal forums, only visible to employees. At the moment my problem is trying to figure out why any hook I attached...
Forum: vB3 Programming Discussions 01-13-2010, 03:32 PM
Replies: 9
Views: 783
Posted By JPnyc
thanks, Lynne. Will that list be visible to all...

thanks, Lynne. Will that list be visible to all or just to admin? Thanks again.
Forum: vB3 Programming Discussions 01-13-2010, 03:06 PM
Replies: 9
Views: 783
Posted By JPnyc
can't find the right hook

hi folks, I have a plug-in I wrote some time ago which, when hooked on register add member process, works fine. However registration is going to be taken away from me, the database is going to be...
Forum: vB3 General Discussions 09-29-2009, 05:47 PM
Replies: 1
Views: 476
Posted By JPnyc
which hook involves the banning process?

I was looking for some hook that mentioned changing group ID or something, wasn't able to find it. Can somebody clue me in which hook would be involved for that process? Thanks in advance.:)
Forum: vBulletin 3.8 Add-ons 04-20-2009, 05:53 PM
Replies: 411
Views: 86,246
Posted By JPnyc
I notice only versions 3.6 and 3.8 are mentioned,...

I notice only versions 3.6 and 3.8 are mentioned, we'll either of these work with 3.7.x?

Thanks!
Forum: vBulletin 3.5 Add-ons 10-24-2008, 06:53 PM
Replies: 113
Views: 32,023
Posted By JPnyc
nevermind, signature cache needed to be released.

nevermind, signature cache needed to be released.
Forum: vBulletin 3.5 Add-ons 10-23-2008, 04:26 PM
Replies: 113
Views: 32,023
Posted By JPnyc
Anyone know why this works for sig links in 3.5...

Anyone know why this works for sig links in 3.5 but not in 3.7.x?
Forum: vB3 Programming Discussions 09-02-2008, 03:06 PM
Replies: 6
Views: 833
Posted By JPnyc
Huge thanks for this, I got what I needed to do,...

Huge thanks for this, I got what I needed to do, working. :)
Forum: vB3 Programming Discussions 08-30-2008, 02:46 PM
Replies: 6
Views: 833
Posted By JPnyc
Thanks, I think I got it now. PHP isn't one of my...

Thanks, I think I got it now. PHP isn't one of my languages, obviously. Mille grazie, as my people say ;)
Forum: vB3 Programming Discussions 08-29-2008, 08:58 PM
Replies: 6
Views: 833
Posted By JPnyc
So I can just reference $IPADDRESS? Or minus the...

So I can just reference $IPADDRESS? Or minus the $? Without the object reference? Thanks!
Forum: vB3 Programming Discussions 08-29-2008, 02:22 PM
Replies: 6
Views: 833
Posted By JPnyc
Reference IP during registration process

I'm not sure if this should be in the programming discussions section or not, but here it is anyway. I'm doing some testing during the registration process, before the account is actually created.
...
Forum: vB3 Programming Discussions 05-09-2008, 05:56 PM
Replies: 0
Views: 565
Posted By JPnyc
test for string user email

$emailaddy=$vbulletin->userinfo['email'];

if(stripos($emailaddy,'ltd',0)!==false) {
$userdata->set('usergroupid',4);
}

Any idea why this does nothing? It's hooked on...
Forum: vB3 General Discussions 04-02-2008, 04:59 PM
Replies: 0
Views: 689
Posted By JPnyc
custom phrases don't show in notify e-mail

We've created a couple of custom global phrases, and tested in versions 3.0 .x, 3.5 .x and 3.6.8. The custom phrases show up fine in all three versions, all with the same exception, new post...
Forum: vB3 Programming Discussions 12-07-2007, 11:49 AM
Replies: 17
Views: 2,243
Posted By JPnyc
FYI, this issue is resolved. I ended up writing...

FYI, this issue is resolved. I ended up writing my own AJAX script to refresh our ad positions, and calling it onclick of the quick edit and quick reply buttons. Unfortunatly, the quick edit SAVE...
Forum: vB3 Programming Discussions 11-29-2007, 01:01 PM
Replies: 17
Views: 2,243
Posted By JPnyc
I'm not sure we can actually do that, but I'll...

I'm not sure we can actually do that, but I'll check. The problem is we are serving our ads via PHP, meaning PHP is writing the JavaScript setup code to the page. I haven't been able to figure out...
Forum: vB3 Programming Discussions 11-29-2007, 12:43 PM
Replies: 17
Views: 2,243
Posted By JPnyc
THANK YOU!!!! Actually, ad management is...

THANK YOU!!!! Actually, ad management is precisely what I'm trying to do. I want to enable the forums Ajax features, however we make our living off ad revenue, and as you know, Ajax doesn't reload...
Forum: vB3 Programming Discussions 11-29-2007, 12:11 PM
Replies: 17
Views: 2,243
Posted By JPnyc
okay thanks, but I could use PHP in a plug-in to...

okay thanks, but I could use PHP in a plug-in to write a JavaScript function to the page, on a given hook, could I not? I mean passing it through PHP as a string literal.

We run 30 forums, and...
Forum: vB3 Programming Discussions 11-29-2007, 11:08 AM
Replies: 17
Views: 2,243
Posted By JPnyc
Sorry for reviving an old thread, but it was mine...

Sorry for reviving an old thread, but it was mine to begin with so I hope no one minds, and the subject is still the same. I need to execute some Javascript from the plugin system and not sure how to...
Forum: vB3 Programming Discussions 10-16-2007, 01:35 AM
Replies: 9
Views: 998
Posted By JPnyc
OK, thanks. That's how I'll approach it then

OK, thanks. That's how I'll approach it then
Forum: vB3 Programming Discussions 10-15-2007, 12:43 PM
Replies: 9
Views: 998
Posted By JPnyc
hi, thanks for the reply. No, we have three...

hi, thanks for the reply. No, we have three advertising positions that need to be called along with the Ajax functions, and reloaded to the page via Ajax. What I don't know is if there is any way to...
Forum: vB3 Programming Discussions 10-11-2007, 04:30 PM
Replies: 9
Views: 998
Posted By JPnyc
I still can't solve this. Am I better off writing...

I still can't solve this. Am I better off writing my own AJAX script and just calling it onclick of the edit/submit buttons, or is there a way for me to piggyback on the existing AJAX functions in vb...
Showing results 1 to 25 of 64

 
Forum Jump

All times are GMT. The time now is 05:47 AM.


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.02794 seconds
  • Memory Usage 2,033KB
  • 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
  • (1)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (19)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.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_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete