|
sb1963's Personal Blog |
|---|
|
redo navigation
09-29-09 07:38 PM
Change 'Forum Index' to 'Home' & 'Main' to 'About us' & alter breadcrumbs to reflect 'Home' as top level breadcrumb. (I know what I mean!
)Same edit of includes/common.php on v3 as 2.3 http://www.fusionbb.com/forum/showtopic....
-->
|
|
Comment: 08-15-10 10:14 AM- sb1963 for 3.1 Code: |
|
Comment: 01-06-10 11:08 AM- sb1963 line 1973 in includes/common.php |
|
|
|
remove link count
09-29-09 07:06 PM
-->
|
|
Comment: 02-28-10 12:03 PM- sb1963 works on 3.1 |
|
Comment: 01-06-10 10:39 AM- sb1963 In templates/fusionbb |
|
|
|
remove attached 'viewed times' count
09-29-09 06:58 PM
-->
|
|
Comment: 08-17-10 09:28 PM- sb1963 yes it does! |
|
Comment: 02-28-10 11:50 AM- sb1963 doesn't work on 3.1 |
|
|
|
redoing more custom code - file manager
09-29-09 06:13 PM
I like my file manager bigger (500px x 600px instead of 500px x 500px) as it has notes for users included that take up space. The changes for v2.3 work in v3.
Edit newpost.php & editpost.php Newpost.php find; Code: change to: Code: editpost.php find; Code: change to; Code: Replace;
Note: Wait until your files finish uploading and appear below before clicking "Finished". with custom text using Language editor - managefiles.php FILES_WAIT
-->
|
|
Comment: 01-06-10 10:11 AM- sb1963 Jut search for MAN_FILES as \'s have been added to the find/replace code I posted above. |
|
|
|
Redoing some custom code - lightbox
09-28-09 07:04 PM
I have my lightboxed images open full size instead of the default 'fit to screen'. This is because a lot of our images contain text that is unreadable unless shown full size.
The code to be edited has moved to different files in v3. showtopic.php in forum root & common.php in includes; Find Code: Change to Code:
-->
|
|
Comment: 01-02-10 07:23 PM- sb1963 just showtopic.php in 3.1 |
|
|
|
Signature White Space
09-28-09 02:57 AM
When someone pointed out the white space between the signature area & the buttons at the bottom of the post the white space seemed to take on even bigger proportions!
Without the white space the buttons on the bottom can float up under certain conditions so it's a case of personal preference. I prefer less white space. Fortunately it's easy to fix - show_p_row.php & showpt_row.php in the fusion template as per this post.
-->
|
|
Comment: 02-28-10 06:39 AM- sb1963 yes it is - can't find it though! |
|
Comment: 01-02-10 07:23 PM- sb1963 not needed for 3.1 |
|
|
|
Cracked the stylesheet
09-27-09 07:48 PM
My custom style sheet had a missing '{'. I didn't see any problem on my 2.3 site but adding it fixed the 'user options' & 'post option' buttons along with the other linked in my last entry
-->
|
|
|
|
getting the custom skin right for V3
09-25-09 08:02 PM
Resync'd permissions as per normal upgrade procedure but I ignore the 'Fix Galleries' option under 'Resync Data'. For this you need to create a Gallery folder under 'Path & URL Settings'. This feature allows uploaded images to be stored in folders by user ID. However if your past images have been inserted using markup doing the 'fix' breaks the path to the image. As we have thousands of images posted this way we'll not be using this new feature.
A quick look around reveals an issue with the custom skin - 'user option' & 'post option' rendering as text not links. There is a fix posted but I can't get it to work yet - even allowing for the fact the quoted 'find' code is different in Couch's fix than what I have. If I swap my stylesheet for the V3 argentum stylesheet it shows the buttons (my custom skin is based on argentum). I've tried remaking my stylesheet from V3 Argentum using Beyond Compare but no joy yet. The codes in there somewhere! Maybe more luck next session tomorrow.
-->
|
|
Comment: 01-06-10 09:34 AM- sb1963
However if your past images have been inserted using markup doing the 'fix' breaks the path to the image. As we have thousands of images posted this way we'll not be using this new feature. Fixed in 3.1alpha4 - set up gallery paths & run gallery fix & the image path within the markup is also fixed. |
|
|
|
upgrading to v3
09-24-09 08:03 PM
Thought I'd record the upgrade process on my test site. I get to try out the blog feature & it gives me some notes to refer to when I do the live site!
Upgrade process went smoothly on the test site without any reported errors. Once installed I notice my custom navigation has been overwritten. Deal with that later. Missing text in Admin Panel & User Page again (happened on previous test installs) so followed Josh's advice. That fixed the Admin panel. To fix the user page I had to reload common.php to the language/english file as per this post. That's enough for tonight!
-->
|
|
Comment: 12-29-09 07:19 PM- sb1963 upgrade 2.3 to 3.1rc had same problem on user page. Reoading common.php from install/languages/english to language/english fixed it. |
|
|


)