6 Posts
reader80
10 years ago
1
Topic

Hello,

I migrated my Joomla 1.5.26 with jSeblod 1.9.x into Joomla 2.5.11 using jUpgrade component. Then I installed Seblod 3.1.3 without any Importer tool (articles were already seen in my new site).

The problem is that every article has got Seblod markup like this:

::jseblod::article::/jseblod::
::panel_article:: ::/panel_article::
::wysiwyg_introtext::

(now old introtext)

::/wysiwyg_introtext::
::wysiwyg_fulltext:: ::/wysiwyg_fulltext::
::panel_article_details:: ::/panel_article_details::
::panel_article_params:: ::/panel_article_params::
::panel_article_meta:: ::/panel_article_meta::
::panel_end:: ::/panel_end::
::jseblodend::::/jseblodend::

Is there a way to automatically remove that markup?
When I open an article with Seblod editing window, my old introtext dissapears after saving. Manual removal works fine but there are hundreds of articles...

TIA,
Peter

Get a Book for SEBLOD
6 Posts
reader80
10 years ago
0
Level 1

Well, I can see my post hasn't been published or disappeared.

It's good to do these changes on your localhost, not on your live site.
Well, it works only on simple templates like 'Article' or 'Mini article', without any additional fields.
OK, here's my shortened solution.

1. Go to PhpMyAdmin, and export 'xxx_content' table with REPLACE option.

2. Find a query to be replaced. In my Seblod it was:

::jseblod::article::/jseblod::

::panel_article:: ::/panel_article::

::wysiwyg_introtext::


and

::/wysiwyg_introtext::

::wysiwyg_fulltext:: ::/wysiwyg_fulltext::

::panel_article_details:: ::/panel_article_details::

::panel_article_params:: ::/panel_article_params::

::panel_article_meta:: ::/panel_article_meta::

::panel_end:: ::/panel_end::

::jseblodend::::/jseblodend::

3. Open your SQL file with an advanced editor i.e. Notepad2.

4. Copy the unwanted markup, choose Replace (Ctrl-H) function, paste into a first textbox. 
    In a second one don't write anything. Run the command Replace.

5. Repeat 4th point with another markup (if applicable).

6. Save SQL file with different name.

7. Open PhpMyAdmin again, import changed table.

8. Go into Joomla Admin, refresh your cache.

9. Open your site. Markup shouldn't be seen anymore.

Get a VIP membership