| :: |
| Author |
Message |
Professional

Joined: 07 Apr 2008 Posts: 33
|
Posted: Mon Apr 07, 2008 7:20 am Post subject: the Advanced phpBB3 SEO mod Rewrite will work on my forum? |
|
|
hi guys.
my forum is unicode and our language is persian.
i have a question that the Advanced phpBB3 SEO mod Rewrite V 0.4.0 mod will work on my forum?
this is my forum address:
http://www.mobile4persian.com/forum
and if i update phpbb3 to for example 3.0.1 it will work?
thank u.  |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13031
|
|
| Back to top |
|
 |
Professional

Joined: 07 Apr 2008 Posts: 33
|
Posted: Wed Apr 16, 2008 3:50 pm Post subject: Re: the Advanced phpBB3 SEO mod Rewrite will work on my forum? |
|
|
Tnx dear DCZ
i love phpbb-seo.com.
i will see it. |
|
|
| Back to top |
|
 |
Professional

Joined: 07 Apr 2008 Posts: 33
|
Posted: Fri Apr 25, 2008 11:42 am Post subject: Re: the Advanced phpBB3 SEO mod Rewrite will work on my forum? |
|
|
Hi.
i upgraded my forum to phpbb 3.0.1 and now i want install advanced rewrite mod.
but i have a mod that is so important for me that display the lost poste on index like it:
the scroll.php file is here:
http://www.speedyshare.com/215526756.html
i uploaded it too my root forum.
i want to see that this mod will work when i install the advanced rewrite mod?
after this:
| Code: | | while ($row = mysql_fetch_array($result, MYSQL_ASSOC)) { |
is the places that won't show at scroll like:
| Code: | | if ($row["forum_id"] <> 117) |
that 117 is the forum id.
if not can plz help me to fix it for that.?
another question that i have is about sub forums:
i have changed file include/functions_display.php like this:
find:
| Code: | $s_subforums_list = array();
foreach ($subforums_list as $subforum)
{
$s_subforums_list[] = '<a href="' . $subforum['link'] . '" class="subforum ' . (($subforum['unread']) ? 'unread' : 'read') . '">' . $subforum['name'] . '</a>';
}
$s_subforums_list = (string) implode(', ', $s_subforums_list);
$catless = ($row['parent_id'] == $root_data['forum_id']) ? true : false; |
and replacet it with:
| Code: | //$s_subforums_list = array();
$say=0;
$s_subforums_list='<table border="0" width="400">';
foreach ($subforums_list as $subforum)
{
$say++;
if(($say%2)==0){
$s_subforums_list .= '</td><td width="50%"><a href="' . $subforum['link'] . '" class="subforum ' . (($subforum['unread']) ? 'unread' : 'read') . '" title="' . (($subforum['unread']) ? $user->lang['NEW_POSTS'] : $user->lang['NO_NEW_POSTS']) . '">' . $subforum['name'] . '</a></td></tr>';
}else{
$s_subforums_list .= '<tr><td width="50%"><a href="' . $subforum['link'] . '" class="subforum ' . (($subforum['unread']) ? 'unread' : 'read') . '" title="' . (($subforum['unread']) ? $user->lang['NEW_POSTS'] : $user->lang['NO_NEW_POSTS']) . '">' . $subforum['name'] . '</a></td>';
}
}
$s_subforums_list .='</table>';
$catless = ($row['parent_id'] == $root_data['forum_id']) ? true : false; |
it display subforums like this:
now i want to know that is it bad for indexing the subforums?becuase i check in google and didn't see that subforums index
i am waiting for u  |
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 2383
|
Posted: Fri May 02, 2008 12:26 pm Post subject: Re: the Advanced phpBB3 SEO mod Rewrite will work on my forum? |
|
|
I could not download your file :
| Quote: | | Nothing found. It is really deleted. Sorry. |
But you may want to take a look at the nv recent post mod, since it's already patched here (a quick search should give you the link).
It's no real big deal if you first install the mod rewrite and then patch your mod after, the url will still work and be redirected by the zero dupe even if at first not rewritten.
For the sub forum, you can display then as you want, as long as you display the links, bots will find and use them. |
_________________
|
|
| Back to top |
|
 |
Professional

Joined: 07 Apr 2008 Posts: 33
|
Posted: Sat May 03, 2008 1:26 pm Post subject: Re: the Advanced phpBB3 SEO mod Rewrite will work on my forum? |
|
|
yes i saw the NV revent posts before,but i like too use this:(i uploaded it again)
http://professional.parsaspace.com/scroll.zip
tnx,for sub forums  |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13031
|
|
| Back to top |
|
 |
Professional

Joined: 07 Apr 2008 Posts: 33
|
Posted: Tue May 06, 2008 2:59 pm Post subject: Re: the Advanced phpBB3 SEO mod Rewrite will work on my forum? |
|
|
however tnx  |
|
|
| Back to top |
|
 |
|
|