• [MOD] Dynamic Page Title for v1.7 & v1.7.1 5 0 5 1
Currently:  

Author Topic: [MOD] Dynamic Page Title for v1.7 & v1.7.1  (Read 299172 times)

0 Members and 3 Guests are viewing this topic.

Offline nemonic-berg

  • Newbie
  • *
  • Posts: 15
  • wallpapers
    • View Profile
    • free wallpaper - avatar download
Re: [MOD] Dynamic Page Title for v1.7 & v1.7.1
« Reply #150 on: January 30, 2008, 10:25:48 PM »
helpppp... i have an error page :(

Code: [Select]
Parse error: syntax error, unexpected T_IF in /home/myuser/public_html/includes/functions.php on line 1
just information, i m using template Iceberg...is that ok for this mod ?


i was followed all insctruction  in page 1 on the first thread....please help  :(


i use 4images Version 1.7.4

thanks...

Rgds

« Last Edit: January 30, 2008, 10:52:08 PM by kardusmie »

Offline ipicture

  • Jr. Member
  • **
  • Posts: 75
    • View Profile
    • Ipicture - Die Welt im Bild
Re: [MOD] Dynamic Page Title for v1.7.6
« Reply #151 on: February 07, 2008, 09:40:40 PM »
Is this mod also usable for the actual version? I make an Update right now...

Offline nobby

  • 4images Guru
  • *******
  • Posts: 2.873
    • View Profile
Re: [MOD] Dynamic Page Title for v1.7 & v1.7.1
« Reply #152 on: February 07, 2008, 10:45:23 PM »
Hello,

Because it is running with version 1.7.4, it should also go with 1.7.6

nobby

Offline Horseshoe

  • Pre-Newbie
  • Posts: 3
    • View Profile
    • Avatars for ICQ and blogs
Re: [MOD] Dynamic Page Title for v1.7 & v1.7.1
« Reply #153 on: March 11, 2008, 05:56:08 AM »
Hello,
Who can put please file of mod 1.7.6 includes/functions.php
or show what you need to make any changes to the code?

Please Help ?

Offline comicart

  • Full Member
  • ***
  • Posts: 151
    • View Profile
Re: [MOD] Dynamic Page Title for v1.7 & v1.7.1
« Reply #154 on: March 11, 2008, 06:08:13 AM »
How do I change this from showing:

Site Name / Category / Sub-Category / Title

to

Title / Sub-Category / Category / Site Name

?
I know it's probably here in functions.php but I can't figure out the right format:
$path = $cat_cache[$cat_id]['cat_name'].$config['category_separator'].$path;

Terry

Bump?
T

Offline nemonic-berg

  • Newbie
  • *
  • Posts: 15
  • wallpapers
    • View Profile
    • free wallpaper - avatar download
Re: [MOD] Dynamic Page Title for v1.7 & v1.7.1
« Reply #155 on: March 15, 2008, 04:12:55 AM »
die einfache Methode hat leider einen gewaltigen Schönheitsfehler. Es wird nicht nur der eigentliche Seitentitel angezeigt, sondern alle Pfande z.B. Seitentitel / Home / Kategoriename / Unterseitentitel und das ist leider überhaupt nicht suchmaschinentauglich. Gibt es vielleicht noch eine einfache Lösung, die besser ist? Mit der Standartlösung komme ich nicht zurecht, da ich das Modifizieren nicht so ganz hinkriege oder gibt es die modifizierten Dateien hier igendwo zum Upload?

Ich habe das bei mir so gelöst....

Code: [Select]
<title>
<?php

$page_title 
strip_tags($clickstream);
$page_title str_replace("Home&nbsp;/&nbsp;","",$page_title);
$page_title str_replace("&nbsp;/&nbsp;","&nbsp;-&nbsp;",$page_title);


echo 
$page_titlephp?>
- {site_name}
</title>


Funktioniert super...


thanks a lot...
i did it with just small code add on <title>  its work great
thaks once again :)

Offline Horseshoe

  • Pre-Newbie
  • Posts: 3
    • View Profile
    • Avatars for ICQ and blogs
Re: [MOD] Dynamic Page Title for v1.7 & v1.7.1
« Reply #156 on: March 15, 2008, 03:09:32 PM »
how to install it:

<title>
<?php
$page_title = strip_tags($clickstream);
$page_title = str_replace("Home&nbsp;/&nbsp;","",$page_title);
$page_title = str_replace("&nbsp;/&nbsp;","&nbsp;-&nbsp;",$page_title);
echo $page_title; php?> - {site_name}
</title>

in 1.7.6 ?

p.s. set in header.html but in the end:
Home - My Images - My site
   
but as that was:
My Images - My site

?

sorry for my English

Help  :?

Offline Horseshoe

  • Pre-Newbie
  • Posts: 3
    • View Profile
    • Avatars for ICQ and blogs
Re: [MOD] Dynamic Page Title for v1.7 & v1.7.1
« Reply #157 on: March 29, 2008, 01:35:28 PM »
Please help us to understand the code ?  :?

rinaldos

  • Guest
Re: [MOD] Dynamic Page Title for v1.7 & v1.7.1
« Reply #158 on: April 16, 2008, 10:14:19 PM »
p.s. set in header.html but in the end:
Home - My Images - My site
but as that was:
My Images - My site

Hi, du hast wohl My Site im ACP (Controll Center von 4images) unter EInstellungen - Name der Galerie angegeben......
Wenn da etwas anderes stehen soll, dann ändere entweder die Einstellungen von 4images oder aber du nimmst {site_name} einfach raus :-)
Gruß
Ingo


