[RC] Add Page MOD

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Ideas Centre
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [RC] Add Page MOD

Post by Hippie459MN »

Peter77sx wrote:eeek! it sure does add a number...


You can go back and re edit to rename the page ( remove teh number ) but... it would be better if we didn't have to do that each time.
Yep. I know its easy to remove the number but I have a ton of pages and if I edit a few at a time it gets to be a pain to have to keep removing that silly number.
Peter77sx
Registered User
Posts: 3260
Joined: Wed Nov 09, 2005 2:51 pm

Re: [RC] Add Page MOD

Post by Peter77sx »

Oh I agree... I'd rather not have to go back and resubmit a page to get rid of the extra id number. :)
User avatar
SecondShoe
Registered User
Posts: 48
Joined: Thu Dec 13, 2007 7:16 pm
Contact:

Re: [RC] Add Page MOD

Post by SecondShoe »

wout000 wrote:Any chance we can get the subsilver edits now?
Would be very nice to have it. Lots of people, like me, use SubSilver based styles.

Edit: I just found the answer here: http://www.phpbb.com/community/viewtopi ... 5#p9140915
kmxak
Registered User
Posts: 21
Joined: Tue May 05, 2009 6:48 pm

Re: [RC] Add Page MOD

Post by kmxak »

hello

i've got a question.

i installed the mod and it works fine but when i edit the pages the script always add a 2 after the URL identifier

i don't know if its right a bug or a installing mistake.

atm i must edit the page reenter the URL identifier an save then he save the right URL identifier for this time.

Hope u can help me
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [RC] Add Page MOD

Post by Hippie459MN »

Go back a few posts and you will see it is discussed. It is annoying but for now just remove the number and save again. :)
Kharon
Registered User
Posts: 235
Joined: Thu Oct 26, 2006 5:27 pm

Re: [RC] Add Page MOD

Post by Kharon »

- bump - any news ? (new version/ group permission)
User avatar
Hippie459MN
Registered User
Posts: 964
Joined: Mon Oct 15, 2007 10:13 pm
Location: Minnesota, USA
Contact:

Re: [RC] Add Page MOD

Post by Hippie459MN »

Kharon wrote:- bump - any news ? (new version/ group permission)
Now I never thought of that, Being able set permission for each page for what groups can see what pages. I really like that idea. Any chance of that happening? ;)

I would but I dont have any clue on writing mods them selves or doing any major coding. Just minor stuff. :)
User avatar
Ratmaster
Registered User
Posts: 163
Joined: Sun Feb 12, 2006 3:14 pm
Location: New Jersey, USA

Re: [RC] Add Page MOD

Post by Ratmaster »

I have a suggestion (don't know if it has already been suggested), maybe you could make it so that is can also make new pages using .htaccess like name.html or name.php (and something that is a blocklist or something that can see if the page exists or not) by making the .htaccess rewrite the names of the preset files with .php or .html files.
Kadus
Registered User
Posts: 11
Joined: Wed Aug 22, 2007 8:02 am

Re: [RC] Add Page MOD

Post by Kadus »

Hi,
Can you add this mod for subsilver2 please ?

thank you
momentum
Registered User
Posts: 1505
Joined: Thu Sep 20, 2007 4:07 am
Location: Melbourne, Australia

Re: [RC] Add Page MOD

Post by momentum »

Kadus wrote:Can you add this mod for subsilver2 please ?
The subsilver2 style is already catered for.

Craig.
QOTY: phpBB is free, good hosting is not. - robert (Lumpy Burgertushie)
Kadus
Registered User
Posts: 11
Joined: Wed Aug 22, 2007 8:02 am

Re: [RC] Add Page MOD

Post by Kadus »

Excuse me but à I just find a prosilver directory in the .zip
momentum
Registered User
Posts: 1505
Joined: Thu Sep 20, 2007 4:07 am
Location: Melbourne, Australia

Re: [RC] Add Page MOD

Post by momentum »

Kadus wrote:Excuse me but à I just find a prosilver directory in the .zip
My apologies. You are of course right. :oops:

I opened my local copy and found my own pages then assumed these came with the MOD.

Craig.
QOTY: phpBB is free, good hosting is not. - robert (Lumpy Burgertushie)
User avatar
SecondShoe
Registered User
Posts: 48
Joined: Thu Dec 13, 2007 7:16 pm
Contact:

Re: [RC] Add Page MOD

Post by SecondShoe »

ameeck wrote:subsilver2 changes are packed in the version I sent to the MODDB, wait for the update, it shouldn't take more than a week.
Can we get the sub silver files here, please!
Niklas.SB
Registered User
Posts: 37
Joined: Fri May 02, 2008 7:25 am

Re: [RC] Add Page MOD

Post by Niklas.SB »

Hey,
I create my own subsilver2-files and I think they're not bad. Still I'm not sure, whether I made some necessary changes in stylesheet.css.

page_body.html:

Code: Select all

<!-- INCLUDE overall_header.html -->
<!-- IF S_PAGE_HIDDEN -->
    <div class="forumrules">
            <p>{L_PAGE_HIDDEN}</p>
    </div>
    <br />
<!-- ENDIF -->
<div id="message">
    <h2>{PAGE_TITLE}</h2>
</div>
<br />
<div class="row1 postbody">
        {PAGE_CONTENT}
</div>

<!-- INCLUDE overall_footer.html --> 
page_list.html:

Code: Select all

<!-- INCLUDE overall_header.html -->
<h2>{L_PAGES}</h2>
<div class="row1 postbody">
            <ul class="topiclist">
                <li class="header">
                    <dl>
                        <dt style="width: 75%;">{L_PAGE}</dt>
                        <dd style="width: 20%; float:right; text-align: center;">{L_AUTHOR}</dd>
                    </dl>
                </li>
            </ul>
            <!-- BEGIN pagelist -->
            <ul class="topiclist">
                    <li class="row bg1"><dl>
                        <dt><a href="{pagelist.PAGE_LINK}" style="width: 75%;">{pagelist.PAGE_TITLE}</a><br />
                            {pagelist.PAGE_DESC}</dt>
                        <dd style="width: 20%; float:right; text-align: center;">{pagelist.PAGE_AUTHOR}</dd>
                    </dl>
                </li>
            </ul>
            <!-- END pagelist -->
</div>
<!-- INCLUDE overall_footer.html --> 
Greets,
Niklas
momentum
Registered User
Posts: 1505
Joined: Thu Sep 20, 2007 4:07 am
Location: Melbourne, Australia

Re: [RC] Add Page MOD

Post by momentum »

Niklas.SB wrote:Hey,
I create my own subsilver2-files and I think they're not bad. Still I'm not sure, whether I made some necessary changes in stylesheet.css.

page_body.html:

Code: Select all

<!-- INCLUDE overall_header.html -->
<!-- IF S_PAGE_HIDDEN -->
    <div class="forumrules">
            <p>{L_PAGE_HIDDEN}</p>
    </div>
    <br />
<!-- ENDIF -->
<div id="message">
    <h2>{PAGE_TITLE}</h2>
</div>
<br />
<div class="row1 postbody">
        {PAGE_CONTENT}
</div>

<!-- INCLUDE overall_footer.html -->  
All of those <div> tags should be tables for subsilver2 based styles. :shock:

Same with the page_list.html file.

Craig.
QOTY: phpBB is free, good hosting is not. - robert (Lumpy Burgertushie)
Locked

Return to “[3.0.x] MODs in Development”