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

Showing results 1 to 25 of 201
Search took 0.01 seconds.
Search: Posts Made By: Easy5s.net
Forum: vBulletin 4.x Add-ons 08-09-2015, 10:20 PM
Replies: 473
Views: 112,819
Posted By Easy5s.net
youtube has changed API

youtube has changed API
Forum: vB4 Programming Discussions 07-31-2015, 07:02 AM
Replies: 1
Views: 340
Posted By Easy5s.net
How to count total number unread thread in forum x

How to count total number unread thread in forum x, pls write for me sql cmd ?
Forum: vBulletin 4.x Add-ons 07-28-2015, 10:41 AM
Replies: 11
Miscellaneous Hacks - [AJAX] Search Forums by Title
Views: 4,074
Posted By Easy5s.net
:( no pagination if page >...

:( no pagination if page > $vbulletin->options['sc_ajaxforumtitle_search_limit'])
Forum: vB4 Programming Discussions 07-28-2015, 10:03 AM
Replies: 12
Views: 752
Posted By Easy5s.net
try $GLOBAL['forumid']

try $GLOBAL['forumid']
Forum: vB4 Programming Discussions 07-13-2015, 10:59 AM
Replies: 6
Views: 370
Posted By Easy5s.net
at hook member_execute_start i set code: if...

at hook member_execute_start i set code:

if (!$_REQUEST['tab']) $_REQUEST['tab'] = 'mytab';

if no, tab stream activity always default selected :(
Forum: vB4 Programming Discussions 07-13-2015, 10:44 AM
Replies: 6
Views: 370
Posted By Easy5s.net
when user have data --> OK :up: ...

when user have data --> OK :up:
https://vborg.vbsupport.ru/external/2015/07/17.png

when user not data, tab stream activity not selected :(
https://vborg.vbsupport.ru/external/2015/07/18.png
Forum: vB4 Programming Discussions 07-13-2015, 05:10 AM
Replies: 6
Views: 370
Posted By Easy5s.net
not exactly my reviews, my English may not be...

not exactly my reviews, my English may not be good :confused:


Now I have the following cases:
- if user no data, my tabs will be auto hidden (not show tab name) and reset tab activitystream it...
Forum: vB4 Programming Discussions 07-13-2015, 04:44 AM
Replies: 6
Views: 370
Posted By Easy5s.net
question hook profile_tabs_first

i use hook profile_tabs_first to add custome and i have use code after to set default.

if (!$_REQUEST['tab'])
{
$_REQUEST['tab'] = 'mytab';
}


Now I have the following cases:
- if...
Forum: vBulletin 4 Articles 07-12-2015, 06:58 AM
Replies: 46
Views: 20,611
Posted By Easy5s.net
i use $template_hook['profile_tabs_first']...

i use

$template_hook['profile_tabs_first'] .= $templater->render();

Anh if members do not have the data, for example adding tabs thank, but members no have thank then no default tab is...
Forum: vB4 Programming Discussions 07-11-2015, 08:38 AM
Replies: 0
Views: 277
Posted By Easy5s.net
Forum: vB3 Programming Discussions 06-28-2015, 09:42 AM
Replies: 17
Views: 2,317
Posted By Easy5s.net
Cron can run when google bot visit?

Cron can run when google bot visit?
Forum: Modification Requests/Questions (Unpaid) 06-27-2015, 12:53 PM
Replies: 7
Views: 1,490
Posted By Easy5s.net
My files to comply with the work that I need, but...

My files to comply with the work that I need, but the time required to do the job, it will not run because cron is not running. script file works fine when I click Run now. Because the work is...
Forum: Modification Requests/Questions (Unpaid) 06-27-2015, 12:17 PM
Replies: 7
Views: 1,490
Posted By Easy5s.net
I wrote the script cron file and it works fine if...

I wrote the script cron file and it works fine if I press the Run button in the Scheduled Task Manager. But it does not work properly when I set it to run every minute. :(
Forum: vB3 Programming Discussions 06-27-2015, 12:10 PM
Replies: 17
Views: 2,317
Posted By Easy5s.net
I have search more one 1h in vb.com but not find...

I have search more one 1h in vb.com but not find :(
Forum: vB3 Programming Discussions 06-27-2015, 07:03 AM
Replies: 17
Views: 2,317
Posted By Easy5s.net
Please let me know, I've set up a cron to run...

Please let me know, I've set up a cron to run every minute as above. If no one is accessing the site, the cron does not run?
Forum: Modification Requests/Questions (Unpaid) 06-26-2015, 03:23 AM
Replies: 7
Views: 1,490
Posted By Easy5s.net
pls move thread to Modification...

pls move thread to Modification Requests/Questions (Unpaid). thanks
Forum: Modification Requests/Questions (Unpaid) 06-25-2015, 12:48 AM
Replies: 7
Views: 1,490
Posted By Easy5s.net
help me write cron pls :D

Hello all.

Who can help me write cron perform the following actions:

I want users they can establish the time to open, locked their posts over time.

For example, he will setting open topic...
Forum: vB4 Programming Discussions 06-22-2015, 06:28 AM
Replies: 4
Views: 721
Posted By Easy5s.net
try $ImagePath =...

try $ImagePath = vB_Template_Runtime::fetchStyleVar('imgdir_misc').'/critique/nocritique.png';
Forum: vBulletin 3 Articles 06-20-2015, 09:45 AM
Replies: 13
Views: 7,494
Posted By Easy5s.net
$setforums = 'check_forums'; if...

$setforums = 'check_forums';
if ($oldsetting['varname'] == $setforums)
{
if (in_array(0, $settings[$setforums]))
{
$settings[$setforums] = '0';
}
...
Forum: vB4 Programming Discussions 06-20-2015, 12:31 AM
Replies: 5
Views: 566
Posted By Easy5s.net
:D, That is just an example.

:D, That is just an example.
Forum: vB4 Programming Discussions 06-19-2015, 11:28 PM
Replies: 5
Views: 566
Posted By Easy5s.net
Sory, I confused, i have hook code to hook...

Sory, I confused, i have hook code to hook misc_start


$threadman =& datamanager_init('Thread', $vbulletin, ERRTYPE_STANDARD, 'threadpost');
...
Forum: vB4 Programming Discussions 06-19-2015, 11:29 AM
Replies: 5
Views: 566
Posted By Easy5s.net
Help update using datamanager

pls help me Update custom field in Thread using datamanager. I have user code


$threadman =& datamanager_init('Thread', $vbulletin, ERRTYPE_STANDARD, 'threadpost');...
Forum: vBulletin 3.8 Add-ons 05-31-2015, 11:04 PM
Replies: 131
Show Thread Enhancements - [AJAX] Post Groan Hack
Views: 82,046
Posted By Easy5s.net
you can edit temp "post_groan_button"

you can edit temp "post_groan_button"
Forum: vB4 Programming Discussions 04-02-2015, 09:19 AM
Replies: 8
Views: 681
Posted By Easy5s.net
You are wanting to know how to show tags in the...

You are wanting to know how to show tags in the source code for said linked image?
YES

After I post have inserted pictures as usual -> OK, then I want when I view source (right click -> View Page...
Forum: vB4 Programming Discussions 04-02-2015, 05:42 AM
Replies: 8
Views: 681
Posted By Easy5s.net
NO. I just wanted to post my img, after...

NO.

I just wanted to post my img, after finishing post I want the code to be like this:

<a href="http://domain.com/picture.jpg"><img src="http://domain.com/picture.jpg" /></a>
<div...
Showing results 1 to 25 of 201

 
Forum Jump

All times are GMT. The time now is 08:31 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.01945 seconds
  • Memory Usage 2,050KB
  • 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
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (21)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