vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - GRPS: Groups Commune 2.0.x (https://vborg.vbsupport.ru/showthread.php?t=127303)

sabret00the 04-26-2007 11:03 AM

Quote:

Originally Posted by Merriweather (Post 1215368)
For everyone. When a member leaves a group, they should have an option to take their posts with them. If a leader or the admin removes a member, it should be an option as well (IMO). I left a group yesterday and didn't want my posts to be removed (like the one where I posted why I was leaving) but I didn't have a choice.

done.

sabret00the 04-26-2007 11:11 AM

Quote:

Originally Posted by rabbits slayer (Post 1226187)
How do I change the "newest member" panel from standing verticle to layiing horizontal?


The panel I'm talking about:
https://vborg.vbsupport.ru/attachmen...4&d=1158966313

you'd have to edit the relevant template 'groups_display_main' to place it where you want it to be and then edit the css in the same template.

sabret00the 04-26-2007 11:14 AM

Quote:

Originally Posted by ragtek (Post 1234110)
just pls think on my changes next time ;)

thanks for the kind works and believe me i consider all suggestions very seriously.

sabret00the 04-26-2007 11:24 AM

Quote:

Originally Posted by ragtek (Post 1234759)
next suggestion:
<b><a href="index.php?do=creategroup">Start A New Group</a></b><br /><br /> is hardcodet ;) no phrase in groups_groupshome template
in index.php line95: $grps_pagetitle = "Create A Group";
in browse.php its a phrase^^ so would it be ok :P

have you a developer board or something like that, where i can post the errors???

fixed and sorry no developer board, but please feel free to continue posting any bugs here.

sabret00the 04-26-2007 11:25 AM

Quote:

Originally Posted by Tanya123 (Post 1235281)
I got it installed and everything is functional, but my groups page is not inheriting the style from my site. All of my URLs are written out completely and I had to do this a long time ago for other reasons. What could be the issue now?

sorry, i don't quite get what you mean. could you possible elaborate a bit?

sabret00the 04-26-2007 11:30 AM

Quote:

Originally Posted by WDZaphod (Post 1234130)
Looks ok now, I can enter the groups-system by the URL /forums/groups.
But I miss a link from the Forum to enter the groups?
Something like to see the own groups in the users profile?
Or a link from the users profile to the groups section?

1/ Given that i wasn't sure where people would want the links. i decided to leave that upto individual admins.

2 & 3/ Something like that doesn't exist at present but it's been suggested a few times. my initial hopes were that someone would release an addon to achieve this but it hasn't happened and my priority remains the core of the project. however with 3.x.x i do plan to work on plugins myself for deeper integration like 'groups listing in profile' and some others i've forgotten but have been mentioned in this thread.

sabret00the 04-26-2007 11:32 AM

Quote:

Originally Posted by CHIPIT195 (Post 1235501)
I'm a noob to vB, so these are probably some dumb questions... I installed it and it works, but a few problems...

I have a custom style installed, but I just overwrote my default style with it... The custom style moves the navbar from the navbar template into the header... (not sure if that's relevant, but...)

So, I use a subdomain, and I have the groups working @ forums.mysite.com/groups

So, heres the problems I'm having:

At the top of the groups index page, it displays:

Parse error: syntax error, unexpected T_STRING in /my/site/root/site/subdomain/groups/index.php(355) : eval()'d code on line 1

The Links in the navbar go to forums.mysite.com/groups/navlink.php

And the otherwise, the styles just don't look right... Almost looks as if it doesn't have any formating...

How can I resolve those problems?

:) Help appreciated, as I'm completely new, and don't know how to fix these issues myself, thanks!

did you install the plugin to fix your css?

also what plugins do you have installed that effect either your headerinclude or your navbar? have you tried disabling them to check compatibility?

sabret00the 04-26-2007 11:33 AM

Quote:

Originally Posted by vitoreis (Post 1235531)
Testing this. Good work!

Just 1 question: where can i set the groupimage? i find nothing...

thanks

at present it can't be done. it will be available in the next major version though.

CHIPIT195 04-26-2007 12:17 PM

Quote:

Originally Posted by sabret00the (Post 1235750)
did you install the plugin to fix your css?

also what plugins do you have installed that effect either your headerinclude or your navbar? have you tried disabling them to check compatibility?

No, I didn't install that plugin... where is it? in the zip?

I have a few plugins that might effect that, but after making some changes... all of them seem to work on the groups...

-----
Well, I found the problem, none of the images in my templates had the right path, so I fixed that...

Now the template looks fine... Only problem I'm having now is that the


