Found the problem using var_dump() to check where the text_body exists......in php5 its being overwritten by the keyword handler in article.view.php.... Switching it off is my first solution, next is to find the code fix....
Would like to thank everyone who signed up, its grown as a service quite considerably since last posting....So here is the new offer and a repeat of our coupon code, in the hopes you will all use it, so we can continue for free..... We both get extra free from it....
Added Bonus is i receive your user name and so if you do sign up through our coupon code and need help feel free to ask on IM, etc....
Most people tend to forget that the PHPSESSID are dangerous to use straight in the queries, because it comes from a cookie (or URL), and thus from the client, and thus can not be trusted (SQL-injection).
It also looks awful, having every link with their session posted into the url... .htaccess
There are popup options for the colours and title... As you see from the url of the MP3; it means people can add their own songs now from external sources, where they don't need a specific OS player
Here is an image for the class/xoopseditor/dhtmlext/images/mp3.gif <--By me or <--Donated by Sato-San
There is a problem with Article and it’s rendering of html when running PHP5….It shows no errors, just misses the body section of the article, this also applies to the extended text sanitizer plug-ins, which it also gets confused with as html? So where or what could cause this and where else is worth testing?
function xoopsCodeFMP3(id, enterFMP3Phrase, enterFMP3ColorBgPhrase, enterFMP3ColorPhrase, enterFMP3TitlePhrase){var selection = getSelect(id); if (selection.length > 0){var text = selection;} else{var text = prompt(enterFMP3Phrase, "");} var domobj = xoopsGetElementById(id); if (text.length>0){var text2 = prompt(enterFMP3ColorBgPhrase, "ffffff"); var text3 = prompt(enterFMP3ColorPhrase, "000000"); var text4 = prompt(enterFMP3TitlePhrase, ""); var result = "[fmp3="+text2+","+text3+","+text4+"]" + text + "[/fmp3]"; xoopsInsertText(domobj, result);} domobj.focus();}
There is an option for looping the music, yet since this is only practical on a musicians site; to begin haven’t made this as an option, as it begins to get confusing when you have too many options for BBcode, which is suppose to be simple….
Without installing it all my self, yet looking at what the files contained, you install the XOOPS module SMF Bridge.... In there it will have an admin option for pointing too the path of another directory for the SMF forum /index.php.....It appears from your errors that isn't set? So it's pointing at the modules /index.php?
Today noticed that xmline has a REALLY faulty transfer, that makes an extra blank forum for the items transferred, so fixed xmline to use the main framework transfer (with the help of the amazing BanditX )…..
Yet certain points like print, pdf, pm and other add-on’s need cancelling, which I did think would be the easy part, seeing there was a variable ready to cancel them out……
Yet no matter what I’ve tried it hasn’t worked to cancel them? So is it I’m missing something or is there the correct code to remove the items from the list, I can see somewhere that removes the modules in use which works, yet no where that voids the items in the $skip array; which has been merged with $GLOBALS["addons_skip_module"] array….