Page 3 of 5 FirstFirst 1 2 3 4 5 LastLast
Results 41 to 60 of 93

Thread: Upgraded Forums

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Sage
    Joined
    Apr 2007
    Location
    United States
    Posts
    8,744
    Location
    DRJ -- don't know if this helps, but right after the post, the icons faded out / disappeared even in not advanced

    Do you think there is some Vista or NVidia setting that affects this?

    Paul
    Attached Images Attached Images

  2. #2
    Site Admin
    Jedi Master
    VBAX Guru Jacob Hilderbrand's Avatar
    Joined
    Jun 2004
    Location
    Roseville, CA
    Posts
    3,712
    Location
    I have asked about the faded buttons. Can you try in different browsers as well, Chrome and / or Firefox.

    For the HTML Maker the reason we never used it is allowing HTML can open up exploits in the forum for people to run undesired code. Mr. Excel ran into some issues and not sure if the HTML maker was the culprit or not but allowing HTML does pose problems.

    I will look into it and see how the new forum version handles this. Perhaps the security is better.

  3. #3
    VBAX Sage
    Joined
    Apr 2007
    Location
    United States
    Posts
    8,744
    Location
    Quote Originally Posted by DRJ View Post
    I have asked about the faded buttons. Can you try in different browsers as well, Chrome and / or Firefox.
    Seems to work with Chrome

    I can see the icons in advanced now

    Paul

  4. #4
    VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    VBAHTMLMaker converts vba code to BB code or html code. The html output doesn't work at all well with vbulletin 4.2, but the BB output looks great inside the new vbulletin code tags. Not so hot without being enclosed in code tags.

    html: no code tags
    <font face=Courier New><SPAN style="color:#00007F">Sub</SPAN> testhtml()<br><SPAN style="color:#00007F">Dim</SPAN> var<br> <SPAN style="color:#00007F">Set</SPAN> var = Range("A1")<br><SPAN style="color:#00007F">End</SPAN> <SPAN style="color:#00007F">Sub</SPAN></FONT>

    html w/code tags
    <font face=Courier New><SPAN style="color:#00007F">Sub</SPAN> testhtml()<br><SPAN style="color:#00007F">Dim</SPAN> var<br> <SPAN style="color:#00007F">Set</SPAN> var = Range("A1")<br><SPAN style="color:#00007F">End</SPAN> <SPAN style="color:#00007F">Sub</SPAN></FONT>
    BB: No code tags
    [face=Courier New]Sub testBB()
    Dim var
    Set var = Range("A1")
    End Sub[/face]

    BB w/Code tags
    [face=Courier New]Sub testBB()
    Dim var
     Set var = Range("A1")
    End Sub[/face]
    Use Code tags and delete the BB [Face} tags
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

  5. #5
    Site Admin
    Jedi Master
    VBAX Guru Jacob Hilderbrand's Avatar
    Joined
    Jun 2004
    Location
    Roseville, CA
    Posts
    3,712
    Location
    We are working on converting the VBA code tags, the default Code tags may work ok but the VBA ones will make it look more like the VB Editor would show.

  6. #6
    VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    We are working on converting the VBA code tags, the default Code tags may work ok but the VBA ones will make it look more like the VB Editor would show
    .

    Actually, they (the old vba tags) forced everybody's code to look like your code. It doesn't look at all like the code formatting in my code pages.

    The main differences between the old tags and my code are the auto indentation of comments past the code lines and the use of 3 spaces for tabs.

    Anyway, can you try to keep the code tags, I really like them to use with BB formatted code. Just change the font size +1.
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

  7. #7
    Knowledge Base Approver VBAX Guru GTO's Avatar
    Joined
    Sep 2008
    Posts
    3,368
    Location
    Quote Originally Posted by SamT View Post
    .

    Actually, they (the old vba tags) forced everybody's code to look like your code. It doesn't look at all like the code formatting in my code pages.

    The main differences between the old tags and my code are the auto indentation of comments past the code lines and the use of 3 spaces for tabs.

    Anyway, can you try to keep the code tags, I really like them to use with BB formatted code...
    Hi DRJ

    FWIW, I would like to "second the motion" for SamT. I always find it disconcerting to try and show decent indentation (especially for super-new members) and have the vba tags goober up any lines where line-continuation is in use. The only thing I can think of against the code tags is the lack of colorization, which can easily be handled by the add-in to insert the bb code.

    Mark

  8. #8
    Site Admin
    Jedi Master
    VBAX Guru Jacob Hilderbrand's Avatar
    Joined
    Jun 2004
    Location
    Roseville, CA
    Posts
    3,712
    Location
    Like this?

    Test
    Test

  9. #9
    VBAX Contributor rollis13's Avatar
    Joined
    Jun 2013
    Location
    Cordenons
    Posts
    146
    Location
    No thank you, if SamT needs new glasses ... .
    Same as post text is ok.

  10. #10
    VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    Same as post text would be perfect, but I see (saw) a smaller size, (in Courier font,) than the posts' font.
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

  11. #11
    VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    I thought it would be better, but that is actually too big. Thank you, though, for trying.
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

  12. #12
    Site Admin
    Jedi Master
    VBAX Guru Jacob Hilderbrand's Avatar
    Joined
    Jun 2004
    Location
    Roseville, CA
    Posts
    3,712
    Location
    How about now?

  13. #13
    VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

  14. #14
    Site Admin
    Jedi Master
    VBAX Guru Jacob Hilderbrand's Avatar
    Joined
    Jun 2004
    Location
    Roseville, CA
    Posts
    3,712
    Location
    The Code tags are built in to vBulletin so changing those may not be practical. The VBA tags are custom so once we get those working again we may be able to make change. For the indenting perhaps sticking the declaration lined in a 2 column table would work better.

  15. #15
    VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    Why reinvent the wheel?

    VBulletin BB code plugin for VBA code:

    Screenshot from : VBBBCodeScreen.png


    Now that color scheme is similar to the one I use in my VBE.

    I use UltraEdit and can provide a pretty comprehensive list of key words by color index, and if you wanted to provide code highlighting style selections using different css files, I can help with them, too
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

  16. #16
    Moderator VBAX Wizard Aussiebear's Avatar
    Joined
    Dec 2005
    Location
    Queensland
    Posts
    5,105
    Location
    We are not re-inventing the wheel, just adding some air some it will go round..... I've been thinking about this for a while you know
    Remember To Do the Following....
    Use [Code].... [/Code] tags when posting code to the thread.
    Mark your thread as Solved if satisfied by using the Thread Tools options.
    If posting the same issue to another forum please show the link

  17. #17
    VBAX Sage SamT's Avatar
    Joined
    Oct 2006
    Location
    Near Columbia
    Posts
    7,814
    Location
    I expect the student to do their homework and find all the errrors I leeve in.


    Please take the time to read the Forum FAQ

  18. #18
    Site Admin
    Jedi Master
    VBAX Guru Jacob Hilderbrand's Avatar
    Joined
    Jun 2004
    Location
    Roseville, CA
    Posts
    3,712
    Location
    Interesting, but that is a vBulletin 2.0 mod and would not be compatible.

  19. #19
    Knowledge Base Approver VBAX Wizard p45cal's Avatar
    Joined
    Oct 2005
    Location
    Surrey UK
    Posts
    5,879
    Although I subscribe automatically to threads I reply to, and have chosen the option for instant email notification, I'm not getting any notifications.. am I the only one?

  20. #20
    Moderator VBAX Wizard Aussiebear's Avatar
    Joined
    Dec 2005
    Location
    Queensland
    Posts
    5,105
    Location
    Neither am I but then I haven't checked my settings since the upgrade
    Remember To Do the Following....
    Use [Code].... [/Code] tags when posting code to the thread.
    Mark your thread as Solved if satisfied by using the Thread Tools options.
    If posting the same issue to another forum please show the link

Posting Permissions

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