Offline twiter

  • Jr. Member
  • **
  • Posts: 51
    • View Profile
[MOD] Dynamic Page Title for v1.7 & v1.7.1 postcards.php problem
« Reply #159 on: April 20, 2008, 08:46:07 PM »
i did everything on [MOD] Dynamic Page Title for v1.7 & v1.7.1.
i use 1.7.6
every page title and description ok but;
 postcards.php is same as home page title and description, how can we fix this?
Code: [Select]
http://www.picturesx.netmy postcard.php code is
Code: [Select]
<?php
/**************************************************************************
 *                                                                        *
 *    4images - A Web Based Image Gallery Management System               *
 *    ----------------------------------------------------------------    *
 *                                                                        *
 *             File: postcards.php                                        *
 *        Copyright: (C) 2002 Jan Sorgalla                                *
 *            Email: jan@4homepages.de                                    *
 *              Web: http://www.4homepages.de                             *
 *    Scriptversion: 1.7.6                                                *
 *                                                                        *
 *    Never released without support from: Nicky (http://www.nicky.net)   *
 *                                                                        *
 **************************************************************************
 *                                                                        *
 *    Dieses Script ist KEINE Freeware. Bitte lesen Sie die Lizenz-       *
 *    bedingungen (Lizenz.txt) für weitere Informationen.                 *
 *    ---------------------------------------------------------------     *
 *    This script is NOT freeware! Please read the Copyright Notice       *
 *    (Licence.txt) for further information.                              *
 *                                                                        *
 *************************************************************************/

define('GET_CACHES'1);
define('ROOT_PATH''./');
include(
ROOT_PATH.'global.php');
require(
ROOT_PATH.'includes/sessions.php');
$user_access get_permission();

if (isset(
$HTTP_GET_VARS[URL_POSTCARD_ID]) || isset($HTTP_POST_VARS[URL_POSTCARD_ID])) {
  
$postcard_id = (isset($HTTP_GET_VARS[URL_POSTCARD_ID])) ? trim($HTTP_GET_VARS[URL_POSTCARD_ID]) : trim($HTTP_POST_VARS[URL_POSTCARD_ID]);
}
else {
  
$postcard_id 0;
}

if (
$action == "") {
  
$action = ($postcard_id) ? "showcard" "createcard";
}

if (isset(
$HTTP_GET_VARS['modifycard']) || isset($HTTP_POST_VARS['modifycard'])) {
  
$action "modifycard";
}

