Welcome, Guest. Please Login or Register.
April 27, 2024, 07:39:12 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.x & 1.4.1] Application Mod « previous next »
Pages: 1 ... 4 5 [6] 7 8 ... 11 Reply Ignore Print
Author Topic: [Done 1.5.x & 1.4.1] Application Mod  (Read 84988 times)
Nathan_T
Noobie
*
Posts: 29


Re:[Done 1.5.1 & 1.4.1] Application Mod
« Reply #75 on: April 13, 2003, 04:03:34 PM »
Reply with quote

David,

This is my first time creating a forum so I'm a newbie at this.

Can you explain that to me a little better. I'm not sure how to do that.

Thanks,
Nathan
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.5.1 & 1.4.1] Application Mod
« Reply #76 on: April 13, 2003, 09:26:55 PM »
Reply with quote

1. go to www.boardmod.org
2. download the boardmod program, put the .mod file into YSE 1.5.1 directory (if it doesnt exist, create that directory inside /mods directory)
3. extract yse safe mode version (if u don't have one yet)
4. point the boardmod to your yse index.php
5. run the mod
6. if everything goes fine, upload all the changed files
7. upload application_dbmod.php and execute it with your browser
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
stitch
Noobie
*
Posts: 20


I'm a llama!

Re:[Done 1.5.1 & 1.4.1] Application Mod
« Reply #77 on: April 14, 2003, 03:47:40 AM »
Reply with quote

What is the possibility of having the option of a GLobal Mod being able to view and approve/ reject applications?  Just it would proove very useful in my setup...  

Also how compatible is it with other mods for 1.5.1
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.5.1 & 1.4.1] Application Mod
« Reply #78 on: April 14, 2003, 05:20:44 AM »
Reply with quote

hmm... u can do that if u take out the functions from Admin.php and make a new file, example: Application.php, then put the functions and do the admin/global mod validation there

QuoteAlso how compatible is it with other mods for 1.5.1
it depends on which mod u're trying to install, it should work with most 1.5.1 mods
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
stitch
Noobie
*
Posts: 20


I'm a llama!

Re:[Done 1.5.1 & 1.4.1] Application Mod
« Reply #79 on: April 14, 2003, 06:00:17 AM »
Reply with quote

OK let me ask this, only just getting into the manual side of changing things in files and mods, exactally would one do to set Admin's and Global mods to view and have access to the waiting applicantas..

Also in addition,  when I go and view the applicants waiting I see this:


Applied date: $time
IP: 139.86.186.50
Message:$row[message]

I am sure $time is supposed to show the time and $row[message] the message they leave, in addition to other posts can someone tell me what needs t be done to fix this...

I'm trying to learn all these things so that I can better my skills, hence I'm asking... :D
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.5.1 & 1.4.1] Application Mod
« Reply #80 on: April 14, 2003, 06:05:50 AM »
Reply with quote

hmm... did you install the mod using boardmod or by hand?
maybe you're missing a line or something
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Overseer
Sr. Member
****
Posts: 455


Re:[Done 1.5.1 & 1.4.1] Application Mod
« Reply #81 on: April 14, 2003, 09:48:41 PM »
Reply with quote

i get

"An Error Has Occurred!

You are not allowed to access this section "

when a user tries to sign up


(1.5.1 final, used boardmod and it gave no errors + upped register2.php to sources :/ )


« Last Edit: April 14, 2003, 09:56:34 PM by Overseer » Logged

I learned that from the G's, a G is an Overseer, the Overseer sees.
More than you do 'cause he gets experienced - Snoop on Daz's OG

Supreme exalted, universal leader, Descendent of the kings and queens, the Overseer
The overlord, cream of the crop, creme de la creme - Gang Starr  Royalty
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.5.1 & 1.4.1] Application Mod
« Reply #82 on: April 15, 2003, 01:27:37 AM »
Reply with quote

hmm... actually i haven't tested the mod after changing the filename...
have u uploaded the new index.php?
can u provide a url to your forum?
i'll try to test it when i get home
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Overseer
Sr. Member
****
Posts: 455


Re:[Done 1.5.1 & 1.4.1] Application Mod
« Reply #83 on: April 15, 2003, 07:00:55 AM »
Reply with quote

 :o

url : www.dubcc.com

i've uploaded all new files, i modded the update package before i uploaded the whole lot.


update: just double checked index.php got upped ok to be sure... its fine tho :(
« Last Edit: April 15, 2003, 06:49:34 PM by Overseer » Logged

I learned that from the G's, a G is an Overseer, the Overseer sees.
More than you do 'cause he gets experienced - Snoop on Daz's OG

Supreme exalted, universal leader, Descendent of the kings and queens, the Overseer
The overlord, cream of the crop, creme de la creme - Gang Starr  Royalty
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.5.1 & 1.4.1] Application Mod
« Reply #84 on: April 15, 2003, 10:29:10 PM »
Reply with quote

sorry, i forgot one thing when i renamed Register.php into Register2.php
in index.php, search for:      'register' => array("$sourcedir/Register.php", 'Register'),and replace it with      'register' => array("$sourcedir/Register2.php", 'Register'),
i forgot to change this, will do it in the next release fix :P
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
stitch
Noobie
*
Posts: 20


I'm a llama!

Re:[Done 1.5.1 & 1.4.1] Application Mod
« Reply #85 on: April 16, 2003, 03:07:16 AM »
Reply with quote

I installed it using Boardmod which was a shock because when I way back tried using boardmod to install it it didn't like it...
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.5.1 & 1.4.1] Application Mod
« Reply #86 on: April 16, 2003, 03:46:29 AM »
Reply with quote

released version 1.2a, this should fix version 1.2's registration problem
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Overseer
Sr. Member
****
Posts: 455


Re:[Done 1.5.1 & 1.4.1] Application Mod
« Reply #87 on: April 16, 2003, 07:37:11 AM »
Reply with quote

ok handmodded.. seems like it works.. but I now have the other problem reported by stitch above.. :)

QuoteApplied date: $time
IP: 217.39.114.34
Message:$row[message]


btw.. one thing that confused me from the previous version i was using (for 1.4.1)

the readme file says...


Quote- go to Forum Settings in admin section and check the checkboxes for: "Disallow guests from doing anything but login or register?" and "Email Random Password to New Member Upon Registration?"

the piece in bold doesnt matter does it....
Logged

I learned that from the G's, a G is an Overseer, the Overseer sees.
More than you do 'cause he gets experienced - Snoop on Daz's OG

Supreme exalted, universal leader, Descendent of the kings and queens, the Overseer
The overlord, cream of the crop, creme de la creme - Gang Starr  Royalty
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.5.1 & 1.4.1] Application Mod
« Reply #88 on: April 16, 2003, 08:39:36 AM »
Reply with quote

it's optional
but the "send random password on register' is a must :)

i haven't really had the time to test the mod actually
i'll try to do that and see what causes the IP address not displaying properly after i finish my exams
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Overseer
Sr. Member
****
Posts: 455


Re:[Done 1.5.1 & 1.4.1] Application Mod
« Reply #89 on: April 16, 2003, 08:54:00 AM »
Reply with quote

yeah i know the other is a must  ;D

ermm IP is the only thing that does work ok... lol

it works ok now... got post this on notify so i'll be able to mod again after you've been able to get the the sign up message & time bits sorted :)
« Last Edit: April 16, 2003, 09:02:09 AM by Overseer » Logged

I learned that from the G's, a G is an Overseer, the Overseer sees.
More than you do 'cause he gets experienced - Snoop on Daz's OG

Supreme exalted, universal leader, Descendent of the kings and queens, the Overseer
The overlord, cream of the crop, creme de la creme - Gang Starr  Royalty
Pages: 1 ... 4 5 [6] 7 8 ... 11 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.x & 1.4.1] Application Mod « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.053 seconds with 20 queries.