It is currently Sun May 26, 2013 7:25 am

News News of phpBB2 Advanced mod Rewrite

Site map of phpBB2 Advanced mod Rewrite » Forum : phpBB2 Advanced mod Rewrite

phpBB2 SEO Advanced mod Rewrite support forum.
This mods performs URL rewriting for phpBB, injecting categories, forums and topic titles in their URLs.

I could REALLY use some help :(

So late last year, I decided it was time to install the advanced mod rewrite on my forum. However, I never even got past the pre-install steps :( I noticed that, as explained here in this forum, I was going to get penalized by the search engines for the fact that I had the same content coming up at -www.mysite.com/forum as I did forum.mysite.com. I made a post about this here, but as you can see, we never solved the problem. Being that I was having such a headache before even starting ...
Read more : I could REALLY use some help :( | Views : 760 | Replies : 1


[Adv. mod Rewrite] Can't register anymore! [Adv. mod Rewrite] Can't register anymore!

Hi.

After installing your SEO mod (+ Zero duplicate) users can't register anymore. If you click on "accept " in -http://www.domain.de/profile.php?mode=register, you will be redirected to -http://www.domain.de/http://www.domain.de :|

usercp_register.php:

(...)
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
exit;
}

$unhtml_specialchars_match = array('#>#', '#<#', '#"#', '#&#');
$unhtml_specialchars_replace = array('>', '<', '"', '&');

// ---------------------------------------
// Load agreement template since user has not yet
// agreed to registration conditions/coppa
//
function show_coppa()
{
global $userdata, $template, $lang, $phpbb_root_path, $phpEx;

$template->set_filenames(array(
'body' => 'agreement.tpl')
);

$template->assign_vars(array(
'REGISTRATION' => $lang['Registration'],
'AGREEMENT' => $lang['Reg_agreement'], ...
Read more : [Adv. mod Rewrite] Can't register anymore! | Views : 1325 | Replies : 6


[FIXED] Recent Topics (Extended)

Would you be so kind and patch this mod for me? Thanks!

recent.php:
<?php
// ############ Edit below ########################################
$topic_length = '40'; // length of topic title
$topic_limit = '10'; // limit of displayed topics per page
$special_forums = '0'; // specify forums ('0' = no; '1' = yes)
$forum_ids = ''; // IDs of forums; separate them with a comma
$set_mode = 'today'; // set default mode ('today', 'yesterday', 'last24', 'lastweek', 'lastXdays')
$set_days = '3'; // set default days (used for lastXdays mode)
// ############ Edit above ########################################

define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path .'extension.inc');
include($phpbb_root_path .'common.'.$phpEx);

$userdata = ...
Read more : [FIXED] Recent Topics (Extended) | Views : 1147 | Replies : 7


Moving from phpBB2 to phpBB3

Hello! I was hoping I could get a little assistance with rewrite and redirecting my old links in google to the new ones. I was using advanced rewrite for my old forum and and advanced rewrite for my new one as well.

As far as what I can tell, the really thing I need assistance is redirecting the old links to the new ones. Since I have kept the format relatively the same, the only difference really between the new and the old links is the "v". I don't currently use the virtual folders.

For example, an old link would ...
Read more : Moving from phpBB2 to phpBB3 | Views : 941 | Replies : 1


phpseo not working for me

firstly i am new user.
i have installed phpbb seo on my site. I dont know how to set it up.
my sections are not opening.
plz check it and tell me what should i do.
i have uploaded all modified files coz i cant edit it.
and now dont know how to make it working.
please send me all guidelines to make it fully working for me.
here is my url
www.downloadcave.co.cc
Read more : phpseo not working for me | Views : 904 | Replies : 3


 

Login  •  Register


Statistics

Total posts 42565 • Total topics 9157 • Total members 16400