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 11-14-2006 07:40 PM

Quote:

Originally Posted by nix (Post 1116051)
I don't seem to be able to browse by categories. If I click on one listed on the front page it just takes me to the same page of categories listing but not all of them are there. Then if I click on page two its just blank.

sorry, i don't get you, could you try and re-explain?

sabret00the 11-14-2006 07:41 PM

Quote:

Originally Posted by kewl1uk (Post 1115498)
Ok, call me a noob if you want - not all at the same time please - but I'm not clear on what this Mod does. Is it that forums attached to secondary user groups are in a place different from the forum home. And what happens to group forums and the posts within them now on the forum home if I install this mod.

Many thanks.

no, this is not attached to usergroups, it's a separate entity.

https://vborg.vbsupport.ru/showpost....&postcount=839

sabret00the 11-14-2006 07:42 PM

Quote:

Originally Posted by justim123 (Post 1115386)
editgroup.php file doesnt work on groups owner. When i turn it on from usergroups, group owners can work with editgroup.php but everyone else too.

i have no idea what that's all about, especially considering there's a great big conditional at the top of the page which checks based on userid not usergroupid. i'd suggest reuploading all of your files.

sabret00the 11-14-2006 07:44 PM

Quote:

Originally Posted by toolblast (Post 1115110)
[S]hmm I dont have those options. Were they added recently?

I just upgraded from 2.0.0 to the latest version. I did as you said... all the template edits. I overwrote all the php files, and then I imported the xml, overwriting the old one.

Still dont see those menu items though.[/S]


Update:
NEVERMIND. Im stupid and didn't scroll down to the BOTTOM of my admincp menu item list. Usually hack options appear at the top :P

Awesume! Thanksss

gah, don't get me started, i can't stand to go into admincp's and see clutter, vBoptions should be at the top, everything else below by default. in fact everyone should install Andreas's mod to separate hacks and default options as standard.

nix 11-14-2006 08:19 PM

Quote:

Originally Posted by sabret00the (Post 1117349)
sorry, i don't get you, could you try and re-explain?

On the main groups page. Where it shows all the groups. If you click on a category it take you to a listing of all categories. Doesn't matter what cat you click on it take you to the same place. Even thought the url is changing. browse.php?c=2 and browse.php?c=11 always take you to the same place. Listing of all groups (Browse Groups By Categories). Also some groups don't even show up. On that page. For the page navigation it shows additional pages. 1,2 and 3. Page 2 and 3 are just empty. So some groups are missing from the Browse Groups By Categories listing.

Quote:

Originally Posted by sabret00the (Post 1117362)
gah, don't get me started, i can't stand to go into admincp's and see clutter, vBoptions should be at the top, everything else below by default. in fact everyone should install Andreas's mod to separate hacks and default options as standard.

Yup. Thats the first hack in install on a new board.

memomemo 11-14-2006 08:30 PM

Quote:

Originally Posted by sabret00the (Post 1117345)
i have no idea what that says (the picture), however, you're right, i added the pagenav code but forgot to change the query, i'll get 2.0.3 out this week with that fixed, i'm sorry about that.

Hello

http://img142.imagevenue.com/img.php..._122_438lo.jpg

This picture about.

Problem I am member approve > or > Delete > or Ignore > for group leader
whoever select and click but dont change.
I am approve click but not approve.

Thank you

Exitilus 11-14-2006 10:39 PM

I've found a couple things. Not sure if it was intentional or what :) First ..If a User Creates a Group (or is a Group Leader) you obviously have to enable the "Can Moderate Group" option or they can't moderate their own group.

Anyways I found out if you set the Usergroup to "Can Moderate Group". Everyone gets the Moderation option at the bottom that allows you to delete, sticky etc.. threads. To resolve it I did this in groups_display_viewthread

Code:

<if condition="$show['leaderoptions'] OR can_moderate()">
$grps_moderation
</if>

This resolved the issue of all users being able to access it.

Also ... I have set the members to Can Edit Posts. But only administrators have cess to do this. No one else does?

Factory Ten 11-14-2006 10:45 PM

Okay I know this has been addressed numerous times in the thread, but I've not been able to find an answer that resolves my issue with the graphics. Currently none of my graphics are displaying. It seem that GRPS is looking in the www.mysite.com/groups/images folder for graphics. It needs to be looking in www.mysite.com/forums/images instead. How can I tell GRPS where to find the proper images?

sabret00the 11-14-2006 10:47 PM

Quote:

Originally Posted by Exitilus (Post 1117513)
I've found a couple things. Not sure if it was intentional or what :) First ..If a User Creates a Group (or is a Group Leader) you obviously have to enable the "Can Moderate Group" option or they can't moderate their own group.

