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 03-19-2007 12:31 PM

Quote:

Originally Posted by ReadOrDie (Post 1207227)
I have installed this on a locally hosted test forum and my initial problem was the template images werent showing up. I solved this by copying my images folder into root/groups as well as root/forums and also changing the Image Paths in the style manager from /images/... to root/forums/images/...

it's not a recommendation i'd make, but if it works for you. however please note, you were given directions for images within the install.txt.

Quote:

The problem I have now is that every link I click on the template (for example USERCP it redirects me to root/groups/usercp.php, however I obviously want it to redirect me to root/forums/usercp.php
are you compressing your templates at all?

Quote:

The other problem I am having is that when I click view $user's Groups in the postbit DHTML drop down I am getting directed to /groups/viewgroups.php?u=1 (without the root folder, which is obviously giving me a 404 error.
where is your groups installation located at in regards to your forum?

sabret00the 03-19-2007 12:39 PM

Quote:

Originally Posted by Merriweather (Post 1206920)
I've got groups complaining now that they are getting a blank extra page in their group when they click [View New Posts]. For example, they are taken to "Page 4 of 3" and page 4 has nothing on it. This happened before the latest upgrade. Any ideas?

ETA ~ It's happening with all of the [View My Last Reply] [View New Posts] [View Last Reply] links after the group has more then 1 or 2 pages, unfortunately.

can anyone else confirm this?

Merriweather 03-19-2007 02:22 PM

Quote:

Originally Posted by sabret00the (Post 1207263)
that issue is most definitely a php4 incompatibility; thus i can't fix it. i also suspect your avatar problem is down to the same thing.

php4 -> php5 was not that huge of a change that a simple insert into database and retrieve from database should be affected, and it works in the regular forums, just not this modification. Does it work on your board?

ETA ~ I just looked at your site and I only see post icons and title on the first post of your threads in groups, which is what I had until a few of your upgrades -- now I have default post icons and titles, but still no post icons when you select something other than the default.

I also see that you aren't even using the [View Last Reply] etc, is it because they aren't working right?

fusiongoddess 03-19-2007 03:07 PM

How can I remove "Last Edited By" on the group's description next to its image? (it's the block before post listing in a group)

sabret00the 03-19-2007 05:03 PM

Quote:

Originally Posted by Merriweather (Post 1207343)
php4 -> php5 was not that huge of a change that a simple insert into database and retrieve from database should be affected, and it works in the regular forums, just not this modification. Does it work on your board?

ETA ~ I just looked at your site and I only see post icons and title on the first post of your threads in groups, which is what I had until a few of your upgrades -- now I have default post icons and titles, but still no post icons when you select something other than the default.

I also see that you aren't even using the [View Last Reply] etc, is it because they aren't working right?

while i understand where you're coming from with your point. you have to understand i'm at a loss regarding this problem of yours, and the only thing of not between our installations of which mine is working perfectly is that your using dated php software this modification wasn't designed to run upon.

if you would like to registers at my site and test the feature then feel free however i assure you that my installation is running as designed, please not that by default [view last reply] do not show for guests but i assure you for members they work as designed. granted i have no threads longer than two pages long in my groups hence the request for confirmation of your problems but within what i'm able to provide and see everything works as designed in that regard. in stating that the posticon problem worked up until recently doesn't help the problem. i know for a fact it won't work until you upgrade to php5; the simple fact of the matter is that one is designed to work with objects while the other isn't and considering that making posts was changed to work as though it were an object, you require php5. i did request you looked into updating your PHP version from last week for this very reason and assumed it was in the works. i take every issue reported here just as seriously and would like to see your installation working perfectly but i honestly believe it's a software (PHP) issue.

sabret00the 03-19-2007 05:10 PM

Quote:

Originally Posted by fusiongoddess (Post 1207368)
How can I remove "Last Edited By" on the group's description next to its image? (it's the block before post listing in a group)

Either untick "Show Group Text Edit Details" or edit the template "groups_display_main" and remove this chunk of html
HTML Code:

<if condition="$grps_showgroup[edit_details]">
                <div class="smallfont" align="right"><br /><br /><br />               
                        <em>
                                <phrase 1="$grps_showgroup[edit_username]" 2="$grps_showgroup[edit_date]" 3="$grps_showgroup[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>.
                                <if condition="$grps_showgroup[edit_reason]">$vbphrase[reason]: $grps_showgroup[edit_reason]</if>
                        </em>
                </div>
                </if>


Merriweather 03-19-2007 05:37 PM

Quote:

Originally Posted by sabret00the (Post 1207454)
while i understand where you're coming from with your point. you have to understand i'm at a loss regarding this problem of yours, and the only thing of not between our installations of which mine is working perfectly is that your using dated php software this modification wasn't designed to run upon.

if you would like to registers at my site and test the feature then feel free however i assure you that my installation is running as designed, please not that by default [view last reply] do not show for guests but i assure you for members they work as designed. granted i have no threads longer than two pages long in my groups hence the request for confirmation of your problems but within what i'm able to provide and see everything works as designed in that regard. in stating that the posticon problem worked up until recently doesn't help the problem. i know for a fact it won't work until you upgrade to php5; the simple fact of the matter is that one is designed to work with objects while the other isn't and considering that making posts was changed to work as though it were an object, you require php5. i did request you looked into updating your PHP version from last week for this very reason and assumed it was in the works. i take every issue reported here just as seriously and would like to see your installation working perfectly but i honestly believe it's a software (PHP) issue.

I am doing a test upgrade to php5 on my site on Friday, but because of how much programming is involved with my site, it's not as easy as flipping a switch. Hopefully I can move to php5 without breaking everything else and that will fix some things with the groups.

The problem with the View Last Reply, etc seems to happen once the group has 3 pages -- I experienced it myself today. :(

I am also happy to give you a login to my site so you can experience some of these issues yourself. :)

fusiongoddess 03-20-2007 02:31 AM

Hi there, me again. :) How do groups set their own pics?

sabret00the 03-20-2007 07:16 AM

Quote:

Originally Posted by fusiongoddess (Post 1207801)
Hi there, me again. :) How do groups set their own pics?

This isn't possible with 2.0.x however it will be available with 3.0.x

ReadOrDie 03-20-2007 09:26 AM

Quote:

Originally Posted by sabret00the (Post 1207274)
it's not a recommendation i'd make, but if it works for you. however please note, you were given directions for images within the install.txt.

Yeah I should probably change that

Quote:

Originally Posted by sabret00the (Post 1207274)
are you compressing your templates at all?

I dont think so. This is basically on a new vB 3.6.4 forum run on my localhost with a skn other than the default, the advanced product management and GPRS installed. I havent enabled skin compression.

[QUOTE=sabret00the;1207274
where is your groups installation located at in regards to your forum?[/QUOTE]

Forums: http://localhost/vb021/forums/
Groups: http://localhost/vb021/groups/


All times are GMT. The time now is 11:59 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.03397 seconds
  • Memory Usage 1,767KB
  • 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_html_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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