Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #31  
Old 06-20-2010, 04:45 PM
ChopSuey ChopSuey is offline
 
Join Date: Jun 2009
Location: Alaska
Posts: 2,140
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay here's the online_location_process

PHP Code:
if($filename=='extra_whos_online.php'){$userinfo['activity'] = 'Viewing MAI Wallpapers';} 
K now! For the second part online_unknown_location
PHP Code:
if($userinfo['activity']=='Viewing MAI Wallpapers')
{
    
$userinfo['where'] = '<a href="extra_whos_online.php?'.$vbulletin->session->vars[sessionurl].'">'.$vbulletin->options[bbtitle].'  - Viewing MAI Wallpapers</a>'
    
$userinfo['action'] = 'Viewing MAI-Wallpapers';
    
$handled true;



Replace your old code.
Reply With Quote
  #32  
Old 06-20-2010, 05:06 PM
Xencored Xencored is offline
 
Join Date: Sep 2008
Location: UK, Scuny
Posts: 1,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ChopSuey View Post
Okay here's the online_location_process

PHP Code:
if($filename=='extra_whos_online.php'){$userinfo['activity'] = 'Viewing MAI Wallpapers';} 
K now! For the second part online_unknown_location
PHP Code:
if($userinfo['activity']=='Viewing MAI Wallpapers')
{
    
$userinfo['where'] = '<a href="extra_whos_online.php?'.$vbulletin->session->vars[sessionurl].'">'.$vbulletin->options[bbtitle].'  - Viewing MAI Wallpapers</a>'
    
$userinfo['action'] = 'Viewing MAI-Wallpapers';
    
$handled true;



Replace your old code.
OH so close thanks
It shows right
But the URL points to

http://www.myanimeisland.com/extra_whos_online.php?
Reply With Quote
  #33  
Old 06-20-2010, 05:16 PM
ChopSuey ChopSuey is offline
 
Join Date: Jun 2009
Location: Alaska
Posts: 2,140
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry
use this

PHP Code:
if($filename=='extra_online_users.php'){$userinfo['activity'] = 'Viewing MAI Wallpapers';} 
&

PHP Code:
if($userinfo['activity']=='Viewing MAI Wallpapers')
{
    
$userinfo['where'] = '<a href="extra_online_users.php?'.$vbulletin->session->vars[sessionurl].'">'.$vbulletin->options[bbtitle].'  - Viewing MAI Wallpapers</a>'
    
$userinfo['action'] = 'Viewing MAI-Wallpapers';
    
$handled true;

I may warn you that it gives a little error when you go to the online.php page. Since its vB3 code.
Reply With Quote
  #34  
Old 06-20-2010, 05:23 PM
Xencored Xencored is offline
 
Join Date: Sep 2008
Location: UK, Scuny
Posts: 1,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ChopSuey View Post
Sorry
use this

PHP Code:
if($filename=='extra_online_users.php'){$userinfo['activity'] = 'Viewing MAI Wallpapers';} 
&

PHP Code:
if($userinfo['activity']=='Viewing MAI Wallpapers')
{
    
$userinfo['where'] = '<a href="extra_online_users.php?'.$vbulletin->session->vars[sessionurl].'">'.$vbulletin->options[bbtitle].'  - Viewing MAI Wallpapers</a>'
    
$userinfo['action'] = 'Viewing MAI-Wallpapers';
    
$handled true;

I may warn you that it gives a little error when you go to the online.php page. Since its vB3 code.
Same as before mate when you click the "Viewing MAI Wallpapers" take me too
http://www.myanimeisland.com/extra_online_users.php
not the page there viewing

and aye its changed all my over links to "Unknown Location"
Reply With Quote
  #35  
Old 06-20-2010, 05:25 PM
ChopSuey ChopSuey is offline
 
Join Date: Jun 2009
Location: Alaska
Posts: 2,140
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm sorry i would help more but yet i don't have admincp access and would mess with the code more but i have other things to do.

Delete the plugin's that you just made. Also your page is blank.
Reply With Quote
  #36  
Old 06-20-2010, 05:34 PM
Xencored Xencored is offline
 
Join Date: Sep 2008
Location: UK, Scuny
Posts: 1,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ChopSuey View Post
I'm sorry i would help more but yet i don't have admincp access and would mess with the code more but i have other things to do.

Delete the plugin's that you just made. Also your page is blank.
Hmm i think am asking the wrong way

all i am trying to do is get my None Vbulletin pages to show in the Whosonline in vbulletin when a user is on them
maybe making that extra_online_users.php was a bad idea (there is nothing on it should be blank)

Thanks anyway :up:
Reply With Quote
  #37  
Old 06-20-2010, 09:41 PM
DragonBlade's Avatar
DragonBlade DragonBlade is offline
 
Join Date: May 2006
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What is the URL to your wallpaper page
Reply With Quote
  #38  
Old 06-20-2010, 09:43 PM
Xencored Xencored is offline
 
Join Date: Sep 2008
Location: UK, Scuny
Posts: 1,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DragonBlade View Post
What is the URL to your wallpaper page
i cant link it its 18+
But here is one more i also need to show

http://www.myanimeisland.com/

miku <3
Reply With Quote
  #39  
Old 06-20-2010, 10:21 PM
DragonBlade's Avatar
DragonBlade DragonBlade is offline
 
Join Date: May 2006
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Right now, I'm trying to figure out if it can detect something else rather than file since you are using WP page URLs right?
Reply With Quote
  #40  
Old 06-20-2010, 10:37 PM
Xencored Xencored is offline
 
Join Date: Sep 2008
Location: UK, Scuny
Posts: 1,337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by DragonBlade View Post
Right now, I'm trying to figure out if it can detect something else rather than file since you are using WP page URLs right?
Yea i have 2 wordpress and 2 gallerys am trying to work with
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:51 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.05087 seconds
  • Memory Usage 2,304KB
  • Queries Executed 14 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (8)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete