We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

LG Better Meta 1.4.0 - NEW RELEASE!

Development and Programming

Kev-O's avatar
Kev-O
50 posts
17 years ago
Kev-O's avatar Kev-O

Right on Leevi, thanks alot

       
Leevi Graham's avatar
Leevi Graham
1,143 posts
17 years ago
Leevi Graham's avatar Leevi Graham

Unfortunately it seems the only way around this is to use the actual character rather than its html entity :( I think that will upset page validation for some people.

       
Leevi Graham's avatar
Leevi Graham
1,143 posts
17 years ago
Leevi Graham's avatar Leevi Graham

Ok this is fixed but only in the new 1.5.0 commercial release that now supports MSM - Multi Site Manager.. Grab it while its hot

       
Wired's avatar
Wired
181 posts
17 years ago
Wired's avatar Wired

Im having problems getting the extension tab to appear. I can mess with the extension settings but i dont know what im doing wrong. I have 1.6.2 of ee installed. I tried disabling all the other extensions but no luck. The only extension i cant turn off is fresh variable which i cant turn off for some reason.

       
Wired's avatar
Wired
181 posts
17 years ago
Wired's avatar Wired

nvm i got the extension to work.

       
Wired's avatar
Wired
181 posts
17 years ago
Wired's avatar Wired

Now I cant get the entry meta information to display correctly in the html source. For some reason Im getting the site’s meta info.

       
openmotive's avatar
openmotive
65 posts
17 years ago
openmotive's avatar openmotive

I’m having the same problem as Wired.

Purchased and installed the commercial version. Settings all look good and the HTML rendered uses the extension settings just fine…but it doesn’t take into account what I’ve entered in the Better Meta tag on individual entries:

  • The Title only shows the site title, it doesn’t add the entry title
  • The description and keywords displays what’s in the extension settings, not what I put in the individual entries.

Any ideas if I’m doing something wrong?

       
Wired's avatar
Wired
181 posts
17 years ago
Wired's avatar Wired

He emailed me and said to check out the document. I still haven’t got the slightest clue. For some reason I can get the exact entry using enry_id parameter. I tried using segment as a value but no luck. I hope that helps openmotive.

       
Wired's avatar
Wired
181 posts
17 years ago
Wired's avatar Wired

Hey openmotive, try using segment as a value for the entry_id parameter. Also it would help if you use embed a different template for those specific entries you wish to publish. Hope that helps.

       
openmotive's avatar
openmotive
65 posts
17 years ago
openmotive's avatar openmotive

Just ain’t workin.

Leevi, I’m using the commercial version of Better Meta. In order to make sure it’s not an embeeded template issue I’m currently calling it in the main page template per the instructions. The only caveat I can think of: I’m using Mark Huot’s Tome.

When the page renders, no matter what has been entered for the entry itself, the global meta tags get used. Is it possible this is a conflict with Tome?

       
Leevi Graham's avatar
Leevi Graham
1,143 posts
17 years ago
Leevi Graham's avatar Leevi Graham

Hey guys,

Sorry I didn’t get these for some reason I’m not subscribed to this thread.

If you are going to use a segment you must use the url_title parameter. Its always best to add the site_id param as well for faster mysql lookup.

Have you created a single template with nothing but the {exp:lg_better_meta} tag? If not create one and start hard coding some url titles into the tag to test the output.

Cheers Leevi

       
gridonic's avatar
gridonic
231 posts
17 years ago
gridonic's avatar gridonic

Hi Leevi

I just found a bug in your module code, the robots_follow parameter does not behave as expected:

if($TMPL->fetch_param('robots_follow'))
{
    $robots['follow'] = $TMPL->fetch_param('robots_archive');
}

should be

if($TMPL->fetch_param('robots_follow'))
{
    $robots['follow'] = $TMPL->fetch_param('robots_follow');
}

in pi.lg_better_meta.php on the line 305.

       
Leevi Graham's avatar
Leevi Graham
1,143 posts
17 years ago
Leevi Graham's avatar Leevi Graham

Thanks for spotting that… its already checked into the next release 😊

       
Mark Bowen's avatar
Mark Bowen
12,637 posts
17 years ago
Mark Bowen's avatar Mark Bowen

Hi Leevi,

Don’t know if it’s just me or not but I was just working on a site today and noticed that where I should have my Title field when I go to publish a new entry in a weblog the name of the field is now Site title. I actually don’t have this weblog set as one of the weblogs set to be using Better Meta and so I wouldn’t have expected it to do that and in fact is it meant to do that at all?

Screenshot attached to show what I mean.

Best wishes,

Mark

       
Mark Bowen's avatar
Mark Bowen
12,637 posts
17 years ago
Mark Bowen's avatar Mark Bowen

Hiya Leevi,

One other very minute thing I noticed was that in the rendered source code you have Expression Engine instead of ExpressionEngine 😉

Just wondering if you had any ideas about the Site title bit yet though?

Thanks matey!!

Best wishes,

Mark

       
1 2 3 4 5

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.