News:

Wondering if this will always be free?  See why free is better.

Main Menu

Shared Forums for SMF 2.0

Started by simmaster, July 07, 2009, 05:55:31 AM

Previous topic - Next topic

Groundhog

Thanks simmaster

No db error messages now but I don't think it's working for me. Probably because I am using (SimplePortal 2.1.1)

I can go through the setting up without any problems but the resulting page is blank, or should I say that everything is there except the board it's self.

I have tried  (?****=**** (without rewriting) or /****,****) in the link as per your instructions but that didn't work for me.

I have my board links setup to show like this (index.php/board,4.0.html) although when I modify a board it show the ID as (4) so I assume that this is nothing to do with my problem.

If you have no idea then don't worry?

Regards

simmaster

Quote from: Groundhog on July 08, 2009, 04:50:28 PM
Thanks simmaster

No db error messages now but I don't think it's working for me. Probably because I am using (SimplePortal 2.1.1)

I can go through the setting up without any problems but the resulting page is blank, or should I say that everything is there except the board it's self.

I have tried  (?****=**** (without rewriting) or /****,****) in the link as per your instructions but that didn't work for me.

I have my board links setup to show like this (index.php/board,4.0.html) although when I modify a board it show the ID as (4) so I assume that this is nothing to do with my problem.

If you have no idea then don't worry?

Regards
Like I said in the mod warning, it is not compatible with SimplePortal (tested), EZPortal or PortaMX (untested).

Oh yeah, got a demo up and running.

movingmagic

Hi,

any chance you could get it compatible with Simple Portal?
I would love to use your mod very much, but I also need a portal very much.

Would it be a great problem for you?

Thanx,

Pieter

Groundhog

Quote from: movingmagic on July 09, 2009, 07:37:45 AM
any chance you could get it compatible with Simple Portal?
I would love to use your mod very much, but I also need a portal very much.

Simmaster07

I don't know if your wanting this kind of info but here it is anyway in case it's of interest.

I found this in my SMF Error log after trying the new link (once)?


8: Undefined variable: scripturl
File: /home/*****/public_html/home/Themes/default/BoardIndex.template.php (portal_below sub template - eval?)
Line: 58

8: Undefined variable: scripturl
File: /home/*****/public_html/home/Themes/default/BoardIndex.template.php (portal_below sub template - eval?)
Line: 8

8: Undefined variable: scripturl
File: /home/*****/public_html/home/Themes/default/BoardIndex.template.php (portal_below sub template - eval?)
Line: 5

8: Undefined variable: scriptur
File: /home/*****/public_html/home/Themes/default/BoardIndex.template.php (body_above sub template - eval?)
Line: 428

simmaster

#24
Quote from: Groundhog on July 09, 2009, 11:19:30 AM
Quote from: movingmagic on July 09, 2009, 07:37:45 AM
any chance you could get it compatible with Simple Portal?
I would love to use your mod very much, but I also need a portal very much.

Simmaster07

I don't know if your wanting this kind of info but here it is anyway in case it's of interest.

I found this in my SMF Error log after trying the new link (once)?


8: Undefined variable: scripturl
File: /home/*****/public_html/home/Themes/default/BoardIndex.template.php (portal_below sub template - eval?)
Line: 58

8: Undefined variable: scripturl
File: /home/*****/public_html/home/Themes/default/BoardIndex.template.php (portal_below sub template - eval?)
Line: 8

8: Undefined variable: scripturl
File: /home/*****/public_html/home/Themes/default/BoardIndex.template.php (portal_below sub template - eval?)
Line: 5

8: Undefined variable: scriptur
File: /home/*****/public_html/home/Themes/default/BoardIndex.template.php (body_above sub template - eval?)
Line: 428

Thanks for that info, might help me make this SP compatible.

EDIT: Hooray for bugs! I wish I would've noticed the bugs before it got approved. :P
Next patch won't be an emergency one since it's going through testing for the "custom title" feature on my to-do list.

identiti

I've been thinking about this exact mod for a while now. Good thing it exists already!

now for my next problem...

how can i make:
forum.domain.com to
domain.com/?forum=forum

codnerd

I've been waiting for a mod exactly like this for very, very long now.
Thank you very much sir.

greece

this only works in adding the values in phpMyAdmin... at least in smf rc1-1 &1.2...

The Miscellaneous option under modifications only erases the database in smf_forums values...

Darthx

I love the idea and I hope you will continue with this project, it has a great utility imo.

I would like to make some suggestions:

  • Default option for non existent ?forum parameters and home page. Example, if i type something random in ?forum parameter, it shows me boards defined in the default option. Also an default option for each group (and non grouped and visitors) would be fine too.
  • SMF Project Tools integration. The project id could  be prefixed with 'p' (2 : 4 : p1 : ...).


Thanks and good luck with the project ;)

Quote from: greece on July 19, 2009, 07:22:54 AM
this only works in adding the values in phpMyAdmin... at least in smf rc1-1 &1.2...

The Miscellaneous option under modifications only erases the database in smf_forums values...

I confirm it too.

Carlos Faria

Hello,

I have a problem is that I have everything set up so ...



And when I go to:

http://mysite.com/index.php?forum=LusoGaming

The tables do not exist ...

What do I do?


Thank you!


Carlos Faria



simmaster

I cannot work on this mod due to other projects and my role as an administrator at my site and freeresellers.com. You might have figured that out already, but oh well. Feel free to take over the project and fix up the bugs.

Liam.

I'm having the exact same problem as TugaMaster was having. He won't reply to his PM's so I'm going to ask here. How exactly can I fix this problem?

Carlos Faria

#35
Quote from: iKorp on August 12, 2009, 09:44:53 AM
I'm having the exact same problem as TugaMaster was having. He won't reply to his PM's so I'm going to ask here. How exactly can I fix this problem?

I'll put here for everyone to know.

1)

QuotePlease note:
There is yet another bug in the install script that causes db_create_table to fail and continue installation. When installation is complete, please run this code in phpMyAdmin or wait for the next patch.

CREATE TABLE `{db_prefix}forums` (
`forum_name` VARCHAR( 255 ) NOT NULL ,
`cat_list` VARCHAR( 255 ) NOT NULL
);
INSERT INTO {db_prefix}forums (forum_name, cat_list) VALUES ("one", "1");

Remember to replace {db_prefix} with whatever your database prefix is.

2) Configure how you want in Control Panel:


3) Go to phpMyAdmin.

4) Select the table: smf_forums

5) Click: hxxp://209.188.89.32:2082/3rdparty/phpMyAdmin/themes/original/img/b_insrow.png (Insert)

6)    

Field: forum_name
Value: LusoGaming <- Example

--------

Field: cat_list
Value: 2,6 <- Example

7) "Go"

Enjoy!


NOTE:

In step 6) will have to make 1 forum at a time.

If you make a change will have to repeat the process with all the forums.  >:(

Liam.

Thanks for that! I've really wanted to use this mod, so if this works, I'll give you a big eHug and a Cookie ;D

ScottDB

Just wondering if anyone has taken this mod over. Looks like it would be a great mod but I am tired of adding mods or themes that have no support. Is there someone that knows about this mod that has it working with 2.0 rc1.2 and SP 2.2.2
Thank you,
Scott

If at first you don't succeed. post and post again.

FireDitto

Would also like to know if anyone has taken it over.

I'd love to be able to use it on 2.0 RC2.




I use EzPortal.
Second Pass Weyr<br />An AU Pernse RPG<br /><br />SMF 2.0.6 with SP 2.3.5

Hj Ahmad Rasyid Hj Ismail

It seems abandoned. Too bad... It is a very good mod.

Advertisement: