![]() |
Quote:
|
Has anyone seen this in their forum manager, when they go to add a new forum? Disabled and went away.
Code:
Warning: asort() expects parameter 1 to be array, null given in [path]/admincp/forum.php(248) : eval()'d code on line 20 |
What's about android or ios ?
|
So still no hack for the sub-forum icons?:(
|
If you manually change templates, it works for sub-forums.
|
ged... can you please share... how to...
Thank you Dark_Wizard... We still wait the update... Any news? :D |
There is an install.html in the .zip file. There are instructions, just follow them.
|
Does not work for sub-forum icons!!!!
|
I have been using this mod for a long time. Besides altering where I store the icons (moved to a static site) and some weird "png" file extension thing, it has worked flawlessly, even on sub-forums. I do not recall messing with any of his code there. It has been a great mod for us... Thanks DarkWizard.
Note - We are running v4.2 and have 2 levels of nested sub-forums. |
It does work on sub forums but it depends on how you set up the sub forums. I tried to explain that in post 595 but was promptly told I wasn't setting up the forums in the "normal" way (as if there is a mandatory way in which to set up your web site). If you read my posts you will see how I set it up.
Some folks need to learn how to think outside the box. |
Some people need to know how to build a box.....:p
|
My money is still on the table, along with one other poster.
$40 to the coder who can get this working with Sub Forums. |
But it does work aren't you paying attention lmao! By the way thanks for that work around New Joe but man what a pain in the keyster....:D
QUOTE=New Joe;2347824]My money is still on the table, along with one other poster. $40 to the coder who can get this working with Sub Forums.[/QUOTE] |
Doesn't work on Sub Forums.
Yes, that workaround is ok, but like you said, a whole load of work to do it. That's why I'd rather pay for a fix. |
Put me in for $20 :)
Quote:
|
Quote:
Quote:
Ok so there we have it so far, any coder who can help with this PM me, to date we now have $30 to the coder who will update this to work as it should. Quote:
So any coder who wants to make some money PM me. We have so far, $60 to pay for a working fix. Once a coder can do the fix, then I will get the money from the above 2 posters into my PayPal to then be able to pay the such coder. |
visul
and tup14 I have someone lined up for the work, could both of you PM me so I can sort out the Paypal payment. Thanks. |
You got the P.M.
Quote:
|
I did yes, thanks.
Got the coder sorted, should be easy as it's only an xml file, and it is either a small Template change from 4.1.12 to 4.2.0 or a hook change. Anyway, thanks for you help with it all. |
Quote:
|
Quote:
|
You can't fix it DW?
|
No disrespect but I'm also very busy but I run a forum for no profit to help peeps. It has been a very long time without a response that is why we tried to get a work around. Sorry for stepping on your toes and I will refrain from making further comments on this subject. :)
Quote:
|
Quote:
I think we all have respect for all the coders here, and as for patience, we have been going around in circles with this, over 3 weeks ago you said it was going to be done that weekend, but nothing. |
Quote:
|
Quote:
What you cannot do is release the changed version in public as a complete thing. However, its also perfectly ok to post a list of changes - i.e find this ..., change to this ... |
Quote:
You certainly presented yourself as an expert know-it-all on site development when you criticized my site design, so clearly you are a genius and should have no problems writing the mod yourself. |
Quote:
I never presented myself as an expert know it all, and i NEVER criticized your site, I just said it was set up very differently than the norm, that is up to you, and I said that to you via a post and via PM, in a friendly manor. Your post is not in a friendly manor. Where have I said I am a genius? DS, I am disappointed in your tone of your post. |
@ New Joe...send me your changes and let me see what I can do...
|
What is the update on this? Does this work on 4.2 now as it should?
|
New Joe thanks for the sub-forum icon fix. It works as advertized. I installed and all my sub-forum icons showed up..:D
|
1 Attachment(s)
Is this what you guys are trying to do? It just takes one simple style change after installing this mod. I will not list the change without the mod authors approval.
|
1 Attachment(s)
Here's another example where I removed the commas and have all the sub forums on the same line with the subforum titles centered under the subforum icons. I also changed the link so the icons are hot links to the subforums just like the titles.
I think this one looks better than my first example. |
1 Attachment(s)
And here's one last example with several forums where the last forum has sub forums with the icons. I think you get the idea now so I won't clog up the thread with any more examples.
By the way, I'm using 4.2 PL2 |
1 Attachment(s)
Dark Wizard, do I have your permission to list my change? As you can see from my examples it does work for sub forums.
My change is very simple and takes about 1 minute to apply. I will not post my change without your approval. Update: I have a lot of work to do so I'll check back later for your reply otherwise this will have to wait until Monday. Second Update I have also figured out how to display the forum icon (or sub forum icon if displaying a sub forum ) at the top of the thread. Notice in the last screen I removed the "Sub-Forum" header on the forum home display. Do we really need to tell people that these are sub forums? I think they can figure that out on their own. *** Note that for these examples I changed some of the forums in post 674 to sub forums so you can see that my changes really do work for sub forums Hey Tup14, are you still "lmao!" ? (post 653) - next time try believing someone when they say something works instead of mocking them. I will explain how I made these changes after DW approves posting the changes. |
Quote:
|
Here are my changes. I suggest you make a copy of your original code first as I am not responsible for any changes to your forums you make.
To display the sub forum icons: Styles & Templates>Search In Templates>forumhome_subforums Look for this line of code: Code:
<a href="{vb:link forum, {vb:raw row}}">{vb:raw row.title}</a>{vb:raw row.comma} Code:
<br> I also added a line break at the top of forumhome_subforums to add a line between the forum and sub forums. If you want to control how many subforums are displayed on each line (I limit it to 4) then do this: At the top of forumhome_subforums add this: Code:
<script type="text/javascript"> Then after this line of code Code:
<vb:each from="subforums" value="row"> Code:
<script type="text/javascript"> If you want to get rid of the "Sub-Forum" heading then comment out or delete this line of code at the top of forumhome_subforums: Code:
<h4 class="subforumlistlabel">{vb:rawphrase subforums}:</h4> To add the forum or sub forum icon at the top of a thread do this: Styles & Templates>Search In Templates>FORUMDISPLAY after "{vb:raw navbar}" add this line of code: Code:
<img src="images/{vb:raw vboptions.forumiconimg_folder}/{vb:raw foruminfo.forumiconimg}" /> |
Does it work on 4.2.0 ?
|
I'm using it on 4.2 PL2
|
Quote:
|
All times are GMT. The time now is 10:50 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:
|