Spanner Posted July 4, 2012 Share Posted July 4, 2012 File Name: (SD33) Pages File Submitter: Spanner File Submitted: 04 Jul 2012 File Category: Content Management Supported Versions: IP.Board 3.2.x, IP.Board 3.3.x, IP.Board 3.4.x Author: Dawid Baruch (IPSBeyond.pl)Opis: Aplikacja daje możliwość tworzenia własnych stron zarówno w wyglądzie forum jak i własnym. Dodatkowo możliwe jest szukanie w treści oraz generowanie kanału RSS.Funkcjonalności: Tworzenie własnych stron Możliwość stworzenia strony nie związanej wyglądowo z forum Możliwość uruchomienia kanału RSS Możliwość definiowania osobnych uprawnień dla każdej strony Możliwość dodania linku do strony do jednej z 3 sekcji: nawigacji górnej, w stopce oraz w tak zwanej szybkiej nawigacji Możliwość wyszukiwania w stronach Generowanie mapy stron dla IP.SEO 2 Rodzaje wyglądu listy stron (lista i "siatka") Description: Application gives posibility to create custom pages with forum view and own view. In addition we can search in content and generate RSS feed.Features:Creating own pages Possibility to create page without forum look Possibility to run RSS feed Possibility to create own page permissions Possibility to add link for page to one of 3 sections: header, footer or quick nav Possibility to search in page content Generating sitemap for IP.SEO 2 looks type: list and grid here to download this file Link to comment Share on other sites More sharing options...
AndyF Posted July 4, 2012 Share Posted July 4, 2012 This file may conflict with IP.Content. It may be necessary to disable that application to allow this one to function, as I noted during its testing prior to approval. Link to comment Share on other sites More sharing options...
Emissaries Posted July 5, 2012 Share Posted July 5, 2012 It worked to install this mod, and saving the settings but when I try to create a page, I get these errors. Link to comment Share on other sites More sharing options...
Spanner Posted July 5, 2012 Author Share Posted July 5, 2012 What written in sql error logs? second error is not from my application. Link to comment Share on other sites More sharing options...
Emissaries Posted July 5, 2012 Share Posted July 5, 2012 What written in sql error logs? second error is not from my application. I'm not sure if this is the right thing to do, but here is it.---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Date: Thu, 05 Jul 2012 13:10:04 +0000 Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'maxvalue FROM sd_pages' at line 1 IP Address: ***.***.***.** - /forumet/admin/index.php?adsess=00997b48a39fb9872559b303de0bcc5b&app=sdpages&module=pages§ion=pages&do=doadd ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- mySQL query error: SELECT max(page_position) as maxvalue FROM sd_pages .--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------. | File | Function | Line No. | |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------| | admin/applications_addon/other/sdpages/modules_admin/pages/pages.php | [sdpages].getMaxPagePosition | 345 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | admin/applications_addon/other/sdpages/modules_admin/pages/pages.php | [admin_sdpages_pages_pages].saveForm | 105 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | admin/sources/base/ipsController.php | [admin_sdpages_pages_pages].doExecute | 306 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Date: Thu, 05 Jul 2012 13:10:17 +0000 Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'maxvalue FROM sd_pages' at line 1 IP Address: ***.***.***.** - /forumet/admin/index.php?adsess=00997b48a39fb9872559b303de0bcc5b&app=sdpages&module=pages§ion=pages&do=doadd ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- mySQL query error: SELECT max(page_position) as maxvalue FROM sd_pages .--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------. | File | Function | Line No. | |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------| | admin/applications_addon/other/sdpages/modules_admin/pages/pages.php | [sdpages].getMaxPagePosition | 345 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | admin/applications_addon/other/sdpages/modules_admin/pages/pages.php | [admin_sdpages_pages_pages].saveForm | 105 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | admin/sources/base/ipsController.php | [admin_sdpages_pages_pages].doExecute | 306 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Date: Thu, 05 Jul 2012 13:10:34 +0000 Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'maxvalue FROM sd_pages' at line 1 IP Address: ***.***.***.** - /forumet/admin/index.php?adsess=00997b48a39fb9872559b303de0bcc5b&app=sdpages&module=pages§ion=pages&do=doadd ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- mySQL query error: SELECT max(page_position) as maxvalue FROM sd_pages .--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------. | File | Function | Line No. | |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------| | admin/applications_addon/other/sdpages/modules_admin/pages/pages.php | [sdpages].getMaxPagePosition | 345 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | admin/applications_addon/other/sdpages/modules_admin/pages/pages.php | [admin_sdpages_pages_pages].saveForm | 105 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | admin/sources/base/ipsController.php | [admin_sdpages_pages_pages].doExecute | 306 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Date: Thu, 05 Jul 2012 13:12:10 +0000 Error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'maxvalue FROM sd_pages' at line 1 IP Address: ***.***.***.** - /forumet/admin/index.php?adsess=00997b48a39fb9872559b303de0bcc5b&app=sdpages&module=pages§ion=pages&do=doadd ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- mySQL query error: SELECT max(page_position) as maxvalue FROM sd_pages .--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------. | File | Function | Line No. | |----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------| | admin/applications_addon/other/sdpages/modules_admin/pages/pages.php | [sdpages].getMaxPagePosition | 345 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | admin/applications_addon/other/sdpages/modules_admin/pages/pages.php | [admin_sdpages_pages_pages].saveForm | 105 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' | admin/sources/base/ipsController.php | [admin_sdpages_pages_pages].doExecute | 306 | '----------------------------------------------------------------------------+-------------------------------------------------------------------------------+-------------------' Link to comment Share on other sites More sharing options...
Spanner Posted July 5, 2012 Author Share Posted July 5, 2012 Try to execute this querySELECT max(page_position) as maxvalue FROM sd_pages in phpmyadmin. This is correct query, but you have error with it :( Link to comment Share on other sites More sharing options...
Emissaries Posted July 5, 2012 Share Posted July 5, 2012 Try to execute this querySELECT max(page_position) as maxvalue FROM sd_pages in phpmyadmin. This is correct query, but you have error with it :sad: Okay, is it possible for you to tell me how to do it? I'm a beginner on this so I don't know so much at all. Link to comment Share on other sites More sharing options...
Spanner Posted July 5, 2012 Author Share Posted July 5, 2012 ACP -> Help -> SQL Tools. In botom of page you can find sql toolbox. paste this query and execute. Or If you want quick tip: Open: admin/applications_addon/other/sdpages/modules_admin/pages/pages.php find: $this->sdpages->getMaxPagePosition() replace to 0 or 1, and save file Link to comment Share on other sites More sharing options...
Emissaries Posted July 5, 2012 Share Posted July 5, 2012 ACP -> Help -> SQL Tools. In botom of page you can find sql toolbox. paste this query and execute. Or If you want quick tip: Open: admin/applications_addon/other/sdpages/modules_admin/pages/pages.php find: $this->sdpages->getMaxPagePosition() replace to 0 or 1, and save file When I use the toolbox, I get an error. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'maxvalue FROM sd_pages' at line 1 When I open the file and change it there, nothing happens. Link to comment Share on other sites More sharing options...
Spanner Posted July 5, 2012 Author Share Posted July 5, 2012 You have something wrong in mysql server. If you replace$this->sdpages->getMaxPagePosition() to 1, can you add new page? or you have error? what error? Link to comment Share on other sites More sharing options...
NenaDice Posted July 5, 2012 Share Posted July 5, 2012 When I use the toolbox, I get an error.You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'maxvalue FROM sd_pages' at line 1 When I open the file and change it there, nothing happens. The alias maxvalue should be enclosed in quotes. That is why you are getting that error. Link to comment Share on other sites More sharing options...
Emissaries Posted July 5, 2012 Share Posted July 5, 2012 The alias maxvalue should be enclosed in quotes. That is why you are getting that error. Thanks for your help. You have something wrong in mysql server. If you replace$this->sdpages->getMaxPagePosition() to 1, can you add new page? or you have error? what error? I changed the code to 1 and now it works to create pages. Thank you very much. Link to comment Share on other sites More sharing options...
-Bry5012- Posted September 20, 2012 Share Posted September 20, 2012 Hey Spanner, it is me, Bry5012 from Skinworld... I attempted to install thjis and got the same SQL error, but I apologize I don't understand what I need to do to fix it so it works properly, can you assist me please? Link to comment Share on other sites More sharing options...
Spanner Posted September 20, 2012 Author Share Posted September 20, 2012 Hi, I upload new version. Please download and upload it. Link to comment Share on other sites More sharing options...
-Bry5012- Posted September 20, 2012 Share Posted September 20, 2012 thanks Spanner...great job, I love this mod! It works ;) Link to comment Share on other sites More sharing options...
Zanime Posted March 8, 2013 Share Posted March 8, 2013 How can I change the "page" to "Database"? Link to comment Share on other sites More sharing options...
Spanner Posted March 9, 2013 Author Share Posted March 9, 2013 You can't Link to comment Share on other sites More sharing options...
Sorachu Posted April 18, 2013 Share Posted April 18, 2013 Hi, I have a quick question: I have an admin on the site I'm running who is using pages to create a database/archive, and as of late, (Possibly since the last few updates to ip.board) she has been having issues with formatting. Mainly if she has any <br> codes or she has used underlines in her pages. When she saves and goes back in, it supposedly disappears. Any clues as to why that might be? Or any solution that we might try? Thank you! Link to comment Share on other sites More sharing options...
Spanner Posted April 18, 2013 Author Share Posted April 18, 2013 Probably this is problem with editor not with modification. Link to comment Share on other sites More sharing options...
Koby Posted August 4, 2014 Share Posted August 4, 2014 Probably this is problem with editor not with modification. I installed this mod (works great btw), but I'm having an issue. 1) I'd like to remove the "Pages" link from navigation. I just want to add individual pages to the navigation, no need for the separate link to a page that lists all custom pages. So how would I remove this? Doesn't seem to have a setting for it. 2) The link added for the custom page "Chat" seems to be displaying in a weird place. Screenshot: " alt="06202d5a0b.png"> How do I make "Chat" move to where "Pages" is shown and remove "Pages" from the navbar? Link to comment Share on other sites More sharing options...
Cabola Posted August 5, 2014 Share Posted August 5, 2014 Admin > System > Manage Applications & Modules > Edit the Mod > Tab Restrictions > Hide for all current and future groups? Select Yes then save it Link to comment Share on other sites More sharing options...
The Vape Pit Posted August 21, 2014 Share Posted August 21, 2014 NIce add on Spanner! A question. I have created a page that contains some needed Javascript to work. If I enable the IP.Board wrapper, my script gets disabled. Is there any way to have both the wrapper, and my page's script running together? Link to comment Share on other sites More sharing options...
The Vape Pit Posted August 21, 2014 Share Posted August 21, 2014 I'm having a problem with the add on. We have various Themes installed on our site, and Pages works fine with our custom theme, but if anyone is using the default IP.Board theme, they get the following error when they click on the "Pages" link. Fatal error: Call to a member function showPages() on a non-object in /home/vapepit/public_html/admin/applications_addon/other/sdpages/modules_public/pages/pages.php on line 119 Any ideas? Link to comment Share on other sites More sharing options...
Spanner Posted August 22, 2014 Author Share Posted August 22, 2014 Hello, go to acp -> Look & Feel -> Template tools 1. In Rebuild Master Skin Data select: Rebuild HTML Rebuild CSS And in next column select this app. Run tool Next in section Recache Skin Sets, select all skin and run tool Link to comment Share on other sites More sharing options...
The Vape Pit Posted August 22, 2014 Share Posted August 22, 2014 Thanks, that's fixed it! I guess running JavaScript in a wrapped page is not going to work then? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.