The Arcive of Official vBulletin Modifications Site.
It is not a VB3 engine, just a parsed copy!
Archives
Graphics
Styles
Mods
Articles
Forums
VBSupport
vb.org Archive
>
Search Forums
Search Results
User Name
Remember Me?
Password
FAQ
Community
Calendar
Today's Posts
Search
Community Links
Members List
Search Forums
Show Threads
Show Posts
Tag Search
Advanced Search
Найти все сообщения с благодарностями
Go to Page...
Page 1 of 2
1
2
>
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
vB 4.1.0 logs user out automatically
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
vB 4.1.0 logs user out automatically
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
QuickReply editor not working?
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
Parsing [video] bbcodes in own script
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
How to reference a phrase
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
How to reference a phrase
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
How to reference a phrase
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
Creating a custom content-type search facility
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
Help needed to externd search functionality
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
Mass Photo uploader
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
Major Additions -
vBCredits - Ultimate Points System
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
Incorporating search results into vbulletin search
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
Incorporating search results into vbulletin search
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
Access to $thread array in ad_footer_end
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
How do I force vbulletin not to display thumbnail image
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
Resizing external image in post editor is not remembered
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
I want to add some custom field to one (!) forum
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
I want to add some custom field to one (!) forum
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
Major Additions -
News Management & Portal System Lite
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
Major Additions -
News Management & Portal System Lite
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
Page 1 of 2
1
2
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
News and Announcements
News and Announcements
Mod of the Month
Official vB.com Announcements
vBulletin Pre-Sales Questions
vBulletin Styles and Graphics
vBulletin Styles
vBulletin 5.x Styles
vBulletin 3.8 Styles
vBulletin 3.8 Admin CP Styles
vBulletin 4.x Styles
vBulletin Graphic Sets
vBulletin Button Sets
vBulletin Smilie Sets
Miscellaneous Images
vBulletin Rank Sets
vBulletin Avatar Sets
vBulletin Status Icon Sets
vBulletin Article Depository
Read An Article
vBulletin 3 Articles
Programming Articles
General Articles
Management Articles
Graphics Articles
vBulletin Tips & Tricks
vBulletin 4 Articles
vBulletin 5 Connect Articles
Article Submissions
Submit New Article
vBulletin Modifications
vBulletin 5.x Modifications
vBulletin 5.x Products & Extensions
vBulletin 5.x Template Modifications
vBulletin 4.x Modifications
vBulletin 4.x Add-ons
vBulletin 4.x Template Modifications
vBulletin 3.8 Modifications
vBulletin 3.8 Add-ons
vBulletin 3.8 Template Modifications
Premium Modifications
vBulletin Open Source Products
Sphinx
Project Tools
ibProArcade
Archive
vB.org Archives
General
vB1 Hacks
Testing Zone
Board of the Month
Big Board Discussions
General Hosting/Server Discussions
Member Archives
vBulletin 2.x
vBulletin 2.x Full Releases
vBulletin 2.x Beta Releases
vBulletin 2.x Template Modifications
vBulletin 2.x Styles
vBulletin 2.x Admin CP Styles
vBulletin 3.0
vBulletin 3.0 Full Releases
vBulletin 3.0 Beta Releases
vBulletin 3.0 Template Modifications
vBulletin 3.0 Styles
vBulletin 3.0 Admin CP Styles
vBulletin 3.5
vBulletin 3.5 Add-ons
vBulletin 3.5 Template Modifications
vBulletin 3.5 Styles
vBulletin 3.5 Admin CP Styles
vBulletin 3.6
vBulletin 3.6 Template Modifications
vBulletin 3.6 Add-ons
vBulletin 3.6 Styles
vBulletin 3.6 Admin CP Styles
vBulletin 3.7
vBulletin 3.7 Add-ons
vBulletin 3.7 Template Modifications
vBulletin 3.7 Styles
vBulletin 3.7 Admin CP Styles
Premium Archives
uCash & uShop
vBadvanced CMPS
RPG Integration Hack
vBindex
vBgarage
Advanced Warning System (AWS)
vbArticles
vB Chat
vbBux / vbPlaza
ibProArcade Archive
vRewrite - SEOed URLs for vBulletin
Modification Graveyard
vBulletin 5 Connect Discussion
vB5 General Discussions
vB5 Programming Discussions
vB5 Design and Graphics Discussions
vBulletin 4 Discussion
vB4 General Discussions
vB4 Programming Discussions
vB4 Design and Graphics Discussions
vBulletin 3 Discussion
vB3 Programming Discussions
vB3 General Discussions
vB3 Design and Graphics Discussions
Community Discussions
Modification Requests/Questions (Unpaid)
Style and Graphics Requests (Unpaid)
Forum and Server Management
Community Central
vBulletin.org Site Feedback
Community Lounge
Community Reviews
All times are GMT. The time now is
01:28 PM
.
-- Default Style
---- Blue
------ Red
------ Green
------ Purple
Contact Us
-
Archive
-
Top
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
Messages:
time to check permissions: 0.0006
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(15, 0, 1,''); -> cached fperms for forum 15
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(252, 0, 1,''); -> cached fperms for forum 252
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(228, 0, 1,''); -> cached fperms for forum 228
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(235, 0, 1,''); -> cached fperms for forum 235
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(111, 0, 1,''); -> cached fperms for forum 111
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(224, 0, 1,''); -> cached fperms for forum 224
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
(unspecified) fetch_permissions(194, 0, 1,''); -> cached fperms for forum 194
FULLTEXT Search
php_sapi_name(): fpm-fcgi