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

Showing results 1 to 25 of 37
Search took 0.00 seconds.
Search: Posts Made By: Eosian
Forum: Modification Requests/Questions (Unpaid) 03-04-2013, 12:38 PM
Replies: 16
Views: 3,385
Posted By Eosian
Add a plugin that is triggered by search_intro ...

Add a plugin that is triggered by search_intro


if ( !empty($errors) )
{
// If using fastcgi this is the 404 header
// header("Status: 404 Not Found");
// otherwise this is the standard 404...
Forum: Modification Requests/Questions (Unpaid) 03-04-2013, 11:34 AM
Replies: 16
Views: 3,385
Posted By Eosian
Should be approximately the same but you use...

Should be approximately the same but you use search_intro as your hook and the test for whether or not an error has occurred would be to check either empty($errors) or !$show['errors'] (either of...
Forum: vBulletin 4.x Add-ons 11-28-2012, 01:00 PM
Replies: 24
Administrative and Maintenance Tools - Global & Cross-Posted Stickies
Views: 6,089
Posted By Eosian
You'll have to forgive me for not being able to...

You'll have to forgive me for not being able to understand what part of 'it makes a sticky visible in more than one location' is so complex that it required you three posts and a request for a demo...
Forum: vBulletin 4.x Add-ons 11-17-2012, 02:04 PM
Replies: 24
Administrative and Maintenance Tools - Global & Cross-Posted Stickies
Views: 6,089
Posted By Eosian
You are severely over thinking. Install it and...

You are severely over thinking. Install it and test it to your heart's content. This is not rocket science. It does not require a demo. It's not a massive life decision that will forever alter the...
Forum: vBulletin 4.x Add-ons 11-17-2012, 05:44 AM
Replies: 24
Administrative and Maintenance Tools - Global & Cross-Posted Stickies
Views: 6,089
Posted By Eosian
There is no difference between this and normal...

There is no difference between this and normal stickying of a thread beyond the fact it appears in more than one forum, or a forum other than where it actually resides.

It's not really a redirect...
Forum: vBulletin 4.x Add-ons 11-17-2012, 05:16 AM
Replies: 24
Administrative and Maintenance Tools - Global & Cross-Posted Stickies
Views: 6,089
Posted By Eosian
As there is no requirement for a thread to have...

As there is no requirement for a thread to have already been a sticky somewhere question is moot. But if you don't make it sticky in the forum it's actually in, it's not going to be sticky in that...
Forum: vBulletin 4.x Add-ons 11-15-2012, 07:38 PM
Replies: 24
Administrative and Maintenance Tools - Global & Cross-Posted Stickies
Views: 6,089
Posted By Eosian
Under Threads & Posts in the admin contral panel....

Under Threads & Posts in the admin contral panel. See last screenshot.
Forum: vBulletin 4.x Add-ons 11-14-2012, 09:14 PM
Replies: 24
Administrative and Maintenance Tools - Global & Cross-Posted Stickies
Views: 6,089
Posted By Eosian
More that I'm releasing things I've been sitting...

More that I'm releasing things I've been sitting on forever. I have so much built into my installation that I take for granted that it's a pain to export addons that rely on things the rest of...
Forum: vBulletin 4.x Add-ons 11-13-2012, 11:29 AM
Replies: 24
Administrative and Maintenance Tools - Global & Cross-Posted Stickies
Views: 6,089
Posted By Eosian
Are you somehow under the impression that it does...

Are you somehow under the impression that it does not?
Forum: vBulletin 4.x Add-ons 11-12-2012, 06:46 PM
Replies: 24
Administrative and Maintenance Tools - Global & Cross-Posted Stickies
Views: 6,089
Posted By Eosian
Similar issue with the install routine, it had a...

Similar issue with the install routine, it had a ` mark that conflicted with your prefix.

Should work if you reinstall now.
Forum: vBulletin 4.x Add-ons 11-12-2012, 06:33 PM
Replies: 24
Administrative and Maintenance Tools - Global & Cross-Posted Stickies
Views: 6,089
Posted By Eosian
It works on 4.1.10. There was an extra space in...

It works on 4.1.10.
There was an extra space in the query by the TABLE_PREFIX. It's been corrected in the zip or you can just manauly remove it from your version.

Line 119:

FROM " ....
Forum: vBulletin 4.x Add-ons 11-11-2012, 11:00 PM
Replies: 24
Administrative and Maintenance Tools - Global & Cross-Posted Stickies
Views: 6,089
Posted By Eosian
Global & Cross-Posted Stickies

This mod allows you to specify threads that are stickied across multiple forums, including universally and set a limit on how long this remains in effect.
Forum: vBulletin 4.x Add-ons 11-11-2012, 11:00 PM
Replies: 2
Moderators Functions - Rules Based Automated Moderation
Views: 2,085
Posted By Eosian
Rules Based Automated Moderation

This mod allows the administrator to set an unlimited number of granular rules defining criteria by which users are automatically moderated, or exempted from automatic moderation.

These rules can...
Forum: vBulletin 4.x Add-ons 11-11-2012, 11:00 PM
Replies: 1
Administrative and Maintenance Tools - Tabular Poll / Vote Results
Views: 1,638
Posted By Eosian
Tabular Poll / Vote Results

This simple mod allows an administrator to dump poll results out in a format that's more spreadsheet friendly and list-like, with username and userid both available grouped by the answer they gave.
...
Forum: Modification Requests/Questions (Unpaid) 09-22-2012, 01:31 PM
Replies: 4
Views: 1,330
Posted By Eosian
I have a version of this I wrote that I've been...

I have a version of this I wrote that I've been using. Been waiting for someone to follow peugeot405's advice.
Forum: Modification Requests/Questions (Unpaid) 09-11-2012, 06:16 PM
Replies: 5
Views: 798
Posted By Eosian
The User ID is publicly visible in multiple...

The User ID is publicly visible in multiple places in your forum. In particular it's already visible in the URL of the member profile and any place you hover over a username.

Example:
...
Forum: Modification Requests/Questions (Unpaid) 09-11-2012, 11:04 AM
Replies: 2
Views: 450
Posted By Eosian
Why wouldn't you use thread prefixes for this,...

Why wouldn't you use thread prefixes for this, since that's exactly what they do? (You can make them mandatory on a per forum basis as needed and filter by them).

You can make them have pictures...
Forum: Modification Requests/Questions (Unpaid) 09-10-2012, 02:16 PM
Replies: 8
Views: 1,318
Posted By Eosian
Fine, add a plugin to hook showthread_query; ...

Fine, add a plugin to hook showthread_query;


$hook_query_joins .= ' left join ' . TABLE_PREFIX .'post parentpost on post.parentid = parentpost.postid ';
$hook_query_fields .= ',...
Forum: Modification Requests/Questions (Unpaid) 09-10-2012, 01:20 AM
Replies: 8
Views: 1,318
Posted By Eosian
It actually already shows this if you view in...

It actually already shows this if you view in threaded mode, instead of flat mode.

https://www.vbulletin.com/docs/html/main/vboptions_group_threadedmode
Forum: Modification Requests/Questions (Unpaid) 09-07-2012, 03:14 PM
Replies: 5
Views: 863
Posted By Eosian
In order to port the code somewhere else you have...

In order to port the code somewhere else you have to supply it a way of identifying the user you want information about. The $userinfo['userid'] needs to be replaced with whatever local variable has...
Forum: Modification Requests/Questions (Unpaid) 09-07-2012, 02:45 PM
Replies: 5
Views: 863
Posted By Eosian
$userinfo['userid'] isn't populating from where...

$userinfo['userid'] isn't populating from where you're calling it.

What hook did you set it on?
Forum: Modification Requests/Questions (Unpaid) 09-06-2012, 01:16 PM
Replies: 3
Views: 2,271
Posted By Eosian
You probably could've done this just by using the...

You probably could've done this just by using the actual search URL, not the search result;

http://www.yoursite.net/search.php?search_type=1&do=process&query=searchforthis
Forum: Modification Requests/Questions (Unpaid) 09-05-2012, 01:03 AM
Replies: 5
Views: 863
Posted By Eosian
What you posted is 'average posts per month' not...

What you posted is 'average posts per month' not posts count for the past 30 days.

Hook: member_execute_start



$posts = $vbulletin->db->query_first( 'select count(*) as posts from post p...
Forum: Modification Requests/Questions (Unpaid) 08-28-2012, 12:19 AM
Replies: 3
Views: 874
Posted By Eosian
Have you considered using a combination of NoSpam...

Have you considered using a combination of NoSpam

https://vborg.vbsupport.ru/showthread.php?t=183329

While shunting the random question it uses into an image file so it can't be read by bots?
...
Forum: Modification Requests/Questions (Unpaid) 08-23-2012, 02:42 PM
Replies: 1
Views: 533
Posted By Eosian
No, sorting of threads is handled by whatever...

No, sorting of threads is handled by whatever defaults are set on a per forum basis, or by whatever sort options are passed in the event the user uses the forum sorting tool bar.

If you add a...
Showing results 1 to 25 of 37

 
Forum Jump

All times are GMT. The time now is 10:29 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.04010 seconds
  • Memory Usage 2,038KB
  • 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
  • (34)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