The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#62
|
||||
|
||||
Per-Aa: I did have an idea of adding 'Upcoming Releases' under 'Recent Games' for sure. But that will come later once I get the game pages ready. With the games layout, you are correct it needs work and it will be worked on. It will be just like the companies page so it will have list 'all' feature. As for help, could always use it lol. For right now the biggest thing I need is people to post their ideas, comments, etc.
Luky: Yes and no, its just till the 1st stable version is released. The current releases are just to play around with so I can get feedback and ideas from all of you as well to save time on. I really don't have the time to do updates on the beta which could change quite a bit before I decide on a standard. To be honest there would very well be about 8-12 beta release before the 1st stable release. Thats why I this is just a beta and not to use on a live site. But one day it will have updates. |
#63
|
|||
|
|||
awesome to see you still working on it. look forward to a stable release in the future, until then, ill keep tracking its progress, and offer ideas, sugestions etc. keep up the good work.
|
#64
|
||||
|
||||
With that and a little more in depth reading and the latest screenshots (and pulling my head out of my a**) I see now what it is lol. Still keeping an eye on it because we just started making updates to our site so I'm looking forward to a stable release. I'm not always the most patient so I might not even wait that long lol.
|
#65
|
|||
|
|||
very nice, thanks
|
#66
|
||||
|
||||
This release only has changes on the admin side of things. All settings have sort options, page nav options and mass administration options added. In the next release I will be working on the games section of things, will be doing a new display as well additional options to it. Also if the review system is working I might have this released as well. After these two sections are working (about 2-5 more beta releases) and if no major issues come up I think we’ll be good to release the first stable version.
Quick Change Log For Version 1.0.0 Beta 4
|
#67
|
|||
|
|||
I notice with this hack I cant use BB codes even with them enabled.Also when your scrolling through some pages dont display.
|
#68
|
||||
|
||||
Could you give me some examples of where these issues are?
|
#69
|
|||
|
|||
Thanks for responding so fast and hes a picture of the problem im having. I tried to use the bb codes in the game description but with no luck. In the same area html also wont work.
|
#70
|
|||
|
|||
Hey, SS9267547
I'm one of "The Bouncer 611" friends and he told me about the problems he was having, and I fixed them all. I've included the updated game.php aswell as the code I changed to make it work: To fix the per page display, smilies, BBCODE, HTML and IMAGE code, open "game.php" and: ===================FIND============= Code:
$perpage = $vbulletin->options['vbgamesperpage']; $vbghtml = $vbulletin->options['vbgames_enable_html_code']; $vbgsmiles = $vbulletin->options[vbgames_enable_smilies']; $vbgbbcode = $vbulletin->options['vbgames_enable_bbcode']; $vbgimgcode = $vbulletin->options['vbgames_enable_img_code']; and Replace with this Code:
$perpage = $vbulletin->options['mindesticgcms_perpage']; $vbghtml = $vbulletin->options['mindesticgcms_enable_html_code']; $vbgsmiles = $vbulletin->options['mindesticgcms_enable_smilies']; $vbgbbcode = $vbulletin->options['mindesticgcms_enable_bbcode']; $vbgimgcode = $vbulletin->options['mindesticgcms_enable_img_code']; And to fix the PAGE Error that gives you a Blank page when you click to go to another page: ===================FIND============= Code:
$pagenav = construct_page_nav($pagenumber, $perpage, $totalgames, 'games.php?' . $vbulletin->session->vars['sessionurl'] . 'do=listgames', '&c='. $db->escape_string($p) .'' . (!empty($vbulletin->GPC['perpage']) ? "&pp=$perpage" : "") . (!empty($ltr) ? "&ltr=$ltr" : "") ); and Replace with this: Code:
$pagenav = construct_page_nav($pagenumber, $perpage, $totalgames, 'games.php?' . $vbulletin->session->vars['sessionurl'] . 'do=listgames', '&p='. $db->escape_string($p) .'' . (!empty($vbulletin->GPC['perpage']) ? "&pp=$perpage" : "") . (!empty($ltr) ? "&ltr=$ltr" : "") ); BTW: can you make it that in the game list everything is minimize, and only expands with the game details if someone click on the game name? and a collapse button to re-minimize the game? |
#71
|
||||
|
||||
Thanks guys for the info, right now I'm reworking the games listing and the game pages which will be a little different then the current version. The changes will be done in the next release as well a few more features/info within the game pages. As for the minimized option, yes it is possiable however the current game list style will be replaced with something I think will work much better, heres a quick screenshot of how it will look, so what your playing with right now will be no more.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|