PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Wordpress & WB18
Wordpress & WB18
Débuté par iso, 27 avr. 2015 19:04 - 7 réponses
Posté le 27 avril 2015 - 19:04
Hello

Has anyone any experience of linking a wordpress site with a Webdev site,

I have a wordpress an need to create some additional functionality but im not so great with php so was thinking of trying to link it to a webdev site, anyone done this?

thanks

iso
Posté le 27 avril 2015 - 19:53
Hi

I haven't tried with wordpress, but I did have to work a few years back for a customer who wanted to do the same thing with phpbb...

So, the result of my experience is :
- if you are good in php, you may be able to do it
- otherwise, it's going to be a nightmare if your "linking" is in any way involved...

By the way, that experience was about the time I decided to never again touch php, in webdev or otherwise <img src="/NG2013_WEB/ui/smiley/1.gif" align=absmiddle border=0 alt=":-)">

Best regards
Posté le 27 avril 2015 - 22:14
Hi Iso,

Don't know what you mean by linking, but you can embed a Webdev page (hosted elsewhere) in Wordpress.
I used the method below since there were no plugins available at the time to use an iFrame or other means of embedding content.

Edit the theme:
/* LAYOUT: One column, no sidebar DESCRIPTION: One centered column with no sidebar */ .one-column #container { float: left; margin: 0 0 0 20; width: 100%; } .one-column #content { margin: 0 0 0 0px; width: 900px; } Then embed your content in a text widget:
<div style=width:176px; height 170px;"> <iframe src="<a class="ExternalLink" rel="nofollow" target="_blank" href="http://www.xxxx.com/XXXX_WEB/US/PAGE_XXXXX?Param=XXXXXXX">http://www.xxxx.com/XXXX_WEB/US/PAGE_XXXXX&hellip;</a>"</iframe> </div> It may need some tweaking.

Regards,
Piet
Posté le 27 avril 2015 - 22:26
hi thanks for you help

yes Fabrice thats my problem im not good in php.

what i mean by linking is when someone logs onto their Wordpress account, i d like to be able to get that persons userid (using PHPExecute) and look it up in a tables i have created to view the stuff i have done. My problem is trying to capture the currently logged on users id, i have found some info on the wordpress support site but cant get it to work.

thanks

iso
Posté le 28 avril 2015 - 13:33
ISO,

Can't you call a script from your site which will accept required info from PHP script.

What you can do is modify the log in part of WP to call your script once the user is verified by the WP's log in system.

And the rest your system can do at your end.

Just my two cents.
Posté le 28 avril 2015 - 23:38
I found a solution to this if anyone needs to know how its done let me know.

Thanks Piet going to try that.

iso
Posté le 29 avril 2015 - 08:11
Hi Iso,

I forgot to mention that you need the PageView plugin.

Regards,
Piet
Posté le 16 novembre 2017 - 00:04
Hello, I am looking for a method to integrate my webdev 20 page on wordpress. please if you have some explanation. my email address: rezoft@gmail.commerci bcp...