phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
best mod for subfora

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit  » phpBB SEO MODS
::  
Author Message
euroman
PR0
PR0


Joined: 21 Oct 2006
Posts: 81

best mod for subforaPosted: Wed Dec 27, 2006 10:16 pm    Post subject: best mod for subfora

Is this the corret way to install a subfora mod:

xs mod: http://www.phpbb.com/phpBB/viewtopic.php?t=336974
simple subfor mod: http://www.phpbb.com/phpBB/viewtopic.php?t=125251

I have simple mod rewrite - can I just go ahead and install it?

PS I am not sure I understand this chmod business: http://www.phpbb.com/kb/article.php?article_id=22

I installed filezilla - so what exactly do I do to chmod ?
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15131

best mod for subforaPosted: Wed Dec 27, 2006 10:52 pm    Post subject: Re: best mod for subfora

Yes and once done the patch if required.

The the chmod is the command that set the rights on folders and files.

for xs mod you need to chmod 0777 the cache/ folder. I am not sure about filezilla, but try a right click on a folder while ftp browsing or take a look at the help menu, it's usually a well commented topic in these, as it's very useful and used.

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
euroman
PR0
PR0


Joined: 21 Oct 2006
Posts: 81

best mod for subforaPosted: Fri Dec 29, 2006 10:40 am    Post subject: Re: best mod for subfora

In the subforum mod:

Code:
#
#-----[ FIND ]------------------------------------------
#
   while( $row = $db->sql_fetchrow($result) )
   {


#
#-----[ AFTER, ADD ]------------------------------------------
#
   
   // Begin Simple Subforums MOD
      $list[] = $row;
   }
   $forum_list = '';
   for( $i = 0; $i < count($list); $i++ )
   {
      if( !$list[$i]['forum_parent'] )
      {
         $row = $list[$i];
         $parent_hidden = true;
   // End Simple Subforums MOD


the find:
Code:
while( $row = $db->sql_fetchrow($result) )
   {


occurs two times in the file (includes/functions_admin.php)

Is it going to be added both places ??
Back to top
Visit poster's website
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15131

best mod for subforaPosted: Fri Dec 29, 2006 11:29 am    Post subject: Re: best mod for subfora

The FIND command is always supposed to mention the first occurrence of the search and should be repeated in case both matching string should be edited.

The idea is to try to "think" like EZmod while modding, eg, no thinking at all Laughing

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
euroman
PR0
PR0


Joined: 21 Oct 2006
Posts: 81

best mod for subforaPosted: Fri Dec 29, 2006 11:31 am    Post subject: Re: best mod for subfora

Yes you are right Wink

GOSH This must be the longest mod in existence Shocked
Back to top
Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit  » phpBB SEO MODS
Page 1 of 1

Navigation

Jump to: