Split Forum Mod

Started by dougiefresh, May 27, 2014, 07:55:49 AM

Previous topic - Next topic

tetaye

Hello dougiefresh, and thank you for your mod and the updates

I'm sorry if you already answered this question (I could not find if on the thread), but after installing the split mod on SMF 2.0.11, when I'm on admin menu, I can see the "Sister site" in the top menu, but when I quit to the forum or any other menu, the label "disappear". He still here, but we don't see it and we have to search him with the mouse cursor (I'm on SMF - Curve theme)


Furthermore, I have tryed to change the Sister Sites menu title to "Sous Forums", but nothing happen and I still have "Sister Sites" on the top menu (when I'm on admin menu of course).

At last, I don't manage to organize the categories on a sub-forum :
On sub-forum #1, I created the categorie "Fufufu" on first position, and after, a 2nd categorie "AAaaa" on order "After Fufufu".
Unfortunately, when I navigate to the sub-forum #1, categorie "AAaaa" appear before "Fufufu"...

thank you for your help, and I hope you will understand my issues.

Colin

Hi Tetaye,

The best place to ask this would be in the respective support topic for this mod.
"If everybody is thinking alike, then somebody is not thinking." - Gen. George S. Patton Jr.

Colin

tetaye

Isn't here ?

I just followed the "Support and comments for this mod" link on the Split Forum mod page which brough me on this thread.
Furthermore, the previous discussions here seem to be support subjects (my questions are about Split forum mod).

My apologies if I made a mistake.

Kindred

nope....  you made no mistake. This is the correct place. :)

I think Colin maybe posted before he completely woke up. :)
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

dougiefresh

Uploaded v1.32 - March 3rd, 2016
o Fixed mods' "Sister Sites" functionality so that it works now.
o Fixed wrong permissions issue with creating new subforums.
o Fixed mod packages' redirect instruction in package-info.xml.
o Modified settings_install.php to fix permissions on subforums on install.




@tetaye: Thank you for reporting this bug!  It's been fixed.

JerzyLS

Hello,

It's great modification for SMF. Working well.
But I have some issues with images on my server.
For example I created main forum, as main.forum.org
and subforum, as sub.forum.org

I have installed SMF Gallery and Member Awards and it's problem with images in the gallery and with member awards - blanks with no images on subforums. The URL of images is redirecting to sub.forum.org, but it should go to main.forum.org.
I think I should configure .htaccess but I have no idea, what I need to rewrite.

Any solutions?
Thanks

JerzyLS

Here I'm attaching 500 Internal Errors and htaccess.

# PRETTYURLS MOD BEGINS
# Pretty URLs mod
# http://code.google.com/p/prettyurls/
# .htaccess file generated automatically on: March 4, 2016, 23:36

RewriteEngine on
RewriteBase

# Rules for: profiles
RewriteRule ^profile/([^/]+)/?$ ./index.php?pretty;action=profile;user=$1 [L,QSA]

# Rules for: actions
RewriteRule ^(activate|admin|enotify|announce|attachapprove|buddy|calendar|clock)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(collapse|coppa|credits|deletemsg|display|dlattach|editpoll|editpoll2)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(mediapro|emailuser|findmember|groups|help|gallery|helpadmin|im)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(jseditor|jsmodify|jsoption|lock|lockvoting|login|login2|logout)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(markasread|mergetopics|mlist|moderate|modifycat|modifykarma|movetopic|movetopic2)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(notify|notifyboard|openidreturn|pm|post|post2|printpage|profile)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(quotefast|quickmod|quickmod2|recent|register|register2|reminder|removepoll)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(removetopic2|reporttm|requestmembers|restoretopic|search|search2|sendtopic|shoutbox)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(smstats|suggest|spellcheck|splittopics|stats|sticky|theme|trackip)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(about:mozilla|about:unknown|unread|unreadreplies|verificationcode|viewprofile|vote|viewquery)/?$ ./index.php?pretty;action=$1 [L,QSA]
RewriteRule ^(viewsmfile|who|\.xml|xmlhttp)/?$ ./index.php?pretty;action=$1 [L,QSA]

# Rules for: boards
RewriteRule ^([-_!~*'()$a-zA-Z0-9]+)/?$ ./index.php?pretty;board=$1.0 [L,QSA]
RewriteRule ^([-_!~*'
()$a-zA-Z0-9]+)/([0-9]*)/?$ ./index.php?pretty;board=$1.$2 [L,QSA]

# Rules for: topics
RewriteRule ^([-_!~*'()$a-zA-Z0-9]+)/([-_!~*'()$a-zA-Z0-9]+)/?$ ./index.php?pretty;board=$1;topic=$2.0 [L,QSA]
RewriteRule ^([-_!~*'()$a-zA-Z0-9]+)/([-_!~*'()$a-zA-Z0-9]+)/([0-9]*|msg[0-9]*|new)/?$ ./index.php?pretty;board=$1;topic=$2.$3 [L,QSA]

# PRETTYURLS MOD ENDS

# SUBFORUM MOD BEGINS
RewriteEngine on
Options
+FollowSymlinks
RewriteCond
%{REQUEST_FILENAME} !-f
RewriteRule
(.*)/(.*) ../spolecznosc$1/$2
# SUBFORUM MOD ENDS


JerzyLS

Okay, I got it!
Here is solution:

# SUBFORUM MOD BEGINS
RewriteEngine on
Options
+FollowSymlinks
RewriteCond
%{REQUEST_FILENAME} !-f
RewriteCond
%{REQUEST_FILENAME} !-d
RewriteRule
(.*)/(.*) http://{rootforumURL}/$1/$2
# SUBFORUM MOD ENDS


Other issue:
During editing the board from root forum I have errors in logs:

8: Undefined offset: 0
{server path}/Themes/default/ManageBoards.template.php
Line: 422


tetaye

Thank you for this new update dougiefresh.
Let's go try this !

Falcomfr

#429
Hey dougiefresh :)

?action=unreadglobal does not show all my forums. How it works ?

Thank you

Up ! I have update 1.31=>1.32 and now i have an error when i trying to access to my subforum.

i got this error :
Forbidden

You don't have permission to access /subforum2/index.php on this server.

help me  :-\

dougiefresh

Can you post your .htaccess for me?

Falcomfr

#431
I can't copy  .htaccess of my subforum (i using filezilla)

http://www.astrea-gaming.com/index.php?action=admin;area=packages;sa=uninstall2;package=Split_Forum_Mod_v1.31.zip;pid=47
8: Undefined variable: db_prefix
Fichier: /home/astreagadq/www/Packages/temp/settings_uninstall.php
Ligne: 41


I got this error in Error Log

Falcomfr

Please how to get back my subforum ? I must delete subforum folder with filzilla and create same subforum ?

Thx you Dougie

JerzyLS

LikePosts didn't works on subforums.
It's possible to solve it?

dougiefresh

#434
Quote from: Falcomfr on March 08, 2016, 10:34:06 AM
Please how to get back my subforum ? I must delete subforum folder with filzilla and create same subforum ?
Try deleting your .htaccess file.  That may get rid of the error....  If that doesn't work, you'll have to delete the subforum folder and recreate it....

Quote from: JerzyLS on March 08, 2016, 01:54:49 PM
LikePosts didn't works on subforums.
It's possible to solve it?
Let me look into it.....

EDIT: In what way does it not work?

Falcomfr

Yes my forum is back :) Thx

?action=unreadglobal does not show all my forums. How it works please?

I donate for support your mod Thx you again  :laugh:

JerzyLS

Quote from: dougiefresh on March 08, 2016, 02:49:04 PM

EDIT: In what way does it not work?

There's no "like it" button in posts and don't display likes count under avatar on subforums.
On the root working fine.

dougiefresh

Quote from: Falcomfr on March 08, 2016, 03:41:33 PM
Yes my forum is back :) Thx
Good to hear!  Try editing the subforum, which should should recreate the .htaccess file.  If the error returns after doing so, then let me know, please!

Quote from: Falcomfr on March 08, 2016, 03:41:33 PM
?action=unreadglobal does not show all my forums. How it works please?
Basically, the unreadglobal action calls the same code as the unread and [/b]unreadreplies[/b] action, just modified so that it is not restricted to a single subforum.

Quote from: Falcomfr on March 08, 2016, 03:41:33 PM
I donate for support your mod Thx you again  :laugh:
Thank you!  My paypal is [email protected]....

Quote from: JerzyLS on March 08, 2016, 03:46:17 PM
There's no "like it" button in posts and don't display likes count under avatar on subforums.
On the root working fine.
I'll look and see what I can do about this.....

Falcomfr

Quote from: dougiefresh on March 08, 2016, 03:50:41 PM
Good to hear!  Try editing the subforum, which should should recreate the .htaccess file.  If the error returns after doing so, then let me know, please!
index.php was broken too, i have delete all subforum folder. It's ok now

Quote from: dougiefresh on March 08, 2016, 03:50:41 PM
Basically, the unreadglobal action calls the same code as the unread and [/b]unreadreplies[/b] action, just modified so that it is not restricted to a single subforum.

Yes but when i use this on my forum nothing appears

dougiefresh

Quote from: Falcomfr on March 08, 2016, 03:56:52 PM
Yes but when i use this on my forum nothing appears
That's pretty much SMF's unread and unreadreplies function....  I can't explain why it does what it does....

Advertisement: