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

Showing results 1 to 25 of 46
Search took 0.00 seconds.
Search: Posts Made By: incursio
Forum: vB5 Programming Discussions 04-23-2017, 02:32 PM
Replies: 7
Views: 1,054
Posted By incursio
Thanks, mate! I'll take a peek.

Thanks, mate! I'll take a peek.
Forum: vB5 Programming Discussions 04-22-2017, 08:42 PM
Replies: 7
Views: 1,054
Posted By incursio
Anyone?

Anyone?
Forum: vB5 Programming Discussions 04-17-2017, 11:52 AM
Replies: 7
Views: 1,054
Posted By incursio
Any ideas on the actual call to...

Any ideas on the actual call to "$api->callApi('content_photo' ...."? Is that the right call to use? If so, not sure what the arguments need to be.

I've also tried this, but to no avail:


...
Forum: vB5 Programming Discussions 04-13-2017, 10:06 PM
Replies: 7
Views: 1,054
Posted By incursio
Thanks! That helped me get past that issue. Now,...

Thanks! That helped me get past that issue. Now, I am getting this response when trying to add the image:


Array
(
[errors] => Array
(
[0] => Array
(...
Forum: vB5 Programming Discussions 04-13-2017, 03:49 PM
Replies: 7
Views: 1,054
Posted By incursio
Bulk photo/gallery import script

Hey guys, I am trying to import thousands of existing photos into VB5. The images exist in folders/subfolders on the server. Anyone have a basic script to programmatically create a new gallery folder...
Forum: vB5 Programming Discussions 12-07-2016, 11:40 PM
Replies: 6
Views: 1,002
Posted By incursio
Yeah, that's what I ended up doing! :p ...

Yeah, that's what I ended up doing! :p

Cheers.
Forum: vB5 Programming Discussions 12-07-2016, 09:36 PM
Replies: 6
Views: 1,002
Posted By incursio
I was building this as a command line tool as it...

I was building this as a command line tool as it might need to run via cron, but I suppose I can make it browser based instead.

Cheers.
Forum: vB5 Programming Discussions 12-07-2016, 04:44 PM
Replies: 6
Views: 1,002
Posted By incursio
Yeah, I was looking at that. Not sure what you...

Yeah, I was looking at that. Not sure what you mean by "call the controller", though. That file isn't part of the API, right?

EDIT: Oh, you mean call it by CURL or what not ... yeah that would...
Forum: vB5 Programming Discussions 12-07-2016, 01:24 PM
Replies: 6
Views: 1,002
Posted By incursio
Any API call for updating a social group icon?

I've been digging for a bit, but haven't found anything concrete yet.

Basically, I just need a way to set/update a social group icon image from a separate script. Any ideas? Thanks in advance for...
Forum: vB5 Programming Discussions 12-06-2016, 11:42 AM
Replies: 2
Views: 1,199
Posted By incursio
Bulk creating social groups

Hi gang. I am tinkering around with writing a script to bulk create a bunch of social groups. Happy to contribute it once it is finished, but I do have a quick question.

As far as I can tell, at...
Forum: vBulletin 2.x Full Releases 11-02-2002, 12:18 PM
Replies: 159
Views: 23,516
Posted By incursio
It seems that links with ampsersands (&) in them...

It seems that links with ampsersands (&) in them get written to the database as "&" (html entities). Obviously, that causes a problem when displayed, and people try to click on it.

Has this been...
Forum: Modification Requests/Questions (Unpaid) 03-28-2002, 01:24 PM
Replies: 58
Views: 6,495
Posted By incursio
When there is, I'll post it.

When there is, I'll post it.
Forum: Modification Requests/Questions (Unpaid) 03-01-2002, 12:34 AM
Replies: 58
Views: 6,495
Posted By incursio
No word. I have a day job - FWIW. :) ...

No word. I have a day job - FWIW. :)

Seriously - it is a big hack, and one that needs cleaning ..
Forum: vBulletin 2.x Full Releases 02-25-2002, 08:08 PM
Replies: 33
Views: 8,746
Posted By incursio
An easy fix (adds another query, but I don't...

An easy fix (adds another query, but I don't care):

in memberslist.php, find


$pagenav =...
Forum: vBulletin 2.x Full Releases 02-25-2002, 07:46 PM
Replies: 33
Views: 8,746
Posted By incursio
If the search produces more than 1 page of...

If the search produces more than 1 page of results, the hack doesn't work for subsequent pages - FYI.
Forum: Modification Requests/Questions (Unpaid) 02-15-2002, 04:17 PM
Replies: 58
Views: 6,495
Posted By incursio
After some more consideration, I think I may...

After some more consideration, I think I may release this. Stay tuned - need to clean it up a bit.
Forum: vBulletin 2.x Full Releases 01-13-2002, 07:15 PM
Replies: 356
Views: 44,147
Posted By incursio
Yes, that works fine. I load the URL you mention...

Yes, that works fine. I load the URL you mention above in one window, then refresh my forums home page in another, and all loads fine.

However, the problem is still there. Take a look:
...
Forum: vBulletin 2.x Full Releases 01-13-2002, 01:29 PM
Replies: 356
Views: 44,147
Posted By incursio
Another update. I've closed all the sections,...

Another update. I've closed all the sections, then reloaded, and they are still closed. I open one, reload, they are all still closed.
Forum: vBulletin 2.x Full Releases 01-13-2002, 01:23 PM
Replies: 356
Views: 44,147
Posted By incursio
It seems to work here, but unless I've botched...

It seems to work here, but unless I've botched the install, I may have found a bug.

Lets say I go to the forums home page, and close all the sections but 2 of them. That seems to have worked fine...
Forum: vBulletin 2.x Beta Releases 12-28-2001, 07:05 PM
Replies: 61
Views: 11,032
Posted By incursio
More. Your instructions for changing...

More.

Your instructions for changing global.php are bogus. You shouldn't be replacing the line you point out. Perhaps you meant adding the code below it or something.
Forum: vBulletin 2.x Beta Releases 12-28-2001, 06:59 PM
Replies: 61
Views: 11,032
Posted By incursio
Also, I don't see a reference in the instructions...

Also, I don't see a reference in the instructions for the stuff you need to add to the admin CP.

Finally - I believe you are missing a closing curly brace for the top block you are adding in...
Forum: vBulletin 2.x Beta Releases 12-28-2001, 06:49 PM
Replies: 61
Views: 11,032
Posted By incursio
I assume you've left out something in your code. ...

I assume you've left out something in your code. Your reference to "lastignoredid" doesn't equate to either a field in vBulletin, or a field your instructions state to add.
Forum: Modification Requests/Questions (Unpaid) 12-11-2001, 02:23 AM
Replies: 58
Views: 6,495
Posted By incursio
rofl - no. I have made many of my hacks...

rofl - no.

I have made many of my hacks public. This one I've decided to offer for a small price due to its sheer scope and size. What's the problem with that? Nothing ...

Cheers.
Scott
Forum: Modification Requests/Questions (Unpaid) 12-10-2001, 03:25 AM
Replies: 40
Views: 3,590
Posted By incursio
If you're still looking for something, let me...

If you're still looking for something, let me know via e-mail.
Forum: Modification Requests/Questions (Unpaid) 12-10-2001, 01:41 AM
Replies: 58
Views: 6,495
Posted By incursio
Viewing last night's award winners ... it is...

Viewing last night's award winners ... it is automated. :)
Showing results 1 to 25 of 46

 
Forum Jump

All times are GMT. The time now is 07:14 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.02073 seconds
  • Memory Usage 2,032KB
  • 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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (45)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