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-01-2007 12:45 PM

Quote:

Originally Posted by Merriweather (Post 1192657)
I've just found that clicking "edit" and then selecting "Delete Message" also does nothing -- the message is still there.

fixed.

Martin Belak 03-01-2007 03:55 PM

Quote:

Originally Posted by sabret00the (Post 1193302)
1/ is that editgroup.php?

No, its editpost.php

I have editpost.php?do=editpost&p=49 in the location field before i send the edit-form, and just editpost.php after submitting the form.


2/ i have no idea what that problem is all about, can i see the html source of said image?
Hm... I've added the image with:
Code:

[i m g]https://gnuf.com/community/up/pokerppoker-CCPCQ6.jpg[/i m g]
but have
Code:

<a href="https://gnuf.com/community/up/pokerppoker-CCPCQ6.jpg" target="_blank">https://gnuf.com/community/up/pokerppoker-CCPCQ6.jpg</a>
in the html output. This issue may maybe be caused by vBSEO...

/M

Merriweather 03-01-2007 05:50 PM

Quote:

Originally Posted by sabret00the (Post 1193304)
fixed.

Excellent. Are you doing a new release soon? :)

DJ XtAzY 03-01-2007 06:24 PM

Quote:

Originally Posted by sabret00the (Post 1165065)
interesting idea.

awesome! at least i feel there's some hope. It will be so much better to make the existing threads worth something rather starting all over again. Also is it possible to have the post counts in the groups be added towards the user's forum total post count?

Merriweather 03-02-2007 05:56 AM

Another bug:

I went into the Admin Panel and went to Groups Editor (Delete). I entered the group number I wanted to delete, and then it took me to the confirmation screen, and I deleted. However, it then bounced me back to the Category delete screen, and had I not noticed, I could have wiped out a category with my next deletion!

Not a bug but need help:

I got a DB error when deleting a group:

Quote:

Database error in vBulletin 3.6.4:

Invalid SQL:

DELETE FROM grps_post
WHERE groupid = 13;

MySQL Error : Incorrect key file for table 'grps_post'; try to repair it
Error Number : 1034
Date : Thursday, March 1st 2007 @ 11:47:10 PM
Script : <edited>/forums/admincp/grps_deleter.php?do=dodeletegroup
Referrer : <edited>/forums/admincp/grps_deleter.php?do=confirm&what=group&groupid=13
IP Address : <edited>
Username : <edited>
Classname : vb_database
I repaired the table, but now the posts from the group are still in my DB, it's just that the group info is gone. So, it doesn't show on any of the groups pages, but if I go to groups.php?g=13 (where 13 is the id of the deleted group), I still see all of the posts and everything. How can I wipe out that data?

Also, I see that if I go to groups.php?g=XX where XX is a non-existent group, I get a blank page that looks like a Group home page, but obviously has no data. Can this be fixed to give a "Group Does Not Exist" error or something?

Merriweather 03-02-2007 06:06 AM

Another request -- when browsing groups via browse.php, if the group has an image or other BBCode in the Group description it shows as BBCode -- can that be changed to either strip code or convert it? If it converts, it could be an issue because my users post images (sometimes large) in their descriptions, so that would take up a lot of space.

Also, I see that the ENTIRE description shows on browse.php which is bad for me, since my users have LONG descriptions for their groups -- my page will scroll for ever at this rate. Is it possible to (1) make group descriptions collapsible on this page and have them collapsed by default or truncate the text included on browse.php?

One unrelated suggestion -- when you're in ACP and go to Groups Editor (Edit) and you enter a non-existant group, the "Group Not Found" message should be at the top, and preferably, the other editing controls should not show at all.

sabret00the 03-02-2007 10:08 AM

Quote:

Originally Posted by Martin Belak (Post 1193446)
No, its editpost.php

I have editpost.php?do=editpost&p=49 in the location field before i send the edit-form, and just editpost.php after submitting the form.


2/ i have no idea what that problem is all about, can i see the html source of said image?
Hm... I've added the image with:
Code:

[i m g]https://gnuf.com/community/up/pokerppoker-CCPCQ6.jpg[/i m g]
but have
Code:

<a href="https://gnuf.com/community/up/pokerppoker-CCPCQ6.jpg" target="_blank">https://gnuf.com/community/up/pokerppoker-CCPCQ6.jpg</a>
in the html output. This issue may maybe be caused by vBSEO...

/M

1/ fixed

2/ i'm not sure what that problem revolves around, but i'm guessing it is your SEO mod.

sabret00the 03-02-2007 10:09 AM

Quote:

Originally Posted by Merriweather (Post 1193529)
Excellent. Are you doing a new release soon? :)

hopefully today.

sabret00the 03-02-2007 10:11 AM

Quote:

Originally Posted by XtAzY (Post 1193548)
Also is it possible to have the post counts in the groups be added towards the user's forum total post count?

it's not something i'm going to fold into this project but the hooks are in place so as that any developer/hacker/coder can easily add the functionality and release it.

sabret00the 03-02-2007 10:22 AM

Quote:

Originally Posted by Merriweather (Post 1193918)
Another bug:

I went into the Admin Panel and went to Groups Editor (Delete). I entered the group number I wanted to delete, and then it took me to the confirmation screen, and I deleted. However, it then bounced me back to the Category delete screen, and had I not noticed, I could have wiped out a category with my next deletion!

Not a bug but need help:

I got a DB error when deleting a group:



I repaired the table, but now the posts from the group are still in my DB, it's just that the group info is gone. So, it doesn't show on any of the groups pages, but if I go to groups.php?g=13 (where 13 is the id of the deleted group), I still see all of the posts and everything. How can I wipe out that data?

Also, I see that if I go to groups.php?g=XX where XX is a non-existent group, I get a blank page that looks like a Group home page, but obviously has no data. Can this be fixed to give a "Group Does Not Exist" error or something?

1/ Fixed

2/ you should just be able to go through the deletion process again, however if that doesn't work, run these query[sql] DELETE FROM grps_post
WHERE groupid = 13;

DELETE FROM grps_setting
WHERE groupid = 13;

DELETE FROM grps_thread
WHERE groupid = 13;

DELETE FROM grps_user
WHERE groupid = 13;

[/sql]


All times are GMT. The time now is 10:23 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.05660 seconds
  • Memory Usage 1,758KB
  • 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
  • (4)bbcode_code_printable
  • (9)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