vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   News and Announcements (https://vborg.vbsupport.ru/forumdisplay.php?f=2)
-   -   New Look for Code Modifications (https://vborg.vbsupport.ru/showthread.php?t=71322)

Xenon 11-03-2004 07:35 PM

New Look for Code Modifications
 
Well, you might remeber a discussion about Changing the first Post of Modificationthreads, to get a little more the feeling of our Hacks Database we used to have in during vB2 times.

After a long time of coding i've now added something like that.
Take a look at a Modthread, and you will see what i mean if you look at the top of the thread, over the first post.

You'll see that there are a lot of informations you can see within one moment now.
I'd like to ask our Coders to edit their releases and change the settings to fill in the fields correctly.

Of course i have tested this with a lot of possibilities, but it's still considered as Gamma version.

So if you have ideas, about something to change, please feel free to post here :)

Enjoy!

Dean C 11-03-2004 07:40 PM

Wow you implemented that quickly ;) Good job pal

Link14716 11-03-2004 07:44 PM

Nice job. :)

Can you add things like "Username has installed this mod." to Co-Authors/Supporters as well?

Xenon 11-03-2004 07:46 PM

Yep, that's planned Matthew, as well as allowing coauthors upload bugfixes aso to the original post.

:)

Link14716 11-03-2004 07:47 PM

Quote:

Originally Posted by Xenon
Yep, that's planned Matthew, as well as allowing coauthors upload bugfixes aso to the original post.

:)

That'll help me quite a bit.

Thanks. :D

Xenon 11-03-2004 07:48 PM

You and Zak were a main reason why i thought about something like that ;)

Dean C 11-03-2004 08:05 PM

Quote:

Originally Posted by Xenon
You and Zak were a main reason why i thought about something like that ;)

Talk about favorites ;) I'll have to start giving the cookies more often no :p

Xenon 11-03-2004 08:06 PM

They were just the reason that i got the idea, nothing else :p

Hialls 11-03-2004 08:13 PM

wow nice :D

Link14716 11-03-2004 08:13 PM

Heh.

Just one question: since the Hack DB-like first post is there and seems to cover everything (except maybe user info, though I don't see much point for that on a hack release anyways), does the first post really need to be repeated on the normal postbit? :)

nexialys 11-03-2004 08:18 PM

hey, i first thought it was a glinch on my display... GOOD content... will have to see if i can handle that...

can we see that code released somewhere ??? (or at least for friends like me ?? ;) )

Xenon 11-03-2004 08:30 PM

@Matthew: i'll remove the first postbit, but i want to make sure everything works perfectly, that's why i kept it in, right now :)

@nexial: hmm, well, we'll see ;)

Revan 11-03-2004 08:31 PM

I want to comment on it, but starting a new thread for it seems to be too early:
I would like to see the first post (which is copied onto the new code header style) truncated, and a link to the original post (either single view or just start of thread).
Reason? Looking at my rpg thread, the header is WAAAYYYY too long IMHO ;) It is a problem with mods with huge first posts. :p

Other than that, I got a "WTBF happened to by thread!?" feeling when I saw it, but once I actually looked, it was really nice ;)


//peace

HiDeo 11-03-2004 08:31 PM

Nice job xenon

/me clicks install looooooooool

Xenon 11-03-2004 08:32 PM

@Revan:see my answer to Matthew regarding the first post :)

Link14716 11-03-2004 08:45 PM

Quote:

Originally Posted by Xenon
@Matthew: i'll remove the first postbit, but i want to make sure everything works perfectly, that's why i kept it in, right now :)

Makes sense. :)

Once again, nice work. I love it. :p

Brad 11-03-2004 09:03 PM

Looking good! :)

AnhTuanCool 11-03-2004 09:30 PM

I would suggest remove the firstpost show on the firstpage because there's the firstpost with most info already ;)

peterska2 11-03-2004 09:36 PM

YUCK!

Sorry guys, I know a lot of hard work has gone into it but I hate it.

AN-net 11-03-2004 09:53 PM

great work and idea but i dont like the look of it though

Guest190829 11-03-2004 09:59 PM

I like it, nice job!

AnhTuanCool 11-03-2004 10:07 PM

Users without avatar don't show up properly though.

SnowBot 11-03-2004 10:18 PM

WOW, i thought at first....okkkk whats broke...hehe Then i read this.. :) nice job and i do have to say it looks better now, more proffesional :)

