vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vbBux / vbPlaza (https://vborg.vbsupport.ru/forumdisplay.php?f=171)
-   -   Admin donate. (https://vborg.vbsupport.ru/showthread.php?t=109576)

X-Files 03-06-2006 02:07 AM

Admin donate.
 
Does not show up in the eStore on the navbar.

CMX_CMGSCCC 03-06-2006 03:29 PM

Quote:

Originally Posted by X-Files
Does not show up in the eStore on the navbar.

There was a template update for this inside the navbar, did u do it?

-CMX

X-Files 03-06-2006 03:50 PM

Quote:

Originally Posted by CMX_CMGSCCC
There was a template update for this inside the navbar, did u do it?

-CMX

This was a fresh install on our live site of version 1.2.6.

All edits were done.

CMX_CMGSCCC 03-06-2006 04:28 PM

Quote:

Originally Posted by X-Files
This was a fresh install on our live site of version 1.2.6.

All edits were done.

In the settings, what do u have entered for the Administrator Usergroups?

-CMX

X-Files 03-06-2006 04:43 PM

1 Attachment(s)
Quote:

Originally Posted by CMX_CMGSCCC
In the settings, what do u have entered for the Administrator Usergroups?

-CMX

Here they are.

Here is the navbar code. A lot of the items we do not use so they are commented out.

PHP Code:

    <if condition="$show['member']">
    <!-- 
estore tools menu -->
    <
div class="vbmenu_popup" id="estoremenu_menu" style="display:none">
        <
table cellpadding="4" cellspacing="1" border="0">

        <
tr><td class="thead"><a href="estore.php?$session[sessionurl]">$vbphrase[estore_name$vbphrase[estore_main]</a></td></tr>
        <!--<
tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=48">$vbphrase[estore_lottery]</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=27">$vbphrase[estore_give_gifts]</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=118">$vbphrase[estore_give_ribbons]</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=13">$vbphrase[ebux_bank]</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=7">$vbphrase[estore_donate]</a></td></tr>
        <
tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=16">$vbphrase[estore_thief]</a></td></tr>-->

        <
tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=richestusers">$vbphrase[ebux_richest_users]</a></td></tr>
        <!--<
tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=userhistory">$vbphrase[estore_history]</a></td></tr>-->
        <
tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=mostsold">$vbphrase[estore_most_sold]</a></td></tr>

        <if 
condition="is_member_of($bbuserinfo['usergroupid'], $vboptions['estore_adminusergroups'])">
            <
tr><td class="thead">$vbphrase[estore_admin_only]</a></td></tr>
            <
tr><td class="vbmenu_option"><a href="estore.php?$session[sessionurl]do=action&amp;itemid=12">$vbphrase[estore_admin_donate]</a></td></tr>
        </if>

        </
table>
    </
div>
    <!-- / 
estore tools menu -->
    </if> 


LJR 03-06-2006 05:56 PM

This is exactly the problem I am getting too, and I have the edits done also. Also, even if you go into 'points' and select 'Admin Donate' the function reports you need to be an administrator. I have set this in the eStore Manage Settings -> Administrators Usergroups and also in Admin Donate Option -> Additional Allowed Usergroups (checked both my admin groups). The eBux eStore Permissions in the admin usergroups global permissions are set to all "yes"

I would just like to mention that this was working in one of the prior versions (I can't remember which).

I am wondering if it's to do with when there are more than one administrator usergroup?

creedmaniac 03-06-2006 06:15 PM

1 Attachment(s)
do you have your group listed here in the below screenshot? (estore manage settings)

X-Files 03-06-2006 06:25 PM

1 Attachment(s)
Quote:

Originally Posted by LJR
This is exactly the problem I am getting too, and I have the edits done also. Also, even if you go into 'points' and select 'Admin Donate' the function reports you need to be an administrator. I have set this in the eStore Manage Settings -> Administrators Usergroups and also in Admin Donate Option -> Additional Allowed Usergroups (checked both my admin groups). The eBux eStore Permissions in the admin usergroups global permissions are set to all "yes"

I would just like to mention that this was working in one of the prior versions (I can't remember which).

I am wondering if it's to do with when there are more than one administrator usergroup?

I am able to admin donate I just do not see the item on the menu.

This may help you. Try and set:

Override Category Permissions Yes

Maybe the category is not set to have admins.

Gamersource 03-06-2006 10:33 PM

1 Attachment(s)
Quote:

Originally Posted by X-Files
Here they are.

Here is the navbar code. A lot of the items we do not use so they are commented out.

No, he means the actual usergroup id settings. If the id's aren't set, then it won't work.

X-Files 03-06-2006 10:42 PM

1 Attachment(s)
Quote:

Originally Posted by Gamersource
No, he means the actual usergroup id settings. If the id's aren't set, then it won't work.

Of couse that is set.

Gamersource 03-06-2006 11:11 PM

Well it is very odd... the function does work. I even used your code with some of it commented out. I still see admin donate in the menu. Is your admin group id 6? Probably yes? lol. I can't seem to emulate your problem myself. The only thing I can tell you is to make sure your navbar template code is in the right place and isn't modified to the point that it maybe took somethig out. If your admin group id is 6, then you should be able to see it in that menu. I really can't think of anything else.

LJR 03-07-2006 06:02 PM

1 Attachment(s)
Guys,

I do appreciate all your help but I have mentioned that those settings were set. Here are the screenshots. I cannot perform an admin donate. Also, just to clarify, I have nothing checked in the denied usergroups, and I have had this work in a previous version.

Thanks all


All times are GMT. The time now is 05:49 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.01821 seconds
  • Memory Usage 1,772KB
  • 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)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (12)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