Go Back   Pligg CMS Forum > Other > Suggestions

Reply
 
LinkBack Thread Tools Display Modes
  #21 (permalink)  
Old 12-31-2007, 12:25 PM
Pligg Donor
 
Join Date: Sep 2007
Posts: 184
Thanks: 7
Thanked 37 Times in 26 Posts
Quote:
Originally Posted by Divisive Cotton View Post
To be fair though, the hack that you provided was only given to the community on December 24, so it would be hard to incorporate that into a readme document.

And to be honest, I don't think that the developers should recommend hacks into the core files...

I must have about 15 or more hacks (sorry, mods ) on my site now...

Which is fine, they do the job I want them to... for this version... but getting worried about upgrading to the next Pligg version... when it comes...
Yes, I won't be upgrading for a long while. They will be switching into something entirely new I believe with v1.0 -- which means none of the hacks or mods available anywhere on the forums will likely work. 9.8.2 is a good version and pretty stable -- so I'm happy.
Reply With Quote
  #22 (permalink)  
Old 12-31-2007, 12:40 PM
Divisive Cotton's Avatar
Pligg Donor
 
Join Date: Sep 2007
Posts: 219
Thanks: 2
Thanked 12 Times in 7 Posts
Quote:
Originally Posted by blaze View Post
Yes, I won't be upgrading for a long while. They will be switching into something entirely new I believe with v1.0 -- which means none of the hacks or mods available anywhere on the forums will likely work. 9.8.2 is a good version and pretty stable -- so I'm happy.
I'm not going to upgrade straight away...

But as a rule when it comes to CMS' you should upgrade to the latest version for security reasons...
Reply With Quote
  #23 (permalink)  
Old 12-31-2007, 12:43 PM
AshDigg's Avatar
Coder
 
Join Date: Dec 2005
Posts: 1,574
Thanks: 235
Thanked 345 Times in 206 Posts
Quote:
Originally Posted by blaze View Post
Yes, I won't be upgrading for a long while. They will be switching into something entirely new I believe with v1.0 -- which means none of the hacks or mods available anywhere on the forums will likely work. 9.8.2 is a good version and pretty stable -- so I'm happy.
Thats not true. v1.0 will be similar to 9.8.2 and 9.9 which will be released withing the next 24 hours.
__________________
- Ash
Reply With Quote
  #24 (permalink)  
Old 12-31-2007, 01:24 PM
Pligg Donor
 
Join Date: Sep 2007
Posts: 184
Thanks: 7
Thanked 37 Times in 26 Posts
Quote:
Originally Posted by AshDigg View Post
Thats not true. v1.0 will be similar to 9.8.2 and 9.9 which will be released withing the next 24 hours.
Wow... that's cool! I read somewhere here in the forums that v1.0 was perhaps leaving the smarty template system and switching to something else. That's a major relief!!
Reply With Quote
  #25 (permalink)  
Old 12-31-2007, 04:28 PM
Casual Pligger
Pligg Version: 9.8.2
Pligg Template: custom yget
 
Join Date: Jun 2007
Location: Colorado
Posts: 56
Thanks: 10
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by blaze View Post

Am I to presume that this result is actually correct, and if so, is this good news? Or does it take a while before these errors (if any) have shown up?

This particular site I used as an example is only about 7 weeks old, with only about 650 pages indexed thus far -- which is about where it should be at as far as story/category count goes.
Should be good news but not sure how long it take.


Here are our results from G's webmaster tools This site born on date is may 27, 2007. At one time there were 10000 pages index (dup content) but the site is only and 4400 pages, with 3500 of those being submissions.

On the 24th Dec I reported 400+ dup titles and as you can see thats down to 136. Reading and implementing, what makes sense, the seo threads that are posted on these forums has brought that down.


------
Title tag issues Pages

Missing title tags 1
Duplicate title tags 136
Long title tags 0
Short title tags 0
Non-informative title tags 0

Meta description issues Pages

Duplicate meta descriptions 6047
Long meta descriptions 0
Short meta descriptions 6274

Non-indexable content issues Pages

We didn't detect any issues with non-indexable content on your site.
---

A little work on the robots.txt and and htaccess seems to have cleared up some of the dup content but as you can see there are still over 6000 pages with duplicate meta's and about the same in descriptions which is coming from category's and tags pages still in G's database. Current index now shows 3580 pages which is just about right consider some pages are not allowed to be indexed. Your fix in this thread will fix that but as a mentioned before, a huge task as we have a more than the averages bear's categories.

A change like this on a large site is risky and we have seen a decline in serp's referrals, but still 83% of the traffic comes from the serp's. Done quick, it appears we didnt suffer to badly and we expect the traffic to return to full strength within 30 days.
Reply With Quote
  #26 (permalink)  
Old 01-02-2008, 05:33 PM
Casual Pligger
Pligg Version: 9.8.2
Pligg Template: Vera
 
Join Date: Dec 2007
Posts: 64
Thanks: 6
Thanked 1 Time in 1 Post

When I upload the meta.tpl i get this error:
PHP Code:
Parse errorsyntax errorunexpected T_ELSEIF in /home/.fuzzbuster/aliytito/estosesale.com/news/templates_c/c_23544cf8f4da42d824ceda7424ac9930.php on line 50 
Every time I change something in the template or the pligg.tpl, meta.tpl files I get parse errors! I tought it was cause the template, but it also happens with yget
[1 week ago I was mading some change on the adsense sidebar. I wanted to change the title from Publicidad to Sponsored Links and it gave me parse errors... The only way I could fixed was changing ALSO Publicidad to Sponsored Links on the template_c file that was giving me the error!]

