WYSIWYG CMS ( CMS php include ) ***UPDATED 15/10/2009***

In this section you can share self-made extensions with other users of WYSIWYG Web Builder.
There is a dedicated section for commercial extensions.
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

I really have no idea what that error means,i found this on another forum but it was not the same error.

Maybe it helps.
Maybe your host added mod_security and recompiled Apache.
and have to white list ajaxfilemanager to get it to work properly.
I think the best is if you ask the developer team from the file manager.
http://www.phpletter.com/
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Post by me.prosenjeet »

Insert : border="0"
Thanks Eddy, that worked! :D

For the second issue I am talking to my host to see if the problem is at their end.
Still I would insist if you had a look at the thing personally. Please mail me your email id so I may send you the details of login etc
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

If the file manager could not find the folder or files than I could help you but with this error I have no idea where to search?
But I think its a server problem otherwise more users would have posted this problem.

Please send a mail to the developer team from the file manager.
http://www.phpletter.com/
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

I have just downloaded the extension and the files are there.

Download WYSIWYG CMS. (Please read the pdf !!)
http://www.mediafire.com/file/atj2o2got ... nclude.zip
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Post by me.prosenjeet »

Eddy,
How can we change the background colour of a page in the "content" folder?

If the answer is try HTML instead of design view while editing, I am still unable to do.
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

I have not tested if this also change the editor backgroundcolor.
I have inserted a css file to make your own styles.
Go to login.php and remove the two // and make your style in:

Code: Select all

jscripts/tiny_mce/plugins/template/css/content.css 

This code is in login.php.

Code: Select all

 // Example  content CSS (should be your site CSS) 
 //content_css : "jscripts/tiny_mce/plugins/template/css/content.css", 


Related forums.
http://tinymce.moxiecode.com/punbb/view ... hp?id=1138
http://tinymce.moxiecode.com/punbb/viewtopic.php?id=288
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Post by me.prosenjeet »

With this will it be possible to change the background of few of the pages? or will it implement on all the pages in the "content" folder?
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

I realy have no idea , i have tested the css with custom settings for text to see if the links are correct but i did not test with pages and BGcolors.
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

Please read in the first posting the most asked questions.

viewtopic.php?t=22962&postdays=0&postorder=asc&start=0
when I click the Browse button in the window "edit / insert image" I get an error "HTTP Error 404 - File or directory not found",
The ajax file manager is not found,did you upload all files in binary?
Are all WB pages and the cms ( folder jscripts etc ) in the root directorie?
My customers could upload their pictures directly from their computers?
Yes, images, movies, flash, files etc.
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

The images what you upload with the ajax filemanager are in de folder 'uploaded -->images' I see you have used a folder 'News' where you inserted the folder 'jscripts' but all files and folders must in the root directorie,that`s why you get the 404 error.

You can change manual the path to the ajax filemanager in login.php

Code: Select all

function ajaxfilemanager(field_name, url, type, win) {
			var ajaxfilemanagerurl = "../../../../jscripts/tiny_mce/plugins/ajaxfilemanager/ajaxfilemanager.php";
			switch (type) {
				case "image":
					break;
				case "media":
					break;
				case "flash": 
					break;
				case "file":
					break;
				default:
					return false;
			}
            tinyMCE.activeEditor.windowManager.open({
                url: "../../../../jscripts/tiny_mce/plugins/ajaxfilemanager/ajaxfilemanager.php",

its easyer to upload the webbuilder pages and the cms in the root directorie and not into a folder ( News).
genieuk
 
 
Posts: 129
Joined: Fri Mar 06, 2009 2:10 am

Post by genieuk »

Hi Eddy,

I use TinyMCE on my admin section of my site.

Can you tell me how you made the line height normal?

Everytime i hit enter to go on a new line the TinyMCE Editor puts it in a new paragraph meaning i have like double lineheight between new lines?

Did you edit to use the <br /> instead of <p></p> tags?

If you don't mind telling me as it driving me crazy.

Thanks,
Mathew
genieuk
 
 
Posts: 129
Joined: Fri Mar 06, 2009 2:10 am

Post by genieuk »

NW Dave wrote:Mathew, don't know if it's relevant to your question, but in the HTML Edit box, you use 'Shift+ Enter' for carriage return with normal spacing between lines. Perhaps this editor works the same?
Thanks so much :) . I am using the same editor. I went through there Wiki and asked on there forums they said i needed to edit the CSS which i did but nothing changed.

That's solved. Thanks for replying with an answer.

Regards,
Mathew
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

Lett wrote:
Eddy wrote: You can change manual the path to the ajax filemanager in login.php
Ok, Now I can use the browse button. Thanks
.
its easyer to upload the webbuilder pages and the cms in the root directorie and not into a folder ( News) because its possible you have to change more file path`s to make it work.
I did build this to use in the root directorie,if you use it in a folder than its possible you need to change more links to find the files.
I have build on this more than three weeks to make these three scripts work together its not easy to change the extension to work in a folder.
However, in order to use this tool, the images must be first uploaded into the server.
No you dont have to upload images with ftp or whatever.
The ajax filemanager is inserted in the cms so that users can upload images, movies etc to the server.
If all files are in the root than a user can select upload file.

Image
Image
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

genieuk wrote:Hi Eddy,
Did you edit to use the <br /> instead of <p></p> tags?
If you don't mind telling me as it driving me crazy.
Thanks,Mathew

Look in the login.php,you see this code:

Code: Select all

force_br_newlines : true,
force_p_newlines : false,
genieuk
 
 
Posts: 129
Joined: Fri Mar 06, 2009 2:10 am

Post by genieuk »

Thanks eddy i know how to edit that.

I am not using the extension i asked as on my admin in my site (genieuk) i use TinyMCE and when i saw this extension i thought i would ask as new lines was being put in <p> tags.

Thanks,
Mathew
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

I know you not using the extension,you have to insert the code in your tinymce configuration settings to force br
genieuk
 
 
Posts: 129
Joined: Fri Mar 06, 2009 2:10 am

Post by genieuk »

Eddy wrote:I know you not using the extension,you have to insert the code in your tinymce configuration settings to force br
Yep i know lol. Thanks. It funny all the time i took looking at the Wiki and when you posted i found it on the Wiki. My eyes must be getting bad, i was looking for past several days.

Thanks
Mathew
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Post by me.prosenjeet »

b4rtjuh wrote:hee eddy,

sorry voor mijn nederlands maar hij wil niet werken hij geeft dit weer

groetjes bart
Kindly stick to English in the English section, so we can also understand the issue and its solution- please :?
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Post by me.prosenjeet »

eggman08.2008 wrote:I have tried again and again.

I cannot get them folders to upload

please help
Did you try uploading the zipped folder?
Simply zip the jscript folder using winzip....now upload the jscript.zip to the server...once uploaded, unzip the folder there on the server itself thats all. You needn't do nothing else.
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Post by me.prosenjeet »

Eddy wrote:the ajax uploader did work.
It still isn't working for me on a site I am working on :( no complaints though, this is a great extension!
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

me.prosenjeet wrote:
Eddy wrote:the ajax uploader did work.
It still isn't working for me on a site I am working on :( no complaints though, this is a great extension!
If all correct is installed than its mostly a read and write permission.
Or your server does use some other settings what prevents to use the ajax file uploader,your hosting should know what to do to make it work.
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

But you can with wb 6.5 include your code in all pages with:
Menu-->Page-->site html -->beginning of body.

Example:

Code: Select all

<div id="news1" style="position:absolute;overflow:auto;left:259px;top:137px;width:255px;height:87px;z-index:0; 
border:1px #A52A00 solid">    
<?php include('content/news.html') ?> 
</div> 

Or insert the include code in the HTML object.

Code: Select all

<?php include('content/news.html') ?>

Or in a table cell HTML ( inside cell) not tested!

Code: Select all

<?php include('content/news.html') ?>
Patr100
 
 
Posts: 115
Joined: Tue Dec 25, 2007 10:52 pm

Post by Patr100 »

I had early problems with this but i seem to have it set up now.I am lookingto see if it is a viable solution for a clien tot update their site but

My main problem is that in a longer line of horizontal text in a page created with WB
WRAPs ROUND when viewed in the the editing textbox.
There are no scroll bars.

Even though the editing area can be dragged and made wider to some extent it is not enough and text content still wraps eg set as columns is not seen as it it on the actual page.
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

You can select in the extension properties window "scroll" ( vertically ) for the inlineframe.

You have to type the text width the same as your inlineframe width so far I know.
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

At the end in both files change the language. ( en ) to ....

Ajax filemanager language setting:
\jscripts\tiny_mce\plugins\ajaxfilemanager\inc\config.base.php

Tinymce language setting:
\jscripts\tiny_mce\plugins\ajaxfilemanager\inc\config.tinymce.php

-----------------------------------------------------------------------------------
Languages for ajax file manager:
http://www.phpletter.com/en/Language-Pa ... -Center/1/

Insert language file for ajax file manager here:
\jscripts\tiny_mce\plugins\ajaxfilemanager\langs\

-----------------------------------------------------------------------------------
Languages files for tinymce:
http://tinymce.moxiecode.com/download_i18n.php

