![]() |
what's not workin, maybe i can help out?
|
Quote:
However, when I go here: /profile.php?do=editwebpage .. then I can see the edit page. But the link to that doesn't show up on my user cp, and also not on my profile when edited. Also, the admincp options are not there: https://vborg.vbsupport.ru/attachmen...chmentid=21434 I have used the most recently updated files from Swedie's script (today's). |
that's because your group members do not have permissions. Go in DATABASE itself, and make sure that permissions are set properly.
P.S. I don't believe you read that thread. All you mentioned was covered. |
Quote:
So uhh.. What do I do? |
Quote:
|
Quote:
https://vborg.vbsupport.ru/showpost....7&postcount=15 |
Quote:
|
Quote:
|
Excellent! I got it to work! :D
Thanks Lionel & Swedie! |
Quote:
Loki12, great to hear you got it to work. Now send me some love! (money... :D) And don't forget to click on the "INSTALL" button to show you've installed it. :ninja: |
Quote:
Thanks. My prefix is vb3 |
Quote:
The two databases created will not have a vb3 extension. I'd have to rewrite the scripts. that's not difficult though. hum... maybe I should create an installation proggy. it's rather simple really. let me know and give me a few days if so. |
Quote:
#1146 - Table 'rexb3_vb.usergroup' doesn't exist |
Ok I read this thread about 10 times and finally figured out that those sql statements to run to change those defaults to 1 instead of 0 were not doing the job so I did it manually and now I'm waiting for my db to update and hopefully that will fix it!
|
nevermind there was one missing vb3 in the new text.
|
OK I've got everything installed but I can't find the permissions to update in the admin/usergroup area under general permissions. Nothing is there. :(
|
BWAHAHAHAH IT WORKS.. I SAY MAN..!! IT WOOORRRKSSSS.....
Now try to install it on the live site.. :) |
how to fix this?
|
Quote:
:) |
n/m fixed
|
So I'm trying to get it to work on my live site but I'm having problems again. I did the SQL change from 0 to 1 and I assume that means the userid? B/c I am admin but my userid is 3 so I changed it from 0 to 3 now and hopefully when sql updates it will work but just wondering if I am on the right track?
|
Quote:
Here is a new memberpage code. overwrite what you first pasted into member.php. This file includes a change over so that it detects who's got admin rights. This user can delete messages in any of your users guestbooks. And like I said earlier in a post. Run this SQL query: (this one has the vb3 prefix for rex_b table structure!) UPDATE vb3usergroup SET canuseguestbook = '1'; UPDATE vb3usergroup SET canusewebpage = '1'; I uploaded a new .SQL file to my post before. |
first error / conflict >
if my users set the guestbook to show up on the bottom, it doesn't show at all. |
I've got a slight permissions problem. I hadn't made this hack available to regular members yet but it appears they've been able to create webpages and guestbooks. I've double checked the usergroup permissions and triple checked them and they are all set to "Can use Guestbook?" - No "Can use webpage?" -No. Does anyone else have this problem as it's got me stumped as to how they can use the webpage and guestbook when they don't have permission to. :confused:
|
Quote:
|
Works splendid for me too. Only the guestbook not showing at the bottom like Wolrplay
|
Quote:
I've done all of that. and uploaded the new memer.php and I still can't see it in the admincp/usergroup manager |
Quote:
I have a design that has a defined width and doesn?t use the whole screen and the position option doesn?t work. If I use left or right it both looks like this: https://vborg.vbsupport.ru/ and if I select bottom then it?s missing totaly! What I would need is: a) how to fix the position problem b) How can I do it that the questbook uses the forum size c) I want the guestbook to be at the bottom for all users (no choice for them) Can you PLEASE help me StarBuG |
Quote:
any more bugs? please report and I'll fix it. |
Quote:
Please help StarBuG |
Ugh.. why can't I see them in the admincp/usergroup manager.
// set default yes permissions (bitfields) $ug_bitfield = array( 'showgroup' => 1, 'canview' => 1, 'canviewmembers' => 1, 'canuseguestbook' => 1, 'canusewebpage' => 1, 'canviewothers' => 1, 'cagetattachment' => 1, 'cansearch' => 1, 'canmodifyprofile' => 1, 'canthreadrate' => 1, 'canpostattachment' => 1, 'canpostpoll' => 1, 'canvote' => 1, 'canwhosonline' => 1, 'allowhidden' => 1, 'showeditedby' => 1, 'canseeprofilepic' => 1, 'canusesignature' => 1, 'cannegativerep' => 1, 'canuserep' => 1 ); They are there.. but not.. UGHHH |
if you only the the radiobuttons but not the text search the two phrases and add the text into the english box!
StarBuG |
Quote:
I don't even see the radio buttons. :( |
Quote:
The problem you're having is with the phrase language. Please try and run this SQL query: (it will change the value of your languageid to 1 instead of 0) PHP Code:
|
Hey Swedie
Do u have any idea why the guestbook is not showing up when bottom is selected? StarBuG |
Quote:
|
FIX FOR SHOWING GUESTBOOK
PASTE THIS: Quote:
<if condition="$show['signature']"> IN TEMPLATE: MEMBERINFO |
Quote:
Hmm. I ran that and I still don't see the 2 options in admincp/usergroup manager |
the problem is in admin/usergroup.php
you where told to: Add on row 174 BEFORE "print_table_break();": but because of the multiple times this little bastard :D is in the file you propably put it in the wrong place (Like I did the first time!). So find: print_table_header($vbphrase['general_permissions']); the "print_table_break();" after this is the right one ;) Greetings StarBuG ps: You should describe this better in your instructions Swedie. You sometimes tell people to find a text that occures multiple times in the file so people get easily confused ;) |
Yep I figured that out like 2 min ago.. I had it after line 184..
NOW IT WORKS!!!!! |
All times are GMT. The time now is 07:08 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|