![]() |
Forum Display Control Version 0.7 Beta (DOWNLOAD READY)
IF YOU HAVE A PROBLEM WITH THIS MODE POST YOUR PROBLEM! DO NOT WASTE MY TIME WITH STUFF NOT RELATED TO THIS MOD
IF THE MOD EFFECTS OTHER MODS DO NOT POST THAT HERE. THIS WAS NOT MADE TO WORK WITH OTHER MODS. THIS IS A BETA MOD FOR FORUM DISPLAY ONLY! Forum Display Control Version 0.7 Beta The forum display control is a simple to use control that will allow your members more easier viewing options. It's fully controled by the Adminstrator so that only forums and categories that allowed to be moved or hidden can be. It follows all permissions that each forum and category uses so that members only see what they are allowed to view. Unregistered members are not effected by the display options because the vBulletin default view is loaded in that instance. The control is easy to install (2) script edits in one (1) script and the forum control is ready to be used! The templates, language phrases can be loaded via the Admin Panel! The control includes (3) new scripts (1) forum front end script and (2) include scripts, (1) for the front end back end and the other for the adminstrator back end! The admin panel also has (6) edits in (1) admin script (forum.php) The database adds (3) rows to the datastore table and (1) new column for user table! I was going to do this with JavaScript but so many browsers do not support someof the things that I was needing to do, so everything is done in PHP scripting with only a very minor touch of basic JavaScript for the form actions. There is full online demo at my mod development forum! http://forum.ya-right.com Please make an account to demo the control. The control can be access by the little icon shown in the image below. As always if anyone needs help or for me to install any mod of my just ask! Sonia |
s/1 Special Notes...
If your using any styles from vBStyles or extremepixels, you will need to do (1) extra edit in the './includes/function_forumlist.php' and (1) edit to template 'forumhome_forumbit_level1_nopost'. This is because the first category is hard coded in that template using the variable '$forumid'.... The install has info on how to make it dynamic so you can move categories around without messing up the display! Look in the folder './other' in the install for this information! e/1 Special Notes... |
Quote:
|
couple of typos in forum.php. What's in red was missing :-)
Quote:
|
The change in index.php is interfering big time with arrange subforums in columns hack. First it breaks the first status icon in each category, then it totally disabled the above hack.
|
And also looks like if on homepage there is a "act as forum" instead of category, it skips it, does not appear on the list. Only what is below a category does.
|
interesting... but I would suggest making a global test user.... so that everyone can try it out... just my suggestion...
|
Quote:
Are you lazy? :rolleyes: Sonia |
Ok...? :rolleyes:
Quote:
Quote:
|
Quote:
You know if you PM me saying Sonia can you make this work for this other mod I would show you how to do it, but posting stuff like that does not help me in anyway develop this mod! Also thank you for the report of the $vbphrase in the admin script not being done right! I'll fix that when I release the Admin Update this morning! Sonia |
Excellent Hack! I think this should be really useful for those forums that have alot of forums.... Thanks why-not oh and also while at your forums I decided to isntall the weather hack and the bible hack ;)
Thanks alot :) |
Quote:
|
Quote:
Sonia |
Quote:
Quote:
|
Once again sonia, you have done a great job. I am going to test this out tonite. Once again after signature guardian, you have come out with a great hack!
Paul M and Sonia, take it easy you lot. Now shake hands both of you :p |
Quote:
Sent you a PM. |
Quote:
Take Care Sonia |
Quote:
As for the other matter I don't go bother other coders and their releases so why bother me. If they want to do things their way that is fine but don't come and tell me what I have written is mean or is literally meant as attack on anyone because that is not my intention. I was only saying that reporting bugs related to this mod is fine, but not other stuff. As having to come to the forum to check out new posts that have nothing to with the mod is a waste of my time. Sonia |
Its really easy to install with sonia'a step by step instruction.. :)
Thats a really nice hack..I think one of the best..Thank you very much sonia.. Some people wanna see this for next vb version.. :) Just little problem as it mentioned first page..Subforums.. If you able to fix this sonia, it would be so appriciated.. |
Quote:
I promise to get sub forums supported in the final. My intention was to only have this work on the forum home, but I guess many do things differently than myself so I will be adding sub forums support to make this more inline with how many do their forums. I started only doing this last night and I think I have it figured out. I will be doing some testing today and hope to release sub forum support and few other types of forum displays that use other mods. The sub forum support will be first though, along with one special request that another person made! Have a wonderful day... Sonia |
Cool! Great Hack!!
Can be a good idea to offer users an option to reset everything to default. |
Quote:
|
Very interesting concept... might give it a test. :)
|
Can you please add the fix in post #4 into the zip?
May I also suggest that if yoru going to code it in to use images in a specific folder that isn't there by default, perhaps include those images in a folder named that with instructions to upload it? :) [high]* Cyricx heads off to create some images and edit all the img srcs[/high] Awesome hack, just a few things that will make it easier for the coding impaired :) |
Has anyone gotten this working correctly?
I'm having a helluva time with it. The admin side, with the fixes in post 4, works fine, it saves the settings I set for allowmove and allowhide. However on the main forums page, when you open up the popup, it lists the right number of rows for the number of forums.. but with no names.. and you cannot move anything around.. Yes the phrases are in, the templates are in, I use a database prefix, so yep, I entered the queries in with a prefix even jumped into phpmyadmin to make sure they were created, rechecked the file edits 3 times, and uploaded the new files 3 times.. I'm betting it's prolly something simple, but right now.. it's kickin my ass lol |
Make sure you updated at least one phrase (open and save any phrase without doing anything to it).
My issue is different, but if you install properly, it will work |
Nope, the phrases are showing up correctly
It's not grabbing the information for what is allowed to move or be hidden for the popup correctly.. I'm guessing it's because i"m using database prefixes... but I can't find a missing " . TABLE_PREFIX . " anywhere in her code... Here is a pic of what my popup is looking like.. Keep it mind, it appears to be saving everything correctly in the datastore, when I change setitngs in the forum manager, close and reopen it, it has the settings at what I changed them to. But for some reason, this popup is coming up blank, with no permissions.. |
Have you set any forums as allowed in forums settings?
|
Yep, and if I change any of these to no, it remembers that, so it's saving in the datastore...
Do you use a database prefix Lionel? |
i don't
|
Thing is, even when you put the mouse over one of the locked images, I just see
Can not move forum: But on why not's test site, when I do that I see something like Move up forum: HTML Programming So it's like it's not even gathering the information on my forums |
Quote:
|
good job :up:
I have something similar on one of my sites.. I took a different route. :D However, this doesn't allow users to change order as your does ... this is just for admins. again, good job :up: |
Has anyone that has gotten this working use table prefixes?
It's the only difference I can find between me and others that have this successfully installed. Wish the author would post and confirm or deny my suspicion ;) |
Whynot still waiting and checking this thread almost everyday Please make a comment so that we know what to do:)
Up:) |
O yeah confirmed. There are alot of quirky bugs with table prefixes.
I cannot find a reason why, but I wiped my test board, loaded it up fresh install without prefixes, added the hack, worked great. Wiped it again, loaded it fresh WITH prefixes. And I'm getting a ton of wierd bugs, won't load up all the forums in the popup, in the admincp, some of them won't even show a dropdown to select yes or no for hide/move. |
hi there is a little problem i think,have a look,
Forum Control Version .07 beta Copyright Sonia Ricci ** EDIT CLIENT SCRIPTS ** 1. open the file 'vbulletin_global.js' you will find it in the directory './clientscript/' 2. S / FIND THIS.... function vBulletin_init() { E / FIND THIS.... ??????? S / REPLACE WITH.... function vbcats(){W=600;H=440;wX=(screen.width-W)/2;wY=(screen.height-H)/2;window.open('display.php?'+SESSIONURL+'', 'control', 'height='+H+',width='+W+',scrollbars=1,location=0, status=0,menubar=0,toolbar=0,r esizable=0,left='+wX+',top='+wY+'');} function vBulletin_init() { E / REPLACE WITH.... ???????? // +_ done that places (????????) are empty.and what should write on there?? |
Although this is impressive, I am never going to use it cause it does not follow the KISS principle :)
|
All times are GMT. The time now is 04:43 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|