Boofo 11-03-2004 10:35 PM

Looks good, Stefan! ;)

AN-net 11-03-2004 10:57 PM

maybe make the checkboxes disabled so users cant uncheck them;)

andrew67 11-03-2004 11:27 PM

Yep looks good, was going to say maybe grey the boxes out to everyone but the coder of the hack.

Looks nice though.

Link14716 11-03-2004 11:29 PM

You can't edit it from that page anyways, so what good would keeping it enabled for the coder do? :p

Johnny 11-04-2004 12:36 AM

i love the way its set...
this is especially good for those that dont like reading first posts and now people can post new updates to the firstpost and people will notice better and easier

Natch 11-04-2004 12:54 AM

Excellent work: such a useful modification, and so well implemented... I (FWIW) have only two suggestions:
Quote:

Originally Posted by Link14716
You can't edit it [the hack settings.. Ed.] from that page anyways, so what good would keeping it enabled for the coder do? :p

I think perhaps have the checkboxes type="hidden", but have images change on the fly with the DOM based on the settings of the checkboxes?

Secondly, the "minimise" setting for the hack info at the top of each thread should retain the user's open/closed setting on a per thread basis: works for forums on forumhome, should be extendable to the hackthreads ;)

Other than that, awesome: *thumbs like way up dood*

Link14716 11-04-2004 12:56 AM

Quote:

Originally Posted by Natch
I think perhaps have the checkboxes type="hidden", but have images change on the fly with the DOM based on the settings of the checkboxes?

Why not just use if conditions in that case?

Either way, I would say disabled checkboxes (or hell, enabled is still fine) is the way to go.

Natch 11-04-2004 01:01 AM

Quote:

Originally Posted by Link14716
Why not just use if conditions in that case?

'cos the DOM is so much cooler ;)
Quote:

Originally Posted by Link14716
Either way, I would say disabled checkboxes (or hell, enabled is still fine) is the way to go.

I reckon even potentially confusing the new members is not the way to go, but hey, we don't have to agree on everything :D

Link14716 11-04-2004 01:03 AM

Well, of course it can say Yes or No instead of checkboxes. You could use an image, but why? ;)

Natch 11-04-2004 01:16 AM

My reasoning of either Text or Images, over Checkboxes, is that one doesn't think one can change a text value or an image by clicking it, where a checkbox makes me think I can make an alteration...

Logikos 11-04-2004 03:53 AM

Quote:

Originally Posted by Natch
My reasoning of either Text or Images, over Checkboxes, is that one doesn't think one can change a text value or an image by clicking it, where a checkbox makes me think I can make an alteration...

Yes, at first i checked my hack and saw the changes and check boxes, and though they where for the thread starter to easily change settings, then i got confused when i looked at someone eles's hack and still saw that. Great work Stefan, you out did yourself this time. But i agree with natch, use an image or text, cause even i got kinda confused at first.

beano33 11-04-2004 04:59 AM

Quote:

Originally Posted by Xenon
Yep, that's planned Matthew, as well as allowing coauthors upload bugfixes aso to the original post.

:)

I may have spoken too soon in the site feedback forum. It should be very useful when the rest of it's implemented.

Would it be possible to have a "view THIS users posts in THIS thread" option? Quite often we find ourselves interacting with 1 or 2 users on modifying hacks and it would be quite useful if it were possible to view just that users posts in the thread.

PixelFx 11-04-2004 08:07 AM

I like it, can ya please release it as a hack, I have a lot of downloads for custom architecture on my site and it would be perfect as a hack ;P

nexialys 11-04-2004 09:51 AM

on my side, i'd be very happy to have that hack to transform it, add custom fields, and make it versatile like a bookstore, product reviews, recipes book... please please , guys... give it to me.. ;)

Mephisteus 11-04-2004 10:57 AM

Looks neat :) Nice job :D

MrNase 11-04-2004 11:05 AM

Very nice, I like it very much :)

Ocean 11-04-2004 01:01 PM

I have two comments to make on this new style...


1. I don't like the fact that the file attachments no longer show how many times they were downloaded.

2. I REALLY think it would be a good idea if the first posts indicated when each file attachment was uploaded (or last updated). Otherwise, there's no way of knowing if the "Last Update" field was tripped only by an edit of the post itself, or whether it was because there is a new version of one or all of the files available.


All times are GMT. The time now is 03:52 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01203 seconds
  • Memory Usage 1,808KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete