PDA

View Full Version : User group permissions are missing


dennisuello
11-12-2007, 12:06 PM
I followed the install instructions. Everything, but the template edits are done. The vbPicGallery Options appear under VB options, but there's no vbPicGallery box near the bottom of Usergroup settings.

I do have other products installed, that added their usergroup options boxes there, so it might be the culprit, but disabling those products didn't help.

dennisuello
11-12-2007, 12:25 PM
evermind, found my problem

Greg
11-12-2007, 12:25 PM
Sounds like the xml files were missing when you imported the product. Upload first, then import.

Other than that, I can't think of a reason for that issue to occur.

dennisuello
11-12-2007, 12:40 PM
Sounds like the xml files were missing when you imported the product. Upload first, then import.

Other than that, I can't think of a reason for that issue to occur.

that was it

Greg
11-12-2007, 01:10 PM
Good to hear it worked out. Holler if ya need anything else.

dennisuello
11-12-2007, 01:26 PM
I added the code to postbit_legacy
<if condition="$post['show_vbpg_link']">
<div class="smallfont">
<br />
<a href="vbpicgallery.php?$session[sessionurl]do=hall&u=$post[userid]">View My Photo Gallery</a><br /><br />
</div>
</if>
but the link doesn't show up. If I remove the if condition, it does.

The setting in the options is enabled and the link in the MEMBERINFO is enabled.

Greg
11-12-2007, 01:58 PM
It will only show up for those that actually have a gallery.

dennisuello
11-12-2007, 02:36 PM
It will only show up for those that actually have a gallery.

But, I do, and the link in member info shows, but not on postbit_legacy.

Greg
11-12-2007, 03:21 PM
Is the postbit hook enabled? I'm lost. Never had it not work outside of the template edit being in the wrong style.

dennisuello
11-12-2007, 05:29 PM
Is the template cached or something? All of a sudden it started showing the link.

Another question though. When you enter a description and click Browse and select the photo, it automatically starts uploading it. But it's not very clear to the user that it's doing that. One user thought that you can only upload one pic per gallery and clicked Submit right after selecting the pic.

Greg
11-12-2007, 06:09 PM
OK, I'm with you on that one. That will need to be fixed somehow for everyone. Got a suggestion? Maybe the page needs a whole rewrite. I dunno.

dennisuello
11-12-2007, 06:33 PM
OK, I'm with you on that one. That will need to be fixed somehow for everyone. Got a suggestion? Maybe the page needs a whole rewrite. I dunno.

Maybe a title for that cell, like "Select one or more photos for this gallery" and have an Upload button below the File/Browse. No automatic upload, because if you have a large image and unless you look at the status bar, you don't know what's going on, as there's no user feedback when image is selected and upload is started.

402
The text below the Upload button would only be displayed while the upload is being processed.