The file that is giving me the error right now contains that:
PHP Code:
<?php /* V2.10 Template Lite 4 January 2007  (c) 2005-2007 Mark Dickenson. All rights reserved. Released LGPL. 2007-12-29 18:32:28 PST */ ?>


        
<?php if ($this->_vars['meta_description'] != ""): ?>
    <meta name="description" content="<?php echo $this->_vars['meta_description']; ?>
" />
<?php else: ?>
    <meta name="description" content="Esto Se Sale 2.o. Manda y vota las noticias mas relevantes del mundo de la tecnologia y multimedia" />
<?php endif; ?>

<?php if ($this->_vars['meta_keywords'] != ""): ?>
    [b]<meta name="keywords" content="<?php echo $this->_vars['meta_keywords']; ?>
 multimedia, tecnología" />
<?php else: ?>
    <meta name="keywords" content="audio, internet, ordenadores, video, sonido, reproductores, musica, informatica, gadgets" />
<?php endif; ?>[/b]
    <meta name="Language" content="es-ES" />
<meta name="copyright" content="Juan Martin" />
<meta name="revisit-after" content="1 day" />
<meta name="robots" content="index,follow" />
I know that if I modify that file it will work, but why my f+ck+ng pligg do what tempates_c files do??? I guess it should do what sidebar.tpl, pligg.tpl, or whatever file says, but NOOOO.... my crazy pligg only do what is written on his template_c files
Every time I have to make a hack I have to change 2 files, the ones for the hack, which is normal, and another one from templates_c which is.... crazy.

I tried to delete all the files on template_c before changing anything, but after deleting them I Irefresh to see if they really have been deleted and....they are back even if I don't upload nothing, so it won't work... These files never dissapear!

Anyone can help me?

Maybe I should delete and re-install my pligg

Hope you can help althoug it looks pretty strange

Thanks
__________________
Esto Se Sale 2.0
Reply With Quote
  #27 (permalink)  
Old 01-02-2008, 06:08 PM
Pligg Donor
 
Join Date: Sep 2007
Posts: 184
Thanks: 7
Thanked 37 Times in 26 Posts
Juan, the template_c files are created "on-the-fly" whenever someone accesses the site. So yes, if you're deleting them, but at the same time someone accesses your site, then those files will be re-written and when you refresh, you will see that the folder is not empty. Just delete them again.

DO NOT CHANGE ANYTHING in you template_c folder. It's not needed. Just empty it then access your page. If you have to keep emptying it, then keep doing it until it's empty.

Yes, it can be a pain if you have a busy site, but why not just create a subfolder, install pligg into that, then make all the necessary changes needed. When it's working as it should, then transfer those files over to your pligg install? You should not be updating your site LIVE with patches and fixes that you haven't even tried yet -- always apply mods to a test site first, then transfer over the fixes.

I have no idea what file you posted your code from -- but it's not from a tpl file, which is where these fixes are to be applied (excluding the index.php hack.)
Reply With Quote
  #28 (permalink)  
Old 01-03-2008, 10:43 AM
Casual Pligger
Pligg Version: 9.8.2
Pligg Template: Vera
 
Join Date: Dec 2007
Posts: 64
Thanks: 6
Thanked 1 Time in 1 Post
Thanks blaze, but I don't think the problem is that when I delete the files someone enter to the site because I just did 20 unique visitors yesterday!

Anyway I'm gonna move my pligg installation from estosesale.com/news to estosesale.com(as I should have been done before.....) Hope I can do it with backup & restore.
Once I got it restored at estosesale.com I'll retry to apply that fixes, hope it works then...
__________________
Esto Se Sale 2.0
Reply With Quote
  #29 (permalink)  
Old 01-03-2008, 02:48 PM
wwwSENSERELYcom's Avatar
Casual Pligger
 
Join Date: May 2007
Location: Tianjin, China
Posts: 73
Thanks: 2
Thanked 2 Times in 1 Post
show us the meta.tpl file that you upload. Obviously it has a mistake in it, and that's all there is to it!
Reply With Quote
  #30 (permalink)  
Old 01-04-2008, 06:21 PM
Casual Pligger
Pligg Version: 9.8.2
Pligg Template: Vera
 
Join Date: Dec 2007
Posts: 64
Thanks: 6
Thanked 1 Time in 1 Post
Hello

I have moved my pligg installation from estosesale.com/news to estosesale.com but the problem persists.
I have discodered that the problem is with my templates_c folder, because in that case I'm trying to change meta tags, but if I try to change the design of the template, add a box to the sidebar I receive same kind of errors.
In summary the problem appears when I try to change the something in the source code.

Moreover I have installed pligg on another subdomain (after applying the same hacks, tricks and mods that I got at estosesale.com) and it works. So no doubt, the problem is somewhere in my installation.

I will delete the hostname, db, etcetera and create a new installation
__________________
Esto Se Sale 2.0
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
Meta Tagging Categories Properly? Andromedan Modification Tutorials 1 04-04-2008 03:46 PM
Set Character Limit for Meta Description Tags? blaze General Help 0 12-23-2007 05:29 PM
Meta Description Problems HelloKitty General Help 0 10-17-2007 08:34 AM
Setting default meta description Biomech General Help 9 10-03-2007 01:08 PM
Dynamic meta description tag generation fix creep Bug Report 2 03-17-2007 10:32 AM


Search Engine Friendly URLs by vBSEO 3.2.0