Go Back   Pligg CMS Forum > Pligg Development > Core Development

Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 06-19-2006, 11:32 AM
3dKiller's Avatar
Constant Pligger
 
Join Date: Mar 2006
Location: Newport Beach
Posts: 159
Thanks: 24
Thanked 2 Times in 1 Post
Quote:
Originally Posted by Simon
When you guys are talking about having "pligg" at the end of story titles etc, are you meaning that whatever the user wants (ie. their site name) is put there, rather than simply "pligg"?
Yes Simon, "Pligg" would be the default variable. Thanks for clarifying this with a question.

~3d
Reply With Quote
  #12 (permalink)  
Old 06-30-2006, 06:35 PM
Casual Pligger
 
Join Date: Jun 2006
Posts: 66
Thanks: 0
Thanked 0 Times in 0 Posts
Simon, I *think* they are talking about swapping the order in which the title information is displayed. When viewing an article the thitle would be something like:

<TITLE>Fred's PliggStation / How Fred got his wonderful name</TITLE>

but 3DKiller is saying it would be better like this:

<TITLE>How Fred got his wonderful name / Fred's PliggStation</TITLE>

and that's better because the page information appears before the pligg name in the title, providing more meaningful search engine results. It puts the juicy, unique stuff ahead of the site title. It also makes it easier to scan a list of titles, including bookmarked pages list (otherwise, if you bookmark a bunch of pages from the same site you end up with bunch of unhelpful "Fred's PliggStation / Bla..." kind of bookmarkers.

Check my title here: http://www.travelscoop.co.nz/story/70/

I did it like this... in head.tpl find this:

Quote:
<title>{#PLIGG_Visual_Name#} / {$title}</title>
... and replace with:

Quote:
<title>{#PLIGG_Visual_Name#} / {$title}</title>
{if $title eq ""}
<title>{#PLIGG_Visual_Name#} / The place that Fred calls home</title>
{else}
<title>{$title} / {#PLIGG_Visual_Name#} / Fred's place</title>
{/if}
But if that is not what they were talking about, then there you have a nicely detailed description about how I did something totally irrelevant.
Reply With Quote
Reply

Thread Tools
Display Modes
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Similar Threads
Thread Thread Starter Forum Replies Last Post
Blank Page after install en3r0 Installation and Upgrade Help 9 08-25-2007 10:14 PM
Content on seperate page cryptkeeper General Help 12 02-25-2007 01:42 PM
tags take me to error page? lithman General Help 2 05-14-2006 08:05 AM
need to refresh every page Beckme Bug Report 0 02-24-2006 11:45 PM
Changing the page direction alnet Pligg Templates 4 01-29-2006 10:42 PM


Search Engine Friendly URLs by vBSEO 3.2.0