Anyways I found out if you set the Usergroup to "Can Moderate Group". Everyone gets the Moderation option at the bottom that allows you to delete, sticky etc.. threads. To resolve it I did this in groups_display_viewthread

Code:

<if condition="$show['leaderoptions'] OR can_moderate()">
$grps_moderation
</if>

This resolved the issue of all users being able to access it.

Also ... I have set the members to Can Edit Posts. But only administrators have cess to do this. No one else does?

setting a usergroup to yes on "can moderate groups" makes them a super moderator for all groups. it have nothing to do with particular or singular options.

sabret00the 11-14-2006 10:47 PM

Quote:

Originally Posted by Factory Ten (Post 1117516)
Okay I know this has been addressed numerous times in the thread, but I've not been able to find an answer that resolves my issue with the graphics. Currently none of my graphics are displaying. It seem that GRPS is looking in the www.mysite.com/groups/images folder for graphics. It needs to be looking in www.mysite.com/forums/images instead. How can I tell GRPS where to find the proper images?

you done a search within this thread on "images"?

sabret00the 11-14-2006 10:49 PM

Quote:

Originally Posted by nix (Post 1117404)
On the main groups page. Where it shows all the groups. If you click on a category it take you to a listing of all categories. Doesn't matter what cat you click on it take you to the same place. Even thought the url is changing. browse.php?c=2 and browse.php?c=11 always take you to the same place. Listing of all groups (Browse Groups By Categories). Also some groups don't even show up. On that page. For the page navigation it shows additional pages. 1,2 and 3. Page 2 and 3 are just empty. So some groups are missing from the Browse Groups By Categories listing.



Yup. Thats the first hack in install on a new board.

ahhhh, i get you now, i've confirmed the bug also, i'll work on it tomorrow.

Factory Ten 11-14-2006 11:05 PM

Quote:

Originally Posted by sabret00the (Post 1117520)
you done a search within this thread on "images"?

I've done searches and it doesn't return anything helpful. Perhaps its my ignorance of the search tool, but any search on "images" and "grps" just gives me, at most, eight or nine posts. :(

Exitilus 11-14-2006 11:50 PM

Quote:

Originally Posted by sabret00the (Post 1117519)
setting a usergroup to yes on "can moderate groups" makes them a super moderator for all groups. it have nothing to do with particular or singular options.

Shouldn't Group leaders have the ability to Sticky, Delete Threads? As well as have access to the Groups Managment Option? As it seems rightn ow they are only able to access it if their usergroup is set to "Can Moderate Groups".

nix 11-15-2006 12:48 AM

Quote:

Originally Posted by Factory Ten (Post 1117534)
I've done searches and it doesn't return anything helpful. Perhaps its my ignorance of the search tool, but any search on "images" and "grps" just gives me, at most, eight or nine posts. :(

Just search this thread for "images".

Factory Ten 11-15-2006 04:40 AM

Quote:

Originally Posted by nix (Post 1117600)
Just search this thread for "images".

How do I search a thread?

nix 11-15-2006 06:25 AM

scroll up and right about the first post you'll see "search this thread"

sabret00the 11-15-2006 05:05 PM

NEW ZIP/RELEASE:
Groups v2.0.3.zip:
bug fix regarding now being able to select categories. includes a new feature which is basically pagination for the thread listings.

if you're upgrading from 2.0.2 to 2.0.3 simply replace all of the files, except the config. No need to reinstall the product (xml) is hasn't changed.

nix 11-15-2006 05:17 PM

nice! Working fine now. Now just the postbit view bug fixed. ;)

Factory Ten 11-15-2006 10:03 PM

Quote:

Originally Posted by sabret00the (Post 1104779)
sorry about that, change them one more time please.

Go into your admincp and where it says 'Strings To Find In "viewthread.php"' change the text to:
Code:

image.php, src="customavatars/, src="images/smilies/, member.php, private.php, search.php, sendmessage.php, profile.php, <!-- / post \#, imwindow, 400,200); return false;">, images/avatars/, <span id="reputationmenu,  Reputation" border="0" /></a></span>, src="$stylevar['imgdir_button']/infraction.gif", <div style="padding:0px 25px">
and where it says 'Strings To Replace In "viewthread.php"' change that to:
Code:

$vbulletin->options['bburl']/image.php, src="$vbulletin->options['bburl']/customavatars/, src="$vbulletin->options['bburl']/images/smilies/, $vbulletin->options['bburl']/member.php, $vbulletin->options['bburl']/private.php, $vbulletin->options['bburl']/search.php, $vbulletin->options['bburl']/sendmessage.php, $vbulletin->options['bburl']/profile.php, <hr style="visibility: hidden; padding: 0.25em 0 0 0; margin: 0; line-height: 0em" />{\n\n}<!-- / post \#, grps_imwindow, 400,200,'$vbulletin->options['bburl']'); return false;">, $vbulletin->options['bburl']/images/avatars/, <!-- <span id="reputationmenu,  Reputation" border="0" /></a></span> -->, src="$vbulletin->options['bburl']/clear.gif" width="0" height="0", <div style="padding:0px 0px">

I'm guessing the above is what I need to change to make my images appear correctly, yes?

Edit: Nope. That's not it. :(

nix 11-16-2006 04:42 AM

Quote:

Originally Posted by Factory Ten (Post 1118229)
I'm guessing the above is what I need to change to make my images appear correctly, yes?

Edit: Nope. That's not it. :(

It will be something like that. I had to add some to get my board working.

sabret00the 11-16-2006 09:51 AM

Quote:

Originally Posted by Factory Ten (Post 1118229)
I'm guessing the above is what I need to change to make my images appear correctly, yes?

Edit: Nope. That's not it. :(

that's only for your postbit issues.

ok so let's be helpful:
Quote:

Originally Posted by from install.txt
you may notice that the smilies and posticons are not working, you will have to edit them individually and prefix them with your forums path. i.e. images/smilies/smilie1.gif BECOMES http://www.yoursite.com/forums/image...es/smilie1.gif

In order to do this, please go to your admincp, find the relevant input box and prefix the text in said book with the url to your forums.

smilies are actually ok by default i believe however the rest will require you go to go to your style and update the image folder paths.

as for the css, prefix all images there also. good luck.

concepts 11-16-2006 10:30 AM

working beautifully!

http://www.UrbanAU.com/groups

memomemo 11-16-2006 01:36 PM

Quote:

Originally Posted by sabret00the (Post 1117345)
i have no idea what that says (the picture), however, you're right, i added the pagenav code but forgot to change the query, i'll get 2.0.3 out this week with that fixed, i'm sorry about that.


Hello. Sir I am setup 2.0.3 but dont next button for thread in group.
And
Problem two again failed membership moderation approve or delete dont work

sabret00the 11-16-2006 02:16 PM

Quote:

Originally Posted by memomemo (Post 1118611)
Hello. Sir I am setup 2.0.3 but dont next button for thread in group.
And
Problem two again failed membership moderation approve or delete dont work

i just fixed the issue with member moderation.

however, regarding your issue with the next button for threads, are you sure you have more than 25 threads for that group?

memomemo 11-16-2006 02:30 PM

Quote:

Originally Posted by sabret00the (Post 1118647)
i just fixed the issue with member moderation.

however, regarding your issue with the next button for threads, are you sure you have more than 25 threads for that group?

Hello

One problem :

I have create 16 new thread

Next thread List > Dont see

https://vborg.vbsupport.ru/external/2006/11/4.jpg


Two Problem :

I am click Approve or Delete or Ignore but dont work in Members Awaiting Moderation

https://vborg.vbsupport.ru/external/2006/11/14.jpg


Three Problem

Admincp group category display dont change
Please click picture



http://img151.imagevenue.com/loc512/..._122_512lo.jpghttp://img141.imagevenue.com/loc362/..._122_362lo.jpghttp://img153.imagevenue.com/loc484/..._122_484lo.jpghttps://vborg.vbsupport.ru/external/2006/11/15.jpg


Thank you

ltaylor 11-16-2006 05:11 PM

I'd really like to incorporate this into my website, but after fidling with it yesterday I had some problems and had to uninstall.

My problem seems to be just what folders everything should go into. The instructions are not very clear, and even with following a basic no brainer pattern to upload the files and make changes, I still encountered problems.

I am not clear on where the "forums Folder" and contents should go.
I am not clear on where the "groups" folder should go.

I run my forums at http://www.just4parrots.com/forums

Forums folder and contests go where?
Groups folder goes where?

When I put the groups folder in the Root (not in forums) index page shows up. When clicking links, it skips from /groups to /forums with errors. I put the forums folder into approp directories (includes, admincp, images) and I also tried re-arranging directories and root.

Any ideas??

concepts 11-17-2006 05:16 AM

yes you are correct in that:

The "Contents" of the forums folder goes into your forum root
yoursite.com/forums/contents

and the Groups folder will go as such
www.yoursite.com/groups

the only thing you may want to double check is the config file... if you are having problems, I would be more than happy to assist you.

Concepts

Quote:

Originally Posted by ltaylor (Post 1118771)
I'd really like to incorporate this into my website, but after fidling with it yesterday I had some problems and had to uninstall.

My problem seems to be just what folders everything should go into. The instructions are not very clear, and even with following a basic no brainer pattern to upload the files and make changes, I still encountered problems.

I am not clear on where the "forums Folder" and contents should go.
I am not clear on where the "groups" folder should go.

I run my forums at http://www.just4parrots.com/forums

Forums folder and contests go where?
Groups folder goes where?

When I put the groups folder in the Root (not in forums) index page shows up. When clicking links, it skips from /groups to /forums with errors. I put the forums folder into approp directories (includes, admincp, images) and I also tried re-arranging directories and root.

Any ideas??


subnet_rx 11-17-2006 01:57 PM

Does this replace my forum home page? Or is this going to be a link in the navbar?

TRR 11-18-2006 02:09 AM

Quote:

Originally Posted by Exitilus (Post 1117513)
I've found a couple things. Not sure if it was intentional or what :) First ..If a User Creates a Group (or is a Group Leader) you obviously have to enable the "Can Moderate Group" option or they can't moderate their own group.

Anyways I found out if you set the Usergroup to "Can Moderate Group". Everyone gets the Moderation option at the bottom that allows you to delete, sticky etc.. threads. To resolve it I did this in groups_display_viewthread

Code:

<if condition="$show['leaderoptions'] OR can_moderate()">
$grps_moderation
</if>

This resolved the issue of all users being able to access it.

Also ... I have set the members to Can Edit Posts. But only administrators have cess to do this. No one else does?


Awesome! This was a major issue for me; s/b standard, imo.. ;)

