![]() |
Quote:
|
Sorry to bug you again, but I had another question:
I added a 'groups' link to the nav bar using this code: Code:
<td class="vbmenu_control"><a href="http://www.afkay.com/forums/groups/" accesskey="5">Groups</a></td> Here is what I am talking about (the bottom picture is what it should look like. The top picture is what it changes to on the groups home page): https://vborg.vbsupport.ru/ It still functions just fine, so no big deal if no one can help me. Just being a bit nit picky right now. GREAT MOD by the way, my members and I love it. Keep up the good work. |
Quote:
|
Quote:
|
I'm just waiting on feedback from Endurer before i release 2.0.11.
|
Hi,
first: sorry for my bad english, i hope you'll understand... I want to build an community and GRPS was(?) is what im looking for. but i can't delete postings. when i delete one it's always on teh threadlist. I have created an screencapture (flash format), so you can take a look on it: removed I've looked for an solution to fix this in this thread but i found nothing useful. Im using GRPS 2.0.10 I hope anyone can help me to fix this. The community plattform should be finished next week. ;) Greetings, Florian EDIT: I have noticed that the newsfeed has no contents after "deleting" the posts. |
Quote:
Find this line (line 250) in groups/newreply.php: Code:
$navbits['viewthread.php?' . $vbulletin->session->vars['sessionurl'] . 't=' . $threadinfo['threadid']] = $threadinfo['title']; Code:
$navbits['viewthread.php?' . $vbulletin->session->vars['sessionurl'] . 't=' . $threadinfo['threadid'] . '&g=' . $foruminfo['groupid']] = $threadinfo['title']; You are essentially pasting Code:
. '&g=' . $foruminfo['groupid'] Code:
$threadinfo['threadid'] Nice catch, btw! :up: |
Quote:
I'll PM you the URL to the group now. PS: Group description parses img vbcode but viewthread.php doesn't and instead displays the direct link to the image. |
I'm unable to use vBadvanced 3.0's integrate function on either browse.php or groups.php.
browse.php generates the following error: Code:
PHP Fatal error: Cannot redeclare fetch_avatar_url() (previously declared in /ideletedmypath/forums/includes/functions_user.php:259) in /ideletedmypath/forums/includes/functions_grps.php on line 32 Code:
if (!function_exists('fetch_avatar_url') OR THIS_SCRIPT != 'groupshome') Now then, groups.php creates a blank page with no error related to the vBa integration. This is all I see inside the generated html: Code:
<!-- END TEMPLATE: navbar --> Here's is the adv_portal template, and you can that there are three if statements that display content in three columns. I think those variables are lost, which would cause the error: Code:
<table align="center" class="page" cellspacing="0" cellpadding="0" width="100%"> Whew! I do, however, get this error in my error.log file with groups.php all the time, whether I'm using vBa or not: Code:
script '/ideletedmypath/groups/cron.php' not found or unable to stat Any ideas? I feel like I'm close to wrapping up my initial development and this is holding me up, so any help would be appreciated. EDIT: invitation.php, membership.php and viewmembers.php have the same blank page output as groups.php when vBa 3.0 integration is used. EDIT: Blank page fix for vBa 3.0 Integration I was able to solve the problem with groups.php, invitation.php, membership.php and viewmembers.php and vBa 3.0 Integration by adding the following line into the "PRE-CACHE TEMPLATES and DATA" area near the top of each affected script: Code:
// get special data templates from the datastore EDIT: Possible fix for PHP Fatal error: Cannot redeclare fetch_avatar_url() I think the nested if statement is working as a fix for the php fatal error from the functions_grps.php file: I changed this: Code:
if (!function_exists('fetch_avatar_url') OR THIS_SCRIPT != 'groupshome') Code:
if (!function_exists('fetch_avatar_url')) |
Rats! It was going well until I noticed my group leader avatar was missing.
The image is pointing to "Array": Code:
<td align="center" valign="top"> |
A fix has already been posted here: https://vborg.vbsupport.ru/showpost....95&postcount=2
|
Quote:
EDIT: Oops, I quoted the wrong error (malformed avatar in postbit), but my error still isn't solved with post #2's suggestions. On a side note, I have another hack which has the same error, VB Image Host. |
I have my forums on a subdomain (myforums.mysite.com)...
However, the forums are in a sub-directory (myforums.mysite.com/forums/) The groups are installed at myforums.mysite.com/groups/ The links are showing the forums root... (ie: the create group link is myforums.mysite.com/forums/?do=creategroup, when it should be myforums.mysite.com/groups/?do=creategroup ) How do I fix this? |
Sabre ~ Just checking in to see where you're at with the new version. Really hoping email notifications of group posts and checking user group permissions and removing them from groups if their permissions change is in the near future. :)
|
Everything is going smooth except the navbar pointing to the wrong links but i can sort them.
Only thing that isn't working right is the group tools on the GRPS navbar dropdown isn't working. I click it then it just does nothing. Any ideas? |
FIXED! Thanks anyways!
|
Hi!
Is there a wishlist existing already for Version3? :D |
Help me understand how this has been installed 204 times. It doesn't create database tables. I've looked in the product.xml, and everywhere else, and nowhere does it create the tables that I can find.
This problem was pointed out 8 months ago by one of the first users in this post: https://vborg.vbsupport.ru/showpost....59&postcount=9 If you had a previous version of this installed, that created the tables, then perhaps that is why it is working. As far as I can tell it works as an upgrade only. |
hambil: As far as I can tell, you didn't look very hard or read the instructions. By "I've looked in the product.xml, and everywhere else", you must surely mean, "I've looked in the product.xml, and didn't bother looking anywhere else". Try looking in the grps_installer.php file in the ROOT/groups/tools directory of the product's zip file. You know, the one you run to finish installing GRPS, as described in the install.txt file.
To make it clearer, here's an excerpt from install.txt (the bold text is a clue): Quote:
Excerpt from grps_installer.php: PHP Code:
Those lines of code are called database table entries. If you don't see this, download the zip file again and start over. Also, had you bothered to look, that database error you snidely referred to was fixed almost immediately by sabret00the, 13 minutes later, four posts below the original error report, on the same page, as noted here. That means it was fixed 7 months, 29 days, 23 hours, and 47 minutes ago (by your math). So, in a nutshell, to install the database tables you're missing, run the grps_installer.php script, as described in the install.txt file. Did that help you understand? :rolleyes: |
vgevolution:
There's no reason to attack me personally. It's not even your hack, and the fact remains the install is rather confusing. First, I looked for a separate installer, and didn't find it. It is buried three levels deep (root/groups/tools) and it's not named install.php. I'm not sure why it exists anyway, since all it does is create the database tables that should typically be done in the product.xml 'install' section. An external installer is usually reserved for multi-step installs that require user input. Second, a big part of the reason I missed it is the instructions told me I was done: "Now upload the files. and you're good to go (after running adding the product ofcourse)." I took that to mean I needed to load the product.xml file, and that was it. To put another, critical line after that all but guarantees people will not see it. It's not like this is my first install. I write hacks. So, back off, dude. |
hambil: I agree that the install instructions aren't perfect, but I'm not the one who said,
"I've looked in the product.xml, and everywhere else".I called you out on your blatant exaggeration, simple as that. It was obvious you didn't look in all the files. Instead, you came here complaining about "how this has been installed 204 times" (error and all) and "this problem was pointed out 8 months ago" (that was fixed 13 minutes later, wasn't even the problem anyway). That was awfully troll-like, and I took a defensive stance for some reason. I think the fact that you're a coder made it worse, since I'm sure you wouldn't like it if someone went into your product threads and started tossing around innuendo. Despite that, I do apologize for being abrasive. I'm normally calmer than that. I would prefer that we all contribute constructive criticism to our favorite hacks, not go around bashing each other. I should have taken the high road and just answered your veiled question. I can admit when I've let my emotions get the better of me. I must remember to let my inner-Vulcan out during times like this. My bad. Being human sucks sometimes. :D I guess I still answered your question, however rudely. :p At least during the course of this pointless argument you did point out a valid flaw in the install instruction's logic, so hopefully sabe will fix it soon. Some good came out of this after all. I'm not holding a grudge. You were abrasive, I was abrasive in response. You had your say. I've had my say, and admitted I was rude and apologized for that. Thus, I have nothing further to add regarding this. No need to drag this thread down. My apologies to those reading this as well. Let's get back to making suggestions and improving this mod. Peace, Out. |
Quote:
|
I saw this request was posted a long time ago, but not since. I'm wondering if anyone is still having trouble with, or doesn't like the way breadcrumbs work with GRPS, and would like to know how to change it to work like vBulletin's standard (my preference for viewthread.php):
WebsiteHome --> GroupsHome --> CategoryName --> GroupNameInstead of this (the GRPS default for viewthread.php): GroupsHome --> CategoryName --> GroupName If so, please let me know. The first crumb method shown is vBulletin-style crumb. The second method is more of a stand-alone crumb, as GRPS is meant to run mostly outside of vBulletin forums other than sharing the user database. To maintain consistency throughout my site and the other hacks I have running, I had to modify the crumbs in GRPS to work more like the standard bread crumbs of vBulletin. This involves some minor edits to the php files' navbits. If anyone's interested, I'll send you a step-by-step. Obviously the steps would need to be repeated after every patch of GRPS, so if there's no interest, I'll understand. I've been testing it for a week now with no strange behavior, so I'm pretty sure it'll work for anyone. I don't know if sabret00the would want me to post how to do it here or as an "addon", since this isn't a fix to a bug, but a change to a function that works as he intended. sabret00the: any objections to me posting instructions on how to change the breadcrumbs to work like vBulletin crumbs here? Any chance of making this an option in v3.0 for those of us who want an integrated breadcrumb? It doesn't look like it would be hard to code the conditional. ;) Anyway, I'm too tired to write it up tonight (3am!!), so g'nite! hambil: Yep, no problem. I'm an irritable ol' coot sometimes too, especially when I get sleepy. :o |
Quote:
vgrevolution: go ahead: |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Quote:
Thank you so much. |
Quote:
However i bet you still have bad news for me that your [img] problem still exists? |
Quote:
I'm just not using CMPS v3's integration feature for now. I probably have to add a global variable from GRPS to CMPS. I just haven't had to time to figure out which variable to add. |
Quote:
|
Quote:
BTW, I fixed my old cron not found bug by installing the ajax cron plugin, located here: https://vborg.vbsupport.ru/showthrea...highlight=cron |
cool. i actually set up a string replacement for that on 3.0.x but it's still absent on 2.0.x i'll make a decision regarding that before i upload 2.0.11 which should be in the morning. i just want to give more people a chance to get their errors in.
|
Quote:
|
could i suggest sub categories for the new version :D
cheers |
UPDATED ZIP/RELEASE:
Groups v2.0.11.zip: various bug fixes including security/privacy fixes. For those interested in 3.0 please check this (i need a couple more people): https://vborg.vbsupport.ru/showpost....postcount=1625 |
Will there be any sort of search functionality or notifications in 3.x?
|
All times are GMT. The time now is 02:38 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|