Author Topic: [SMF 1.1 & 2.0] Team Page Modification 1.1  (Read 26112 times)

Offline limitzero

  • Jr. Member
  • **
  • Posts: 18
Re: [SMF 2.0] Team Page Modification v2.1
« Reply #10 on: Aug 10, 2009, 23:27:32 »
this looks great, I am looking for a teampage to go with 1.1.x if possible, thanks!

Offline ccbtimewiz

  • サポーター
  • DS Friend
  • Hero Member
  • *
  • Posts: 643
Re: [SMF 2.0] Team Page Modification v2.1
« Reply #11 on: Aug 11, 2009, 07:35:05 »
Strange.

Sure, I'll repackage it up as a mod instead. Though, it's going to take some time-- I planned on releasing a new version anyways. Easier navigation/setup and compatibility with SMF 1.1.x. :)

Offline amlucent

  • Jr. Member
  • **
  • Posts: 43
    • The Good Old Days [Old]
Re: [SMF 2.0] Team Page Modification v2.1
« Reply #12 on: Aug 11, 2009, 16:44:54 »
Quote
Error 404 - Not Found
Sorry, our server was not able to locate the document that you requested.
Requested URL: jeunosky.net/files/teampagemod-files.zip

 :( , reupload pls?  Also, do you think its possible to just do the same thing with the new page system in simple portal 2.3?  Im thinking I could just make a PHP based page and pop your code into it?  thoughts..

Offline ccbtimewiz

  • サポーター
  • DS Friend
  • Hero Member
  • *
  • Posts: 643
Re: [SMF 2.0] Team Page Modification v2.1
« Reply #13 on: Aug 29, 2009, 15:59:17 »
I'll be sure to submit the Team Page Modification as an actual modification, with a backport for SMF 1.1.x. I'll release it at a later date. :)

I'll update the main post with the new link once it's done. Thanks for the interest!

Oh, and about SP. I'm not all too certain, but it can be done.  :D

Offline Jordan

  • Jr. Member
  • **
  • Posts: 67
Re: [SMF 2.0] Team Page Modification v2.1
« Reply #14 on: Aug 30, 2009, 11:02:07 »
It certainly could be done with SP's pages, or TP's articles (when backported for 1.1.x or TP releases a 2.0 compatible version) or any other similar system. There might need to be a few code tweaks, though, possibly in the source file to correctly identify the template function as part of the pages/articles system.

Offline xavante

  • Newbie
  • *
  • Posts: 7
Re: [SMF 2.0] Team Page Modification v2.1
« Reply #15 on: Sep 07, 2009, 15:46:37 »
I?m looking for a "team page" mod.
I like a ccbtimewiz?s mod, but I use a 1.10 SMF version still.
Don?t you have a team page mod for this version?

(I see the DzinerStudio "team page" and this is cool! May be someone give the template for us....)

I?m really sorry for my bad English.

Offline ccbtimewiz

  • サポーター
  • DS Friend
  • Hero Member
  • *
  • Posts: 643
Re: [SMF 2.0] Team Page Modification v2.1
« Reply #16 on: Sep 07, 2009, 17:36:19 »
Yes, I'm in the middle of creating a version for SMF 1.1.x

Offline xavante

  • Newbie
  • *
  • Posts: 7
Re: [SMF 2.0] Team Page Modification v2.1
« Reply #17 on: Sep 08, 2009, 14:14:17 »
Oh, thank you!!!!!!!!!

Offline neuikc

  • Jr. Member
  • **
  • Posts: 35
    • Urban Knights Alliance
    • Email
Re: [SMF 2.0] Team Page Modification v3.0
« Reply #18 on: Sep 09, 2009, 19:14:05 »
Quote
What you need to do:
? Upload the file to your server and decompress it. That's about it, and then perform the following edits:

Find:
Code: [Select]
'sticky' => array('LockTopic.php', 'Sticky'),
'theme' => array('Themes.php', 'ThemesMain'),

Replace with:
Code: [Select]
'sticky' => array('LockTopic.php', 'Sticky'),
'teampage' => array('TeamPage.php', 'TeamPage'),
'theme' => array('Themes.php', 'ThemesMain'),

In what file do I make these edits?


Offline ccbtimewiz

  • サポーター
  • DS Friend
  • Hero Member
  • *
  • Posts: 643
Re: [SMF 2.0] Team Page Modification v3.0
« Reply #19 on: Sep 09, 2009, 19:15:27 »
Your index.php file. The one in the same place as your Settings.php file.