vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   WOL not working processing like its susposed to (https://vborg.vbsupport.ru/showthread.php?t=69524)

AN-net 09-16-2004 02:05 PM

WOL not working processing like its susposed to
 
1 Attachment(s)
Ok well im still working on WOL for journal this problem keeps occuring when someone is viewing a journal it says viewing index eventhough they aren't>_<

So here is my code(added this to functions_online.php):
PHP Code:

        case 'addjournalentry':
            
$userinfo['action'] = 'Adding Journal Entry';
            break;
        case 
'journalindex':
            
$userinfo['action'] = 'Viewing Journal Index';
            
$userinfo['where'] = "<a href=\"journal.php\">Journal Index</a>";
            break;
        case 
'showjournal':
            
$userinfo['action'] = 'Viewing Journal';
            break; 

PHP Code:

    case 'journal.php':
        if(
$values['do']=="addentry")
        {
            
$userinfo['activity'] = 'addjournalentry';
        }
        elseif(
$values['do']=="showjournal")
        {
            
$userinfo['activity'] = 'showjournal';
        }
        else
        {
            
$userinfo['activity'] = 'journalindex';
        }
        break; 

i have also included a screenshot;)

AN-net 09-16-2004 03:56 PM

this problem seesm only to occur with logged in users.... if a guest is viewing saying journal.php?do=showjournal&j=1 then it will say "viewing journal" if a logged in user is viewing journal.php?do=showjournal&j=1 it will say "viewing index" and the path under the question mark button will be "/" not "journal.php?do=showjournal&j=1"

AN-net 09-16-2004 06:15 PM

i know i shouldn't bump but WOL is the last thing that needs to be done for vB Journal:(

nexialys 09-16-2004 06:33 PM

i have not take a look, but did you checked what was missing in the other hacks here that add that part to the wol... like the ushop.. (i don't know all of them, but ...)

AN-net 09-16-2004 06:52 PM

yes but i think WOL is necessary and this should work anyways....

i provided WOL for Ushop:)

AN-net 09-17-2004 09:35 PM

bump

AN-net 09-18-2004 05:22 PM

bump again

AN-net 09-19-2004 10:53 PM

bumpy wumpy!

AN-net 09-20-2004 08:12 PM

go bump its your birthday!


All times are GMT. The time now is 02:40 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.01386 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
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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