View Single Post
  #1  
Old 03-29-2009, 07:11 PM
GraphiX2004 GraphiX2004 is offline
 
Join Date: Mar 2009
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Simple Modification needed Someone help me please!!!

i posted this a few days ago it got over 44 views no reply's then just got buried under the last 3 pages worth so I'm trying again and hope some designer/coder picks up on this.

paid 180 bucks for this source which does not include something simple which to our community is much of a priority and i thought it would of had something like this included.

but it seems not so any help in getting this working be it a plugin or a direct forum edit.
i would really appreciate it. for you people this should be a breeeze to do but it seem
of the 44 people who read it last time not a single reply so here goes once again.
------

I've spent the last 4 hours searching for this what i thought was a simple answer
but cannot find it listed anywhere nor a plugin that does what i need.

Currently i use Wordpress and a plugin called "Members Only" if a member Visits my site and they are
not logged in it will re-direct them to another webpage on the server.

if the user is logged in it will allow them to bypass the Re-Directed website and hit the forum.
________________

What i am after is the following being made into a plugin for the adminCP maybe?

what i'm looking for is the following which shouldn't be very hard for someone with coding skills to do

When the user visits the www.mygamingsite.com/forums link if they are not already logged in they get re-directed
instantly to www.mygamingsite.com main homepage which is where they learn all about the history behind the group.

if the user is already logged in it bypasses being re-directed to the main homepage.

i can actually do this by using this

Code:
 
<if condition="$bbuserinfo['usergroupid'] == 1">
<meta HTTP-EQUIV="REFRESH" content="0; url=www.mysite.com/website/blah">
</if>
but the problem is i don't know how to make it halt the re-direct if the user is not logged in but goes
to the login.php page or Register page.

also manually editing the template when i've seen some of the most advanced complex adminCP plugin's that work flawless
just seems stupid because if people can do these huge complex plugin's this little thing should be a breeze.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01143 seconds
  • Memory Usage 1,767KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete