|
|
rulaman |
|
|
Posts: 56
Gender:  Male
Posts Per Day: 0.04
Time Online: 23 hours 13 minutes
Location: Germany
Age: 39
|
Under Boards and Categories, make it so your boards have it where Validating users cannot see them or whatever you want to do.
Thanks, now I nearly got it... I had to uncheck all except All Registered Members. But a small problem seems to be left: I use the option Validatation through e-mail and Administrator because I don't want anyone to use a fake email address. But the forums Administrator gets the validation link for the new member before this member has validated his email address. So I don't know if his email address is fake or not when I validate him?
As for the modules ... hmm. Are you able to use Quick Edit in messages?
Yes! This works fine. |
|
|
|
|
|
cyberface |
|
|
Posts: 41
Gender:  Male
Posts Per Day: 0.03
Time Online: 9 hours 19 minutes
|
Make sure you also rebuild the boards too, since that error you were getting was somewhat related to that.
Did it! I now have 2 other issues. The portal shows nothing at all and PM's don't work unless I input the user name myself. I have noticed that the PM's don't input the username but only thier number!! I saw that in the members file all the members were now numbers too. Sup with that? Just PM'd you as well and it did the same thign here with the User number and not the name. |
| CyberFace(aka MacPhreak) http://macphreak.com |
|
| Revision History (1 edits) |
|
| |
|
|
|
|
|
Justin |
|
|
Posts: 15,016
Gender:  Male
Posts Per Day: 6.75
Reputation: 93.40%
Reputation Score: +297 / -21
Time Online: 36 days 17 hours 49 minutes
Location: Tallassee, AL
Age: 21
|
Did it!
I now have 2 other issues. The portal shows nothing at all and PM's don't work unless I input the user name myself. I have noticed that the PM's don't input the username but only thier number!! I saw that in the members file all the members were now numbers too. Sup with that?
Just PM'd you as well and it did the same thign here with the User number and not the name.
Redownload and reupload PM.pl. |
| I do installs for $25 and upgrades for $20.Technical support is always free. Donate to E-Blah! My Websites: Revolution Reality (My Blog) | MinistryTalk.com | Portfolio"But you, O Lord, are a compassionate and gracious God, slow to anger, abounding in love and faithfulness." — Psalm 86:15 NIV  |
|
|
|
|
|
cyberface |
|
|
Posts: 41
Gender:  Male
Posts Per Day: 0.03
Time Online: 9 hours 19 minutes
|
Redownload and reupload PM.pl.
Same! Did not change anything. Still no user names in PM's and No Portal info at all. |
| CyberFace(aka MacPhreak) http://macphreak.com |
|
|
|
|
|
spirited |
|
|
Posts: 119
Gender:  Female
Posts Per Day: 0.14
Reputation: 100.00%
Time Online: 2 days 3 hours 59 minutes
|
Same! Did not change anything. Still no user names in PM's and No Portal info at all.
Reuploading the new PM.pl file fixed it for me. However, I notice it also uses the numbers when quoting someone. It allows you to quote them (unlike with the PM) and converts the number to a username upon posting, but newbies to BBcode could find it confusing. Although that's not really very helpful... mmph. Oh, but the portal; have you gone to "Portal Setup" in the admin panel? |
|
|
|
|
|
cyberface |
|
|
Posts: 41
Gender:  Male
Posts Per Day: 0.03
Time Online: 9 hours 19 minutes
|
Oh, but the portal; have you gone to "Portal Setup" in the admin panel?
Thanks Spirited. I did not realize I had to set it up myself. Duh on me...... |
| CyberFace(aka MacPhreak) http://macphreak.com |
|
|
|
|
|
Justin |
|
|
Posts: 15,016
Gender:  Male
Posts Per Day: 6.75
Reputation: 93.40%
Reputation Score: +297 / -21
Time Online: 36 days 17 hours 49 minutes
Location: Tallassee, AL
Age: 21
|
|
|
|
|
|
rulaman |
|
|
Posts: 56
Gender:  Male
Posts Per Day: 0.04
Time Online: 23 hours 13 minutes
Location: Germany
Age: 39
|
So I don't know if his email address is fake or not when I validate him?
...of course... I can see this in his profil.  So..., no more questions left.  |
|
|
|
|
|
Craig |
|
|
Posts: 3,619
Gender:  Male
Posts Per Day: 2.23
Reputation: 97.73%
Reputation Score: +215 / -5
Time Online: 14 days 14 hours 57 minutes
Location: Germany
Age: 38
|
Quoted from vjs (Guest)
Got the email announcing version 10 with a link to the documentation, but that seems to be for version 9, and I cannot find any information in the eblah 10 download on how to upgrade from version 9 to version 10, as we used to get in previous version. Thanks for all your hard work.
There is now a new install and upgrade guide for E-Blah 10.0 on Blahdocs.com. I pushed this out quick, so let me know if there are any problems. -Craig. |
| Don't just ask a question. Instead ask a question, give us a screen shot and post a link to your forum. Help us help you make your forum better!If I helped...increase my Reputation by clicking here. |
|
|
|
|
|
Justin |
|
|
Posts: 15,016
Gender:  Male
Posts Per Day: 6.75
Reputation: 93.40%
Reputation Score: +297 / -21
Time Online: 36 days 17 hours 49 minutes
Location: Tallassee, AL
Age: 21
|
|
|
|
|
|
vjscorpio |
|
|
Posts: 47
Posts Per Day: 0.03
Reputation: 75.00%
Reputation Score: +3 / -1
Time Online: 1 hours 57 minutes
|
You're going to have to transfer the new CSS configuration to your forum.
|
Code
body {
text-align : center;
}
table {
margin-left : auto;
margin-right: auto;
}
/*
Centering help:
http://www.maxdesign.com.au/presentation/center/
*/
td {
text-align: left;
}
.loading {
background-image : url(/blahdocs/images/loading.gif);
background-repeat: no-repeat;
width : 222px;
height : 19px;
}
.right {
text-align: right !important;
}
.center {
text-align: center !important;
}
.justify {
text-align: justify !important;
}
.vtop {
vertical-align: top !important;
}
.innertable {
margin: 0px !important;
}
.leftimg {
float : left;
padding-right: 5px;
}
.rightimg {
float : right;
padding-left: 5px;
}
.centerimg {
vertical-align: middle;
}
form, input {
margin-top: 0px;
}
form {
margin-bottom: 0px;
}
.boardsearch {
background : url(/blahdocs/images/search.png) 3px 4px no-repeat;
padding-left : 19px;
padding-top : 5px;
padding-bottom: 5px;
width : 90%;
}
/* If user has a color, specify the options for that user name to appear here */
.usercolors {
font-weight: bold;
} |
|
If you are upgrading, add that. If it's a new install, just install and enjoy! 
Not sure if I am doing the right thing, I upgraded to v10, but was following the old instructions as there were none for v10, as per my previous post. Install went well apart from some formatting looking strange. I went into the themes manager and replaced the main css template with the one above, but I then get no images or backgrounds. Can someone explain in simple english what needs to be done to get it looking correct. Thanks. |
|
|
|
|
|
Nat |
|
|
Posts: 1,607
Gender:  Male
Posts Per Day: 0.93
Reputation: 88.57%
Reputation Score: +31 / -4
Time Online: 5 days 4 hours 31 minutes
Location: manchester (UK)
Age: 46
|
In the new CSS file look out for things like
Quoted Text
url(/blahdocs/images/search.png) 3px 4px no-repeat;
Check that this is correct for your own forum and how you have it set up, you may find that if you have been running your forum for a long time, the images are not in a folder called blahdocs |
| |
|
|
|
|
|
Justin |
|
|
Posts: 15,016
Gender:  Male
Posts Per Day: 6.75
Reputation: 93.40%
Reputation Score: +297 / -21
Time Online: 36 days 17 hours 49 minutes
Location: Tallassee, AL
Age: 21
|
Not sure if I am doing the right thing, I upgraded to v10, but was following the old instructions as there were none for v10, as per my previous post. Install went well apart from some formatting looking strange. I went into the themes manager and replaced the main css template with the one above, but I then get no images or backgrounds. Can someone explain in simple english what needs to be done to get it looking correct. Thanks.
Quoted Text
If you are upgrading, add that.
Add, don't replace.  |
| I do installs for $25 and upgrades for $20.Technical support is always free. Donate to E-Blah! My Websites: Revolution Reality (My Blog) | MinistryTalk.com | Portfolio"But you, O Lord, are a compassionate and gracious God, slow to anger, abounding in love and faithfulness." — Psalm 86:15 NIV  |
|
|
|
|
|
vjscorpio |
|
|
Posts: 47
Posts Per Day: 0.03
Reputation: 75.00%
Reputation Score: +3 / -1
Time Online: 1 hours 57 minutes
|
In the new CSS file look out for things like
Check that this is correct for your own forum and how you have it set up, you may find that if you have been running your forum for a long time, the images are not in a folder called blahdocs
My forum is in /public_html/forum and my blahdocs is at /public_html/blahdocs I just moved the blahdocs folder into the forum folder as a test, but then got an error that the template is not found etc. Do I need to change the url to the image files in the css file, and if so to what for my particular setup. Thanks. |
|
|
|
|
|
vjscorpio |
|
|
Posts: 47
Posts Per Day: 0.03
Reputation: 75.00%
Reputation Score: +3 / -1
Time Online: 1 hours 57 minutes
|
Add, don't replace. 
AHH, thanks Justin, will do that now. Cheers |
|
|
|
|
|
|