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

Showing results 1 to 7 of 7
Search took 0.01 seconds.
Search: Posts Made By: danyxxx
Forum: Modification Requests/Questions (Unpaid) 10-07-2011, 07:17 PM
Replies: 8
Views: 783
Posted By BirdOPrey5
Sorry, looks like I got the substr parameters...

Sorry, looks like I got the substr parameters wrong... this one should work, I tested it:L


$avwidth = substr($post['avwidth'], 7 );
$avwidth = substr($avwidth, 0, -1 );

if(intval($avwidth)...
Forum: Modification Requests/Questions (Unpaid) 09-09-2011, 05:52 PM
Replies: 6
Views: 775
Posted By souperman
Here's the delete code: DELETE FROM post...

Here's the delete code:


DELETE FROM post WHERE pagetext LIKE "%http://forums%"


Like the posters above have said, be very careful when deleting stuff from the db.
Forum: Modification Requests/Questions (Unpaid) 09-09-2011, 05:42 PM
Replies: 6
Views: 775
Posted By TheLastSuperman
I don't think so, you need something to identify...

I don't think so, you need something to identify by for example:

SELECT * FROM post WHERE pagetext LIKE "%http://forums%"

Into English:

Show all posts where the message contains...
Forum: Modification Requests/Questions (Unpaid) 09-09-2011, 03:25 PM
Replies: 9
Views: 883
Posted By BirdOPrey5
You could make a plugin in Plugin Manager-> Add A...

You could make a plugin in Plugin Manager-> Add A New Plugin

hook: postbit_display_complete

Give it a name, leave execution order as 5.

php code:

if (is_member_of($vbulletin->userinfo,...
Forum: Modification Requests/Questions (Unpaid) 09-07-2011, 12:23 PM
Replies: 7
Views: 606
Posted By HMBeaty
Nevermind, found this:...

Nevermind, found this: https://vborg.vbsupport.ru/showthread.php?t=101326&page=16&highlight=change+username

However, to work with 3.8.x, the fix has also been provided on the last page of the same...
Forum: Modification Requests/Questions (Unpaid) 08-07-2011, 01:05 PM
Replies: 6
Views: 584
Posted By kh99
Create a plugin using hook postbit_attachment, ...

Create a plugin using hook postbit_attachment,

if (substr($attachment['filename'], -4) === ".txt")
$attachment['filename'] = "get file";
else if (substr($attachment['filename'], -4) ===...
Forum: vBulletin 3.8 Template Modifications 06-05-2011, 07:47 AM
Replies: 24
Show Thread Enhancements - +1 Google Button In Topic
Views: 9,746
Posted By jw00dy
Here is what I did. Edit SHOWTHREAD ...

Here is what I did.

Edit SHOWTHREAD

Find this section:

<!-- controls above postbits -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-bottom:3px">
<tr...
Showing results 1 to 7 of 7

 
Forum Jump

All times are GMT. The time now is 03:56 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.01387 seconds
  • Memory Usage 1,920KB
  • 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
  • (7)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (3)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