vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Miscellaneous Hacks - SocialForums for vB3.8 (https://vborg.vbsupport.ru/showthread.php?t=207315)

Phalynx 08-27-2010 05:16 PM

It seems the converter has step over an error in an posting. There is no option to clean this.

Tree Guardian 08-27-2010 05:40 PM

I have removed and reinstalled your mod - now there are nothing in "Convert Discussions to Threads"

Tree Guardian 08-27-2010 08:16 PM

Is there a SQL query that will clear the cache so the program will conduct a fresh search for social discussions?

MichaelDance 09-13-2010 10:14 AM

OMFG i love this, Great work :) Defo Using

elrafei 12-09-2010 08:01 PM

thanks for this Great work but
some Groups are not moved by all the discussions and has not been transferred to the threads whatever topics that are sometimes large and sometimes they are small

Tried to repeat the process but every time there is no result

Is there a solution؟

Phalynx 12-09-2010 08:19 PM

This can occur if there is an error transfering posts. I don't know a solution for this.

Scandal 12-10-2010 10:31 PM

When I click the "Create forum" link I have the message (with redirect) Cannot create forum!
... but the forum is making!
I have set the usergroup permissions normally.
What's wrong?

Sorry for my bad english

Phalynx 12-11-2010 08:59 PM

This means that the script cannot create a subforum in the given parent forum.

Scandal 12-19-2010 08:07 PM

I have a problem/question.
When I convert the discussions of a social group to a forum with threads, If I delete the created forum then , I haven't the option to re-make it :(
I want to have the option to re-convert the discussions of a group to a forum with threads IF the corresponding forum there isn't anymore.


Thanks and sorry for my bad english, I hope you understand.

Phalynx 12-20-2010 07:25 AM

You need to update that manually:

PHP Code:

UPDATE socialgroup SET forumid=XXX WHERE groupid=YYY 

XXX=New Forum, set to 0 to reset
YYY=GroupID

rob01 12-29-2010 06:45 AM

i love this addon.. witch is was able for vb4 also :S

any update news?

Phalynx 12-29-2010 07:11 AM

There will be no vB4 Version, as my time does not allow it.

rainyleaves 01-21-2011 02:07 AM

Thanks for your MOD.

I installed and setting for parent forum.
I get this error message when I created forum.
A required field called allowupdate is missing or has an invalid value.
How can I fix?
Thanks.

rainyleaves 01-21-2011 10:49 AM

Fixed!!

The problem caused by conflict with 'Send Update Pm/Mail' mod.

blue6995 01-24-2011 02:26 PM

I have now upgraded to the lastest version of vBulletin Publishing Suite. What I cannot do now is post in the actual Groups - I have to go to the appropriate group forum and post there. Can someone tell me:

the safest way to remove this mod. Is it safe for me to try and run the ACP uninstaller or will that crash the forum?

If I remove the mod what happens to the sub forum groups it created?

Thanks

Thanks

l_amhed 01-24-2011 09:22 PM

Quote:

Originally Posted by Phalynx (Post 2140563)
There will be no vB4 Version, as my time does not allow it.

Hi there!

That's so damn sad you could not port this hack to VB4 really. This is one of the most usefull hack I know...

Even if I'm not a coder, could you write us some advices, guidelines to make it works with VB4 ?

MoMan 03-22-2011 09:42 PM

