Custom Site Pages Download 1.5

This component/theme works with latest OSSN version.
5.0
Indonesian Arsalan Shah 4 years ago

Add a custom page for your website. You may use menu builder component to link those pages to any menu.

Custom Page
Custom Page View

1.4

  • Fixed the issue with OSSN 6.6

1.5

  • Allow you to use style and script tags.
Comments
us John Robertson Replied 11 months ago

I cannot find Custom Site Pages to delete and install this is it named something else? The prior one ?

Indonesian Arsalan Shah Replied 11 months ago

That is what happen when you wish for crossing the restriction of the actual code. That is why we restricted some HTMl things in old version 😊.

Now you need to see why your HTML is interfering the the actual page code? You need to see yourself and find what did you added in css that is causing other elements change.

German Dominik L Replied 11 months ago

this is what it should look like after inserting HTML and CSS

enter image description here

After saving it looks like this:

enter image description here

I can't even click the save button anymore

German Dominik L Replied 11 months ago

thank you, i'll try

Indonesian Arsalan Shah Replied 11 months ago

Use 1.5 version now it allows you to add script and style tags

German Dominik L Replied 11 months ago

Is it possible to insert html and css?

when I chose "source code", the css code get's deleted after saving.

I want to insert a support form into my site so users can send messages to support

gb Peter Lane Replied 1 year ago

It may be worth noting that on these custom pages, any script tags are removed automatically. If you want JS on the page, I see we should use Custom CSS JS component.

Not forgetting that we need to use this construct, since the added JS is put above the new page code.

$(document).ready(function() {
...
}):

German Dominik L Replied 1 year ago

now it's working, thank you! :)

German Michael Zülsdorff Replied 1 year ago

Yes, you didn't add the two slashes to the line I left in place as a reference

// ossn_register_admin_sidemenu('admin:cpages', 'admin:cpages', ossn_site_url('administrator/settings/cpages?mpage=list'), ossn_print('admin:sidemenu:settings'));

Instead of disabling it this way, you can remove the line completely

The entry will appear like
enter image description here

German Dominik L Replied 1 year ago

I changed it like that:

 function com_pages_init() {
        ossn_extend_view('css/ossn.default', 'cpages/css');
        ossn_extend_view('js/opensource.socialnetwork', 'cpages/js');

        ossn_register_site_settings_page('cpages', 'settings/admin/cpages');
        ossn_register_admin_sidemenu('admin:cpages', 'admin:cpages', ossn_site_url('administrator/settings/cpages?mpage=list'), ossn_print('admin:sidemenu:settings'));

     ossn_register_menu_item('admin/sidemenu', array(
        'name'   => 'admin:cpages',
        'text'   => ossn_print('admin:cpages'),
        'href'   => ossn_site_url('administrator/settings/cpages?mpage=list'),
        'parent' => 'admin:sidemenu:settings',
    ));

        if(ossn_isAdminLoggedin()) {
                ossn_register_action('cpages/add', PAGES . 'actions/add.php');
                ossn_register_action('cpages/edit', PAGES . 'actions/edit.php');
                ossn_register_action('cpages/delete', PAGES . 'actions/delete.php');
        }
        ossn_register_page('p', 'com_pages_page_handler');      
}

but it's not working, did I do something wrong?

Component

Developer: Arsalan
License ossnv3
Type: Site admin
Requires Ossn Version : 5.0
Latest Version: 1.5
Last Updated 11 months ago
Repository Url View Repository

Versions