Ultimate SEO Installation Conflict

Discussions and support about the different URL Rewriting techniques for phpBB.

Moderator: Moderators

Ultimate SEO Installation Conflict

Postby napus » Wed Jun 10, 2009 11:42 am

INSTALLATION INSTRUCTION for Ultimate SEO says:
Open: styles/prosilver/template/attachment.html
Find:
Code: Select all
<dt><a href="{_file.U_DOWNLOAD_LINK}"><img src="{_file.THUMB_IMAGE}" alt="{_file.DOWNLOAD_NAME}" title="{_file.DOWNLOAD_NAME} ({_file.FILESIZE} {_file.SIZE_LANG}) {_file.L_DOWNLOAD_COUNT}" /></a></dt>

REPLACE WITH:
Code: Select all
<dt><a href="{_file.U_DOWNLOAD_LINK}"><img src="{_file.THUMB_IMAGE}" alt="{_file.DOWNLOAD_NAME}" title="<!-- IF _file.COMMENT_CLEAN -->{_file.COMMENT_CLEAN} / {_file.DOWNLOAD_NAME}<!-- ELSE -->{_file.DOWNLOAD_NAME} ({_file.FILESIZE} {_file.SIZE_LANG}) {_file.L_DOWNLOAD_COUNT}<!-- ENDIF -->" /></a></dt>

INSTALLATION INSTRUCTION for Highslide Attachment Mod 4.1.4 says:
Open: styles/prosilver/template/attachment.html
Find:
Code: Select all
<!-- IF _file.S_THUMBNAIL -->
      <dl class="thumbnail">
         <dt><a href="{_file.U_DOWNLOAD_LINK}"><img src="{_file.THUMB_IMAGE}" alt="{_file.DOWNLOAD_NAME}" title="{_file.DOWNLOAD_NAME} ({_file.FILESIZE} {_file.SIZE_LANG}) {_file.L_DOWNLOAD_COUNT}" /></a></dt>
         <!-- IF _file.COMMENT --><dd> {_file.COMMENT}</dd><!-- ENDIF -->
      </dl>
      <!-- ENDIF -->

Replace With:
Code: Select all
<!-- IF _file.S_THUMBNAIL -->
      <div class="highslide-gallery">
         <a href="{_file.U_DOWNLOAD_LINK}/{_file.DOWNLOAD_NAME}" class="highslide" onclick="return hs.expand(this)"><img src="{_file.THUMB_IMAGE}" alt="{_file.DOWNLOAD_NAME}" title="{_file.DOWNLOAD_NAME} ({_file.FILESIZE} {_file.SIZE_LANG}) {_file.L_DOWNLOAD_COUNT}" /></a> <div class="highslide-heading"></div>
         <!-- IF _file.COMMENT --><br /> {_file.COMMENT}<!-- ENDIF -->
      </div>
      <!-- ENDIF -->

So, will you help me to make this two mods work together :?:
napus
 
Posts: 41
Joined: Tue May 05, 2009 4:40 pm
Location: Poland

Advertisement

Re: Ultimate SEO Installation Conflict

Postby SeO » Wed Jun 10, 2009 12:23 pm

The ultimate seo url mod is only altering the title tag, replacing :
Code: Select all
title="{_file.DOWNLOAD_NAME} ({_file.FILESIZE} {_file.SIZE_LANG}) {_file.L_DOWNLOAD_COUNT}"

with :
Code: Select all
title="<!-- IF _file.COMMENT_CLEAN -->{_file.COMMENT_CLEAN} / {_file.DOWNLOAD_NAME}<!-- ELSE -->{_file.DOWNLOAD_NAME} ({_file.FILESIZE} {_file.SIZE_LANG}) {_file.L_DOWNLOAD_COUNT}<!-- ENDIF -->"


In this part, so it's the same code change for your case ;)
SeO
Admin
Admin
 
Posts: 6333
Joined: Wed Mar 15, 2006 9:41 pm

Re: Ultimate SEO Installation Conflict

Postby napus » Wed Jun 10, 2009 12:45 pm

Highslide wan't work.
napus
 
Posts: 41
Joined: Tue May 05, 2009 4:40 pm
Location: Poland

Re: Ultimate SEO Installation Conflict

Postby SeO » Wed Jun 10, 2009 3:29 pm

Only changing the title tag cannot break anything, but this change is not really required so.
Could be an .htaccess issue though, have you updated it ?
Can you see attached image and download files ?
SeO
Admin
Admin
 
Posts: 6333
Joined: Wed Mar 15, 2006 9:41 pm


Return to phpBB mod Rewrite

 


  • Related topics
    Replies
    Views
    Last post

Who is online

Users browsing this forum: No registered users and 3 guests