[ABD] phpBB Social Network 0.7.2

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
User avatar
Methen
Registered User
Posts: 465
Joined: Wed Dec 01, 2004 12:13 am

Re: [RC] phpBB Social Network 0.7.2

Post by Methen »

Yea, and it continues from page after after page after page, I sure as hell dont want to do all that by hand, dang someone needs to make a patch...
Somebody is asking for a Hinne Whooping!!!
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: [RC] phpBB Social Network 0.7.2

Post by Lumpy Burgertushie »

Methen wrote:Yea, and it continues from page after after page after page, I sure as hell dont want to do all that by hand, dang someone needs to make a patch...
not sure what you were looking at. the post I linked you to has instructions for making edits to only 4 different files and just a very few edits to them.


it would only take you about 10 minutes with a good ftp program and a good text editor.


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
Methen
Registered User
Posts: 465
Joined: Wed Dec 01, 2004 12:13 am

Re: [RC] phpBB Social Network 0.7.2

Post by Methen »

1 Prehaps you should check the link again cause there was a whole lot more then 4 edits

2 if that fixed it then why are there more and more post with edits trying to fix more and more problems?
Somebody is asking for a Hinne Whooping!!!
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: [RC] phpBB Social Network 0.7.2

Post by Lumpy Burgertushie »

this is quoted directly from the post I linked to above.
chiroz223 wrote:
cm_ wrote:ok, so i tested my version and its working, didn't find any bugs
except the status bar on the index page isn't in the right posistion...but it works! :)

Anyway backup your board before you do the changes.

If you want to use the sn mod with a subsilver based mod you have to do the
following changes:

in memberlist_view.html
file to edit number 1
find

Code: Select all

</form>
add before

Code: Select all

<!-- IF SN_MODULE_APPROVAL_ENABLED -->
  <!-- INCLUDE socialnet/memberlist_viewprofile_friendlist.html -->
<!-- ENDIF -->
<!-- IF SN_MODULE_USERSTATUS_ENABLED && SN_MODULE_USERSTATUS_VIEWPROFILE_ENABLE -->
  <!-- INCLUDE socialnet/userstatus_memberlist.html -->
<!-- ENDIF -->
in overall_footer.html
file to edit number 2
find

Code: Select all

</body>
add before

Code: Select all

<!-- IF SN_MODULE_IM_ENABLED -->
    <!-- INCLUDE socialnet/im.html -->
<!-- ENDIF -->
in overall_header.html
file to edit number 3
find

Code: Select all

<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />
add before

Code: Select all

<!-- INCLUDE socialnet/overall_header_hook.html -->
find

Code: Select all

<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
replace with

Code: Select all

<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}<!-- IF SN_MODULE_IM_ENABLED --> im-page<!-- ENDIF -->">
find

Code: Select all

<ul id="navlist">
add after

Code: Select all

<!-- IF SN_MODULE_MAINPAGE_ENABLED --><li class="icon-home"><a href="{U_SN_MAINPAGE}">{L_SN_MP_MAINPAGE}</a></li><!-- ENDIF -->
find

Code: Select all

<div id="wrapheader">
add after

Code: Select all

<!-- IF SN_MODULE_USERSTATUS_ENABLED -->
            <!-- INCLUDE socialnet/userstatus_index.html -->
        <!-- ENDIF -->
find

Code: Select all

<div id="wrapcentre">
replace with

Code: Select all

<div id="wrapcentre" class="<!-- IF B_SN_US_ON_HEADER -->snUsOnHeader<!-- ENDIF -->">
in stylesheet.css
find
file to edit number 4

Code: Select all

/* Layout
add before

Code: Select all

@import url("socialnet.css");
@import url("jquery-ui.custom.css");
that's it!
how many files that have to be edited do you see there?
now, it is true that the one file (overall_header ) has 5 edits in it.

I have not tested this so I have no idea if it works or not, but the poster did and says it does.

there is no way to know without testing it. it would only take you about ten minutes and then you would know if it worked or not.

If you are not willing to accept the answers you find here when you ask questions, what is the point of asking the questions. The answer might be wrong, but hey, it just might be right and all your problems would be gone.


luck,
robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
Methen
Registered User
Posts: 465
Joined: Wed Dec 01, 2004 12:13 am

Re: [RC] phpBB Social Network 0.7.2

Post by Methen »

Having a minor issue, I tried to install the mod with auto mod, everything went fine, I checked it out decided I did not want to mess with it right now and went to uninstall and delete the mod, using automod tools How ever it has left a tab in my admin called ACP_ Cat_Socialnet, I can not figure out how to get it out, I have tried clear all the caches on the board and on my computer as well as used a back up of the database the tab links to http://allbridges.info/test/forum/adm/i ... 2a86&i=230

I looked in the index file and could not fine any thing, How do I get that out of the admin panel?
Somebody is asking for a Hinne Whooping!!!
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: [RC] phpBB Social Network 0.7.2

Post by Lumpy Burgertushie »

it should have been removed when you run the uninstall in automod.

if you did not do that then you will need to remove it manually.

use the module management in the system tab of the admin panel.

drill down until you find that module. see if it has any children below it and start deleting them back up until you delete the main module.

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
Methen
Registered User
Posts: 465
Joined: Wed Dec 01, 2004 12:13 am

Re: [RC] phpBB Social Network 0.7.2

Post by Methen »

I got it uninstalled, I had to upload the mod again, then the automod let me uninstall it properly this time, Don't know why it did not do it the first time...
Somebody is asking for a Hinne Whooping!!!
User avatar
ALX™
Registered User
Posts: 224
Joined: Thu Jun 26, 2014 4:47 pm

Re: [RC] phpBB Social Network 0.7.2

Post by ALX™ »

Can I install it in a different style? (I run Absolution in my forum)
Forgive me for my bad english :oops:
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: [RC] phpBB Social Network 0.7.2

Post by Lumpy Burgertushie »

it should work, only way to find out is to install it and see what happens.

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
ALX™
Registered User
Posts: 224
Joined: Thu Jun 26, 2014 4:47 pm

Re: [RC] phpBB Social Network 0.7.2

Post by ALX™ »

Thanks Robert. You're right... it works fine.
Τherefore Ι have some problems. They came many friendship requests from users who do not expect it. Many of them have a long time to connect to the forum! (But I installed already friend_list_1.2.0 mod. Perhaps there is a problem with that?)
Αlso, I can't find the instant messenger! :?
Also, stop the dropdown menu of buttons on my navbar (absolution style)
Forgive me for my bad english :oops:
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Re: [ABD] phpBB Social Network 0.7.2

Post by Paul »

This topic has been marked as [ABD] - Abandoned as the mod author has not been active recently. If the MOD author wishes to continue development, please PM anyone on the MOD Team to request this topic be unlocked.

Notice!
We do not recommend that a user of the phpBB software install this MOD, or any other mod that is marked as “abandoned” or “in development”, on a live forum. Doing so may cause your forum to not perform in the manner it should.


Thank you,
The phpBB Modifications Team
Locked

Return to “[3.0.x] Abandoned MODs”