$main_template = ($action == "createcard" || $action == "modifycard") ? "postcard_create" : (($action == "previewcard") ? "postcard_create" "postcard_send");
include(
ROOT_PATH.'includes/page_header.php');

$sendprocess 0;

if (
$action != "showcard") {
  
$sql "SELECT i.cat_id, i.image_name, i.image_media_file, i.image_thumb_file, c.cat_name".get_user_table_field(", u.""user_name")."
          FROM ("
.IMAGES_TABLE." i,  ".CATEGORIES_TABLE." c)
          LEFT JOIN "
.USERS_TABLE." u ON (".get_user_table_field("u.""user_id")." = i.user_id)
          WHERE i.image_id = 
$image_id";
  
$image_row $site_db->query_firstrow($sql);
  if (!
$image_row) {
    
redirect($url);
  }
  
$cat_id $image_row['cat_id'];
  
$image_row['user_name'] = $image_row[$user_table_fields['user_name']];

  if (!
check_permission("auth_viewcat"$cat_id) || !check_permission("auth_viewimage"$cat_id) || !check_permission("auth_sendpostcard"$cat_id)) {
    
redirect($url);
  }
}

if (
$action == "sendcard") {
  
$expiry time() - 60 60 24 POSTCARD_EXPIRY;
  
$sql "DELETE FROM ".POSTCARDS_TABLE."
          WHERE (postcard_date < 
$expiry)";
  
$site_db->query($sql);

  
$bg_color un_htmlspecialchars(trim($HTTP_POST_VARS['bg_color']));
  
$border_color un_htmlspecialchars(trim($HTTP_POST_VARS['border_color']));
  
$font_color un_htmlspecialchars(trim($HTTP_POST_VARS['font_color']));
  
$font_face un_htmlspecialchars(trim($HTTP_POST_VARS['font_face']));

  
$sender_name un_htmlspecialchars(trim($HTTP_POST_VARS['sender_name']));
  
$sender_email un_htmlspecialchars(trim($HTTP_POST_VARS['sender_email']));
  
$recipient_name un_htmlspecialchars(trim($HTTP_POST_VARS['recipient_name']));
  
$recipient_email un_htmlspecialchars(trim($HTTP_POST_VARS['recipient_email']));

  
$headline un_htmlspecialchars(trim($HTTP_POST_VARS['headline']));
  
$message un_htmlspecialchars(trim($HTTP_POST_VARS['message']));
  
$message strip_tags($message);

  
$captcha = (isset($HTTP_POST_VARS['captcha'])) ? un_htmlspecialchars(trim($HTTP_POST_VARS['captcha'])) : "";

  
$back_url = (!empty($HTTP_POST_VARS['back_url'])) ? un_htmlspecialchars(stripslashes(trim($HTTP_POST_VARS['back_url']))) : $site_sess->url(ROOT_PATH."index.php""&");

  
$postcard_id get_random_key(POSTCARDS_TABLE"postcard_id");
  
$current_time time();

  if (
$captcha_enable_postcards && !captcha_validate($captcha)) {
      
$msg .= (($msg != "") ? "<br />" "").$lang['captcha_required'];
      
$action "previewcard";
      
$main_template "postcard_preview";
  } else {
    
$sql "INSERT INTO ".POSTCARDS_TABLE."
            (postcard_id, image_id, postcard_date, postcard_bg_color, postcard_border_color, postcard_font_color, postcard_font_face, postcard_sender_name, postcard_sender_email, postcard_recipient_name, postcard_recipient_email, postcard_headline, postcard_message)
            VALUES
            ('
$postcard_id', $image_id$current_time, '$bg_color', '$border_color', '$font_color', '$font_face', '$sender_name', '$sender_email', '$recipient_name', '$recipient_email', '$headline', '$message')";
    
$result $site_db->query($sql);

    if (
$result) {
      
$postcard_url $script_url."/postcards.php?".URL_POSTCARD_ID."=".$postcard_id;

      include(
ROOT_PATH.'includes/email.php');
      
$site_email = new Email();
      
$site_email->set_to(stripslashes($recipient_email));
      
$site_email->set_from(stripslashes($sender_email), stripslashes($sender_name));
      
$site_email->set_subject($lang['send_postcard_emailsubject']);
      
$site_email->register_vars(array(
        
"sender_name" => stripslashes($sender_name),
        
"sender_email" => stripslashes($sender_email),
        
"recipient_name" => stripslashes($recipient_name),
        
"postcard_url" => stripslashes($postcard_url),
        
"postcard_send_date" => format_date($config['date_format']." ".$config['time_format'], $current_time),
        
"site_name" => $config['site_name']
      ));
      
$site_email->set_body("postcard_message"$config['language_dir']);
      
$site_email->send_email();

      
$msg .= $lang['send_postcard_success'];
      
$msg .= "<br /><a href=\"".$back_url."\">".$lang['back_to_gallery']."</a>";
      
$action "showcard";
    }
    else {
      
$msg $lang['general_error'];
      
$action "previewcard";
      
$main_template "postcard_preview";
    }
  }
}

if (
$action == "showcard") {
  
$expiry time() - 60 60 24 POSTCARD_EXPIRY;
  
$sql "DELETE FROM ".POSTCARDS_TABLE."
          WHERE (postcard_date < 
$expiry)";
  
$site_db->query($sql);

  if (!
$postcard_id){
    
redirect("index.php");
  }
  else {
    
$sql "SELECT p.postcard_id, p.image_id, p.postcard_date, p.postcard_bg_color, p.postcard_border_color, p.postcard_font_color, p.postcard_font_face, p.postcard_sender_name, p.postcard_sender_email, p.postcard_recipient_name, p.postcard_recipient_email, p.postcard_headline, p.postcard_message, i.image_name, i.cat_id, i.image_media_file, i.image_thumb_file
            FROM ("
.POSTCARDS_TABLE." p, ".IMAGES_TABLE." i)
            WHERE p.postcard_id = '
$postcard_id' AND p.image_id = i.image_id";
    
$image_row $site_db->query_firstrow($sql);

    if (!
$image_row) {
      
show_error_page($lang['invalid_postcard_id']);
    }
    else {
      
$image get_media_code($image_row['image_media_file'], $image_row['image_id'], $image_row['cat_id'], $image_row['image_name'], $mode1);
      
$thumbnail get_thumbnail_code($image_row['image_media_file'], $image_row['image_thumb_file'], $image_row['image_id'], $image_row['cat_id'], $image_row['image_name'], $mode);
      
$image_name_link "<a href=\"".$site_sess->url(ROOT_PATH."details.php?".URL_IMAGE_ID."=".$image_row['image_id'])."\">".format_text($image_row['image_name'])."</a>";
      
$site_template->register_vars(array(
        
"image" => $image,
        
"thumbnail" => $thumbnail,
        
"image_name_link" => $image_name_link,
        
"bg_color" => format_text($image_row['postcard_bg_color'], 2),
        
"border_color" => format_text($image_row['postcard_border_color'], 2),
        
"font_color" => format_text($image_row['postcard_font_color'], 2),
        
"font_face" => format_text($image_row['postcard_font_face'], 2),
        
"sender_name" => format_text($image_row['postcard_sender_name'], 2),
        
"sender_email" => format_text($image_row['postcard_sender_email'], 2),
        
"recipient_name" => format_text($image_row['postcard_recipient_name'], 2),
        
"recipient_email" => format_text($image_row['postcard_recipient_email'], 2),
        
"headline" => format_text($image_row['postcard_headline'], 2),
        
"message" => format_text($image_row['postcard_message'], 0)
      ));
    }
  }
}

if (
$action == "previewcard") {
  
$error 0;
  
$bg_color un_htmlspecialchars(trim($HTTP_POST_VARS['bg_color']));
  
$border_color un_htmlspecialchars(trim($HTTP_POST_VARS['border_color']));
  
$font_color un_htmlspecialchars(trim($HTTP_POST_VARS['font_color']));
  
$font_face un_htmlspecialchars(trim($HTTP_POST_VARS['font_face']));

  
$sender_name un_htmlspecialchars(trim($HTTP_POST_VARS['sender_name']));
  
$sender_email un_htmlspecialchars(trim($HTTP_POST_VARS['sender_email']));
  
$recipient_name un_htmlspecialchars(trim($HTTP_POST_VARS['recipient_name']));
  
$recipient_email un_htmlspecialchars(trim($HTTP_POST_VARS['recipient_email']));

  
$headline un_htmlspecialchars(trim($HTTP_POST_VARS['headline']));
  
$message un_htmlspecialchars(trim($HTTP_POST_VARS['message']));

  
$back_url = (!empty($HTTP_POST_VARS['back_url'])) ? un_htmlspecialchars(stripslashes(trim($HTTP_POST_VARS['back_url']))) : $site_sess->url(ROOT_PATH."index.php""&");

  if (
$sender_name == "" || $sender_email == "" || $recipient_name == "" || $recipient_email == "" || $headline == "" || $message == "") {
    
$msg .= $lang['lostfield_error'];
    
$error 1;
  }
  if ((
$sender_email != "" && !check_email($sender_email)) || ($recipient_email != "" && !check_email($recipient_email))) {
    
$msg .= (($msg != "") ? "<br />" "").$lang['invalid_email_format'];
    
$error 1;
  }

  if (!
$error) {
    
$main_template "postcard_preview";
    
$image get_media_code($image_row['image_media_file'], $image_id$cat_id$image_row['image_name'], $mode1);
    
$thumbnail get_thumbnail_code($image_row['image_media_file'], $image_row['image_thumb_file'], $image_id$cat_id$image_row['image_name'], $mode);
    
$site_template->register_vars(array(
      
"image" => $image,
      
"thumbnail" => $thumbnail,
      
"image_name" => format_text($image_row['image_name']),
      
"url_postcard" => $site_sess->url(ROOT_PATH."postcards.php?".URL_IMAGE_ID."=".$image_id),
      
"bg_color" => format_text(stripslashes($bg_color), 2),
      
"border_color" => format_text(stripslashes($border_color), 2),
      
"font_color" => format_text(stripslashes($font_color), 2),
      
"font_face" => format_text(stripslashes($font_face), 2),
      
"sender_name" => format_text(stripslashes($sender_name), 2),
      
"sender_email" => format_text(stripslashes($sender_email), 2),
      
"recipient_name" => format_text(stripslashes($recipient_name), 2),
      
"recipient_email" => format_text(stripslashes($recipient_email), 2),
      
"headline" => format_text(stripslashes($headline), 2),
      
"message" => format_text(stripslashes($message), 0),
      
"message_hidden" => format_text(stripslashes($message), 2),
      
"image_id" => $image_id,
      
"lang_sender" => $lang['sender'],
      
"lang_recipient" => $lang['recipient'],
      
"lang_edit_postcard" => $lang['edit_postcard'],
      
"lang_send_postcard" => $lang['send_postcard'],
      
"back_url" => format_text($back_url),
      
"lang_captcha" => $lang['captcha'],
      
"lang_captcha_desc" => $lang['captcha_desc'],
      
"captcha_postcards" => (bool)$captcha_enable_postcards
    
));
  }
  else {
    
$action "createcard";
    
$main_template "postcard_create";
    
$sendprocess 1;
  }
}

if (
$action == "createcard" || $action == "modifycard") {
  if (!
$sendprocess) {
    
$bg_color "";
    
$border_color "";
    
$font_color "";
    
$font_face "";
    
$sender_name = ($user_info['user_level'] != GUEST) ? $user_info['user_name'] : "";
    
$sender_email = ($user_info['user_level'] != GUEST) ? $user_info['user_email'] : "";
    
$recipient_name "";
    
$recipient_email "";
    
$headline "";
    
$message "";
  }

  if (
$action == "modifycard") {
    
$bg_color un_htmlspecialchars(trim($HTTP_POST_VARS['bg_color']));
    
$border_color un_htmlspecialchars(trim($HTTP_POST_VARS['border_color']));
    
$font_color un_htmlspecialchars(trim($HTTP_POST_VARS['font_color']));
    
$font_face un_htmlspecialchars(trim($HTTP_POST_VARS['font_face']));

    
$sender_name un_htmlspecialchars(trim($HTTP_POST_VARS['sender_name']));
    
$sender_email un_htmlspecialchars(trim($HTTP_POST_VARS['sender_email']));
    
$recipient_name un_htmlspecialchars(trim($HTTP_POST_VARS['recipient_name']));
    
$recipient_email un_htmlspecialchars(trim($HTTP_POST_VARS['recipient_email']));

    
$headline un_htmlspecialchars(trim($HTTP_POST_VARS['headline']));
    
$message un_htmlspecialchars(trim($HTTP_POST_VARS['message']));
    
$message strip_tags($message);
  }

  
$image get_media_code($image_row['image_media_file'], $image_id$cat_id$image_row['image_name'], $mode1);
  
$thumbnail get_thumbnail_code($image_row['image_media_file'], $image_row['image_thumb_file'], $image_id$cat_id$image_row['image_name'], $mode);
  
$site_template->register_vars(array(
    
"image" => $image,
    
"thumbnail" => $thumbnail,
    
"image_name" => format_text($image_row['image_name']),
    
"lang_bg_color" => $lang['bg_color'],
    
"bg_color" => $bg_color,
    
"lang_border_color" => $lang['border_color'],
    
"border_color" => $border_color,
    
"lang_font_color" => $lang['font_color'],
    
"font_color" => $font_color,
    
"lang_font_face" => $lang['font_face'],
    
"font_face" => $font_face,
    
"image_id" => $image_id,
      
"lang_sender" => $lang['sender'],
    
"lang_recipient" => $lang['recipient'],
    
"lang_email" => $lang['email'],
    
"lang_name" => $lang['name'],
    
"lang_headline" => $lang['headline'],
    
"lang_message" => $lang['message'],
    
"lang_preview_postcard" => $lang['preview_postcard'],
    
"url_postcard" => $site_sess->url(ROOT_PATH."postcards.php?".URL_IMAGE_ID."=".$image_id),
    
"sender_name" => format_text(stripslashes($sender_name), 2),
    
"sender_email" => format_text(stripslashes($sender_email), 2),
    
"recipient_name" => format_text(stripslashes($recipient_name), 2),
    
"recipient_email" => format_text(stripslashes($recipient_email), 2),
    
"headline" => format_text(stripslashes($headline), 2),
    
"message" => format_text(stripslashes($message), 2),
    
"lang_send_postcard" => $lang['send_postcard'],
    
"back_url" => format_text(stripslashes($url), 2)
  ));
}

//-----------------------------------------------------
//--- Clickstream -------------------------------------
//-----------------------------------------------------
$clickstream "<span class=\"clickstream\"><a href=\"".$site_sess->url(ROOT_PATH."index.php")."\" class=\"clickstream\">".$lang['home']."</a>".$config['category_separator'];
if (
$mode == "lightbox" && !empty($user_info['lightbox_image_ids'])) {
  
$clickstream .= "<a href=\"".$site_sess->url(ROOT_PATH."lightbox.php")."\" class=\"clickstream\">".$lang['lightbox']."</a>".$config['category_separator']."<a href=\"".$site_sess->url(ROOT_PATH."details.php?".URL_IMAGE_ID."=".$image_id."&amp;mode=".$mode)."\" class=\"clickstream\">".$image_row['image_name']."</a>".$config['category_separator'];
}
elseif (
$mode == "search" && !empty($session_info['search_id'])) {
  
$clickstream .= "<a href=\"".$site_sess->url(ROOT_PATH."search.php?show_result=1")."\" class=\"clickstream\">".$lang['search']."</a>".$config['category_separator']."<a href=\"".$site_sess->url(ROOT_PATH."details.php?".URL_IMAGE_ID."=".$image_id."&amp;mode=".$mode)."\" class=\"clickstream\">".$image_row['image_name']."</a>".$config['category_separator'];
}
else {
  
$clickstream .= get_category_path($cat_id1).$config['category_separator']."<a href=\"".$site_sess->url(ROOT_PATH."details.php?".URL_IMAGE_ID."=".$image_id)."\" class=\"clickstream\">".$image_row['image_name']."</a>".$config['category_separator'];
}
$clickstream .= $lang['send_postcard']."</span>";

//-----------------------------------------------------
//--- Print Out ---------------------------------------
//-----------------------------------------------------
$site_template->register_vars(array(
  
"msg" => $msg,
  
"clickstream" => $clickstream,
));
$site_template->print_template($site_template->parse_template($main_template));
// MOD: Dynamic page title BLOCK BEGIN
//-----------------------------------------------------
//--- Parse Header & Footer ---------------------------
//-----------------------------------------------------
if (isset($main_template) && $main_template) {
  
$header $site_template->parse_template("header");
  
$footer $site_template->parse_template("footer");
  
$site_template->register_vars(array(
    
"header" => $header,
    
"footer" => $footer
  
));
  unset(
$header);
  unset(
$footer);
}
// MOD: Dynamic page title BLOCK END
include(ROOT_PATH.'includes/page_footer.php');
?>

Offline AntiNSA2

  • Hero Member
  • *****
  • Posts: 774
  • As long as I can finish my site before I die.
    • View Profile
    • http://www.thelifephotography.com
Re: [MOD] Dynamic Page Title for v1.7 & v1.7.1
« Reply #160 on: May 19, 2009, 06:44:57 AM »
Im getting ready to do this on 1.7.6... can you tell me will it have any affec ton the sitemap and does it also have any positive effect on SEO or is it only eye candy for the site user?

for 1.7.6 do we do the 1.7.1 or the 1.7.0 version? SOmeone earlier said the 1.7.0 version until it tells you too stop.. can this be true?
« Last Edit: May 19, 2009, 07:25:09 AM by AntiNSA2 »
As long as I can finish my site before I die.

Offline yousaf

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
Re: [MOD] Dynamic Page Title for v1.7 & v1.7.1
« Reply #161 on: May 28, 2009, 12:32:06 PM »
@AntiNSA2
certainly it will place a positive effect on your Site ranking in search engines.

i am also waiting for Chris's reply as i want to use it on the new 1.7.7 version, just wana ask is it compatible or have to make some changes

Offline Sunny C.

  • Addicted member
  • ******
  • Posts: 1.805
  • I ♥ 4I
    • View Profile
Re: [MOD] Dynamic Page Title for v1.7 & v1.7.1
« Reply #162 on: May 28, 2009, 02:59:28 PM »
This modification is compatible

Look: http://www.4homepages.de/forum/index.php?topic=24888.0

Offline yousaf

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
Re: [MOD] Dynamic Page Title for v1.7 & v1.7.1
« Reply #163 on: May 28, 2009, 03:03:32 PM »
Thank You Benny :)
I will give it a try now

Offline yousaf

  • Jr. Member
  • **
  • Posts: 59
    • View Profile
Re: [MOD] Dynamic Page Title for v1.7 & v1.7.1
« Reply #164 on: May 28, 2009, 04:07:53 PM »
I am using 4images 1.7.7 on my site
i followed the steps for 1.7 successfully but when i tried to follow the next step for 1.71
Where we are told to do it for the new versions
Quote
IF you are using version 1.7, you are finished STOP HERE
i was unable to locate the lines in includes/page_header.php

what should i do now?
shall i stop here?
or i have to follow the last steps as well  without editing page_header.php?

on the 10th page of this thread Thunderstrike said that, "
I test too and is work good. No do last step for page_header.php (for header and footer). 4images is now in template for header and footer. No from page_header. ;)

Which one is the last step