subnet_rx 11-18-2006 01:19 PM

Quote:

Originally Posted by subnet_rx (Post 1119349)
Does this replace my forum home page? Or is this going to be a link in the navbar?

Sorry, this is solved. I have installed groups. I would also be eagerly awaiting a way to add group avatars easily. I have searched the thread and know that it's being worked on.

Eagle Eyes 11-20-2006 12:01 AM

fixed.

Eagle Eyes 11-20-2006 02:40 AM

Where are all the options for creating categories etc?

nexus851 11-20-2006 03:08 AM

so is this finally working correctly with VBSEO??? or adjustments can make it work properly?

J

subnet_rx 11-20-2006 12:32 PM

My group leaders cannot change whether the group has private posts, is a hidden group, or to moderate new members. They can send out invites, but cannot approve them once the user joins. Is this the way it is supposed to be or have I forgot some option?

sabret00the 11-20-2006 01:04 PM

Quote:

Originally Posted by subnet_rx (Post 1120028)
Sorry, this is solved. I have installed groups. I would also be eagerly awaiting a way to add group avatars easily. I have searched the thread and know that it's being worked on.

i think i said about 5 pages back that i'll just fold the ability to do that into the stock product should enough people donate. i honestly can't see myself being able to dedicate the time or resources to deal with it as a separate entity.

subnet_rx 11-20-2006 03:10 PM

Quote:

Originally Posted by subnet_rx (Post 1121502)
My group leaders cannot change whether the group has private posts, is a hidden group, or to moderate new members. They can send out invites, but cannot approve them once the user joins. Is this the way it is supposed to be or have I forgot some option?

I have solved my issue with group moderation also. You must mark that their usergroup can moderate groups. And with the approve/delete issue, this is due to moderategroup.php containing $_GET references when it should be $_POST or $_REQUEST. Do a find/replace on $_GET, replace with $_REQUEST and it will fix the issue.

ltaylor 11-20-2006 04:05 PM

Urg.

Okay , I'm willing to try to install this again today.

Help me out here.....

Groups folder goes in Root ( not forums ) Correct?
(When I did this last time I had no problems here.....

The Forums folder goes in the "groups" folder or the Forums folder? Meaning does all the contents in the groups folder go into the forums "includes", etc etc?
What about the index for groups because when i put this in the forums folder, it created errors and replaced my forums home page.

Please let me know asap......im very excited to get this going.
Thank you.

Exitilus 11-20-2006 08:15 PM

Where can we donate for ya Sabretoothe ?

vphost 11-20-2006 08:46 PM

Quote:

Originally Posted by Exitilus (Post 1121768)
Where can we donate for ya Sabretoothe ?

Above the Bug Fixes, you should see a Paypal Donate button

ltaylor 11-21-2006 01:22 AM

Sorry for being a pain, but boy this is really giving a hard time. I've been through every page of this thread and tried absolutely every possible mix of forum paths, to full paths to nothing, to you name it in both the installer and the config, setting each as suggested througout the site and Im still not able to get the installer going.

My site is at www.mysite.com/forums
my Absoulte path is /home/just4pa/public_html/forums ( to forums)
any ideas? What info can I provide you that might help me get up and going. Im excited about this hack, truthfully.:-)


All times are GMT. The time now is 12:21 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
  • Page Generation 0.03405 seconds
  • Memory Usage 1,872KB
  • 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
  • (5)bbcode_code_printable
  • (27)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