![]() |
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"> |
All times are GMT. The time now is 06:04 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:
|