Features removed from 3.1.4
#62
Posted 13 June 2011 - 03:20 PM
lol I even replied to that thread.
I just now replied to it.
#63
Posted 13 June 2011 - 04:45 PM
#64
Posted 13 June 2011 - 06:34 PM
The biggest problem I see with IPB is going to prove to be a very major headache for those of us who run active forums. Some of you may have already discovered that IPS has removed the "forum rules' link from the top of the forums. This is a major mistake. I'm going to run into major problems when someone tries to look for the forum rules link but cannot find it because some gumby decided to place the link in the footer section, obscured with small font text and with font colors so light that you will skip right over it.
- The Old Man, Haku2, cocoliso and 3 others like this
Stop Spammers: A Guide. This is a guide designed to help everyone in the fight against spammer registrations. Remember, you cannot stop them from registering, but you can halt them in their tracks.
#65
Posted 13 June 2011 - 07:26 PM
#67
Posted 13 June 2011 - 07:40 PM
Stop Spammers: A Guide. This is a guide designed to help everyone in the fight against spammer registrations. Remember, you cannot stop them from registering, but you can halt them in their tracks.
#68
Posted 13 June 2011 - 08:02 PM
Forum Rules Link Removed: Major Headache for Forum Administrators
The biggest problem I see with IPB is going to prove to be a very major headache for those of us who run active forums. Some of you may have already discovered that IPS has removed the "forum rules' link from the top of the forums. This is a major mistake. I'm going to run into major problems when someone tries to look for the forum rules link but cannot find it because some gumby decided to place the link in the footer section, obscured with small font text and with font colors so light that you will skip right over it.
Yeah, that was a bad move. Because of this, administrators will probably now have to make a forum only dedicated to rules just to make sure everyone sees it. I really hope IPS changes their mind about this. This is getting very irritating now.
- The Old Man, Dreamlander, JahLion and 2 others like this
#69
Posted 13 June 2011 - 08:41 PM
I can safely say that not a single person ever read the Forums rules...ever (besides me).
If they had they would not bother tech support with question like
person: why am I getting error #1000 when trying to rsvp for an event?
tech: maybe because you did not validate the email confirmation you were sent when you registered your account
person: oh there is an email sent back?
tech: yes it is clearly written in the rules of the forum you have to agree when you register and it is also written in the first email you receive as well as the registration screen
person: yeah I know but nobody reads those as they serve no purpose
tech: you don t say... so anyway check your email and validate the account
Repeat this about 30 times a day and you will get an idea about how helpful forum rules are for us atm. if its more than one sentence people can t be bothered to read when registering
- Michael, augenj and Lucky Star like this
#70
Posted 13 June 2011 - 09:24 PM
I have one of my community that has about 75k members.
I can safely say that not a single person ever read the Forums rules...ever (besides me).
If they had they would not bother tech support with question like
person: why am I getting error #1000 when trying to rsvp for an event?
tech: maybe because you did not validate the email confirmation you were sent when you registered your account
person: oh there is an email sent back?
tech: yes it is clearly written in the rules of the forum you have to agree when you register and it is also written in the first email you receive as well as the registration screen
person: yeah I know but nobody reads those as they serve no purpose
tech: you don t say... so anyway check your email and validate the account
Repeat this about 30 times a day and you will get an idea about how helpful forum rules are for us atm. if its more than one sentence people can t be bothered to read when registering
Why is validating the account a rule? If you ask me thats just bad admin setup. If you want them to register for them to use/do something there are 100 ways to do it.
#71
Posted 13 June 2011 - 10:30 PM
That's not the point he was making at all.
Why is validating the account a rule? If you ask me thats just bad admin setup. If you want them to register for them to use/do something there are 100 ways to do it.
Contact Me: Email · Facebook · Twitter · Google+
Follow Invision Focus: On Facebook · On Twitter
#72
Posted 13 June 2011 - 10:37 PM
That is not correct. Hover over the "Online" in Profile...
The person is referring to the FULL profile. What if the member has no posts? You wouldn't be able to hover over their online profile in topic view.
#73
Posted 13 June 2011 - 10:41 PM
I don't think this was ever a feature in 3.1, I don't see it on my site.They also removed the local time in member profiles.
Contact Me: Email · Facebook · Twitter · Google+
Follow Invision Focus: On Facebook · On Twitter
#75
Posted 14 June 2011 - 12:12 AM
Yeah, that was a bad move. Because of this, administrators will probably now have to make a forum only dedicated to rules just to make sure everyone sees it. I really hope IPS changes their mind about this. This is getting very irritating now.
Or you can just edit your skin and place a link there. It really only takes less than 5 minutes.
#76
Posted 14 June 2011 - 12:22 AM
Forum Rules Link Removed: Major Headache for Forum Administrators
The biggest problem I see with IPB is going to prove to be a very major headache for those of us who run active forums. Some of you may have already discovered that IPS has removed the "forum rules' link from the top of the forums. This is a major mistake. I'm going to run into major problems when someone tries to look for the forum rules link but cannot find it because some gumby decided to place the link in the footer section, obscured with small font text and with font colors so light that you will skip right over it.
Done
ACP -> Look & Feel -> Global Template -> globalTemplate
Find:
<ul class='ipsList_inline' id='community_app_menu'>
Add Below:
<li id='nav_rules' class='right'>
<if test="siteruleslink:|:$this->settings['gl_show'] and $this->settings['gl_title']">
<li class='right ipsType_smaller'>
<a href='<if test="ruleslink:|:$this->settings['gl_link']">{$this->settings['gl_link']}<else />{parse url="app=forums&module=extras&section=boardrules" base="public"}</if>'><if test="siterulestitle:|:$this->settings['gl_title']">{$this->settings['gl_title']}<else />{$this->lang->words['board_rules']}</if></a>
</li>
</if>
</li>
Done You now have rules link on top of page
- Mama Flame, Lucky Star, tranceandy and 2 others like this
#77
Posted 14 June 2011 - 03:02 AM
Done
ACP -> Look & Feel -> Global Template -> globalTemplate
Find:<ul class='ipsList_inline' id='community_app_menu'>
Add Below:<li id='nav_rules' class='right'> <if test="siteruleslink:|:$this->settings['gl_show'] and $this->settings['gl_title']"> <li class='right ipsType_smaller'> <a href='<if test="ruleslink:|:$this->settings['gl_link']">{$this->settings['gl_link']}<else />{parse url="app=forums&module=extras&section=boardrules" base="public"}</if>'><if test="siterulestitle:|:$this->settings['gl_title']">{$this->settings['gl_title']}<else />{$this->lang->words['board_rules']}</if></a> </li> </if> </li>
Done You now have rules link on top of page
Yes and every time we upgrade or install a skin we have to edit the template,think if you have more than 1 edit in templates , it'll be a pain doing this everytime.
- tranceandy and nitt like this
A castle in the moutain is made of rock.
But a castle in the sky is made of dreams.
#78
Posted 14 June 2011 - 05:12 AM
Another removed feature: It is no longer possible to convert categories into forums.
Create a new forum and move and sub-forums to it. Should not affect people too much if it has been removed.
Twitter | Non League UK | Google+
Play safe and purchase IP.Board from IPS - discounts available depending upon items purchased - up to 25% discount! - click here to buy
Converting from Vbulletin or another forum to IPB? Click here for the conversion service - it might be free!
IPS Hosting - click here for the prices & specifications. Some packages include a free version of IP.Board from just $10 a month!
#79
Posted 14 June 2011 - 05:23 AM
Forum Rules Link Removed: Major Headache for Forum Administrators
The biggest problem I see with IPB is going to prove to be a very major headache for those of us who run active forums. Some of you may have already discovered that IPS has removed the "forum rules' link from the top of the forums. This is a major mistake. I'm going to run into major problems when someone tries to look for the forum rules link but cannot find it because some gumby decided to place the link in the footer section, obscured with small font text and with font colors so light that you will skip right over it.
Do you use the FusionMenu? You can just create rules there.
Or edit the template and place some links at the bottom, take a look at my Talkford.com site to see my footer in action.
Download Our Free App - Apple ¦ Android
#80
Posted 14 June 2011 - 06:25 AM
- tranceandy likes this
Contact Me: Email · Facebook · Twitter · Google+
Follow Invision Focus: On Facebook · On Twitter
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users












