We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

A HREF... ISSUE...[Solved] | Forum

Ulises Aguilera
Ulises Aguilera Feb 4 '15
Hi.

In some widget box I writte for example:
<h2 class="td1";><a href="blogs";>BLOGS</a></h2>

But after save and close the widget the "</a>" and the "</h2>" have gone...
So, therefore there is no "</a>", the "<a href="blogs">", affects the next one.

How can avoid the system delete the "</a>" tag or any other one?
Is there another way to put it write down?
The Forum post is edited by ross Feb 9 '15
Ulises Aguilera
Ulises Aguilera Feb 4 '15
As a matter of fact happens the same with Iframes, so when ther is not a "</iframe>" tag, makes a mass in all the page, sending evrething to the bottom...

I there a way to put an Iframe without happen that?
The Forum post is edited by Ulises Aguilera Feb 4 '15
ross Team
ross Feb 5 '15
Do you use some kind of 3rd party wysiwig editor on your website?
Ulises Aguilera
Ulises Aguilera Feb 5 '15
Cool CKEditor
But without it, is the same...

I used the regular editor, but stop use both of them, because
they were n´t compatible with 1.7.2 yet...
Ulises Aguilera
Ulises Aguilera Feb 5 '15
Do you think is because Cool CKEditor?
ross Team
ross Feb 5 '15
Disable any editor you use and try just default one, see if the issue persists. 
Ulises Aguilera
Ulises Aguilera Feb 5 '15
ok, i´m going to try without any of them
also...
And I will tell you...
Thanks...

But, what happen if not...
Is there another way to writte a href and iframe?
Ulises Aguilera
Ulises Aguilera Feb 5 '15
Hi Ross...
I deactivated both of the only editors I use, (no tin the smae time)
I even disable the javascript mode...

And still fails deleiting the last html tag...

Is there another way to put it writte down?
With some style tag perhaps?

FOr the users, is very important the
customatization of the main page, and
of course it is important what our users can do...

There most be a custom diferent and especial html widget
In wich we can select:
Imge (option with or without link)
Text (Idem)
Iframe (Option internal or external page)
Media (Audio, Radio, Vídeo)

With the option to let a single and espeficif user can upload
an item from the selected list. Tats it advertising.

This widget by its own will upgrade oxwall to 5.0

MENWHILE, WHAT CAN I DO?
ross Team
ross Feb 6 '15

Can you please check how the content you insert looks in database: ow_base_component_setting Are the tags also missing? If yes, can you please make sure there's no suhosin module enabled on your server. 

Ulises Aguilera
Ulises Aguilera Feb 6 '15
Im novice, newby, rocky...

Can you explain me, please, step by step?
Wher sould I go, where click...
Im sure Im going to find it...

Thanks...
ross Team
ross Feb 8 '15
You need to do that via phpmyadmin, find the table and check the value column in the table and compare it with the content you enter on the website. 
Ulises Aguilera
Ulises Aguilera Feb 9 '15
Ok, what table, what is it its name?...
(Thanks).
ross Team
ross Feb 9 '15
Quote from ross

Can you please check how the content you insert looks in database: ow_base_component_setting Are the tags also missing? If yes, can you please make sure there's no suhosin module enabled on your server. 



Ulises Aguilera
Ulises Aguilera Feb 9 '15
Let me check...

Ulises Aguilera
Ulises Aguilera Feb 9 '15
Im in the PHP My Admin... Databases...
Ok I saw it...

Most of them don´t have the last tag...
Some of them have the last tag.

The </a> tag is missing...
In some other times, respects the </h2>

I noticed, becuase it is my mistake, that I writte <h2 class="td1";> because I don´t know what tag can use it correctly to have the last tag.

But when I writte like this the </h2> tag is missing.

And when I write jus <h2>Example</h2> The lasta tag is still there.

I have n´t seen all, but it just look something...

Ok, what can I do next?...

Thanks.
Ulises Aguilera
Ulises Aguilera Feb 9 '15
What is the suhosin module?
Is it with my web server provider?
Or can I do it by my own?...
ross Team
ross Feb 9 '15
I'm sorry but I can't reproduce that on our test websites and demo. 

I will need you admin access details for the website and CPanel access details in PM to take a look at the issue

Ulises Aguilera
Ulises Aguilera Feb 9 '15
Ok Ross in PM... Thanks.
ross Team
ross Feb 9 '15
Topic was moved from General Questions.
ross Team
ross Feb 9 '15
The problem was in the semicolons in the code <h2 class="td1";><a href="blogs";>BLOGS</a></h2>. Replaced with this: <h2 class="td1"><a href="blogs">BLOGS</a></h2> and the code did not disappear. 


The issue is solved. 

Pages: 1 2 »