Some suggestions for this mod (don't require big changes, but would improve performance and cohesion):

(1) add social group id & category to forumdata (bitfield) during social forum creation*
(2) honor the forum's thread icon settings within the social group thread display
(3) change navbits within social forums so that they match those of the regular discussions, allowing for easy navigation

*(1) would eliminate the need to query the database in the forumdisplay_start hook and would also let you do (3) without additional queries

If I find some extra time to implement these features, I'm willing to post them here. However, I can't exactly use my live board as a sandbox, and don't have a test environment handy at the moment, so hopefully you can get to them before I do :)

c0der 04-24-2011 02:48 PM

thx bro for sharing with us

jdougher 09-17-2011 12:15 PM

When I try to use this on vB 3.8.4, the forum is moved (although there's a "can't move forum" message), but no discussions are moved. Why is that?

Keesa 10-13-2011 12:44 AM

Eeep, I did this and it made a forum, but ALL the messages and disccussons are gone...

Hilfe@

Keesa 10-13-2011 12:54 AM

dammit. i just created empty forums with mo discusions and no way to move them. this kinda blows.

Phalynx 10-13-2011 09:18 AM

They are not gone, they are just hidden. Edit the settings of your group and enable messaging again.

Keesa 10-13-2011 10:40 AM

Actually, no.

In one case, it simply deleted all the messages.

In another, it created a forum on the main part of the board, but did not move any of the messages.

I think I just misunderstand what this is supposed to do.

Thanks though

Phalynx 10-13-2011 11:56 AM

This mod does not delete any social group discussion.

BoyG 01-02-2012 04:03 PM

good day. i seem to have lost the forum. they are not being displayed in the category where they're supposed to be. i see them in Admin CP but they're not on their main page. what could be the problem?

Phalynx 01-03-2012 01:53 PM

Check if the forum is defined as visible. Normally it is not.

benstillman 03-26-2012 04:14 PM

Anyone know of anything similar to this for vB4? I currently use it on 3.8, but want to upgrade (finally) to 4.

jilly 06-10-2012 01:41 PM

I am using SocialForums, obviously, and I also use the selective forum filter mod
https://vborg.vbsupport.ru/showthread.php?t=132279 - my problem is that I can't get the social forums to show up in the list of forums to be excluded. I have run the back end php query that is supposed to make all your forums be excludable, and it still didn't affect the social forums. this was the query:

To enable "can be excluded" in all forums, run this query:
UPDATE PFXforum SET excludable = 1
To disable "can be excluded" in all forums, run this query:
UPDATE PFXforum SET excludable = 0
In both cases, PFX must be replaced with the actual table prefix that you have defined in config.php.
If you have not defined a prefix, remove PFX from the queries.
After you run either one of these queries, you must then open and save any one forum for the forum cache to be updated.


I have no table prefix for my tables, so i removed the PFX and ran it plain. Does the social forums mod add any special table prefix to the tables it creates?

Any other ideas as to why they won't show up and allow themselves to be excluded? The groups are a combination of public and private groups.

BamaStangGuy 02-24-2013 06:29 PM

I simply can not get this to work perfectly. It imports some discussions and messages but for some reason leaves a lot more behind. We have some discussions with over 15,000 messages. Is this a problem?

sticky 06-29-2013 07:22 AM

Quote:

Originally Posted by Phalynx (Post 2140563)
There will be no vB4 Version, as my time does not allow it.

What if you were paid for your time? Name how much it would take.

Curious Too 07-26-2013 01:22 PM

Quote:

Originally Posted by sticky (Post 2431149)
What if you were paid for your time? Name how much it would take.

If you are willing to pay, try finding a developer on oDesk. I found someone there who updated the mod for vb4 and it works perfectly.

Robert9 05-01-2014 07:20 PM

I just have installed the file from above, but it shows version 2.0 and not 2.1.
This means i have an older version, then the file here is old
or there was no change of the value in version 2.1.

markoroots 07-18-2016 02:13 PM

The way that Vb manage the social-groups is really a shame.
Now we are in 2016 and those problems are still there. :down:

blind-eddie 07-18-2016 07:31 PM

This is a good solution.

markoroots 07-25-2016 04:43 PM

Yes Eddie but this is for the 3.8 Version. :(

blind-eddie 07-26-2016 01:30 AM

Quote:

Originally Posted by markoroots (Post 2573913)
Yes Eddie but this is for the 3.8 Version. :(

Sorry, I assumed you were using 3.8, since you posted in a 3.8 modification thread.
Here is a similar one for vb4 https://vborg.vbsupport.ru/showthrea...ghlight=Social

markoroots 07-28-2016 12:15 PM

Great Eddie, many thanks. :)


All times are GMT. The time now is 01:02 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.01343 seconds
  • Memory Usage 1,809KB
  • 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
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (37)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