1
adam_m_erick
Re: question on xbs meta tags module

Make sure in the admin area / page index that you are using the right setting, there are so many. MostOrder, TextOrder, DB. I haven't done a lot with it lately I think once you have entered in data for the meta description you switch it from XOOPS to DB.
Make sure you are not using the XOOPS DB for Meta Tags.



2
adam_m_erick
Re: question on xbs meta tags module

Welcome, I'm glad it works for you(and me).

SEO just got a little easier. Thanks to XOOBYDOO

It also works on simple modules I created that just have html content in them so far.



3
adam_m_erick
Re: question on xbs meta tags module

From XOOBYDOO a couple of years ago:
Quote:
Change line 61 in the include/metatags.php file to read

$v2014 = ((XOOPS_VERSION == 'XOOPS 2.0.14')||(XOOPS_VERSION == 'XOOPS 2.0.15')||(XOOPS_VERSION == 'XOOPS 2.0.16'));

So from inside the tag module /include/metatags.php

replace with this on line 61
$v2014 = ((XOOPS_VERSION == 'XOOPS 2.0.14')||(XOOPS_VERSION == 'XOOPS 2.0.18')||(XOOPS_VERSION == 'XOOPS 2.3.0')||(XOOPS_VERSION == 'XOOPS 2.3.0-beta'));[/quote]

Worked for me using 2.3.0-beta I was not sure if 2.3.0 or 2.3.0-beta would work. so I used both.

Good Luck



4
adam_m_erick
Re: REALLY REALLY NEED HELP !!!

I understand what you are saying but can I change the module myself or something else so this error is not thrown on the page to view?

I have (Google)found this "deprecated" error on production sites more than I have found solutions.

I will make the changes if I can find the time and post module with changes.



5
adam_m_erick
Re: REALLY REALLY NEED HELP !!!

Quote:
Warning: MyTextSanitizer::makeTboxData4Show is deprecated in file /class/module.textsanitizer.php line 575


I get this same message using piCal-0.7
When I try to post a schedule on the calendar. Not a big problem yet.
Using XOOPS 2.3B1

From Xoops Dev Forge Quote:
Kernel Deprecated Functions
Now the old ones, with the correct equivalent:

* function makeTboxData4Save($text)
* function makeTareaData4Save($text)

--> $ts->addSlashes($text);

So I need to change everywhere in old modules that has these types of functions with Quote:
$ts->addSlashes($text);
???



6
adam_m_erick
Re: question on xbs meta tags module

I haven't started yet but my idea is to combine 2 tutorials and a little insight into great SEO statics inside Xoops.

1. Create the page you want in content.

2. Create minimal XOOPS module

3. Inside the index.php file were it says
* echo "Hello World"
place a php break before it and a php start after.

4. View source of content page created and copy "just" the section that would be in the main block.

5. Paste that section over the "echo "hello word section. You know have a static module.

6. Go back into content and hide the same page in content from the world but save it in case you need to do some quick edits.

7. This part I haven't tested but it should work in theory.
Replace meta name info section with if/else statement found here.

https://xoops.org/modules/smartfaq/fag.php?faqid=362

Instructions on minimal XOOPS module is in the wiki section.

https://xoops.org/modules/mediawiki/index.php/A_minimal_Xoops_module

This should work for some of the pages I really want to stick out. Like the home page.



7
adam_m_erick
Re: question on xbs meta tags module

I have been using 2.0.18 for some time and want to SEO. Were you able to make it work?

Any Suggestions?




TopTop



Login

Who's Online

146 user(s) are online (117 user(s) are browsing Support Forums)


Members: 0


Guests: 146


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits