vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Scheduled Tasks Not Working (https://vborg.vbsupport.ru/showthread.php?t=155572)

puroeuro 08-26-2008 06:08 PM

i tried that the first time, and ended up with a blank page when the forums where accessed, so i took it out and the forums are back working again. i just think it was in the wrong place in the template, it was right near dst_correction code on the other template so i added it back to there and that's when it stopped allowing anyone to access the forum. i've just been manually running the tasks for the last 6 months, and just now started to dig into why it's been doing it.

Lynne 08-26-2008 07:56 PM

Perhaps post the template with your added in $cronimage code and we can see what you did wrong. Mine is right around the copyright notice, which I don't see in yours, and within the same form that the copyright notice is contained in. I'm not sure if it has to be within that form, but it might be a good idea to try. Do you have the copyright notice shown in another template? Perhaps that would be a good place to add it.

puroeuro 08-26-2008 09:57 PM

to be honest i'm just the other half of the admin team and i'm not that great with the stuff, just trying to help out and get something done about stuff not working. the copyright is in there "Powered by vBulletin? Version 3.6.8
Copyright ?2000 - 2008, Jelsoft Enterprises Ltd.
" which is where <td class="headlinks" background="$stylevar[imgdir_misc]/footer_bottom_teal.gif"><a href="http://www.vbulletin.com" target="_blank">$vbphrase[powered_by_vbulletin]</a> </td>
<td background="$stylevar[imgdir_misc]/footer_bottom_teal.gif" class="headlinks"><div align="right">
comes into the code i think.

Lynne 08-26-2008 10:24 PM

Ah ha! It's all in one line in the code, so I missed it. This is what is in my footer template around there. Take a look at your template and you should be able to add it also (probably add it in the same td tag since it's something that never actually gets printed on the site - hopefully it doesn't bring your site down this time!):

Code:

<div align="center">
    <div class="smallfont" align="center">
    <!-- Do not remove this copyright notice -->
    $vbphrase[powered_by_vbulletin]
    <!-- Do not remove this copyright notice -->
    </div>
   
    <div class="smallfont" align="center">
    <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
    $cronimage
    <!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
   
    $vboptions[copyrighttext]
    </div>
</div>


puroeuro 08-27-2008 01:02 AM

only one way to find out, i'll just have to test it to see. i didn't write/add any of the coding for the template, i just know where to find them in the acp. i've got some other small template issues as well with alignments of the "what's going on box" but that's another day.


All times are GMT. The time now is 04:36 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.00970 seconds
  • Memory Usage 1,728KB
  • 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)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete