|
Joined: Nov 2006
Posts: 197 Likes: 7
Member
|
Member
Joined: Nov 2006
Posts: 197 Likes: 7 |
I postponed my upgrade from 7.0.2 to 7.1B4 until tonight.
Another Question:
I noticed that the "details" for "Who's Online" almost always seems to list a bunch of spiders from Yahoo!
Does that mean that you have checked: Enable Spider-friendly URLs? (Primary Settings > General tab)?
I currently keep this unchecked (which was the default). Does this mean that I am actually blocking the spiders or just that I am not benig friendly to them and they come crawling anyway?
Thanks!
|
|
|
|
Joined: Jun 2006
Posts: 16,365 Likes: 126
|
Joined: Jun 2006
Posts: 16,365 Likes: 126 |
If a user matches a "useragent" they will be defined as a bot; this setting is completely independent of spider friendly URLs and simply means that a bot is accessing at least your homepage.
Spider Friendly allows spiders an easier route of transversing your webspace; nothing is to say they will be completely blocked, but nothing guarantees they'll have an easy route of spidering your forums.
Another benefit of Spider Friendly is that your URLs to posts will be MUCH shorter.
|
|
|
|
Joined: Jul 2006
Posts: 4,057
|
Joined: Jul 2006
Posts: 4,057 |
Impressed with Ricks new site, and skin may i say i'm going to upgrade to 7.14b on my test site as soon as i can.. See his signature for details
Last edited by Mark S; 01/20/2007 9:22 AM.
BOOM !! Version v7.6.1.1 People who inspire me Isaac ME Gizmo
|
|
|
|
Joined: Nov 2006
Posts: 197 Likes: 7
Member
|
Member
Joined: Nov 2006
Posts: 197 Likes: 7 |
I upgraded to 7.1B4 just today.
Issues:
1. For the three new stylesheet classes (.newtotal, .popup_content, and .post_buttons) my template is blank. I may have made a mistake somewhere but I expected an updated generic template to be loaded with the upgrade to 7.1B4. That soes not seem to have happened. So these classes are still unstyled and I do not know what to put into those fields. Can someone please 1) post examples from their UBB.threads 7.1B4 or 2) tell me what specfic files I need to load that were not loaded as part of the upgrade. [I had deleted all the templates except the one I want users to use.] If I click on the "copy" within the styles edit link to copy in the default nothing happens.
2. In each post I see the remaining icons for "Edit", "Reply" and etc. but immediately followed by the new hyperlinked text for the same functions. Both appear to work.
The board is up and running so overall the upgrade went ok.
Thanks in advance for your help!
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
Still trying to figure out if there is a way to auto update styles. Not exactly sure that's possible yet as the defaults might not go with the custom styles at all, but working on it.
Here's what comes with the default style:
.newtotal
font-size: 8pt; color: red;
------
.popup_content
border: 2px solid #BBBBBB; background: #EEEEDD;
-------
.post_buttons
border: 1px solid #AAAAAA; font-size: 9pt; font-weight: bold; color: #357082; background: #DDDDBB; padding-left: 2px; padding-right: 2px;
As for your image problem. First, make sure you've uploaded the contents of the images/generic/default and default_dark folders. We've updated the images in those folders for the post buttons. If you're still getting the old images, then do a shift-reload on your browser and that should force the new images to reload.
|
|
|
|
Joined: Jun 2006
Posts: 16,365 Likes: 126
|
Joined: Jun 2006
Posts: 16,365 Likes: 126 |
When you upgrade these wil be blank, this is normal behavior and is up to the admin to update them. The default template isn't updated however, which is a shame, but I suppose it's because some people just customize their default template and Rick didn't want to just overwrite it. If you see the old icons still it's a cache issue, try clearing your browser cache and the old images will be replaced. My custom code fr my stylesheets:
.newtotal {
font-size: 8pt;
color: red;
}
.popup_content {
border-top: 1px solid #808080;
border-left: 1px solid #808080;
border-right: 2px solid #808080;
border-bottom: 2px solid #808080;
background-color: #95AAC9;
padding: 4px;
}
.post_buttons {
border: 1px solid #000000;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 2px;
padding-right: 2px;
font-size: 8pt;
background: #95AAC9;
}
|
|
|
|
Joined: Nov 2006
Posts: 197 Likes: 7
Member
|
Member
Joined: Nov 2006
Posts: 197 Likes: 7 |
Rick,
Both issues resolved. And within 10 minutes of when I first posted the summary of the problems! Talk about speedy results!
I copied in the default style for the three new classes and uploaded the images/general directories. I don't know how I missed that one.
Thanks!!!
Jake
PS: Thanks also to Gizmo!
|
|
|
|
Joined: Jun 2006
Posts: 16,365 Likes: 126
|
Joined: Jun 2006
Posts: 16,365 Likes: 126 |
lol you're welcome; it's sad when both Rick and I are active; talk about double posting :x
|
|
|
|
Joined: Aug 2006
Posts: 1,649 Likes: 1
Pooh-Bah
|
Pooh-Bah
Joined: Aug 2006
Posts: 1,649 Likes: 1 |
Can that CSS info please be added to the install documentation (if it's not there already)? I know I'll probably need it when the time comes...
GangsterBB.NET (Ver. 7.6.1.1) PHP Version 5.6.40 / MySQL 5.7.23-23 (was 5.6.41-84.1) / Apache 2.4.54 2007 Content Rulez Contest - Hon Mention UBB.classic 6.7.2 - RIP
|
|
|
|
Joined: Jun 2006
Posts: 16,365 Likes: 126
|
Joined: Jun 2006
Posts: 16,365 Likes: 126 |
I think it should also be added to the 7.1 final release announcement :nod:
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
Merged.
Last edited by Rick; 02/27/2007 1:07 PM.
|
|
|
|
Joined: Jun 2006
Posts: 3,839 Likes: 1
Carpal Tunnel
|
Carpal Tunnel
Joined: Jun 2006
Posts: 3,839 Likes: 1 |
looks good
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
Helps when I remember to reopen the board after I'm finished with the upgrade
|
|
|
|
Joined: Feb 2007
Posts: 210 Likes: 1
Enthusiast
|
Enthusiast
Joined: Feb 2007
Posts: 210 Likes: 1 |
Helps when I remember to reopen the board after I'm finished with the upgrade /agreed This is the one I've been waiting for. Now to relook all the mods I have saved up.
-Tim
|
|
|
|
Joined: Jun 2006
Posts: 626
Addict
|
Addict
Joined: Jun 2006
Posts: 626 |
If there isn't any bugs, when will this hit the Members Area?
|
|
|
|
Joined: Jun 2006
Posts: 3,839 Likes: 1
Carpal Tunnel
|
Carpal Tunnel
Joined: Jun 2006
Posts: 3,839 Likes: 1 |
Feb 29th
|
|
|
|
Joined: Jun 2006
Posts: 626
Addict
|
Addict
Joined: Jun 2006
Posts: 626 |
Oops! You said in a few days in the announcement, which I didn't read until now.
|
|
|
|
Joined: Jun 2006
Posts: 626
Addict
|
Addict
Joined: Jun 2006
Posts: 626 |
If it's Feb 29th, then we have a long wait!
|
|
|
|
Joined: Aug 2006
Posts: 1,649 Likes: 1
Pooh-Bah
|
Pooh-Bah
Joined: Aug 2006
Posts: 1,649 Likes: 1 |
If there isn't any bugs, when will this hit the Members Area? If all goes well, we'll be releasing this to the Members Area in a few days. Helps when I remember to reopen the board after I'm finished with the upgrade LOL - I just posted in the Shout Box that I thought you had fallen asleep afterwards...
GangsterBB.NET (Ver. 7.6.1.1) PHP Version 5.6.40 / MySQL 5.7.23-23 (was 5.6.41-84.1) / Apache 2.4.54 2007 Content Rulez Contest - Hon Mention UBB.classic 6.7.2 - RIP
|
|
|
|
Joined: Feb 2007
Posts: 210 Likes: 1
Enthusiast
|
Enthusiast
Joined: Feb 2007
Posts: 210 Likes: 1 |
Feb 29th So, 2008 it is? j/k I don't want anyone to think it's a year off. But that is the next 29th of Feb.
-Tim
|
|
|
|
Joined: Jun 2006
Posts: 1,344
veteran
|
veteran
Joined: Jun 2006
Posts: 1,344 |
I kept refreshing and it said closed. Thought it was giving you a fit and then said nah he must of forgot to open back up Thanks Rick
|
|
|
|
Joined: Jun 2006
Posts: 16,365 Likes: 126
|
Joined: Jun 2006
Posts: 16,365 Likes: 126 |
I have it already ... you all have to wait! :x
|
|
|
|
Joined: Jun 2006
Posts: 9,242 Likes: 1
Former Developer
|
Former Developer
Joined: Jun 2006
Posts: 9,242 Likes: 1 |
It might still be closed if Dave didn't catch me on IM
|
|
|
|
Joined: Jun 2006
Posts: 1,344
veteran
|
veteran
Joined: Jun 2006
Posts: 1,344 |
Thanks Dave
|
|
|
|
Joined: Jun 2006
Posts: 16,365 Likes: 126
|
Joined: Jun 2006
Posts: 16,365 Likes: 126 |
I have CC's AIm, but not yours... why, WHY! lol
|
|
|
|
Joined: Jul 2006
Posts: 4,057
|
Joined: Jul 2006
Posts: 4,057 |
It might still be closed if Dave didn't catch me on IM And i voted Yogi Bear lol Cant wait
BOOM !! Version v7.6.1.1 People who inspire me Isaac ME Gizmo
|
|
|
|
Joined: Jun 2006
Posts: 16,365 Likes: 126
|
Joined: Jun 2006
Posts: 16,365 Likes: 126 |
All upgraded to 7.1, no problems here I was hoping for some excitement... guess i'll have to wait for mark to nerf his upgrade for that
|
|
|
|
Joined: Jul 2006
Posts: 4,057
|
Joined: Jul 2006
Posts: 4,057 |
You can count on me lol It not easy being the first man in space.
BOOM !! Version v7.6.1.1 People who inspire me Isaac ME Gizmo
|
|
|
|
Joined: Jun 2006
Posts: 626
Addict
|
Addict
Joined: Jun 2006
Posts: 626 |
If you private tester ones are upgrading without any problems, then the chance of me having a problem when the time comes should have the same "no problem" results?
|
|
|
|
Joined: Jun 2006
Posts: 956
Old Hand
|
Old Hand
Joined: Jun 2006
Posts: 956 |
coffee *check* pizza *check* telephone off hook *check* internet connection *check* server *check* ftp *check* beyond comnpare *chek*
I'm ready ....
|
|
|
|
Joined: Jun 2006
Posts: 16,365 Likes: 126
|
Joined: Jun 2006
Posts: 16,365 Likes: 126 |
BTW, I did an upgrade from 7.0.2 to 7.1 final; had no problems
|
|
|
|
Joined: Feb 2007
Posts: 210 Likes: 1
Enthusiast
|
Enthusiast
Joined: Feb 2007
Posts: 210 Likes: 1 |
Nice, sounds like it's ready for the members area. /hint
-Tim
|
|
|
|
Joined: Jun 2006
Posts: 464 Likes: 1
Addict
|
Addict
Joined: Jun 2006
Posts: 464 Likes: 1 |
You guys are chicken I upgraded everytime without skipping a beat
Happy Customer !!!
|
|
|
|
Joined: Jun 2006
Posts: 16,365 Likes: 126
|
Joined: Jun 2006
Posts: 16,365 Likes: 126 |
You guys are chicken I upgraded everytime without skipping a beat Lol you obviously don't modify things as much as I do
|
|
|
|
Joined: Jun 2006
Posts: 1,344
veteran
|
veteran
Joined: Jun 2006
Posts: 1,344 |
You guys are chicken I upgraded every time without skipping a beat I'm no chicken, I don't even put a bucket on my head anymore before I start running towards the wall
|
|
|
|
Joined: Jun 2006
Posts: 16,365 Likes: 126
|
Joined: Jun 2006
Posts: 16,365 Likes: 126 |
Its true, i've seen it...
|
|
|
|
Joined: Jun 2006
Posts: 464 Likes: 1
Addict
|
Addict
Joined: Jun 2006
Posts: 464 Likes: 1 |
hahaha I modded the spellcheck.net script but got lazy to put it back. I think spell check should be added to the forums.
Happy Customer !!!
|
|
|
|
Joined: Jun 2006
Posts: 1,344
veteran
|
veteran
Joined: Jun 2006
Posts: 1,344 |
All upgraded with no problems, thanks Rick
|
|
|
|
Joined: Dec 2006
Posts: 184
member
|
member
Joined: Dec 2006
Posts: 184 |
Upgraded, no issues...thanks.
|
|
|
0 members (),
1,613
guests, and
50
robots. |
Key:
Admin,
Global Mod,
Mod
|
|
|
|