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

Showing results 1 to 20 of 20
Search took 0.00 seconds.
Search: Posts Made By: developpez.com
Forum: vB3 Programming Discussions 03-08-2011, 12:20 PM
Replies: 2
Views: 954
Posted By developpez.com
Adding by myself the [ame] tags around the video...

Adding by myself the [ame] tags around the video urls helped the parsing.
Forum: vB3 Programming Discussions 03-03-2011, 04:48 PM
Replies: 2
Views: 954
Posted By developpez.com
[Plugin AME] how to force video bbcode parsing ?

Hello everybody,

I am currently working on a php webservice that creates topics in my vbulletin forum.

The webservice is running as

$threaddm = new...
Forum: vB3 Programming Discussions 01-06-2011, 04:18 PM
Replies: 0
Views: 547
Posted By developpez.com
How to edit a post by code ?

Hello everyone,

I'm wondering how to edit a specified post using the vbulletin api.

I can create a post by code by using $post = new vB_DataManager_Post($vbulletin, ERRTYPE_STANDARD); ...
Forum: vBulletin 3.8 Add-ons 04-21-2010, 12:40 PM
Replies: 1,801
Views: 258,045
Posted By developpez.com
Hi. For people like me who would like to get...

Hi.

For people like me who would like to get the latest version for vBulletin 3.8, where do they get it, please? I don't feel I'm ready to browse the 92 pages of this thread.
Forum: vB4 General Discussions 04-13-2010, 02:11 PM
Replies: 1
Views: 382
Posted By developpez.com
How to convert vBulletin 3.8 mods to vBulletin 4.0 ?

Hi,

We have a heavily modded vBulletin 3.8 forum. Some of the mods are homemade, and some of them has never been updated to 4.0 (Moderator Usergroup Manager, for example, which is truly required...
Forum: vB3 General Discussions 03-28-2010, 07:13 PM
Replies: 2
Views: 1,057
Posted By developpez.com
Ok, I found a solution : calling ajax.php with...

Ok, I found a solution : calling ajax.php with the switchmode option, this url is called when using the wysiwyg editor.
Forum: vB3 General Discussions 03-26-2010, 03:19 PM
Replies: 2
Views: 1,057
Posted By developpez.com
Generate BBCode from HTML

Hi,

I am trying to import external html content in my vbulletin forum. The aim is to create programmatically threads with the external content. I do not want to allow html in posts for security...
Forum: vBulletin 3.8 Add-ons 09-11-2009, 02:01 PM
Replies: 1,702
Views: 415,317
Posted By developpez.com
I have a problem. When I activate the "Extract...

I have a problem. When I activate the "Extract destination data" setting (required to make dailymotion to work), if the title has accentued letters in it, it will be shows in utf-8 encoded form. The...
Forum: vB3 General Discussions 11-27-2008, 08:20 AM
Replies: 0
Views: 573
Posted By developpez.com
Show moderated posts to their owner

Hi,

I would like to know if there is a way that, when a post is marked as moderated, that post is hidden from everyone but moderators AND the person who posted it ?

Thanks in advance.
Forum: vBulletin 3.5 Add-ons 11-12-2008, 02:26 PM
Replies: 209
Views: 58,089
Posted By developpez.com
Same problem here. This is even worse that...

Same problem here.

This is even worse that the inability to give moderation access or not to those areas, because when you upgrade your forum from 3.6 to 3.7, all your existing moderators will be...
Forum: vB3 Programming Discussions 09-15-2007, 05:37 AM
Replies: 3
Views: 1,135
Posted By developpez.com
Thanks you ! best reguards

Thanks you !

best reguards
Forum: vB3 Programming Discussions 09-14-2007, 05:37 PM
Replies: 3
Views: 1,135
Posted By developpez.com
delete post in cron by datamanager

Hello !

I try to delete post in a cron "/includes/cron/file.php"

i find this code in cleanup.php :

// delete expired thread redirects
$threads = $vbulletin->db->query_read("
SELECT...
Forum: vB3 Programming Discussions 09-13-2007, 02:27 PM
Replies: 0
Views: 746
Posted By developpez.com
create cron to delete thread an post logicaly delete

Hello

I try to create a cron php file to physical delete all thread and post logicaly delete and have more than 2 month.

in a first time i just try to create a SQL as :
DELETE * FROM vb_post...
Forum: vB3 General Discussions 08-20-2007, 02:00 PM
Replies: 0
Views: 736
Posted By developpez.com
Can i externanlize the search function ?

Hy all !

I want to know if it's possible to externalize on an other server the search function table : vb_word / vb_postindex and php search function.

if it's not possible. Can you tel me if...
Forum: General Hosting/Server Discussions 12-13-2006, 10:20 AM
Replies: 1
Views: 1,379
Posted By developpez.com
Witch PHP - apache - MySQL for genoo 2006.0

Hello,

Our vbulletin (3.5.7) is now running on this server :http://www.ovh.com/fr/produits/mgpluspluslarge.xml

with this Linux distribution :...
Forum: vB3 Programming Discussions 09-13-2006, 03:36 PM
Replies: 0
Views: 667
Posted By developpez.com
Contexual ad banner in the header template

Hello,

My forum needs to have advertisement banners which depends on the forum you are currently visiting.

Currently, I am running my ad script code in the header template. I would like to know...
Forum: Big Board Discussions 04-20-2006, 07:09 AM
Replies: 11
Views: 2,718
Posted By developpez.com
We upgrade in 4.4.2 and we have seen better...

We upgrade in 4.4.2 and we have seen better performance !

Now the have :
- Apache 2.2.0
- Php 4.4.2
- MySQL 4.0.20 (we think upgrade at least to 4.0.26)

With 756 users online, the load is...
Forum: Big Board Discussions 04-19-2006, 05:11 AM
Replies: 11
Views: 2,718
Posted By developpez.com
Thanks, We just upgrade to apache 2.2 and...

Thanks,

We just upgrade to apache 2.2 and keep php 4.3.11, newer require glibc 2.3 and we juste have 2.2.

Due tu upgrade we forgot to add GD. I have de-activate image verification temporarly....
Forum: Big Board Discussions 04-18-2006, 01:18 PM
Replies: 11
Views: 2,718
Posted By developpez.com
Ok, sorry :) This is a dedicated server. ...

Ok, sorry :)

This is a dedicated server.
Dual Xeon 3.2 GHz
RAM: 4 GB
Hard drive: SCSI 70 GB (no RAID)
Linux distribution: RedHat 7.2
Apache: 1.3.33
PHP: 4.3.11
MySQL: 4.0.20-standard
Forum: Big Board Discussions 04-18-2006, 12:23 PM
Replies: 11
Views: 2,718
Posted By developpez.com
VBulletin - Really slow :-(

Hi,

I'm a french administrator, we just migrate our old board PhpBB 2.1.8 to Vbulletin 3.5.4.

But we have serious issues. The new board is really slower than the older one.

We have :
-...
Showing results 1 to 20 of 20

 
Forum Jump

All times are GMT. The time now is 07:12 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.01604 seconds
  • Memory Usage 2,026KB
  • 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)post_thanks_navbar_search
  • (1)search_results
  • (20)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (17)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
  • forumjump
  • search_complete
  • navbits
  • navbits_complete