language file for tinymce here:
\jscripts\tiny_mce\langs\
And here:(note two different files)
\jscripts\tiny_mce\themes\advanced\langs\

------------------------------------------------------------------------------------

I hope that I found all the language folders :?
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

vasbot wrote: 1) When I create a page with CMS (with 1024x300 pixels for example) and then add a long text, I get a scroll bar in my client's page. How is it possible to add text and not get the scroll bar but move the footer down?

2) How can I make links where the under lining disappears and the colour of the link changes when you put the mouse on it?
1)If you add a long text than enter the text to a nw textline ( make the textline shorter)

2)If this option is not in the editor than you have to make a custom css file for links.
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

Lett wrote: I'm trying to upload an image but I received this message error after click on upload:

SyntaxError: Parse error
Maybe your host have to white list ajaxfilemanager to get it to work properly. :?

I`am not a php coder i did make the extension from the original script so you can easy use it in webbuilder,maybe the developer can help you with the error.

Tinymce Ajax File and Image Manager.
http://www.phpletter.com/
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

lika15 wrote:Hello Eddy I can change and editor with FCKeditor??

Thanks Lika
To insert the FCKeditor in lilcms you have to change/replace a lot files! ,I think the ajax filemanager wil not work in FCKeditor.(not tested)
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

Thanks :D ,I have posted your discovery in the first posting.
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

lika15 wrote: Yes Eddy FCKeditor is compatible with ajaxfilemanager
You can make something?
Thanks Lika
I have tested with FCKeditor before I used Tinymce and i did have problems with uploading the files.
Inserting video etc did also not work so good.

I have uploaded the (FCKeditor in LILcms) source files where I was working on.
Temp download:
http://www.filedropper.com/testfilesfckeditorandlilcms
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

Insert how many times you like the extension on the same page.

1) use the same password in all pages from your project.
2) change in every inserted extension :
object ID and News pagename.

EXAMPLE:

First ext,
Object ID: news1
News pagename:news1.html

Second ext on same page,
Object ID: news2
News pagename:news2.html

etc....
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

I opened in login.php and line 238 where it is extended_valid_elements I added this code iframe[height|width|src|
Upload cms with FCKeditor.
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

I cannot unzip the download there is something wrong with the uploaded file.

I get this message with unzipping.
!LILCMS+FCKeditor.zip: The archive is either in unknown format or damaged
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

The latesd download is correct,I can unzip the file.

Thanks :D
User avatar
richardgo
 
 
Posts: 10
Joined: Mon Jul 20, 2009 10:17 am
Location: The Netherlands - Alphen aan den Rijn
Contact:

Question regarding changed/uploaded file

Post by richardgo »

Hi Eddy,

First of all, great extension!

I read a lot of posts in this forum, maybe I did not find it, but I understood most of the instructions. I am working on this extension for 3 days now, but I have only one isue which is giving me a big headache :? .

When I change the text with the editor and I update it, everything goes well but when I review the updated text the whole page is aligned to the left and not in the middle any longer as it was before....

I have tried different things but now I really need your advise :wink:

Thanks a lot for your help!
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

but when I review the updated text the whole page is aligned to the left and not in the middle any longer as it was before....
After saving the changes go back to the the webbuilder page where you used the extension and renew your browser window to see the changes.

There is no code in the editor what can change the webbuilder layout in browser center or left?
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

When you close the browser you are logged out.
If made it so that you not have to login again for every little change if you are working online.
User avatar
richardgo
 
 
Posts: 10
Joined: Mon Jul 20, 2009 10:17 am
Location: The Netherlands - Alphen aan den Rijn
Contact:

Post by richardgo »

Eddy wrote:
but when I review the updated text the whole page is aligned to the left and not in the middle any longer as it was before....
After saving the changes go back to the the webbuilder page where you used the extension and renew your browser window to see the changes.

There is no code in the editor what can change the webbuilder layout in browser center or left?
Everything is solved, I used the extension on the whole page and not only for the part I like to edit, sorry :oops:

thnx
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

EDGARRUS wrote:
eggman08.2008 wrote:I had the same problem. Are you using wysiwyg ftp manager to publish the files?
If so, try using another ftp manager. I used filezilla and it worked.
I use WB publish, but destinition is local drive-server)
Did you move the folder jscripts from the downloaded zip file to the local drive server.(where you published the cms files).
User avatar
docdoc
 
 
Posts: 55
Joined: Sun Jul 18, 2010 9:34 am

Post by docdoc »

hi
i guess you were talking about the same problem but i didnt understand one word

i uploaded everything properly and i set chmod 777 but i got these lines when updating:

Warning: fopen(./content/) [function.fopen]: failed to open stream: Is a directory in /home/a7244938/public_html/login.php on line 190

Warning: fwrite(): supplied argument is not a valid stream resource in /home/a7244938/public_html/login.php on line 192

Warning: fclose(): supplied argument is not a valid stream resource in /home/a7244938/public_html/login.php on line 193

one more question: how does admin log out?

i'd like a cure for this.
thanks for the help



not long ago i just pressed 'backup' and got this:

Warning: fopen(./jscripts/backup/) [function.fopen]: failed to open stream: Is a directory in /home/a7244938/public_html/login.php on line 200

Warning: fwrite(): supplied argument is not a valid stream resource in /home/a7244938/public_html/login.php on line 202

Warning: fclose(): supplied argument is not a valid stream resource in /home/a7244938/public_html/login.php on line 203

itmight be me setting something wrong ... idont know

when i want to go to find an image file in pop-up for image insertion it says: Permission denied: session/ is not writable.

many thanks for help
Last edited by docdoc on Wed Aug 04, 2010 9:44 pm, edited 1 time in total.
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

@Docdoc

Are all pages/folders in the root directorie!
Look also to the read and write settings (755) or (777) from your folders.
Look also to the ajaxfilemanager folder permissions.

Do you have this structure on your server?

content
jscripts
uploaded
login.php
webbuilder pages.html
webbuilder pages.html
webbuilder pages.html

-------------------------------------------------------------------------------------

@ Uddo
is there a possibility to update this great Extension to the newest TinyMCE version ?
I tried to overwrite all files in the jsscripts directory with the newest ones and it works so far.
But it fails during inserting of images and movies with 'cannot find directory' or 'cannot find the link' error
.

There are changes in the tinyMCE files for the ajax file manager you cannot update the cms with the original tinymce files/folders.
It wil take me again many hours to compare and update al changed files with WinMerge and I don`t have the time to do this at the moment :?
User avatar
docdoc
 
 
Posts: 55
Joined: Sun Jul 18, 2010 9:34 am

