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

Showing results 1 to 25 of 27
Search took 0.01 seconds.
Search: Posts Made By: tscargo
Forum: vB4 Programming Discussions 12-01-2010, 11:25 AM
Replies: 2
Views: 570
Posted By tscargo
By changing define('THIS_SCRIPT', 'test'); ...

By changing

define('THIS_SCRIPT', 'test');

//init VB
// require_once(CWD.'/includes/init.php');
chdir(CWD);
require_once('./global.php');

I got it all working. Thanks !
Forum: vB4 Programming Discussions 12-01-2010, 10:17 AM
Replies: 2
Views: 570
Posted By tscargo
vB 4.1.0 logs user out automatically

Hi,

I have a vB powered site, was working fine on 4.0.6 and upgraded to 4.1.0 today.
Site is still working, but I am using some Javascript that load data into the document via a direct call of a...
Forum: vB3 Programming Discussions 07-05-2010, 10:16 PM
Replies: 1
Views: 509
Posted By tscargo
You have probably not included all the javascript...

You have probably not included all the javascript lines
Forum: vB4 Programming Discussions 07-05-2010, 09:46 PM
Replies: 2
Views: 839
Posted By tscargo
Parsing [video] bbcodes in own script

Hi,

I am working on some custom php-scripts. I used to parse bbcode in some db-fields using this function:

//parse bbcode to html
$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());...
Forum: vB4 Programming Discussions 06-27-2010, 07:10 AM
Replies: 2
Views: 454
Posted By tscargo
With the help of the lead-programmer of VaultWiki...

