Datalife To Wordpress Convert

Status
Not open for further replies.

John

Active Member
659
2009
49
445
I need to convert datalife to wordpress. I am at offshore hosting and I have legal site and nulled DLE so I want to convert it to WP and go to some legal host. Plese help. Is there any tutorial, script, software...
 
14 comments
there are wordpress tools which can import from blogger and ALSO have the same URL,may be you can change it to work with DLE.

also does your site depend on googkle? if no,then you can grab via rss and repost
 
I guess there should be a rss post fetcher like in DLE
You can grab the new using it if available

I guess it shouldn't be much difficult to add the posts to wp since they both store html in the db

AFAIK there is no converter available atm
 
In dle my shortstory and fullstory was this

<img src="http://www.posterswall.com{full-story}" alt="{title}" />

so that mean {full-story} was link to poster

I want to make same thing on WP. I imported all my "news" from DLE so now I have about 180 posts in my WP showing just link to poster
look http://i26.lulzimg.com/08aee0.png

I am good in DLE but I never used WP and now I feel regret for that
Can u help me?
 
Open wp-content/themes/{mythemename}/functions.php

At the end of file add this:

PHP:
function append_to_post($post_body_content) {
$post_body_content = "http://www.posterswall.com" . $post_body_content;
return $post_body_content;
}
add_filter('the_content', 'append_to_post');
That should do the trick

Source: http://forum.bytesforall.com/
 
I have same request

Hello, i'm new here,

i have same request, i just bought a domain some days ago and i installed Datalife Engine 9.3 on it, but now i'm thinking to use wordpress because i think wordpress is better for SEO.

The problem is that i started to customise my DLE template, and i dont want loose it, so i would like to convert it as a Worpress theme .

Is it possible ?

My site is available there : http://www.softwarchive.com

I just think about it now, cause my site hasnt been index yet by Search engines thatswhy i wish to convert it now .

Please, if someone can help me .:)
 
Hello, i'm new here,

i have same request, i just bought a domain some days ago and i installed Datalife Engine 9.3 on it, but now i'm thinking to use wordpress because i think wordpress is better for SEO.

The problem is that i started to customise my DLE template, and i dont want loose it, so i would like to convert it as a Worpress theme .

Is it possible ?

My site is available there : http://www.softwarchive.com

I just think about it now, cause my site hasnt been index yet by Search engines thatswhy i wish to convert it now .

Please, if someone can help me .:)


I know this template there is nothing custom in it. Port from DLE to WP will be very expensive if you want it to be good, so this is not profitable because for that money you can buy very nice WP theme, - much more better that this one that you use on DLE.

Think twice before choosing CMS. DLE is better for your users (posters). If you are making your personal blog go with WP.

; )
 
re :

Yeah, i'm thinking twice, i just start the site, so thatswhy i ask the opinions.. i prefer to start in good way .:)

Do you have exemples of themes which look like same ?

It's not a personal blog that i wanna build, but rather a big library with all kind of contents, movies, games, softwares, ebooks, ...

thatswhy for first i thought of DLE.

I still would like to find a theme which look like same from structure atleast.

3 columns and top menu with blocks everywhere on left and rights.
 
It's not a personal blog that i wanna build, but rather a big library with all kind of contents, movies, games, softwares, ebooks, ...

I think DLE will be better for you, if you know how to seo warez site you can use even Drupal :P

Argument - Wordpress is better for SEO in your case will not apply ... X-|
 
I think DLE will be better for you, if you know how to seo warez site you can use even Drupal :P

Argument - Wordpress is better for SEO in your case will not apply ... X-|

I am 100% with you Drinkordie...DLE is more customization in term of theme and freely design on theme...and heavy download site like that DLE is well known for warez sites
 
I need to convert datalife to wordpress. I am at offshore hosting and I have legal site and nulled DLE so I want to convert it to WP and go to some legal host. Plese help. Is there any tutorial, script, software...
That's not a problem anymore, there is a professional way to do any CMS to any CMS conversion http://gconverter.com/datalife-engine-to-wordpress/ . These guys have a very good reputation. I've converted my DLE to Wordpress as well using this.
 
Status
Not open for further replies.
Back
Top