Post by docdoc »

hi Eddy,

thank you for the help it's better now

2 questions i still have:
1: how does admin log out?
2: when trying to insert image and/or embedded media clicking on the icon next to text box it takes me to error page.

would you know why?

thanks for the help
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

There is no logout button,if you shut down your browser than you are logged out.
Otherwise you have everytime to login after previeuw the changed page.

Images and media must you upload in the ajax file manager and insert with the ajax file manager.
Make sure the ajax folders have the right permissions.
Please read the included pdf for instructions.
User avatar
docdoc
 
 
Posts: 55
Joined: Sun Jul 18, 2010 9:34 am

Post by docdoc »

hi Eddy,

thanks for the help. i don't mean to get on your nerves but:

i read everything again and tried everything but still don't get the image and media thing fixed. basically i dont get the ajax file manager thing.
where is it? i found one in tyne_mce but no matter what i try i still get the error page.
i changed permissions and all ... but got nothing. server supports ajax so it is not problem.
i'm clueless ...
thanks
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

Do you see an error page with a text about the error?
An 404 error page means that the file/url is not found.

You need to upload the files in binary mode with ftp because when their uploaded in ASCII mode they can become corrupted.

I hope this helps,otherwise I don`t know what the problem is :?
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

Als je de cms sluit ,dus de aanpassing opslaat kun je terug naar de pagina om de aanpassing te zien, dit zit standaart erin.
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

kogotok wrote:Hi. Can I use this extension in the WB 7 Unicode? I try to convert it with unicode converter but nothing happens.
No not possible because not all files are in the extension itself, the php and javascript files in the jscripts folder are not converted.
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Re: WYSIWYG CMS ( CMS php include ) ***UPDATED 15/10/2009***

Post by me.prosenjeet »

When I am trying the browse and upload an image I am getting this message:

Code: Select all

The requested URL /jscripts/tiny_mce/plugins/ajaxfilemanager/ajaxfilemanager.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
But surprisingly, the file ajaxfilemanager.php does exists!!!

If Eddy is still around....please help me out else if anyone else can suggest something (Bacon/Naval!!!!)
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Re: WYSIWYG CMS ( CMS php include ) ***UPDATED 15/10/2009***

Post by me.prosenjeet »

infos,
Actually this is an excellent extension and much more flexible. You may stick to this, this CMS is EQUALLY good.
Thanks once again to Eddy! :D
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Re: WYSIWYG CMS ( CMS php include ) ***UPDATED 15/10/2009***

Post by me.prosenjeet »

Bacon,

Do you have these files from Eddy? (If I am not wrong, you did update few of his extensions with the latest extension builder). Can you kindly update this extension with the latest extension builder if you have the xwb file from Eddy
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
Post Reply