It there a module that allows a member to write their own html webpage? So members can make their own page maybe a couple of pages or something like that? (not a modified groups) I looked on market but can't find anything.
It there a module that allows a member to write their own html webpage? So members can make their own page maybe a couple of pages or something like that? (not a modified groups) I looked on market but can't find anything. |
oh and the font keeps changing half way through sentence on my post not sure why lol |
I am not aware of any modules like you explained. There are some that allow customizations to exisiting pages, but not one that allows members to build HTMLs from scratch.
Things to consider: - A member would need to be knowledgable enough in HTML in order to even use it. Would be alright for a website dedicated to programmers. - With that said, if someone is knowledgable enought in webdesign, you run risk risk of someone injecting malicious code into the website, or even deleting content.
I personally would not allow people to do something like on my website but of course, that's just my opinion. Nothing to see here |
"Your future is created by what you do today, not tomorrow." @ www.dexpertz.net |
i wanted a way to allow members to make a simple webpage, even if it is by blocks ect, but i can't find one at all, I don't mean modify their profile to be a webpage that would be odd, i mean so the can make something similar to groups front page but not a group. |
i wanted a way to allow members to make a simple webpage, even if it is by blocks ect, but i can't find one at all, I don't mean modify their profile to be a webpage that would be odd, i mean so the can make something similar to groups front page but not a group. There are a couple of pages modules in the market but they are rewrites of the group module and work very similar to the way the group module works with the exception that to add blogs, photos, etc you add in widgets. Not what you have in mind. I believe I understand that you want members to be able to mark up a standard webpage using a HTML editor; TinyMCE for instance. Once the member created the page, it would become part of their profile with a link to the page on their menu bar. Visitors would click the link and go see that page. I don't think I have seen such a module. You might put in a job for it. Geeks, making the world a better place |
That's just what I was thinking! I believe you can read my mind GG |
That would be a neat feature. Just run it thru tinyMCE which uses HTMLPurifier. I was thinking the same thing in the groups. You could allow members to put an HTML block that has an iframe for some of those video broadcast sites. http://www.mytikibar.com |
You could allow members to put an HTML block that has an iframe for some of those video broadcast sites
You have to allow it in the htmlpurifer or it will be stripped out. I removed Boonex's YouTube iframe code; I have a post on this somewhere, maybe in the tips section; mmm, I need to start adding them to my notes. Anyway, members were having issues with it so I removed the Boonex one and created a new one where I can add the iframe codes from a whole list of video sites. Geeks, making the world a better place |