Ecoboost Performance Forum

Forum Software and Support => Member assistance/Site Feedback => Topic started by: dimspace on August 15, 2013, 10:31:11 AM

Title: Updates in progress.
Post by: dimspace on August 15, 2013, 10:31:11 AM
First I should say hello. You will see me around here from time to time. I run my own smf community, with most of it hand coded, and im here every now and again to do some of the stuff that requires specific php and html knowledge. Usually every few weeks for a couple of days.

Going to go through the requests lists over the next couple of days and see what can be implemented as well as fix a few things etc.

Focus over the next day or two is just tidying up a bit. Work has already started on making the menu a little less cluttered, but in doing so a few new features will popup.

The first being
* Bookmarks - which now appear on the forum dropdown. In each thread you will see a bookmark button and you can now bookmark specific threads as favourites and access them through the forum drop down.
Title: Re: Updates in progress.
Post by: EcoPowerParts on August 15, 2013, 11:23:40 AM
Guys Dim has offered to help me out and make things pretty, I'm not a coder so he is lending a much needed hand.
Thanks man!!!
Title: Re: Updates in progress.
Post by: bpd1151 on August 15, 2013, 11:41:27 AM
Thank you dim for applying / lending your talents here to the EBPF family! :bow:

Myself, 4DR, and the remaining staff and members can't thank you enough.

You my friend, are pretty damn cool! :shades:

Be sure to enjoy a ----> :beer:   when you're all finished up (for now).

Mike :wave:
Title: Re: Updates in progress.
Post by: dimspace on August 15, 2013, 11:45:18 AM
Ok. Main menu all rebuilt.

It should be a little less daunting to new members with not so many options visible, but everything still there on submenus.

New Forum Menu
Clicking Forum takes you to Forum
Todays Posts - Posts made today
Bookmarks - Topics you have added to your bookmarks
Recent Topics - The last 100 topics

Other changes.
You will notice now your profile area has been reduced to one button on the menu ,and has been converted into a fully graphical interface, which again, should be a bit easier for new members to navigate and find their way around.
Title: Re: Updates in progress.
Post by: jomc111 on August 15, 2013, 11:47:04 AM
Thanks for helping us out looking forward to the tweeks you make
Title: Re: Updates in progress.
Post by: mjhpadi on August 15, 2013, 11:58:01 AM
Thanks, I like the changes and your awesome for offering to help.  However, I just clicked on Bookmarks under My Profile and it's telling me that I don't have permission to Bookmark...did I do something wrong.  My first thought is that I screwed it up somehow? ???
Title: Re: Updates in progress.
Post by: DJE624 on August 15, 2013, 12:10:10 PM
Thanks for your contribution, Dim! 
Title: Re: Updates in progress.
Post by: dimspace on August 15, 2013, 12:23:13 PM
Quote from: mjhpadi on August 15, 2013, 11:58:01 AM
Thanks, I like the changes and your awesome for offering to help.  However, I just clicked on Bookmarks under My Profile and it's telling me that I don't have permission to Bookmark...did I do something wrong.  My first thought is that I screwed it up somehow? ???

Sorted. Small thing, tis fixed.

You should now on every thread have an "add bookmark" button.

You can then access your bookmarks either via your profile, or if if you mouseover "forum" you will bookmarks on the drop down menu.
Title: Re: Updates in progress.
Post by: dimspace on August 15, 2013, 02:50:38 PM
The forum should also be now more responsive to your screen size, so those on wider monitors will have more viewing space, those on tablet should find the forum fits better without the need for lots of zooming and scrollbars.
Title: Re: Updates in progress.
Post by: geswek on August 15, 2013, 04:13:36 PM
Please fix the lightbox; I can't link images in my signature because Lightbox picks it up. :(
Title: Re: Updates in progress.
Post by: mjhpadi on August 15, 2013, 04:23:52 PM
Now when I click on Today's Posts, an error message comes up... :-[
Title: Re: Updates in progress.
Post by: EcoPowerParts on August 15, 2013, 04:50:40 PM
You may have issues if you don't hard refresh (CTRL+F5) or close and reopen your browser due to the changes being made.
Title: Re: Updates in progress.
Post by: dimspace on August 15, 2013, 05:24:10 PM
Quote from: geswek on August 15, 2013, 04:13:36 PM
Please fix the lightbox;

Its not broken :D

Quote from: geswek on August 15, 2013, 04:13:36 PM
I can't link images in my signature because Lightbox picks it up. :(

Ok, so you want when clicking on the image it to link to an external site.

Like so?
CLICK ME TO GO TO GOOGLE


I did look at this a few weeks ago (im been around a while) but drew a blank

Its theoretically possible, but it will mean rewriting the code that handles the lightbox as that automatically detects images and then puts them in the lightbox. It would need the ability to parse not just the image, but the rest of the post, establish if the image was inside a url, and then adjust its behaviour accordingly.
Or pursueding lightbox to ignore signatures. which is equally painful.
Will look into it and see what I can do.

edit: ok, may have figured something.. will investigate.

edit2:Nah, that didnt work.

In theory isolating the bbc routine with
if((empty($cache_id) || substr($cache_id, 0, 3) != 'sig') && $context['current_action'] != 'stats') {}

else

{


Should have stopped lightbox running when on signature or stats pages, but it stopped it working completely.

I can achieve it with a different lightbox script but that has its downsides, it doesnt have a gallery mode, and there are a lot of signatures that then becomes links to photobucket.

Will look into it but it may not be straight away. It may just be something that hits me at a silly time in the morning and I think "thats how to do it". :D
Title: Re: Updates in progress.
Post by: dimspace on August 15, 2013, 05:25:09 PM
Quote from: mjhpadi on August 15, 2013, 04:23:52 PM
Now when I click on Today's Posts, an error message comes up... :-[

have replicated this one. fixing now. *bangs head on desk*  :bangin:

Fixed
Title: Re: Updates in progress.
Post by: dimspace on August 16, 2013, 11:33:34 AM
Ok. thanks for your patience guys while things got moved around a bit. :D

Most of the changes are just visual. The menus have been tidied up so there are not so many of them, and we have tidied up the side blocks so there is just one set of blocks, and it will be more relevant to the part of the site you are in. (and the side block can be hidden).
A few new things thrown in

* You can now bookmark topics and they appear in forum> my bookmarks
* You can view a list of posts from "today" forum> todays posts
* featured posts - you will notice things appear under featured posts from time to time which is popular topics, or announcement topics. Again you can look at all featured topics under forum> featured where gradually more topics will be added, categorised as well.
* back to top button. appears at the bottom, middle. just saves scrolling a bit.
* new user profile pages

On my to-do list
* Try and work out signatures not being lightboxed (difficult)
* post preview when rollover on topic title (less difficult)
* thank you's on tapatalk. Im waiting to hear from TT on why this is being a pain.

Any feedback just let the boss know. He can do most things, im just here for the php stuff.

and yes, i play the accordion ;)
Title: Re: Updates in progress.
Post by: dimspace on August 21, 2013, 01:24:52 PM
Tapa talk issues fixed

(http://img.tapatalk.com/d/13/08/22/ymu7yhyn.jpg)

Sent from my GT-I9100 using Tapatalk 4

Title: Re: Updates in progress.
Post by: mjhpadi on August 21, 2013, 02:02:10 PM
Good job! Seems to be working fine now!::):D

Sent from my DROID RAZR using Tapatalk 2

Title: Re: Updates in progress.
Post by: bpd1151 on August 21, 2013, 02:17:54 PM
I checked a little while ago and so far everything seems to be functioning just fine.

Good job and thanks for all the hard work.

Sent from my DROID3 using Tapatalk 6

Title: Re: Updates in progress.
Post by: dimspace on August 21, 2013, 04:24:45 PM
We are running the unreleased tapatalk plugin now, took it straight from their github and it seems to have fixed the issues. hopefully they will release that officially soon.
Title: Re: Updates in progress.
Post by: SHOdded on August 21, 2013, 04:37:40 PM
Support can make/break a software platform, glad the "beta" release for TT is working nicely.  Thanks for getting this done!
Title: Re: Updates in progress.
Post by: Larrylu on August 21, 2013, 08:49:33 PM
I'm not seeing the "thank you" that was available for a while earlier on TT.  Am I just not looking in the right place?
Title: Re: Updates in progress.
Post by: dimspace on August 22, 2013, 09:06:01 AM
Quote from: Larrylu on August 21, 2013, 08:49:33 PM
I'm not seeing the "thank you" that was available for a while earlier on TT.  Am I just not looking in the right place?

at the moment, in the new version of tapatalk, i understand that thank you is not supported as they made quite a lot of changes to the structure of the program. They are releasing all their code on github so external devs can implement things, so i will pester the creator of the thank you mod to get them to parse the changes across. failing that I will have a look at it myself.

thanks for your patience guys,. with all new communities there are teathing problems. weve discovered a couple of bugs with packages, and also issues with the instant messaging which was slowing things down. Boss is looking at a new server over the next few days. if there are issues the boss can usually solve them, if not, im usually available.
Title: Re: Updates in progress.
Post by: Larrylu on August 22, 2013, 09:15:56 AM

Quote from: dimspace on August 22, 2013, 09:06:01 AM
Quote from: Larrylu on August 21, 2013, 08:49:33 PM
I'm not seeing the "thank you" that was available for a while earlier on TT.  Am I just not looking in the right place?

at the moment, in the new version of tapatalk, i understand that thank you is not supported as they made quite a lot of changes to the structure of the program. They are releasing all their code on github so external devs can implement things, so i will pester the creator of the thank you mod to get them to parse the changes across. failing that I will have a look at it myself.

thanks for your patience guys,. with all new communities there are teathing problems. weve discovered a couple of bugs with packages, and also issues with the instant messaging which was slowing things down. Boss is looking at a new server over the next few days. if there are issues the boss can usually solve them, if not, im usually available.

The things you guys play with is amazing to me!  Thank you.
EhPortal 1.39.5 © 2024, WebDev