Hello, i would like to hide/show information on my forum based on member RANK using switches. I found the following code that works for GROUPS but i would like to modify it to work based on user RANK. FIND 'A_COOKIE_SETTINGS' => addslashes('; path=' . $config['cookie_path'] . ((!$config['cookie_doma...
Hello and thank you for your help! If i change to RewriteEngine Off, my phpbb seo redirections stop working.... (normal i guess...) or start mod_rewrite as usual when using it Not quite sure what to do here... Yes, my subdomain works fine without the code: RewriteCond %{HTTP_HOST} !^www.info69x.com$...
hello, Following davice i found on the forum, i added to my .htaccess the following code to rewrite my url's with www. RewriteCond %{HTTP_HOST} !^www.info69x.com$ [NC] RewriteRule ^(.*)$ http://www.info69x.com/$1 [L,R=301] The little problem i have now is that i can't setup a sub domain properly. Wh...
hello, i just finished upgrading my forum form 3.0.1 to 3.0.5, everything works fine except one thing: my topic url's used to look like this: hello-world-vtz654.html now i can't get them to rewrite this way, i did all the necessary modifications in phpbb_seo_class.php and in .htaccess var $seo_delim...
so you are saying that i need only to download phpbb seo 3.0.4 form this site, extract everything and upload (overwrite) everything except .htaccess? what about config.php, do i overwrite?
hi, thank for your help! wow, it looks like some serious work! woudn't it be easier if i just download the latest phpbb seo, make a clean install and somehow import an updated database? if so, how can i upgate my database and import it to make it fit in my new installation? the mods i have installed...
hello, in order to be better referenced, i would like to clean up the html of my phpbb3 forum. i would like to know if the following code is necessary and if removing it will help or not. thank you on index.html: each forum has a title; is it necessary? and the title says new posts or no new posts. ...
hello, i would like to know if it is any good to remove the link to the last post member profile on the forum index page. or is there any other way to hide member profiles from SE?
or in other words, is it not a waste of indexed pages to index member profiles?
hello, Until around june of this year i was running phpbb2, with the url rewrite mod and some minor modifications to be SE frendly. My site was running well, traffic was good. But then i decided to upgrade to phpbb3 also with url rewrite and then i left it at that, no other mods thinking that phpbb3...
Great thnks alot! but unfortunately i still can't do what i need to do... the code i'd like to use is this: <?php // The MAX_PATH below should point to the base of your OpenX installation define('MAX_PATH', '/home/server/public_html/ads/openx'); if (@include_once(MAX_PATH . '/www/del...