Parse error: syntax error, unexpected T_STRING in /forums/groups/index.php(355) : eval()'d code on line 1

What would cause that?

sabret00the 04-26-2007 01:25 PM

New Zip/Release:
Groups v2.0.10.zip:
various bug fixes including acknowledging renamed modcp and admincp dir's also adds option regarding removing of posts at group exit/kick.

sabret00the 04-26-2007 01:28 PM

Quote:

Originally Posted by CHIPIT195 (Post 1235775)
No, I didn't install that plugin... where is it? in the zip?

I have a few plugins that might effect that, but after making some changes... all of them seem to work on the groups...

-----
Well, I found the problem, none of the images in my templates had the right path, so I fixed that...

Now the template looks fine... Only problem I'm having now is that the


Parse error: syntax error, unexpected T_STRING in /forums/groups/index.php(355) : eval()'d code on line 1

What would cause that?

whatever plugins you've got installed to effect your navbar/headinclude template try disabling them and seeing if the problem goes away. if not try and edit your navbar template and then your headinclude template and see if either throwup errors.

Tanya123 04-26-2007 06:45 PM

Quote:

Originally Posted by sabret00the (Post 1235743)
sorry, i don't quite get what you mean. could you possible elaborate a bit?

I'm sorry.

It's better to show you rather than try to tell you.

Here is my website:

And here is what the Groups Commune page looks like:

I can't get the style on it and I have written out my full paths in the stylevars and in my Main/Additional CSS long ago for other reasons. I rechecked all of them and they are all written out fully. I reinstalled the .XML and it still won't add the style. My style is custom and I don't have the default vBulletin style anymore (not for a long time). Does that have something to do with it. I searched this entire thread, tried some suggestions and I still can't get it to work.

Thanks.

ragtek 04-26-2007 06:56 PM

Quote:

Originally Posted by Tanya123 (Post 1235987)
I'm sorry.

It's better to show you rather than try to tell you.

Here is my website: http://www.brides2wives.com

And here is what the Groups Commune page looks like: http://www.brides2wives.com/groups

I can't get the style on it and I have written out my full paths in the stylevars and in my Main/Additional CSS long ago for other reasons. I rechecked all of them and they are all written out fully. I reinstalled the .XML and it still won't add the style. My style is custom and I don't have the default vBulletin style anymore (not for a long time). Does that have something to do with it. I searched this entire thread, tried some suggestions and I still can't get it to work.

Thanks.

in this thread are 2 links for this problem:P
make a plugin with this code
PHP Code:

if ($vbulletin->options['storecssasfile']) 

    
$style['css'] = str_replace('clientscript'"{$vbulletin->options['bburl']}/clientscript"$style['css']); 


and hook global_start

sabret00the 04-26-2007 07:03 PM

Quote:

Originally Posted by Tanya123 (Post 1235987)
I'm sorry.

It's better to show you rather than try to tell you.

Here is my website: http://www.brides2wives.com

And here is what the Groups Commune page looks like: http://www.brides2wives.com/groups

I can't get the style on it and I have written out my full paths in the stylevars and in my Main/Additional CSS long ago for other reasons. I rechecked all of them and they are all written out fully. I reinstalled the .XML and it still won't add the style. My style is custom and I don't have the default vBulletin style anymore (not for a long time). Does that have something to do with it. I searched this entire thread, tried some suggestions and I still can't get it to work.

Thanks.

Either do what Ragtek said or install this https://vborg.vbsupport.ru/showthread.php?t=97298

It's the most missed line in the instructions yet.

ragtek 04-26-2007 07:54 PM

its the same ;)
i havnt found the post where it was, so i just copied it from me ;)

Tanya123 04-26-2007 08:57 PM

Ragteks code worked for me and the other one didn't so that's good. Thanks.

But I'm getting an error at the top of my groups page. Any idea what I need to do to get rid of it?

sabret00the 04-26-2007 09:03 PM

Quote:

Originally Posted by Tanya123 (Post 1236075)
Ragteks code worked for me and the other one didn't so that's good. Thanks.

But I'm getting an error at the top of my groups page. Any idea what I need to do to get rid of it?

what's the error?

Tanya123 04-26-2007 09:28 PM

Quote:

Originally Posted by sabret00the (Post 1236079)
what's the error?


Parse error: syntax error, unexpected '<' in /home/brides2wives/public_html/groups/index.php(51) : eval()'d code on line 1

sabret00the 04-26-2007 09:47 PM

is it present on any other group pages?

Tanya123 04-26-2007 09:59 PM

Quote:

Originally Posted by sabret00the (Post 1236110)
is it present on any other group pages?

1. The error is present on all pages.

2. Also, all of my links and buttons work as well as all of the buttons on the navbar except for New Posts. When I click on New Posts I get this error.

Parse error: syntax error, unexpected '<' in /home/brides2wives/public_html/groups/search.php(98) : eval()'d code on line 1

Warning: Cannot modify header information - headers already sent by (output started at /home/brides2wives/public_html/groups/search.php(98) : eval()'d code:1) in /home/brides2wives/public_html/groups/search.php on line 220

sabret00the 04-26-2007 10:28 PM

Quote:

Originally Posted by Tanya123 (Post 1236117)
1. The error is present on all pages.

2. Also, all of my links and buttons work as well as all of the buttons on the navbar except for New Posts. When I click on New Posts I get this error.

Parse error: syntax error, unexpected '<' in /home/brides2wives/public_html/groups/search.php(98) : eval()'d code on line 1

Warning: Cannot modify header information - headers already sent by (output started at /home/brides2wives/public_html/groups/search.php(98) : eval()'d code:1) in /home/brides2wives/public_html/groups/search.php on line 220

are you running any plugins that plug into grps_global_start?

i said this to someone with similar problems earlier: https://vborg.vbsupport.ru/showthread.php?p=1235831

Tanya123 04-26-2007 11:03 PM

Quote:

Originally Posted by sabret00the (Post 1236138)
are you running any plugins that plug into grps_global_start?

i said this to someone with similar problems earlier: https://vborg.vbsupport.ru/showthread.php?p=1235831

OK I made two plugins, one in grps_global_start (forgot to disable) and one in global start. Disabled the bad one and the error is gone. Thanks.

Now, my New Posts goes no where. It just stays on the /groups page. Not sure how to fix this either.

sabret00the 04-27-2007 08:39 AM

Quote:

Originally Posted by Tanya123 (Post 1236154)
OK I made two plugins, one in grps_global_start (forgot to disable) and one in global start. Disabled the bad one and the error is gone. Thanks.

Now, my New Posts goes no where. It just stays on the /groups page. Not sure how to fix this either.

just to clarify, you're talking about the forums "new posts" search from the navbar? are all the rest of your links rewritten fine?

Tanya123 04-27-2007 12:12 PM

Quote:

Originally Posted by sabret00the (Post 1236309)
just to clarify, you're talking about the forums "new posts" search from the navbar? are all the rest of your links rewritten fine?

OK I think I understand now. I'm thinking about it and I don't know what the proper full path to New Posts would be. Sorry for the vBulletin question, but What is the full path for $vbphrase[new_posts_nav]. It's funny because I don't need to change Today's Posts under Quick Links at all because it works fine from the groups page.

sabret00the 04-27-2007 12:25 PM

Quote:

Originally Posted by Tanya123 (Post 1236383)
OK I think I understand now. I'm thinking about it and I don't know what the proper full path to New Posts would be. Sorry for the vBulletin question, but What is the full path for $vbphrase[new_posts_nav]. It's funny because I don't need to change Today's Posts under Quick Links at all because it works fine from the groups page.

nope, i'm not asking you to change anything. just checking what's what in order to diagnose the problem properly.

so you're saying everything else pointing the search.php works fine. can you do a search from the navbar and confirm that works too please.

Tanya123 04-27-2007 01:53 PM

Quote:

Originally Posted by sabret00the (Post 1236392)
nope, i'm not asking you to change anything. just checking what's what in order to diagnose the problem properly.

so you're saying everything else pointing the search.php works fine. can you do a search from the navbar and confirm that works too please.


Yes, the search works fine. I checked that yesterday and everything else works fine too. Just having a problem with New Posts.

Merriweather 04-27-2007 02:05 PM

It's been a while since I've been able to get on here, but I see that the new release has the option to remove posts on a user leave/kick -- can the admin remove users yet?

I'm also in need of a snippet of MySQL to let me pull a list of users who do NOT have group permissions but are in a group (they joined when they had permission, then their status changed but they are still listed in a group) and then a command to remove a user without removing their posts.

Ideally, I'd love to (eventually) see a cron job that will do this automatically. ;)

sabret00the 04-27-2007 09:09 PM

Quote:

Originally Posted by Tanya123 (Post 1236424)
Yes, the search works fine. I checked that yesterday and everything else works fine too. Just having a problem with New Posts.

is it possible to send me the html from your groups page, let's say ten lines either side of new posts link.

sabret00the 04-27-2007 09:10 PM

Quote:

Originally Posted by Merriweather (Post 1236431)
It's been a while since I've been able to get on here, but I see that the new release has the option to remove posts on a user leave/kick -- can the admin remove users yet?

I'm also in need of a snippet of MySQL to let me pull a list of users who do NOT have group permissions but are in a group (they joined when they had permission, then their status changed but they are still listed in a group) and then a command to remove a user without removing their posts.

Ideally, I'd love to (eventually) see a cron job that will do this automatically. ;)

indeed. nope the admin can't remove users as requested yet. as for the sql. i did get the email you sent but it was like a day before the system crash and i completely forgot about it upon returning until just now. as for the sql i'm not sure it can be done with just sql, it believe it would have to be done via cron job or manual script but i haven't looked into it yet. i will do though as current circumstances take me closer.

Merriweather 04-27-2007 09:14 PM

Quote:

Originally Posted by sabret00the (Post 1236694)
indeed. nope the admin can't remove users as requested yet. as for the sql. i did get the email you sent but it was like a day before the system crash and i completely forgot about it upon returning until just now. as for the sql i'm not sure it can be done with just sql, it believe it would have to be done via cron job or manual script but i haven't looked into it yet. i will do though as current circumstances take me closer.

Ok. If you ever get a chance to even whip up the part that would pull users without groups permissions, I can probably do the rest. ;)

Tanya123 04-28-2007 01:20 AM

Quote:

Originally Posted by sabret00the (Post 1236691)
is it possible to send me the html from your groups page, let's say ten lines either side of new posts link.

OK will do.

sabret00the 04-28-2007 11:50 AM

Quote:

Originally Posted by Merriweather (Post 1236697)
Ok. If you ever get a chance to even whip up the part that would pull users without groups permissions, I can probably do the rest. ;)

okey doke.

Dilldogs 04-28-2007 12:20 PM

I need help adding Categories, and groups. I am getting errors telling me the group cannot be created.

Can anyone help?

sabret00the 04-28-2007 05:22 PM

Quote:

Originally Posted by Dilldogs (Post 1237000)
I need help adding Categories, and groups. I am getting errors telling me the group cannot be created.


Can anyone help?

what kind of errors?

Dilldogs 04-29-2007 05:46 PM

Quote:

Originally Posted by sabret00the (Post 1237160)
what kind of errors?

Thanks for the reply.

I just uninstalled in from the site. I will reinstall this week and Get back with you on the errors again.

Thanks

Endurer 04-30-2007 09:40 PM

Possible bug: Some topics in groups use a vbulletin style which is a custom style for a specific forum (uses Override Users' Style Choice option) and isn't allowed in user style choices. How can I fix it?

ps: Is there a plugin available that allows us to display user's groups in memberinfo instead of usercp?

Exitilus 05-03-2007 05:07 PM

Sabre,

Curious when we might see a preview / release date on 3.0 :)

sabret00the 05-03-2007 05:15 PM

Quote:

Originally Posted by Endurer (Post 1238513)
Possible bug: Some topics in groups use a vbulletin style which is a custom style for a specific forum (uses Override Users' Style Choice option) and isn't allowed in user style choices. How can I fix it?

ps: Is there a plugin available that allows us to display user's groups in memberinfo instead of usercp?

not by default threads shouldn't.

sabret00the 05-03-2007 05:18 PM

Quote:

Originally Posted by Exitilus (Post 1240715)
Sabre,

Curious when we might see a preview / release date on 3.0 :)

I'm not really sure what to tell you as i don't want to give an ETA. i currently have one or two things where i'm using place holder technology so i'm not sure how long it will take to ge them right. but in terms of PHP and HTML/CSS. i'm around 50% done. i reckon that if i didn't lose my pc i would be preparing for beta testing around now.

hopefully that gives an answer to your question without committing myself to a timeline.

Endurer 05-03-2007 07:15 PM

Sabret, img vbcode doesn't seem to work properly within the thread. Instead of displaying the image, it shows the URI of the image file.

Ps: Only the groups that were created before the GRPS upgrade are using that style.

It uses the default style for groups only when I turn off Override Users' Style Choice for that forum on my board. I'd greatly appreciate if you could provide a fix for this since GRPS is calling styles that are exlclusive for only one forum and user's can't select or overide that style on the board (main vb forum).

I can PM you the URI's of the group viewthread pages if you'd like me to.


All times are GMT. The time now is 06:14 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
  • Page Generation 0.02616 seconds
  • Memory Usage 1,868KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (31)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete