Results 1 to 30 of 30

Thread: VBForums Beautifier - A google chrome extension that will slightly modifies the looks

  1. #1

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Thumbs up VBForums Beautifier - A google chrome extension that will slightly modifies the looks

    VBForums Beautifier - Chrome Extension

    A Google Chrome extension that will modify the looks of VBForums.com site making it a bit prettier for the eyes.
    The extension will inject some CSS and a little bit of JS to mod the looks of the site. What you are downloading contains full sourcecode. It's not a compiled package!
    As of v1.02, I have included a b'day notifier that will let you know if any of your friends have b'day, today when you access the home of the website.
    Let me know your suggestions/critics about the extension.

    If you wish to buy me a beer, PM me!

    ********************************************[ INSTALL FROM CHROMESTORE ]************************************

    Chrome Store Link :

    ********************************************[ /INSTALL FROM CHROMESTORE ]************************************

    ********************************************[ SOURCECODE ]************************************

    Download Latest Version : https://github.com/akhileshbc/VBForu...rome-Extension
    (since it is harder to maintain the files by uploading it to vbforums after each updation, I created a public Git repo)

    ********************************************[ /SOURCECODE ]************************************

    INSTALLATION(**edit** - now you can install the extension from Chrome Store):
    -------------
    * Download the zip and extract it
    * Open the Extensions window in your Google Chrome by choosing: Main Menu --> More Tools --> Extensions
    * Put check mark on the "Developer Mode" : http://i.imgur.com/ExOX1rA.png
    * Drag and drop the extracted folder from the zip you downloaded, to the Extensions page : http://i.imgur.com/zPJC7kQ.png
    * Voila! Now access vbforums.com site to see the changes

    DEMO VIDEOS:

    - Birthday Notifier: https://youtu.be/-hFDtkBuvRM


    CHANGE LOG
    ----------

    **Version 1.03:**
    +++++++++++++

    1. Profile badge for users, that will be dynamically created. User can right click and save to computer and then upload it anywhere: http://i.imgur.com/GIX96aj.png
    2. Fixed issue with fetching the profile pic image. I forgot to change the hardcoded profile pic (of mine) to be selected dynamically! :P
    3. Added provision to upload the profile badge to imgur(free image hosting) server upon clicking a button, and the BBcode and HTMLcode for using uploaded image will be displayed to the user. Screenshots: http://i.imgur.com/ZfRnOyU.png || http://i.imgur.com/pgI9JXu.png
    4. Reduced the pulsing the "Rate this post" button's red color, as suggested by techgnome
    5. Updated the installation guide on where to drop the folder(that too suggested by techgnome)

    Version 1.02:
    +++++++++++++
    1. Issue with the top "Notifications" menu's submenu is fixed. Earlier the text was in white color that made it unable to read!
    2. Updated the looks of the "Notifications" menu when having any notifications in it: http://i.imgur.com/c6FJgQa.png
    3. Fixed the blinking alert issue on the reputation column in "Members List" page. Thanks to kfcSmitty for spotting it.
    4. Removed the URL matching case for "http://vbforums.com", because it seems to be that the server has rewrite rules to always use the "www" version.
    5. Fixed this error that was shown in Console window: "Denying load of jquery.min.map. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension."
    6. Added new feature for displaying birthdays of friends in home page. When you are at home page, the right top corner will display "Update friends db". Click on it so that your friends list(you should be already logged in to your vbforums account) will be fetched and stored locally. After that, on each visit to the home page, you will be notified if any of your friends have birthday today!
    7. Fixed the overlapping issue with [TT] tags. Thanks to kfcSmitty for pointing it out.
    8. Added a help button in Quick Reply Box, to open up the BBcode list : http://i.imgur.com/2DA4j18.png
    9. Added shadow effect on the images inserted inside the post content by users, so that it will project out : http://i.imgur.com/XVNsCOj.png

    Version 1.01:
    +++++++++++++
    1. Removed the blue border around the avatar pic as suggested by kfcSmitty. Because earlier I only took the case of square avatars like mine. :P
    2. Fixed the issue with not showing the Reputation popup box

    Version 1.0:
    ++++++++++++
    1. Arranged the logo to a bit top left: http://i.imgur.com/9nk53tH.png
    2. Changed the nav bar top right corner to a new look
    3. The top flash ad has been moved to the right
    4. Font size for the forums in home page is increased: http://i.imgur.com/kbhTeY7.png
    5. Spacing between the description and the forum title is also increased.
    6. Spacing for forum stas(number of Threads & number of Posts) on each forum
    7. Rounded border for each of the posts/comments in each thread
    8. Flashing "Rate this post" link in each post
    9. Top sub navigation was given some border and shadow to make it look sleek
    10. Bottom button below reply box buttons is made a little bit rounded
    11. Top & Bottom "Reply to Thread" button was changed with new bg color: http://i.imgur.com/6FTrcax.png
    12. Bottom quick reply box is given a new dark bg
    13. Some bg and spacing adjustments for the title of Quick Reply Box: http://i.imgur.com/3Oz87ZU.png
    14. Each post/comment in a thread is given a new title bg as well as new border color: http://i.imgur.com/Gr36jwk.png
    15. Social buttons at the top of every thread is hidden
    16. Results (page counts) at top right corner was given a new look
    17. Buttons below the Quick Replybox was given a bigger size and the "Post Reply" button is given a new bg color
    18. [TT]...[/TT] shortcode elements will get a new look: http://i.imgur.com/Gr36jwk.png
    19. A better look for the [CODE]...[/CODE] shortcode elements for a better readability: http://i.imgur.com/5bK2jwY.png
    20. For not logged users, the login box's looks has been changed: http://i.imgur.com/mBiHYwK.png
    21. Timer icon for the post date
    22. RESOLVED threads is given a better notification: http://i.imgur.com/OeSE2ud.png
    23. Thread starters username is set to bold
    Last edited by akhileshbc; Jul 1st, 2015 at 09:26 PM. Reason: included link to Chrome Store

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  2. #2

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    SCREENSHOTS:













    Last edited by akhileshbc; May 15th, 2015 at 08:07 AM.

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  3. #3
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Just loaded it up and so far I like it. I'll let you know if it does anything wonky

    Nice work!

    *edit* Just noticed an issue -- you're putting a blue border around images with a hyperlink. So avatars don't look quite right now.

  4. #4
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    The extension also breaks the "rate this post" option. When clicking it, it displays behind the posts, so you can't actually enter anything.

  5. #5

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Quote Originally Posted by kfcSmitty View Post
    Just loaded it up and so far I like it. I'll let you know if it does anything wonky

    Nice work!

    *edit* Just noticed an issue -- you're putting a blue border around images with a hyperlink. So avatars don't look quite right now.
    Quote Originally Posted by kfcSmitty View Post
    The extension also breaks the "rate this post" option. When clicking it, it displays behind the posts, so you can't actually enter anything.
    Thanks

    Both issues have been fixed and I have re-uploaded the code.

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  6. #6
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Another glitch: If you go to the member list, the "reputation" column flashes like you have on the "rate this post" link.

  7. #7

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Quote Originally Posted by kfcSmitty View Post
    Another glitch: If you go to the member list, the "reputation" column flashes like you have on the "rate this post" link.
    Thanks

    I have fixed it in my local code. Will upload the latest code after two days. In the mean time, do let me know if you find any other glitches or if you liked to have any new feature/mod as extra.

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  8. #8

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Quote Originally Posted by kfcSmitty View Post
    Another glitch: If you go to the member list, the "reputation" column flashes like you have on the "rate this post" link.
    I have updated clearing the issues and fixing some other bugs too. Also added a new feature that will let you know if anyone among your friends list is having b'day today!

    Please note that, I have moved the code to a public Git repo for easy release of updations.


    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  9. #9
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Found another glitch. The tt tag line-height causes overlapping.

    You can view an example here:

    http://www.vbforums.com/showthread.p...=1#post4893291

  10. #10

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Quote Originally Posted by kfcSmitty View Post
    Found another glitch. The tt tag line-height causes overlapping.

    You can view an example here:

    http://www.vbforums.com/showthread.p...=1#post4893291
    Thanks. Fixed it.

    The updated file is "abc_vbf.css". Check the git repo.

    Screenshot after fixing the issue:


    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  11. #11

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l




    Last edited by akhileshbc; Jun 21st, 2015 at 02:16 AM.

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  12. #12

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Added dynamic profile badge for users. The image can be saved to PC by right clicking the image and choosing "Save image as..".

    Screenshot:




    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  13. #13
    Smooth Moperator techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,522

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Sweet! Just loaded it onto my Chromebook. Niiiice. A quick observation about the installation instructions.
    You mention "Drag and drop the extracted folder from the zip you downloaded" but don't mention where the drop it. I assumed you meant the Extensions tab... but I didn't need to do that, as there is a "Load unpacked extension" button you can click, navigate to the extracted folder and load the extension that way.

    I'm still trying to decide how I feel about the pulsing rate this post ... I'm easily distracted by things like that. Maybe if it was a little more subtle, like maybe only going to 50% red instead of 100% ... on the chromebook it's less of an issue since posts are usually long enough, but the moment this syncs with my work PC... which has a monitor 2.5 times bigger... I see more posts on it... it might get a little dist
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  14. #14

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Quote Originally Posted by techgnome View Post
    Sweet! Just loaded it onto my Chromebook. Niiiice. A quick observation about the installation instructions.
    You mention "Drag and drop the extracted folder from the zip you downloaded" but don't mention where the drop it. I assumed you meant the Extensions tab... but I didn't need to do that, as there is a "Load unpacked extension" button you can click, navigate to the extracted folder and load the extension that way.

    I'm still trying to decide how I feel about the pulsing rate this post ... I'm easily distracted by things like that. Maybe if it was a little more subtle, like maybe only going to 50% red instead of 100% ... on the chromebook it's less of an issue since posts are usually long enough, but the moment this syncs with my work PC... which has a monitor 2.5 times bigger... I see more posts on it... it might get a little dist
    Thanks for the suggestions

    I have reduced the intensity of red color. Hope it's okay now.

    New updates are as follows:

    - Fixed issue with fetching the profile pic image. I forgot to change the hardcoded profile pic (of mine) to be selected dynamically! :P

    - Added provision to upload the profile badge to imgur(free image hosting) server upon clicking a button, and the BBcode and HTMLcode for using uploaded image will be displayed to the user. Screenshots:



    - Reduced the pulsing the "Rate this post" button's red color, as suggested by techgnome

    - Updated the installation guide on where to drop the folder(that too suggested by techgnome)


    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  15. #15
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    It appears that the badge doesn't work when a user has a gif as their avatar. For me, it just shows a white block.

    Also, the image seems stretched, causing it to look slightly blurry.




    *edit* it appears it only looks blurry while in my profile.

    Name:  Screen Shot 2015-06-22 at 9.50.53 AM.jpg
Views: 1207
Size:  14.1 KB


    *edit #2*
    -- It would also be nice to have a settings menu to enable/disable certain features. For example, I will never use the friends DB and alway go into the extension to remove it after updating.
    Last edited by kfcSmitty; Jun 22nd, 2015 at 08:58 AM.

  16. #16

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Quote Originally Posted by kfcSmitty View Post
    It appears that the badge doesn't work when a user has a gif as their avatar. For me, it just shows a white block.

    Also, the image seems stretched, causing it to look slightly blurry.




    *edit* it appears it only looks blurry while in my profile.

    Name:  Screen Shot 2015-06-22 at 9.50.53 AM.jpg
Views: 1207
Size:  14.1 KB


    *edit #2*
    -- It would also be nice to have a settings menu to enable/disable certain features. For example, I will never use the friends DB and alway go into the extension to remove it after updating.
    Yours is an animated gif image as dp. So I think there's more overhead in extracting a frame from it and then draw on the badge image. Will see if I can implement that in the future releases.

    Am not sure regarding your issue of stretched image. Because the uploaded image is also looking fine at my end, except the file that you have attached in the above post as an attachment:



    And regarding the settings page, I will add that facility in the next version probably.


    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  17. #17
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Nice, glad to hear you're still adding features

    As for the screenshot, the 2nd one is the one that actually displays in my profile, I just took a screenshot; it displays as blurry. However, since it only shows up in the current user's profile, it probably isn't a big bug.

    Also, random question: is there a reason you haven't added your app to Google's app store? I don't mind running in developer mode, but it would be nice to have it install (and update) from the app store instead.

  18. #18

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Quote Originally Posted by kfcSmitty View Post
    Nice, glad to hear you're still adding features

    As for the screenshot, the 2nd one is the one that actually displays in my profile, I just took a screenshot; it displays as blurry. However, since it only shows up in the current user's profile, it probably isn't a big bug.

    Also, random question: is there a reason you haven't added your app to Google's app store? I don't mind running in developer mode, but it would be nice to have it install (and update) from the app store instead.
    Thanks

    Yeah, I think the bug would be there for all users who are using animated gif as profile pic. Will see if I can figure out something in the future.

    For publishing it to Chrome store, I was thinking that I would have to pay a one time developer fee of 25$. Since I was not going to create more apps and am leaving the app as open source, I didn't bothered to check the details regarding publishing the app.

    But after doing a quick look in here, I came to know that the one time developer fee is just 5$. So I will try it anyway. Just waiting for my Card to get credited. At the moment, it has no balance!


    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  19. #19
    Superbly Moderated NeedSomeAnswers's Avatar
    Join Date
    Jun 2002
    Location
    Manchester uk
    Posts
    2,660

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Hey Akhilesh,

    really nice work with the extension, i have to say i saw you extension a while ago but only just installed it and i really like it

    The only (constructive) criticism i have is on the menu bar a the top right, i like the black background, but i don't really like the hover over style, it just looks kind of strange.

    The dark blue with the light blue line underneath doesn't really go with the black.

    If it was me i would make the hover over, go the full height of the menu and i would make it a semi-transparent glow like effect rather than a different colour.

    Other than that really good work
    Please Mark your Thread "Resolved", if the query is solved & Rate those who have helped you



  20. #20

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Quote Originally Posted by NeedSomeAnswers View Post
    Hey Akhilesh,

    really nice work with the extension, i have to say i saw you extension a while ago but only just installed it and i really like it

    The only (constructive) criticism i have is on the menu bar a the top right, i like the black background, but i don't really like the hover over style, it just looks kind of strange.

    The dark blue with the light blue line underneath doesn't really go with the black.

    If it was me i would make the hover over, go the full height of the menu and i would make it a semi-transparent glow like effect rather than a different colour.

    Other than that really good work
    Thanks for the suggestion

    You mean something like this? :


    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  21. #21
    Superbly Moderated NeedSomeAnswers's Avatar
    Join Date
    Jun 2002
    Location
    Manchester uk
    Posts
    2,660

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Yes that's more like it ,

    although i would be interested to see what it looked like with a full box around the selection? (so those same blue glow lines at the top and bottom as well )
    Please Mark your Thread "Resolved", if the query is solved & Rate those who have helped you



  22. #22
    PowerPoster kfcSmitty's Avatar
    Join Date
    May 2005
    Posts
    2,248

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Not sure if you're interested, but I wrote a tool a while ago that I use regularly on VBForums that allows conversion of normal text into a code block.

    Might be handy to have in the extension rather than using a Tampermonkey script:

    http://www.vbforums.com/showthread.p...-tampermonkey)

  23. #23

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Quote Originally Posted by NeedSomeAnswers View Post
    Yes that's more like it ,

    although i would be interested to see what it looked like with a full box around the selection? (so those same blue glow lines at the top and bottom as well )
    Here it is:





    Quote Originally Posted by kfcSmitty View Post
    Not sure if you're interested, but I wrote a tool a while ago that I use regularly on VBForums that allows conversion of normal text into a code block.

    Might be handy to have in the extension rather than using a Tampermonkey script:

    http://www.vbforums.com/showthread.p...-tampermonkey)
    Thanks

    Updated it in github. Just done a few mods on styling. The rest of your code and credits are untouched.

    Screenshot:




    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  24. #24
    Superbly Moderated NeedSomeAnswers's Avatar
    Join Date
    Jun 2002
    Location
    Manchester uk
    Posts
    2,660

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Great stuff
    Please Mark your Thread "Resolved", if the query is solved & Rate those who have helped you



  25. #25

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Quote Originally Posted by NeedSomeAnswers View Post
    Great stuff
    So you like that effect?


    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  26. #26
    Superbly Moderated NeedSomeAnswers's Avatar
    Join Date
    Jun 2002
    Location
    Manchester uk
    Posts
    2,660

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Yes i do,

    if i could make one more suggestion ( hope i am not being a nuisance ) it would look even better if the glowed selection had rounded corners but either way it already is much better than the old one
    Please Mark your Thread "Resolved", if the query is solved & Rate those who have helped you



  27. #27
    Superbly Moderated NeedSomeAnswers's Avatar
    Join Date
    Jun 2002
    Location
    Manchester uk
    Posts
    2,660

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Hey Akhilesh,

    i tried to install you new version but i get this error -

    Name:  ExtError.jpg
Views: 1169
Size:  16.8 KB

    Name:  ExtError1.jpg
Views: 1116
Size:  8.7 KB
    Please Mark your Thread "Resolved", if the query is solved & Rate those who have helped you



  28. #28
    Smooth Moperator techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,522

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Unzip it yourself first... then load it by pointing it at the unzipped folder. Worked for me.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  29. #29

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    Quote Originally Posted by NeedSomeAnswers View Post
    Hey Akhilesh,

    i tried to install you new version but i get this error -

    Name:  ExtError.jpg
Views: 1169
Size:  16.8 KB

    Name:  ExtError1.jpg
Views: 1116
Size:  8.7 KB
    You need to unzip it to a folder and then drag and drop it.
    Btw, I will be registering for a chrome developer account in a day or two and will setup the app there. So that you could install it directly from webstore, without facing these hurdles.


    Quote Originally Posted by techgnome View Post
    Unzip it yourself first... then load it by pointing it at the unzipped folder. Worked for me.

    -tg

    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

  30. #30

    Thread Starter
    Freelancer akhileshbc's Avatar
    Join Date
    Jun 2008
    Location
    Trivandrum, Kerala, India
    Posts
    7,652

    Re: VBForums Beautifier - A google chrome extension that will slightly modifies the l

    You can now install from Chrome Store. Link: https://chrome.google.com/webstore/d...njmkpbjapfjheo

    You don't have to install it in the other way of downloading from Git repo. Once installed from Chrome Store, it will stay up-to-date. You don't have to worry again!


    If my post was helpful to you, then express your gratitude using Rate this Post.
    And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
    My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet

    Social Group: VBForums - Developers from India


    Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width