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

Showing results 1 to 25 of 141
Search took 0.01 seconds.
Search: Posts Made By: jwocky
Forum: vB3 General Discussions 07-09-2022, 08:51 PM
Replies: 2
Views: 810
Posted By jwocky
Just an update, I got it about 50% working. ...

Just an update, I got it about 50% working.

It needs a few template and core file updates which weren't too bad.

Making new posts/threads and some admincp functions are still non...
Forum: vB3 General Discussions 07-02-2022, 05:03 PM
Replies: 2
Views: 810
Posted By jwocky
3.8.11 and PHP 8.x

Has anyone tried getting vb 3.8.11 to work with PHP 8.x+?

I have gotten it to work very well with 7.4 with some minor edits here and there, but 8.0 has been a problem. I'm having trouble finding...
Forum: vB3 Programming Discussions 03-05-2015, 12:48 PM
Replies: 2
Views: 797
Posted By jwocky
That worked perfectly! Thank you so much :D

That worked perfectly! Thank you so much :D
Forum: vB3 Programming Discussions 03-05-2015, 03:02 AM
Replies: 2
Views: 797
Posted By jwocky
Forum options bitfield help

I am just not understanding the concept of bitfields too well :(

Was hoping someone could help me with a simple task. I have a forum options table for a forum as '97989'. Is there an easy way to...
Forum: vB3 General Discussions 12-23-2013, 05:21 AM
Replies: 0
Views: 503
Posted By jwocky
Is there any way to do friendly URL structure on vb 3.8 ?

What I mean is instead of a URL being ... /forums/forumdisplay.php?f=3

can we have it changed to /forums/forum/General Chat

I know vbSEO does soemthing like this, but can it be done ourselves...
Forum: vB3 Programming Discussions 07-10-2013, 11:51 PM
Replies: 1
Views: 770
Posted By jwocky
Is there an equivalent to fetch_avatar_url for profile pictures?

Is there an equivalent to fetch_avatar_url for profile pictures?

Thanks!!
Forum: vB3 Programming Discussions 06-02-2013, 01:13 AM
Replies: 3
Views: 845
Posted By jwocky
How to get the Post position in a thread (post #) for a given postid?

So I have a post-id and the thread-id for a post, but I cant figure out how to find out where in the thread this post is (the post #).

The reason I need to pull this data, is to figure out what...
Forum: vB3 Programming Discussions 11-17-2012, 02:57 AM
Replies: 3
Views: 1,020
Posted By jwocky
Lynne, I was just checking out your site, is it...

Lynne, I was just checking out your site, is it the 'First Post' column that you are referring to? Thats exactly what I want to do ! Yours can even sort by that column which is also what I want to...
Forum: vB3 Programming Discussions 11-17-2012, 01:07 AM
Replies: 3
Views: 1,020
Posted By jwocky
Is it possible to programmatically add a column to forumdisplay (via hooks/plugin)

I wanted to add a column to the forumdisplay without actually changing the templates but rather have it added in via a plugin/hook. The data would be populated with data from a custom field in the...
Forum: Forum and Server Management 10-25-2012, 11:58 PM
Replies: 1
Views: 1,305
Posted By jwocky
How do you setup load balanced web servers?

Im conceptually confused on how this works. Do you setup two identical web servers and have some kind of rsync constantly running to keep them in sync?

Thanks!
Forum: vB3 General Discussions 06-26-2012, 01:07 AM
Replies: 2
Views: 487
Posted By jwocky
Whats the best way to edit plugins?

I currently use the vbulletin editor to make edits to plugins, however its becoming very tedious. On every code edit, i have to submit it and then reload the plugin from the plugin list to do...
Forum: vB3 General Discussions 12-25-2011, 08:13 PM
Replies: 1
Views: 711
Posted By jwocky
Attachment Datamanager: Possible to set the userid?

I have a custom script which successfully uploads an attachment to a thread using vbulletin's datamanagers. However, I want the script to assign that attachment to a predefined userid and can't...
Forum: vB3 General Discussions 07-26-2011, 02:40 AM
Replies: 0
Views: 742
Posted By jwocky
Using a Jquery Ajax/Post forces a logout

Ive added a small module to do an .ajax post of data to a form using Jquery. However, theres a sideeffect where users are getting logged out automaticly (those who are logged in without enabling...
Forum: vB3 Programming Discussions 07-15-2011, 01:52 AM
Replies: 1
Views: 446
Posted By jwocky
Variable for the new PM Id# in "private_insertpm_complete"?

Hi, im writing a quick little mod where I needed to get the ID of the newly inserted PM in the hook "private_insertpm_complete", but cant for the life of me figure out which variable the new ID is...
Forum: vB3 Programming Discussions 07-02-2011, 11:47 PM
Replies: 1
Views: 545
Posted By jwocky
Possible to get the postid of the post just made in the newreply_post_complete hook?

I cant find a way to getting the postid variable of the post just made by the user
Forum: vB3 General Discussions 05-30-2011, 09:42 PM
Replies: 1
Views: 517
Posted By jwocky
My script isn't emailing me on MySQL errors

When my script throws a database error, vb isn't emailing me the error as it does with errors on the stock vb php files. This is making debugging near impossible :(

Does anyone know if i need to...
Forum: vB3 Programming Discussions 04-29-2011, 10:07 AM
Replies: 1
Views: 621
Posted By jwocky
How to use the plugin system to make template edits?

I know my way around the vbulletin hooks system and PHP, but I never figured out how to use the plugin system to actually insert data into the HTML templates. I know this is possible as I see some...
Forum: vB3 Programming Discussions 04-28-2011, 09:03 PM
Replies: 7
Views: 1,276
Posted By jwocky
Not at all, I really appreciate the effort, I...

Not at all, I really appreciate the effort, I still think im more lost then you are, but both lost :D
Forum: vB3 Programming Discussions 04-27-2011, 10:51 PM
Replies: 7
Views: 1,276
Posted By jwocky
Ya, i checked and made sure that the data is...

Ya, i checked and made sure that the data is being filled in correctly by vb (it is), you are right about the javascript, i couldnt figure out what it was doing so i skipped it (i *think* it was just...
Forum: vB3 Programming Discussions 04-27-2011, 10:04 PM
Replies: 7
Views: 1,276
Posted By jwocky
Yea im trying to do just that, I took all the...

Yea im trying to do just that, I took all the variables in the form submission, put them into my custom html and tried submitting from my custom php file and it just wont take. I cant wrap my head...
Forum: vB3 Programming Discussions 04-26-2011, 11:57 PM
Replies: 7
Views: 1,276
Posted By jwocky
Making a custom multiple attachment upload script

After searching and searching, I cannot find a mod which will allow multiple file uploads for vb3.

I decided to make my own one then, there are plenty of jquery/mootools based scripts for multiple...
Forum: vB3 Programming Discussions 01-10-2011, 02:28 PM
Replies: 0
Views: 671
Posted By jwocky
Datamanager help with editing threads via cron

I want to build a datamanger that will periodically go and edit a thread title only of a specific thread periodicly.

It would actually edit and change the thread title to the current date/time.
...
Forum: vB3 Programming Discussions 11-01-2010, 02:40 AM
Replies: 1
Views: 653
Posted By jwocky
Can the vb datamanager be used to delete PMs?

I use the datamanager to easily create and send PMs, but I was wondering if it could be similarly used to delete PMs? If not, what it the proper way to delete a PM? It seems PM data is held across...
Forum: vB3 Programming Discussions 08-16-2010, 09:29 PM
Replies: 0
Views: 565
Posted By jwocky
Do I need to escape strings if using the data manager to input string into the datab?

--------------------------------------------------------------------------------

Im using the vbulletin data managers to input a few strigs into the database (a PM) and was wondering if I need to...
Forum: vB4 Programming Discussions 08-16-2010, 09:28 PM
Replies: 0
Views: 406
Posted By jwocky
Do I need to escape strings if using the data manager to input string into the datab?

Im using the vbulletin data managers to input a few strigs into the database (a PM) and was wondering if I need to use one of the escape string calls on the string first before sending it to the data...
Showing results 1 to 25 of 141

 
Forum Jump

All times are GMT. The time now is 02:00 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.01797 seconds
  • Memory Usage 2,054KB
  • 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 

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