[DEV] WolfMOD (hope name isn't taken)

MOD Authors: Discuss and post updates on new MODs in development for phpBB3, Receive feedback and Feature requests for MODs in development.

To submit your MOD or style, go to the STG MOD Manager
Forum rules
go to the STG MOD Manager to post your MOD in development.
Discuss and receive feedback for any MOD in development for phpBB3.
Suggest features for MODs in development.

No Support or MOD Requests
-- exceptions for MODs only posted here as Beta or Alpha.
Support requests for a MOD should be requested in the respective MOD topic.

[DEV] WolfMOD (hope name isn't taken)

Postby harmlessgoat22 » 09 Apr 2007, 08:00

haha I hope the name isn't already taken...

Well, it is very similar to burnMOD, which I never ended up finishing, but since I'm working from the ground up, not copying and pasting anything from burnMOD, and I am making it using Prosilver, I thought it deserved a fresh new name.

MOD Name: WolfMOD
MOD Version: 0.0.1
Author: harmlessgoat22
MOD Description:

Works with:
  • Every CVS version between when Prosilver came out and snapshot from 2007-4-9, April 9, 2007

Features for 1.0.0:
  • phpBBsp (by Exreaction) portal template compatible with Prosilver Complete
  • Integration of website and forum via adding new pages with forum style, along with use of variables from phpBB3 Mostly Complete
  • Keep Tableless layout Complete so far
  • Sidebars with modules 25% Complete
  • Get permission for AJAX Chatbox (by Handyman) and integrate into board/site Planned
  • MAYBE Integrate MediaWiki into board with same users
  • Make for easier editing of pages via ACP Planned, but not hopeful
  • MODX
  • No text in templates, only language variables Complete so far
  • Many smaller changes 50% Complete

Language: English

Licence: GNU General Public License v2

Screenshots:
ImageImage

Installation Level: Easy
Installation Time: 10 Minutes
Format: MODX
Download File: N/A
User avatar
harmlessgoat22    
STG Support Team
STG Support Team
 
Posts: 2886
Joined: 13 Jul 2006, 17:38
Gender: Male
phpBB Knowledge: 8




phpBB Academy at StarTrekGuide
Support STG
Using PayPal Donate

Re: [DEV] WolfMOD (hope name isn't taken)

Postby Handyman » 09 Apr 2007, 08:14

hey Harmless :)
Permission given for chatbox.
I'm trying to have the new version by then? but either way, you can use it :good:
Please contact me if you have any news to submit to SCOFF News.
SCOFFing at the candidates while you sleep.
My Mods || My Mod Queue
Image
User avatar
Handyman    
Rear Fleet Admiral
Rear Fleet Admiral
 
Posts: 7454
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Favorite Team: Seattle Seahawks
Gender: Male

Re: [DEV] WolfMOD (hope name isn't taken)

Postby harmlessgoat22 » 09 Apr 2007, 08:22

Thanks Handyman, anyways, could you help me with one thing?

Here is a screenshot of the sidebar. But there is one problem: on the right side, the corners aren't working correctly...

Here is the code I am using for that section of the page...

Spoiler:
Code: Select all
<div class="navbar" style="width:150px">
    <
div class="inner"><span class="corners-top"></span>
                <
div class="postbody">
                    <
div class="gensmall">
                    <!-- IF 
S_USER_LOGGED_IN -->
                    <
div align="center">{AVATAR}</div>
                    {
L_WELCOME} {SITENAME}, {S_USERNAME_FULL}<br /><br />{LAST_VISIT_DATE}<br />{CURRENT_TIME}
                    <!-- ELSE -->
                    <
form action="{S_LOGIN_ACTION}" method="post" id="login">
                        <
div class="content">
                            <
h2><!-- IF LOGIN_EXPLAIN -->{LOGIN_EXPLAIN}<!-- ELSE -->{L_LOGIN}<!-- ENDIF --></h2>
                            <
fieldset <!-- IF not S_CONFIRM_CODE -->class="fields1"<!-- ELSE -->class="fields2"<!-- ENDIF -->>
                            <!-- IF 
LOGIN_ERROR --><div class="error">{LOGIN_ERROR}</div><!-- ENDIF -->
                            <
dl>
                                <
dt><label for="username">{L_USERNAME}:</label></dt>
                                <
dd><input type="text" tabindex="1" name="username" id="username" size="15" maxlength="40" value="{USERNAME}" class="inputbox autowidth" /></dd>
                            </
dl>
                            <
dl>
                                <
dt><label for="password">{L_PASSWORD}:</label></dt>
                                <
dd><input type="password" tabindex="2" id="password" name="password" size="15" maxlength="25" class="inputbox autowidth" /></dd>
                                <!-- IF 
S_DISPLAY_FULL_LOGIN and (U_SEND_PASSWORD or U_RESEND_ACTIVATION) -->
                                    <!-- IF 
U_SEND_PASSWORD --><dd><a href="{U_SEND_PASSWORD}">{L_FORGOT_PASS}</a></dd><!-- ENDIF -->
                                    <!-- IF 
U_RESEND_ACTIVATION --><dd><a href="{U_RESEND_ACTIVATION}">{L_RESEND_ACTIVATION}</a></dd><!-- ENDIF -->
                                <!-- ENDIF -->
                            </
dl>
                            
                            <!-- IF 
S_CONFIRM_CODE -->
                            <
dl>
                                <
dt><label for="confirm_code">{L_CONFIRM_CODE}:</label><br /><span>{L_CONFIRM_CODE_EXPLAIN}</span></dt>
                                    <
dd><input type="hidden" name="confirm_id" value="{CONFIRM_ID}" />{CONFIRM_IMAGE}</dd>
                                    <
dd><input type="text" name="confirm_code" id="confirm_code" size="8" maxlength="8" tabindex="3" class="inputbox narrow" title="{L_CONFIRM_CODE}" /></dd>
                            </
dl>
                            <!-- ENDIF -->
                            
                            <!-- IF 
S_DISPLAY_FULL_LOGIN -->
                            <
dl>
                                <!-- IF 
S_AUTOLOGIN_ENABLED --><dd><label for="autologin"><input type="checkbox" name="autologin" id="autologin" tabindex="4" class="checkbox" /> {L_LOG_ME_IN}</label></dd><!-- ENDIF -->
                                <
dd><label for="viewonline"><input type="checkbox" name="viewonline" id="viewonline" tabindex="5" class="checkbox" /> {L_HIDE_ME}</label></dd>
                            </
dl>
                            <!-- ENDIF -->
                            <
dl>
                                <
dt>&nbsp;</dt>
                                <
dd>{S_HIDDEN_FIELDS}<input type="submit" name="login" tabindex="6" value="{L_LOGIN}" class="button1" /></dd>
                            </
dl>
                            </
fieldset>
                        </
div>
                    </
form>
                    <!-- ENDIF --></
div>
                </
div>
    <
span class="corners-bottom"></span></div>
</
div>
<
br />
<!-- IF 
S_USER_LOGGED_IN -->
<
div class="navbar" style="width:150px">
    <
div class="inner"><span class="corners-top"></span>
                <
div class="postbody">
                    <
div class="gensmall">{LOGGED_IN_USER_LIST}</div>
                </
div>
    <
span class="corners-bottom"></span></div>
</
div>
<
br />
<!-- ENDIF -->
Attachments
sidebar.png
(2.81 KiB) Downloaded 13 times
User avatar
harmlessgoat22    
STG Support Team
STG Support Team
 
Posts: 2886
Joined: 13 Jul 2006, 17:38
Gender: Male
phpBB Knowledge: 8

Re: [DEV] WolfMOD (hope name isn't taken)

Postby Handyman » 10 Apr 2007, 04:25

I don't have time to look through the code atm, but here is some basic code that shows all sides correctly? see if you can mess with it and get it to work how you need it
Spoiler:
Code: Select all
<div id="p{postrow.MESSAGE_ID}" class="post <!-- IF postrow.LAST_CLASS is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF postrow.S_ONLINE --> online<!-- ENDIF -->">
   <div class="inner"><span class="corners-top"></span>
      <div class="postbody">
         <div class="content">{postrow.MESSAGE}</div>
      </div>
      <dl class="postprofile" id="profile{postrow.MESSAGE_ID}">
         <dt><a href="{postrow.U_POST_AUTHOR}">{postrow.USERNAME_FULL}</a></dt>
         <dt>{postrow.TIME}</dt>
      </dl>
      <span class="corners-bottom"></span></div>
</div>
Please contact me if you have any news to submit to SCOFF News.
SCOFFing at the candidates while you sleep.
My Mods || My Mod Queue
Image
User avatar
Handyman    
Rear Fleet Admiral
Rear Fleet Admiral
 
Posts: 7454
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Favorite Team: Seattle Seahawks
Gender: Male

Re: [DEV] WolfMOD (hope name isn't taken)

Postby harmlessgoat22 » 11 Apr 2007, 10:21

Handyman wrote:I don't have time to look through the code atm, but here is some basic code that shows all sides correctly? see if you can mess with it and get it to work how you need it
Spoiler:
Code: Select all
<div id="p{postrow.MESSAGE_ID}" class="post <!-- IF postrow.LAST_CLASS is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF postrow.S_ONLINE --> online<!-- ENDIF -->">
   <div class="inner"><span class="corners-top"></span>
      <div class="postbody">
         <div class="content">{postrow.MESSAGE}</div>
      </div>
      <dl class="postprofile" id="profile{postrow.MESSAGE_ID}">
         <dt><a href="{postrow.U_POST_AUTHOR}">{postrow.USERNAME_FULL}</a></dt>
         <dt>{postrow.TIME}</dt>
      </dl>
      <span class="corners-bottom"></span></div>
</div>


ok thanks I'll try that..

weird...for some reason, when I try that exact code, it doesn't work...

EDIT:
OK I got it...

I was using the code...
Code: Select all
        <div class="navbar">
            <
div class="inner"><span class="corners-top"></span>
            <
span class="corners-bottom"></span></div>
        </
div>


When I should have used...

Code: Select all
        <div class="navbar">
            <
div class="inner"><span class="corners-top"><span></span></span>
            <
span class="corners-bottom"><span></span></span></div>
        </
div>


Notice the extra
Code: Select all
<span></span>
in the second example code
User avatar
harmlessgoat22    
STG Support Team
STG Support Team
 
Posts: 2886
Joined: 13 Jul 2006, 17:38
Gender: Male
phpBB Knowledge: 8

Re: [DEV] WolfMOD (hope name isn't taken)

Postby Handyman » 11 Apr 2007, 14:34

yeah, I purposely took the extra spans out of mine because it didn't make a difference in the way it looked? but I guess that's why they had them there.
Please contact me if you have any news to submit to SCOFF News.
SCOFFing at the candidates while you sleep.
My Mods || My Mod Queue
Image
User avatar
Handyman    
Rear Fleet Admiral
Rear Fleet Admiral
 
Posts: 7454
Joined: 08 May 2006, 04:45
Location: Where no man has gone before!
Favorite Team: Seattle Seahawks
Gender: Male

Re: [DEV] WolfMOD (hope name isn't taken)

Postby harmlessgoat22 » 11 Apr 2007, 17:10

Handyman wrote:yeah, I purposely took the extra spans out of mine because it didn't make a difference in the way it looked? but I guess that's why they had them there.

Yeah I didn't think they would effect anything because they were empty, so I didn't even think that that was the problem as to why it wouldn't work, so what I did was I copied and pasted the EXACT thing from somewhere else, and slowly made changes to my fitting, testing to see if it effected anything...

UPDATE:
I am also hoping to integrate a wiki into WolfMOD. It would work like this...
I would use the same user, user_group, and groups database tables for both the wiki and the forum. The goal would be that, a user would get posts/points for creating a new wiki page, and for editing an existing one, to encourage users to work with the wiki. Although many users would not use this feature, I figured that since I don't have the php knowledge to make an ACP module, or any other huge features, I thought that I would like to have at least one thing that sets it apart from other site integration MOD's

See viewtopic.php?f=50&t=1684 for more details...

HELP REQUEST FROM REALLY NICE PERSON:
I was wondering if this is possible without too much effort and if a kind soul would be willing to help...
I was wondering if it would be easy to create an ACP module to edit the pages content. The way I currently have the pages set up is like this: language/en/page.php has a language variable page for the language variables for each individual page. Each page has only one variable: page_content. I was wondering if someone could make a way to be able to edit that, similar to the editing of language variables in the ACP, only under a separate module. I know I'm asking a lot, but if someone could help me with that I would so appreciate it!!!
User avatar
harmlessgoat22    
STG Support Team
STG Support Team
 
Posts: 2886
Joined: 13 Jul 2006, 17:38
Gender: Male
phpBB Knowledge: 8


Return to MODs in Development

Who is online

Users browsing this forum: Exabot [Bot] and 12 guests