PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.0.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/)
-   -   [RC1] AdminCP - Modify Settings now showing up... (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/116886-rc1-admincp-modify-settings-now-showing-up.html)

Sanjiyan December 9th, 2004 06:08 PM

[RC1] AdminCP - Modify Settings now showing up...
 
2 Attachment(s)
Install guide say:

'FTP User Folder Path' setting (listed under the 'Modify Settings' link under your 'vBa Gallery' options in your Admin CP) is set to the full path to your '/gallery/users' folder.

But there is no Modify Settings link under my AdminCP I see the other options under vBa Gallery, but not this one.

I have attached a screen shot of the admincp box, but I have also posted the code below which I have in the index.php file under admincp:

Code:

Content visible to verified customers only.
Any ideas ???

phlogiston December 9th, 2004 06:20 PM

Re: [RC1] AdminCP - Modify Settings now showing up...
 
it's just the phrase name that is confused, change $vbphrase['modify_settings'] in the file to $vbphrase['edit_settings'] or add a new phrase 'modify_settings' to the Control Panel Home Pages group and the link should show up :)

Sanjiyan December 9th, 2004 06:22 PM

Re: [RC1] AdminCP - Modify Settings now showing up...
 
thanks....

Brian December 9th, 2004 06:25 PM

Re: [RC1] AdminCP - Modify Settings now showing up...
 
I'm not sure how that was overlooked, but I have updated the install file so that others won't have the same problem after installing.

Fiber December 10th, 2004 12:45 AM

Re: [RC1] AdminCP - Modify Settings now showing up...
 
Thats nice to find out. I thought I was losing it or something. :D

Brian December 10th, 2004 09:21 AM

Re: [RC1] AdminCP - Modify Settings now showing up...
 
Nope, it's me that's losing it... Especially since I remember changing that around Beta 2 or so. :mad:


All times are GMT -5. The time now is 03:26 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97