With the help of the lead-programmer of VaultWiki (http://www.vaultwiki.org) I have figured it out. I needed to use the function fetch_phrase_group from includes/functions_databuild.php.
Forum: vB4 Programming Discussions 06-25-2010, 10:18 PM
Replies: 2
Views: 454
Posted By tscargo
I am amazed that my question has not been...

I am amazed that my question has not been answered, as it seems to be a quite simple question (and probably answer)
Forum: vB4 Programming Discussions 06-24-2010, 09:56 AM
Replies: 2
Views: 454
Posted By tscargo
How to reference a phrase

In a template that I use in my own script I am trying to make use of some phrases, e.g.:

{vb:rawphrase post_comment}

Somehow the phrase is not 'replaced'. Is there something I need to reference...
Forum: vB4 Programming Discussions 06-16-2010, 01:39 PM
Replies: 0
Views: 528
Posted By tscargo
Creating a custom content-type search facility

Hi,

On my site I have 'abused' some vBulletin forums as 'article' storage.
Using a custom php script those forums are displayed in a proper way (i.e. every thread is a separate article, first...
Forum: vB4 Programming Discussions 04-24-2010, 10:28 PM
Replies: 0
Views: 323
Posted By tscargo
Help needed to externd search functionality

Hi !

On my current site (still running 3.8.5) I have created a plugin to extend the MySQL query in search.php to check for two additional fields. As the search functions have been completely...
Forum: vB3 General Discussions 08-24-2009, 07:08 AM
Replies: 14
Views: 1,872
Posted By tscargo
I need one too, so maybe Milad can make an offer...

I need one too, so maybe Milad can make an offer ....
Forum: vBulletin 3.7 Add-ons 06-10-2009, 09:52 AM
Replies: 1,143
Views: 330,949
Posted By tscargo
Is this product still developed/maintained ? I...

Is this product still developed/maintained ? I believe it has been RC for quite a long time. When is the final release expected ?
Forum: vBulletin 3.8 Add-ons 06-10-2009, 08:46 AM
Replies: 147
Integration with vBulletin - OpenInviter Intergration
Views: 43,445
Posted By tscargo
Make sure you have loaded the latest plugins, you...

Make sure you have loaded the latest plugins, you can download them by calling the autoupdate.php script via your browser.

I recently sent in a fix to the development team, and they said it was...
Forum: vBulletin 3.8 Add-ons 06-10-2009, 07:48 AM
Replies: 147
Integration with vBulletin - OpenInviter Intergration
Views: 43,445
Posted By tscargo
Make sure you have loaded the latest plugins, you...

Make sure you have loaded the latest plugins, you can download them by calling the autoupdate.php script via your browser.

I recently sent in a fix to the development team, and they said it was...
Forum: vB3 General Discussions 05-07-2009, 07:10 AM
Replies: 2
Views: 599
Posted By tscargo
Reeve of shinra, thanks for your feedback. ...

Reeve of shinra, thanks for your feedback.

We have added two fields to the thread table (pubstart and pubend).
What we want is that non-admins don't see posts that have not been 'published' yet....
Forum: vB3 General Discussions 05-06-2009, 10:29 PM
Replies: 2
Views: 599
Posted By tscargo
Incorporating search results into vbulletin search

Hi,

I am working on a site in which we 'abuse' a hidden forum as news forum.
The content out of this news forum is read by an external script.
What we like to do is to enable users to search...
Forum: vB3 General Discussions 12-23-2008, 04:34 AM
Replies: 0
Views: 709
Posted By tscargo
Access to $thread array in ad_footer_end

Hello,

I am trying to access the $thread variable array in the ad_footer_end template to create some content related advertisement based on the taglist of that thread.

Unfortunately the...
Forum: vB3 General Discussions 08-25-2008, 04:20 PM
Replies: 1
Views: 764
Posted By tscargo
How do I force vbulletin not to display thumbnail image

Hello,

I want to be able to insert an image in a post (attached to the post). When I do that, a thumbnail is shown. Is there a way to show the original image instead of the thumbnail ?
And is it...
Forum: vB3 General Discussions 07-29-2008, 02:57 PM
Replies: 2
Views: 684
Posted By tscargo
Resizing external image in post editor is not remembered

When I add an external image to a post and resize the image in the post editor, the size is not remembered. Is there a way to do this ?

Thanks !

Taco
Forum: vB3 General Discussions 06-04-2008, 07:23 PM
Replies: 4
Views: 655
Posted By tscargo
Unfortunately this is not what I am looking for....

Unfortunately this is not what I am looking for. I really want to add fields to the database (and forms)
Forum: vB3 General Discussions 06-04-2008, 06:39 PM
Replies: 4
Views: 655
Posted By tscargo
I want to add some custom field to one (!) forum

Hi,

As I want to make one of my 'forums' a 'news' forum/container, I wish to add a few fields, like 'publish start' and 'publish end'. The forum itself will not be displayed to normal users, but...
Forum: Modification Graveyard 06-04-2008, 06:17 PM
Replies: 419
Views: 63,498
Posted By tscargo
Just installed the product, but I see no method...

Just installed the product, but I see no method of editting posts, nor a way to set the date an news-article will be published. Maybe next version. But like always: need it now.... Suggestions are...
Forum: Modification Graveyard 06-04-2008, 06:07 PM
Replies: 419
Views: 63,498
Posted By tscargo
Does one really require PHP 5.2 ? I am running on...

Does one really require PHP 5.2 ? I am running on CentOS 5 that has PHP 5.1.6, and would prefer not to change the php installation....
Forum: vBulletin 3.6 Add-ons 05-27-2008, 02:58 PM
Replies: 79
Miscellaneous Hacks - CES NuWiki Special Pages
Views: 12,767
Posted By tscargo
To be honest: nowhere. I guess you have to wait...

To be honest: nowhere. I guess you have to wait like all of us until Thincom releases his wiki product.

Regards,

Taco
Forum: vBulletin 3.6 Add-ons 03-26-2008, 09:37 PM
Replies: 79
Miscellaneous Hacks - CES NuWiki Special Pages
Views: 12,767
Posted By tscargo
Thanks for getting back to me, I have responded...

Thanks for getting back to me, I have responded to your PM, would appreciate if you could reply asap.

Thanks,

Taco
Forum: vBulletin 3.6 Add-ons 03-26-2008, 03:11 PM
Replies: 79
Miscellaneous Hacks - CES NuWiki Special Pages
Views: 12,767
Posted By tscargo
Is anything happening ? I sent thincom an e-mail...

Is anything happening ? I sent thincom an e-mail asking about the possibility to spend time on finishing his enhancements (paid), but unfortunately have not heard back from him.

Thanks,

Taco
Showing results 1 to 25 of 27

 
Forum Jump

All times are GMT. The time now is 01:28 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.02707 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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (26)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