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

editing files | Forum

Jochen
Jochen Apr 27 '14
Hi all,

I have the following problem:

Itryed to add a link inside the file
 ...ow_plugins/groups/views/components/brief_info_content.html

but after saving and uploading the file does not show any changes. Even after running the cron job I cannot see any change.

I just tryed to insert a link right after

<div class="clearfix">
    {add_content key='socialsharing.get_sharing_buttons' title=$group.title}
</div>
<br /> <a href="www.somethingabc.com">link</a>

But the link is not visible after saving and uploading .

What am I doing wrong ? Is a special syntax needed?

Anyone an idea?

Thanks in advance, Jochen

John
John Apr 27 '14
I assume you know more about HTML than me so I'm not about to answer your question . . but:

1. Have you cleared the Oxwall Cache?
2. Logged out and cleared the browser cache?
3. Restarted the browser?

I've been caught many times before.


tammy harris
tammy harris Apr 27 '14
You need to enable dev mode thing in ow includes config  file to see any changes made to html files n make shore you turn off after you finished
John
John Apr 27 '14

Quote from Chris_W Or use the free "Cache Cleaner Extreme" plugin http://www.oxwall.org/store/item/579
Yay, that's what I use but I forgot to mention it. Keep in mind that your browser also uses a cache and you almost always have to reload the page (Right click the Tab and select reload.)

Sometimes the browser won't let go, so you need to close the browser and restart it. Then click reload. Probably Dev Mode solves those problems, but I haven't come to grips with it.

Jochen
Jochen Apr 27 '14
Thank you all for your replies,

I will try your suggestions and reply again,  br, Jochen
Jochen
Jochen Apr 28 '14
Thank you all, using the DEV-Mode I succeeded. Thank you very much, br, Jochen