vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   I want use date() in Plugin (https://vborg.vbsupport.ru/showthread.php?t=284087)

SANBOR 06-07-2012 08:48 AM

I want use date() in Plugin
 
hi
I Want Replases function date() With jdate()
but i insert new plugin and i give error
Code:

Fatal error: Cannot redeclare date() in D:\xampp\htdocs\vbulletin\global.php(29) : eval()'d code on line 6
my new plugin is :
hook = global_start
Code:

function date($format, $timestamp = TIMENOW, $doyestoday = false, $locale = true, $adjust = true, $gmdate = false, $userinfo = '')
{
require_once(DIR . '/includes/jalali.php');
global $vbulletin, $calendarinfo, $vbphrase, $serveroffset, $blog, $start, $forum, $thread;
return jdate($format ,$timestamp=' ',$none='' ,$time_zone=''  ,$tr_num='fa');
}

how do ?

kh99 06-07-2012 11:12 AM

In php you can't replace a function by providing another implementation. You'll have to find another way to do whatever you're trying to do.

SANBOR 06-07-2012 11:32 AM

Plz Help

kh99 06-07-2012 11:50 AM

Well, I think most if not all displayed dates in vb use the function vbdate() in includes/functions.php, so maybe you could edit that function and change it to use your date function.

SANBOR 06-07-2012 12:37 PM

I know this way.
I want to bring a total change in XML for a beginner users need not have to change the functions.php files!

--------------- Added [DATE]1339135309[/DATE] at [TIME]1339135309[/TIME] ---------------

Please help
Give me a way to offer a product I do not need to change the original files

--------------- Added [DATE]1339144872[/DATE] at [TIME]1339144872[/TIME] ---------------

Please help
Give me a way to offer a product I do not need to change the original files

SANBOR 06-08-2012 03:51 PM

Please help
Give me a way to offer a product I do not need to change the original files

kh99 06-08-2012 04:16 PM

Sorry, but I really don't think it's possible to replace all date calls in one place without editing the code. Another option would be to find every place that a date is displayed (or at least some important places that you are specifically interested in) and see if you can find hooks that allow you to modify them.

SANBOR 06-08-2012 08:34 PM

for this

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

Please submit ideas and comments and other way


All times are GMT. The time now is 12:01 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.01187 seconds
  • Memory Usage 1,721KB
  • 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
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete