Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 24 of 24
Search took 0.00 seconds.
Search: Posts Made By: SteveCoppin
Forum: vB3 General Discussions 06-30-2008, 08:32 AM
Replies: 5
Views: 1,105
Posted By SteveCoppin
Posting about this a couple of days ago but...

Posting about this a couple of days ago but didn't get a complete answer..

I have written a Single Sign On (SSO) script that sits in my global.php The script takes credentials from the header and...
Forum: vB3 General Discussions 06-26-2008, 12:52 PM
Replies: 1
Views: 591
Posted By SteveCoppin
Same POST data problem, different wording

Posting about this a couple of days ago but didn't get a complete answer..

I have written a Single Sign On (SSO) script that sits in my global.php The script takes credentials from the header and...
Forum: vB3 General Discussions 06-25-2008, 11:58 AM
Replies: 5
Views: 1,105
Posted By SteveCoppin
The $postvars variable in do_login_redirect() (of...

The $postvars variable in do_login_redirect() (of functions_login.php) is being populated by the values I have put in to $vbulletin->GPC['postvars'], however the vars are still not being retrieved by...
Forum: vB3 General Discussions 06-25-2008, 09:29 AM
Replies: 5
Views: 1,105
Posted By SteveCoppin
Thank you. Any advice on the best way to...

Thank you.

Any advice on the best way to pass it around?

I can't see in the code base an example of how to store $_POST in the postdata GPC string variable, but i think this might be the...
Forum: vB3 General Discussions 06-24-2008, 01:59 PM
Replies: 5
Views: 1,105
Posted By SteveCoppin
Challenging post data preservation problem

Our system sits behind a seperate authentication layer. When the authenticated user details are passed to our vbulletin instance we auto log the user in via code we have placed in global.php.

(if...
Forum: vB3 General Discussions 06-18-2008, 09:06 AM
Replies: 3
Views: 834
Posted By SteveCoppin
Thanks for the reply. However, when we do this we...

Thanks for the reply. However, when we do this we are only offered daily or weekly update, not instant. Is this an option that can be turned on?
Forum: vB3 General Discussions 06-18-2008, 08:02 AM
Replies: 3
Views: 834
Posted By SteveCoppin
Instant Notification for New Posts in a Thread

I have a user who would like to subscribe to a forum and receive an email each time a new post is created in that forum. The functionality exists at thread level. I've had a search for mods but...
Forum: vB3 General Discussions 06-17-2008, 08:40 AM
Replies: 0
Views: 687
Posted By SteveCoppin
Posting problem related to timing possibly..

Hi,

We're having some problems with posting. Usually, posting works fine. However on occasion the post will not appear on the board after being submitted. There have been reports that it directs...
Forum: vB3 General Discussions 05-28-2008, 07:49 AM
Replies: 5
Views: 1,088
Posted By SteveCoppin
I have now, and it does work if I create off the...

I have now, and it does work if I create off the registered users group, i.e it keeps the permissions. This isn't set by default though and could cause some problems in the long run..
Forum: vB3 General Discussions 05-27-2008, 05:09 PM
Replies: 5
Views: 1,088
Posted By SteveCoppin
Thank you for your reply Lynne, but I have...

Thank you for your reply Lynne, but I have followed your instructions and I'm getting the closed dot with full permissions. I have definitely used deny all.. :confused:
Forum: vB3 General Discussions 05-27-2008, 03:54 PM
Replies: 5
Views: 1,088
Posted By SteveCoppin
Default permissions problem

Hi All,

Would really appreciate a prompt reply.

I'm trying to control access to forums via usergroups, i.e. if a user is a member of a particular group they are able to view and everyone else...
Forum: vB3 General Discussions 04-18-2008, 07:33 AM
Replies: 3
Views: 747
Posted By SteveCoppin
Rss feeds for posts

Does anyone know of a mod to provide RSS at post level? I've tried searching but haven't found anything..

Steve
Forum: vB3 General Discussions 04-15-2008, 08:25 AM
Replies: 1
Views: 805
Posted By SteveCoppin
Automatic login

Our internal vBulletin instance is sitting behind a seperate authentication layer that will pass the login credentials (once verified against our LDAP store) to the page. I need to then take those...
Forum: Modification Graveyard 04-10-2008, 07:52 AM
Replies: 630
Administrative and Maintenance Tools - vB Database Backup Pro (Lite) for vb 3.6
Views: 105,218
Posted By SteveCoppin
I've skimmed through all of the posts and I...

I've skimmed through all of the posts and I apologise if this is mentioned previously..

On my instance, if you're the person unfortunate enough to kick off the database backup you are presented...
Forum: vBulletin 3.6 Add-ons 04-01-2008, 08:24 AM
Replies: 61
Integration with vBulletin - LDAP Authentication
Views: 28,144
Posted By SteveCoppin
I couldn't find anywhere in the admincp to turn...

I couldn't find anywhere in the admincp to turn this off so as a temporary fix I have commented out the link from the usercp template. The page still exists, but it's unreachable unless you know the...
Forum: vB3 General Discussions 03-17-2008, 12:57 PM
Replies: 0
Views: 747
Posted By SteveCoppin
Moderator Email Options

I'm struggling to find where, except in the admin control panel, a moderator can define whether or not they wish to receive emails if a new thread or post is created. Am I missing something? I expect...
Forum: vBulletin 3.6 Add-ons 03-17-2008, 10:24 AM
Replies: 117
Integration with vBulletin - vBulletin Ldap Authentication Plugin
Views: 49,689
Posted By SteveCoppin
Great mod, but I have another slight problem. ...

Great mod, but I have another slight problem.

The 'remember me' feature isn't working on my instance and I think it may be something to do with this mod. Has anyone else had the same problem?
Forum: vBulletin 3.6 Add-ons 03-13-2008, 01:40 PM
Replies: 117
Integration with vBulletin - vBulletin Ldap Authentication Plugin
Views: 49,689
Posted By SteveCoppin
Got a fix for this.. Instead of going via the...

Got a fix for this.. Instead of going via the LDAP route for modcp and admincp I store the encrypted password in the database. I already have a set of users so have decided to put the code in the...
Forum: vBulletin 3.6 Add-ons 03-12-2008, 02:21 PM
Replies: 61
Integration with vBulletin - LDAP Authentication
Views: 28,144
Posted By SteveCoppin
Does this LDAP mod also sit on top of admincp and...

Does this LDAP mod also sit on top of admincp and modcp? Currently using another mod that doesn't and it's causing some headaches..
Forum: vB3 General Discussions 03-12-2008, 01:29 PM
Replies: 4
Views: 857
Posted By SteveCoppin
Point taken, but is there not just as much risk...

Point taken, but is there not just as much risk of the browser remembering the credentials? I could do without the remember me feature. If I were to strip that, could it be possible?
...
Forum: vB3 General Discussions 03-12-2008, 01:02 PM
Replies: 4
Views: 857
Posted By SteveCoppin
Can you expand on that please Marco? A user...

Can you expand on that please Marco?

A user has already supplied their credentials already to log in, and they're also a moderator. Why shouldn't they be one click away from seeing their moderator...
Forum: vB3 General Discussions 03-12-2008, 12:41 PM
Replies: 4
Views: 857
Posted By SteveCoppin
Single sign on for administrators and moderators?

Is there any way to bypass the adminCP/modCP login pages if a user is already logged in? I've had a flick through the mods and forums and can't find anything..
Forum: vBulletin 3.6 Add-ons 03-12-2008, 10:27 AM
Replies: 117
Integration with vBulletin - vBulletin Ldap Authentication Plugin
Views: 49,689
Posted By SteveCoppin
When I try this, I get an error saying that no...

When I try this, I get an error saying that no password has been provided.. The form vairable is the same so I'm not sure what's going on. Any ideas?
Forum: vB3 General Discussions 03-05-2008, 10:56 AM
Replies: 1
Views: 684
Posted By SteveCoppin
Custom field for lastpostedby

The username for our users to log in is their employee identification number. I check this against the LDAP store (via a plug in) and retrieve their full name and store it as a custom field and the...
Showing results 1 to 24 of 24

 
Forum Jump

All times are GMT. The time now is 12:19 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.01768 seconds
  • Memory Usage 2,020KB
  • 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)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (24)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (18)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.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_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • forumjump
  • search_complete
  • navbits
  • navbits_complete