Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

administration/members.php

Asked Modified Viewed 2,839 times
D
Daywalker
D
"Might and Greed will never outweigh Honor and Loyalty"

Come join us for IRC Support: Here
  • Member, joined since
  • Contributed 152 posts on the community forums.
  • Started 31 threads in the forums
  • Started this discussions
asked
Member

I'm wondering if this problem has happened with other ppl, but when I click the "Return to Members Admin" after saving the fields of a member it moves me to the normal index page, as if I didnt have access to administration/members.php

But since I can actually access the page, I have to have access to that page, so seems like a bug.
0 replies

6 posts

R
Reflectoman
R
------------------------------------------------
Adnan Ahmed Online
File Hosting | Image Hosting | Free SMS
  • Member, joined since
  • Contributed 176 posts on the community forums.
  • Started 9 threads in the forums
answered
Member

might be that that link is missing the new authorization feature added to get in the admin panel, all links that link to anything in the admin panel need to have the authentication id number, obtained by adding $aidlink (i think) to the link url.

post back the coding to get that link, and someone will fix it for you ... its just that when that auth. id is not there, it sees it as someone without access rights!

Adnan.
0 replies
D
Daywalker
D
"Might and Greed will never outweigh Honor and Loyalty"

Come join us for IRC Support: Here
  • Member, joined since
  • Contributed 152 posts on the community forums.
  • Started 31 threads in the forums
  • Started this discussions
answered
Member

Hmm well seeing as this is version 1.02's stuff it should be there.

Also I've checked the Members.php code and the aidlink stuff is in there.
Edited by Daywalker on 18-06-2006 06:34,
0 replies
R
Reflectoman
R
------------------------------------------------
Adnan Ahmed Online
File Hosting | Image Hosting | Free SMS
  • Member, joined since
  • Contributed 176 posts on the community forums.
  • Started 9 threads in the forums
answered
Member

in administration/members.php replace at about line

<a href='members.php'>".$locale['432']."</a><br><br>
<a href='index.php'>".$locale['433']."</a><br><br>


with,
<a href='members.php[color=red]".$aidlink."[/color]'>".$locale['432']."</a><br><br>
<a href='index.php[color=red]".$aidlink."[/color]'>".$locale['433']."</a><br><br>


repeat as ncessary, like at line 227.

@DIGI - This is also an error in the current CVS. Seems to be a slight oversight. ;)
Edited by Reflectoman on 18-06-2006 06:41,
0 replies
D
Daywalker
D
"Might and Greed will never outweigh Honor and Loyalty"

Come join us for IRC Support: Here
  • Member, joined since
  • Contributed 152 posts on the community forums.
  • Started 31 threads in the forums
  • Started this discussions
answered
Member

Guess Ididnt look far enough, ty for finding all the spots for me :D and all of us really :D
0 replies
F
Falk
F
Falk 148
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 12 questions
answered
Super Admin

Fixed, updated patch and full pack.
0 replies
B
Bear
B
Bear 10
  • Junior Member, joined since
  • Contributed 19 posts on the community forums.
  • Started 1 thread in the forums
answered
Junior Member

Is there a way we can get an bundle of updated patches/files that can be done as an incremental upograde to ensure we have these latest mods/fixes for the files?

Having just upgraded two sites tonight, it's a PITA to now start finding additional files that have been updated and it then depends on the timing of when someone has downleaded the "latest" from sourceforge...

Also, can the forums be changed to reflect bugs for teh different varients out there.. eg create a new forum for all bugs detected for v6.01.2 separate to the previous release as then it may be easier to track any issues with the current release rather than wading through heaps of threads...

Cheers B)
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 6 posts
  • Votes 0 votes
  • Topic users 4 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet