View Full Version : Forum Home Enhancements - Extra forumbit controls
veenuisthebest
02-03-2009, 10:00 PM
This adds 4 mini icons (famfam) corresponding to each forum on forumhome and forumdisplay (subforums)
DEMO1 (http://tech6.com/forums/)
DEMO2 (http://indiatalks.in/forum/)
The 4 controls added are:-
Read new Posts
Create a new thread
Subscribe to Forum
RSS Feed
1. First upload the 4 attached icons in images/misc/ folder.
2. Then in Forum Home Templates/forumhome_forumbit_level2_post
Find this:
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" >
Add below:-
<div style="float:right">
<a href="search.php?do=getnew&f=$forum[forumid]"><img src="images/misc/newposts.png" border="0" width="11" height="11" hspace="2" alt="Read New Posts" /></a>
<a href="newthread.php?do=newthread&f=$forum[forumid]"><img src="images/misc/newthread.png" border="0" width="11" height="11" hspace="2" alt="Create a New Thread" /></a>
<a href="subscription.php?do=addsubscription&f=$forum[forumid]"><img src="images/misc/subscribe.png" border="0" width="11" height="11" hspace="2" alt="Subscribe" /></a>
<a href="external.php?type=rss2&forumids=$forum[forumid]"><img src="images/misc/rss.png" border="0" width="11" height="11" hspace="2" alt="RSS feed" /></a>
</div>
3. Then in Forum Home Templates/forumhome_forumbit_level1_post
Find this:
<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
<td width="100%">
Make the change in the above code (in red) and add below:-
<div style="float:right">
<a href="search.php?do=getnew&f=$forum[forumid]"><img src="images/misc/newposts.png" border="0" width="11" height="11" hspace="2" alt="Read New Posts" /></a>
<a href="newthread.php?do=newthread&f=$forum[forumid]"><img src="images/misc/newthread.png" border="0" width="11" height="11" hspace="2" alt="Create a New Thread" /></a>
<a href="subscription.php?do=addsubscription&f=$forum[forumid]"><img src="images/misc/subscribe.png" border="0" width="11" height="11" hspace="2" alt="Subscribe" /></a>
<a href="external.php?type=rss2&forumids=$forum[forumid]"><img src="images/misc/rss.png" border="0" width="11" height="11" hspace="2" alt="RSS feed" /></a>
</div>
Thats it!
a) Obviously, works in all vb versions!
b) Yes, it is XHTML valid.
c) If this has been released before, then sorry.
If you like it, please click Install (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=204168) and join my site too ;)
Thanks
Source: http://tech6.com/f51/extra-forumbit-controls-t549/
eTiKeT?
02-04-2009, 02:09 PM
Thank you İnstalled...
soqzippo
02-04-2009, 10:49 PM
very cool
puertoblack2003
02-04-2009, 11:02 PM
this is cool for the image directory i changed the path to vb default setup $stylevar[imgdir_misc]
thanks :up:
davew
02-05-2009, 07:58 AM
Great mod!
Installed, Thank you...
glennybee
02-06-2009, 06:27 PM
I'm using a similar template edit.
http://www.digital-kaos.co.uk/forums/
abo naif
02-07-2009, 06:50 AM
Great work!
Installed, Thank you...
veenuisthebest
02-07-2009, 09:03 AM
Great work!
Installed, Thank you...
Then you should click Install please.
guvner
02-07-2009, 07:26 PM
Nice mod! Installed on 3.7.3
Thank you!
Mike :)
Medina
02-08-2009, 11:46 AM
Thank you very much!!
* Installed *
Theater
02-08-2009, 05:45 PM
Flawless.
-Regards
Haltech
02-10-2009, 12:37 AM
i have a custom skin and could not get this to work correctly with the width.. i tried everything from 1% to 100%. It kept throwing the forum description off.:mad:
Medina
02-10-2009, 03:14 PM
You should remove the; <td width="100%">
Tiny but neat and useful, thank you very much. :)
davew
02-15-2009, 09:19 AM
Thank you, very neat - installed.
Is there anything else required to make the RSS work though?
I just get a blank screen when I click on any RSS icon.
Regards,
Dave
Theater
02-15-2009, 11:23 PM
Thank you, very neat - installed.
Is there anything else required to make the RSS work though?
I just get a blank screen when I click on any RSS icon.
Regards,
Dave
vBulletin Options > External Data Provider > Set "Yes" to Enable RSS Syndication
//edit - looks like you got it figured out from visiting your site.
davew
02-16-2009, 04:10 AM
vBulletin Options > External Data Provider > Set "Yes" to Enable RSS Syndication
//edit - looks like you got it figured out from visiting your site.
Well, I found a reference somewhere on how to turn it on, but hadn't thought it worked.
In fact, in Firefox, it doesn't, but in IE it is fine (I hadn't tried IE)..
I'll investigate further, and thanks for the prompt response, much appreciated!
Cheers,
Dave
EDIT : It is working on both now, must have been caching or something.. Sorry to have bothered you all :)
dvbusuario
02-16-2009, 06:09 AM
I'm using a similar template edit.
http://www.digital-kaos.co.uk/forums/
How can I do this? make vertical
Thank you!
davew
02-16-2009, 06:21 AM
How can I do this? make vertical
Thank you!
add a <BR> after each of the first three entries
<div style="float:right">
<a href="search.php?do=getnew&f=$forum[forumid]"><img src="images/misc/newposts.png" border="0" width="11" height="11" hspace="2" alt="Read New Posts" /></a><br>
<a href="newthread.php?do=newthread&f=$forum[forumid]"><img src="images/misc/newthread.png" border="0" width="11" height="11" hspace="2" alt="Create a New Thread" /></a><br>
<a href="subscription.php?do=addsubscription&f=$forum[forumid]"><img src="images/misc/subscribe.png" border="0" width="11" height="11" hspace="2" alt="Subscribe" /></a><br>
<a href="external.php?type=rss2&forumids=$forum[forumid]"><img src="images/misc/rss.png" border="0" width="11" height="11" hspace="2" alt="RSS feed" /></a>
</div>
dvbusuario
02-17-2009, 03:05 AM
add a <BR> after each of the first three entries
<div style="float:right">
<a href="search.php?do=getnew&f=$forum[forumid]"><img src="images/misc/newposts.png" border="0" width="11" height="11" hspace="2" alt="Read New Posts" /></a><br>
<a href="newthread.php?do=newthread&f=$forum[forumid]"><img src="images/misc/newthread.png" border="0" width="11" height="11" hspace="2" alt="Create a New Thread" /></a><br>
<a href="subscription.php?do=addsubscription&f=$forum[forumid]"><img src="images/misc/subscribe.png" border="0" width="11" height="11" hspace="2" alt="Subscribe" /></a><br>
<a href="external.php?type=rss2&forumids=$forum[forumid]"><img src="images/misc/rss.png" border="0" width="11" height="11" hspace="2" alt="RSS feed" /></a>
</div>
lol that was simple, thank you very much.
davew
02-17-2009, 06:29 AM
lol that was simple, thank you very much.
You're welcome - great to be able help someone else for a change :)
veenuisthebest
02-17-2009, 11:27 AM
Inserting <br> will throw xhtml validation errors, use <br /> instead.
Nice - on forum works fine but how get to works on CMPS - recent threads?
thanks for nice mod!
regards
macc
TimberFloorAu
02-17-2009, 09:17 PM
Error in first edit found.
<div style="float:right">
<a href="search.php?do=getnew&f=$forum[forumid]"><img src="images/misc/newposts.png" border="0" width="11" height="11" hspace="2" alt="Read New Posts" /></a>
<a href="newthread.php?do=newthread&f=$forum[forumid]"><img src="images/misc/newthread.png" border="0" width="11" height="11" hspace="2" alt="Create a New Thread" /></a>
<a href="subscription.php?do=addsubscription&f=$forum[forumid]"><img src="images/misc/subscribe.png" border="0" width="11" height="11" hspace="2" alt="Subscribe" /></a>
<a href="external.php?type=rss2&forumids=$forum[forumid]"><img src="images/misc/rss.png" border="0" width="11" height="11" hspace="2" alt="RSS feed" /></a>
</div>
Last line should read
<a href="external.php?type=rss2&forumid=$forum[forumid]"><img src="images/misc/rss.png" border="0" width="11" height="11" hspace="2" alt="RSS feed" /></a>
Also in edit 2
<div style="float:right">
<a href="search.php?do=getnew&f=$forum[forumid]"><img src="images/misc/newposts.png" border="0" width="11" height="11" hspace="2" alt="Read New Posts" /></a>
<a href="newthread.php?do=newthread&f=$forum[forumid]"><img src="images/misc/newthread.png" border="0" width="11" height="11" hspace="2" alt="Create a New Thread" /></a>
<a href="subscription.php?do=addsubscription&f=$forum[forumid]"><img src="images/misc/subscribe.png" border="0" width="11" height="11" hspace="2" alt="Subscribe" /></a>
<a href="external.php?type=rss2&forumids=$forum[forumid]"><img src="images/misc/rss.png" border="0" width="11" height="11" hspace="2" alt="RSS feed" /></a>
</div>
change last line to:
<a href="external.php?type=rss2&forumid=$forum[forumid]"><img src="images/misc/rss.png" border="0" width="11" height="11" hspace="2" alt="RSS feed" /></a>
The4um
02-17-2009, 10:36 PM
so cool
Gamelobby
02-17-2009, 11:23 PM
Im lost on step one.. lol
1. First upload the 4 attached icons in images/misc/ folder.
Where are the attached icons.?
Chadi
02-17-2009, 11:24 PM
Cool mod. I'm no coder, but should these 4 icons have an <if> rule so that it shows only for members logged in?
Chadi
02-17-2009, 11:26 PM
Im lost on step one.. lol
Where are the attached icons.?
Look carefully in the description, at the bottom an inch below where it says "
Download Now" you'll see 4 tiny icons. Right click to save them.
veenuisthebest
02-18-2009, 01:08 AM
Error in first edit found.
<div style="float:right">
<a href="search.php?do=getnew&f=$forum[forumid]"><img src="images/misc/newposts.png" border="0" width="11" height="11" hspace="2" alt="Read New Posts" /></a>
<a href="newthread.php?do=newthread&f=$forum[forumid]"><img src="images/misc/newthread.png" border="0" width="11" height="11" hspace="2" alt="Create a New Thread" /></a>
<a href="subscription.php?do=addsubscription&f=$forum[forumid]"><img src="images/misc/subscribe.png" border="0" width="11" height="11" hspace="2" alt="Subscribe" /></a>
<a href="external.php?type=rss2&forumids=$forum[forumid]"><img src="images/misc/rss.png" border="0" width="11" height="11" hspace="2" alt="RSS feed" /></a>
</div>
Last line should read
<a href="external.php?type=rss2&forumid=$forum[forumid]"><img src="images/misc/rss.png" border="0" width="11" height="11" hspace="2" alt="RSS feed" /></a>
Also in edit 2
<div style="float:right">
<a href="search.php?do=getnew&f=$forum[forumid]"><img src="images/misc/newposts.png" border="0" width="11" height="11" hspace="2" alt="Read New Posts" /></a>
<a href="newthread.php?do=newthread&f=$forum[forumid]"><img src="images/misc/newthread.png" border="0" width="11" height="11" hspace="2" alt="Create a New Thread" /></a>
<a href="subscription.php?do=addsubscription&f=$forum[forumid]"><img src="images/misc/subscribe.png" border="0" width="11" height="11" hspace="2" alt="Subscribe" /></a>
<a href="external.php?type=rss2&forumids=$forum[forumid]"><img src="images/misc/rss.png" border="0" width="11" height="11" hspace="2" alt="RSS feed" /></a>
</div>
change last line to:
<a href="external.php?type=rss2&forumid=$forum[forumid]"><img src="images/misc/rss.png" border="0" width="11" height="11" hspace="2" alt="RSS feed" /></a>
So whats the error? Are you talking about forumids, if yes, the forumid and forumids both work fine.
veenuisthebest
02-18-2009, 01:11 AM
Cool mod. I'm no coder, but should these 4 icons have an <if> rule so that it shows only for members logged in?
If you want to hide it from guests, just wrap the code within:
<if condition="$show['member']">
<!-- Code here -->
</if>
TimberFloorAu
02-18-2009, 06:29 AM
in 3.8.0 forumids does not work, it has to be replaced with forumid on mine.
In fact take no notise of me, just checked again.. and bugger me wasnt working.
Please accept my apologies.
it is indeed as you initially stated.
nrms?
02-18-2009, 02:24 PM
At first impression(15min working)... very very nice mod.
Other great improvement for this is adding the four vb phrases to translate the mod on forum. ;)
veenuisthebest
02-18-2009, 03:53 PM
At first impression(15min working)... very very nice mod.
Other great improvement for this is adding the four vb phrases to translate the mod on forum. ;)
would be great if you click install ;)
hello!
will ask again..is it possibly to get this on cmps -portal page or only on forumhome?
regards
macc
veenuisthebest
02-18-2009, 05:39 PM
is it possibly to get this on cmps -portal page or only on forumhome?
everything is possible!
I don't use the recent threads cmps module, so you'll have to figure it out.
The code remains the same, you'll probably need to add it in adv_portal_recthreads_exp_head OR adv_portal_recthreads_exp template. It would be easy, try it out.
DobieGillis?
02-18-2009, 06:11 PM
vBulletin Options > External Data Provider > Set "Yes" to Enable RSS Syndication
//edit - looks like you got it figured out from visiting your site.
did the same things but still not working
veenuisthebest
02-18-2009, 06:22 PM
did the same things but still not working
Enable all the options in External data provider. If it still doesn't work, try it in the fresh default style.
DobieGillis?
02-18-2009, 06:44 PM
Enable all the options in External data provider. If it still doesn't work, try it in the fresh default style.
no go. Do I have to have a specific RS feed defined first?
Gamelobby
02-18-2009, 09:41 PM
Look carefully in the description, at the bottom an inch below where it says "
Download Now" you'll see 4 tiny icons. Right click to save them.
Oh you mean where it say "Screen shots"..?
I am used to downloading a zip file. :)
nrms?
02-18-2009, 10:01 PM
Opsssss... I have found some errors validation with Internet Explorer in level1_post.
For level2_post no problem, and with mozilla firefox works all 100%...
Look above print screen...
[Show Image (http://www.imageurlhost.com/images/qor408oaiuumxjorvttk.gif)]
DobieGillis?
02-18-2009, 10:03 PM
got it working, nice mod!
veenuisthebest
02-19-2009, 04:36 AM
Opsssss... I have found some errors validation with Internet Explorer in level1_post.
For level2_post no problem, and with mozilla firefox works all 100%...
Look above print screen...
[Show Image (http://www.imageurlhost.com/images/qor408oaiuumxjorvttk.gif)]
That kind of problem can only occur if you did not make the change in point 3 (in red).
I have checked it in IE 6, looks good to me.
got it working, nice mod!
Mind telling what was the problem.
DobieGillis?
02-19-2009, 09:47 AM
That kind of problem can only occur if you did not make the change in point 3 (in red).
I have checked it in IE 6, looks good to me.
Mind telling what was the problem.
didn't have an RSS link enabled. Doh!
everything is possible!
I don't use the recent threads cmps module, so you'll have to figure it out.
The code remains the same, you'll probably need to add it in adv_portal_recthreads_exp_head OR adv_portal_recthreads_exp template. It would be easy, try it out.
had tested both templates but could not get this to work... on portal cmps page ...
maybe some have fix that and maybe can help ....
regards
macc
nrms?
02-19-2009, 03:42 PM
@veenuisthebest... ok, but i don't understand where you want change in red.
<td width="100%">
This with is for a newest table or a existing table in template, like:
<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td>
this table have specific width 9, it makes change 100%...?!!
Explain please...
veenuisthebest
02-19-2009, 03:59 PM
Hello,
NO, you do not have to change that, leave it as 9. The change is in the <td> after the line of code you posted.
Find this:
<td><img src="$vboptions[cleargifurl]" alt="" width="9" height="1" border="0" /></td><td>
And make it <td width="100%">
nrms?
02-19-2009, 04:26 PM
Hoooo... yes, now i understand... And work fine.
"vBulletin Template and the table of Doom"
:D
EagleNick
02-19-2009, 10:26 PM
Very nice; I love it, and so do my members :)
gkaradagan
02-24-2009, 10:25 AM
looks good thanks
chennairam
02-24-2009, 10:32 AM
veenuisthebest
this modification Can work on Version 3.7.X
Br.,
ram
chennairam
02-24-2009, 11:06 AM
Installed Sucesfully Sir
www.chennaigsm.org
But rss Feed icon Not work .. when i Click it show Blank page
please help me My idol veenu
Br.,
ram
Deviant K1
02-24-2009, 12:41 PM
Thanks!.. Works Great... INSTALLED!!:D
Only thing is that I have sub-forums and the icons/options doesn't seem to work for sub-forums. I have tried it on IE and FF and both show no options/icons in them... only shows on the parent forum listing.
veenuisthebest
02-25-2009, 12:24 PM
Installed Sucesfully Sir
But rss Feed icon Not work .. when i Click it show Blank page
please help me My idol veenu
Br.,
ram
Make sure you have all the options switched ON in vboptions -> External data provider
Thanks!.. Works Great... INSTALLED!!:D
Only thing is that I have sub-forums and the icons/options doesn't seem to work for sub-forums. I have tried it on IE and FF and both show no options/icons in them... only shows on the parent forum listing.
The second template edit forumhome_forumbit_level1_post is for sub-forums only. It has to show, you can see it at my site.
star88
02-27-2009, 12:27 AM
very nice mod
thank you
installed
www.alfisti.net
03-01-2009, 09:27 AM
Thank you! very nice idea :)
I added a mark forum read icon.
If you want to add a icon to mark the forum as readed, you can add this in the first edit:
<a href="?do=markread" rel="nofollow" onclick="return mark_forum_read($forum[forumid]);"><img src="images/misc/markread.png" border="0" width="11" height="11" hspace="2" alt="Mark the forum as readed" /></a>
you need a icon named markread.png in the same dimension.
Bram H
03-06-2009, 11:50 PM
Marked as installed! Thanks bud!
nascartr
03-07-2009, 03:00 AM
Thank you! very nice idea :)
I added a mark forum read icon.
If you want to add a icon to mark the forum as readed, you can add this in the first edit:
<a href="?do=markread" rel="nofollow" onclick="return mark_forum_read($forum[forumid]);"><img src="images/misc/markread.png" border="0" width="11" height="11" hspace="2" alt="Mark the forum as readed" /></a>
you need a icon named markread.png in the same dimension.
Thanks for this!
Artak
03-08-2009, 09:58 AM
Is it possible, to make buttons visible only on mouse over event ?
legion!
03-08-2009, 10:38 AM
Works perfect i got it installed at www.rap-dome.com/forums ;)
thanks!
htscpl
03-17-2009, 10:19 AM
Cool *** installs ***
Voyager-S
03-17-2009, 10:20 AM
Great! I love little tips like this :) thank you very much. Installed!
sbsforum.us
03-17-2009, 01:18 PM
Simple, straight forward and easy to do, perfect mod. LOL
Thanks
marcut
03-25-2009, 10:20 PM
Where is Forum Home Templates/forumhome_forumbit_level2_post
veenuisthebest
03-25-2009, 10:42 PM
Where is Forum Home Templates/forumhome_forumbit_level2_post
Style Manager
marcut
03-25-2009, 11:06 PM
Style Manager
Where in it, though? I searched it...
marcut
03-26-2009, 03:45 PM
...
ArnyVee
03-26-2009, 10:12 PM
marcut,
Go to "Styles & Templates" >> "Style Manager" >> Select the Style and then click on the dropdown and select "Edit Templates" >> Double click "Forum Home Templates"
You'll then see all of the templates you need to use there. :)
Veenu, thanks for this simple but VERY important mod my friend. :D
t.uzuner
04-05-2009, 08:51 PM
thank a lot i am use
Alexey?
04-10-2009, 09:09 AM
very cool ty
fattony69
04-11-2009, 03:36 AM
This works, but what about to when I use forum links like shown on the top of: thebestforumever.com/forums
R1lover
04-11-2009, 03:51 AM
Very nice but your site is extremely slow......
Quantnet
04-14-2009, 03:53 AM
Google's Chrome does not show this properly. Firefox shows fine.
The spanning 100% on the level 2 does not affect the Chrome browser
skylab
04-21-2009, 05:41 PM
Perfect. Thanks!
Just noticed what you said about chrome. I'll have to test this out on chrome then.
sctsnipe
04-21-2009, 06:56 PM
when I did this, my forums links are no longer links. just black text :(
edit://nvm
Zacaretas
04-22-2009, 07:21 PM
This is a great mod, veenuisthebest!
I love it because not only is it useful, but it also adds some filler to the clear space that was once there, giving the forum a neat and not-so-bland look :D
Thank you!
Indyaboard
04-25-2009, 03:32 PM
thanks a lot!
zelnik
04-25-2009, 08:45 PM
Hi, firstly lovely addition to vB
I have a concern though.. I do not want my moderator section having RSS as if I were to ever remove a Moderator then they would still be getting the RSS feed for the section. No?
How do I disable it for a specific section on my forum?
Thanks
veenuisthebest
04-26-2009, 01:49 AM
Hi, firstly lovely addition to vB
I have a concern though.. I do not want my moderator section having RSS as if I were to ever remove a Moderator then they would still be getting the RSS feed for the section. No?
How do I disable it for a specific section on my forum?
Thanks
So you do not want the RSS icon to display for any moderator (staff) forum, is that all what you want?
You can wrap the rss icon code with a conditional
<if condition="$forum['forumid'] != X"></if>
where X is the forum ID.
Let me know if it works, you forgot to mark as installed btw.
zelnik
04-26-2009, 09:42 AM
So you do not want the RSS icon to display for any moderator (staff) forum, is that all what you want?
You can wrap the rss icon code with a conditional
<if condition="$forum['forumid'] != X"></if>
where X is the forum ID.
Let me know if it works, you forgot to mark as installed btw.
I had not installed it until now and I have noticed that I get a blank screen for the 2 non public sections when I click on the RSS icon (mods and site news section) so I assume it will only generate an RSS feed for public forums/sections so that would stop it anyway.
But is the above method better than just having a blank screen?
PS: the if condition removes the rss icon so that works, but I'm wondering if it is possible to show up a msg saying that no rss feed is available on the other private (not accessible to guests) forums instead of a blank white screen?
zelnik
04-26-2009, 10:05 AM
Also there is a minor error in your instructions :
Find this:
Code:
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" >
it should be :
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
veenuisthebest
04-26-2009, 01:38 PM
I had not installed it until now and I have noticed that I get a blank screen for the 2 non public sections when I click on the RSS icon (mods and site news section) so I assume it will only generate an RSS feed for public forums/sections so that would stop it anyway.
But is the above method better than just having a blank screen?
PS: the if condition removes the rss icon so that works, but I'm wondering if it is possible to show up a msg saying that no rss feed is available on the other private (not accessible to guests) forums instead of a blank white screen?
That blank screen is a standard behaviour of vb, not what this template edit handles.
Also there is a minor error in your instructions :
Find this:
Code:
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" >
it should be :
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
so whats the error?
zelnik
04-27-2009, 10:58 AM
so whats the error?
Space between " > it should be "> not " >
DefenceTalk
04-30-2009, 01:10 AM
Great mod, thank you!
DefenceTalk
04-30-2009, 01:46 AM
Anyway to replace forum feed URLs for each forum in this mod with feedburner?
glorify
05-01-2009, 01:20 AM
If this has been released before, then sorry.
Yer kidding me, right? All the way down to the icons, the size I chose to make them, and icon order? I never released it, but you may have at least given us credit for your inspiration.
You may as well figure this out and release it as well. I used different icons for the Social Groups. Link (https://vborg.vbsupport.ru/attachment.php?attachmentid=94217&d=1233935184)
https://vborg.vbsupport.ru/
veenuisthebest
05-01-2009, 02:51 AM
There are many other skins/sites that I have seen using this before I released. Maybe yours was one of them, or maybe not. Its such a easy template edit that anybody can do this, so not sure to whom the credit for the idea goes to.
Thanks for noticing after 3 months though. :erm:
https://vborg.vbsupport.ru/
But because you said so, I really don't mind adding your name to the co-auths. Anybody else wants it?
glorify
05-01-2009, 05:21 PM
Maybe yours was one of them, or maybe not.
Err yeah, whatever. It's cool man, I don't want anything saying I authored it--I didn't. Just a simple, 'Hey I saw this here and decided to release it.' would have been the way to do it from the start. Didn't mean to point out the obvious.
DefenceTalk
05-02-2009, 05:05 AM
Anyway to replace forum feed URLs for each forum in this mod with feedburner?
Whoever can figure this out should get the ownership of the mod. :D
No really guys, anybody know how to do this?
nexialys
05-02-2009, 10:46 AM
hum, strangely, i fall on this release months after it's firstpost, and see that there is a "war" about who released something similar before?
There are many other skins/sites that I have seen using this before I released. Maybe yours was one of them, or maybe not. Its such a easy template edit that anybody can do this, so not sure to whom the credit for the idea goes to.
Thanks for noticing after 3 months though. :erm:
http://www.glorifythepast.com/forums/images/smilies/lame.gif
But because you said so, I really don't mind adding your name to the co-auths. Anybody else wants it?
Thanks venus, as you say, you saw similar template edit in the past, you can see it here: http://vbenhancer.com/free-features-enhancement/forumbit-tool-icons/446/
... and i don't care if someone release something to mimic one of my addons, my version was created 4 years ago and never released on vb.org, so why bother following the mood of "i made it first"... tsss
adding someone else to co-authors.. come on, nobody helped you create this release.
funkmeister
05-06-2009, 05:34 AM
Everything works great, except with sub-forums and Safari. I'm seeing some wierd display issues - both MAC and Windows.
On the MAC there is some doubling-up of the icons and alignment issues and on Windows just the alignment issue.
Again, this is just with Safari and sub-forums. The regular forums with the controls are rendered fine, even with Safari!
The various flavours of IE, plus Firefox and Chrome don't have this issue, just Safari. I'm on 3.8.2.
Any ideas on how to correct it?
Spikeman
05-06-2009, 08:35 AM
Everything works great, except with sub-forums and Safari. I'm seeing some wierd display issues - both MAC and Windows.
On the MAC there is some doubling-up of the icons and alignment issues and on Windows just the alignment issue.
Again, this is just with Safari and sub-forums. The regular forums with the controls are rendered fine, even with Safari!
The various flavours of IE, plus Firefox and Chrome don't have this issue, just Safari. I'm on 3.8.2.
Any ideas on how to correct it?
I can confirm same on Safari, cannot seem to work it out though, any ideas?
RobbieZ
05-12-2009, 09:23 PM
Works great thanks.
Nice little effect.
directprint
06-06-2009, 11:37 PM
Awesome modification, well done. Looks great on my VB 3.8.2 site
doctorsyrup
06-14-2009, 07:43 PM
Google's Chrome does not show this properly. Firefox shows fine.
The spanning 100% on the level 2 does not affect the Chrome browser
How do you get this to work properly with Chrome? I see it works fine on other sites with Chrome but it only appears properly for mine in Firefox.
Edit: Problem is fixed after I moved my forums under a parent category.
K4GAP
06-22-2009, 11:26 PM
Works great with 3.8.1 without using the "<td width="100%">". This is on the disturbed style.
john102774
06-25-2009, 03:54 AM
Great Mod,
Installed, Thank you.
P?ŋĭsЋ?я
06-25-2009, 08:25 AM
installed Thank you !!:up:
ubcforums
06-26-2009, 12:56 PM
Hi...
Thanks For the great modification..
How can we restrict this in some private forums ?
JointRolla420
06-30-2009, 01:28 AM
THIS IS AWESOME.... install!
JointRolla420
06-30-2009, 01:40 AM
EDIT: Is there any way to make it so the forum descriptions dont go underneath the icons, it would look better if there was some sort of allignment to fix that so the icons have nothing underneath and the forum description text just starts from the beginning on a new line
NolimitMike
07-06-2009, 07:49 PM
Is there anyway to get the icons to appear either to the left or to the right of the title of the forum area?
So it would be: Fourm (icon) (icon) (icon) (icon) (5 Guests Viewing)
sherwood
08-02-2009, 09:43 PM
Is there anyway to get the icons to appear either to the left or to the right of the title of the forum area?
So it would be: Fourm (icon) (icon) (icon) (icon) (5 Guests Viewing)
Yes, just insert your code below the following in your forumhome_forumbit_level2_post Template:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
And remove the DIV tags at the beginning and end.
Birched
08-10-2009, 03:10 PM
installed, tried it out, uninstalled -- rss links were not working, and decided the one in the browser url bar was sufficient
GSeybold
08-13-2009, 02:51 AM
Rss doesn't work but the rest do. Thanks! Great mod!
Mike21
08-14-2009, 09:26 PM
This doesnt show up on my forumbit_level2_post section:
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]" >
M@tthew
08-15-2009, 02:17 PM
Excellent, installed and no probs - thank you. :)
JasonGD
08-18-2009, 06:26 AM
This should be integrated with vB by default. :D
The only problem I'm having seems to be a common one, my RSS page is blank. I've switched all my syndication settings to On in my vB Options, maybe it just takes some time to kick in?
Who knows, it's still gold.
Installed! :D
Update: I found out that the reason my RSS page is blank is because I have my forum set to private, nothing is guest-viewable. Didn't even think of that at first. :o
Al3asq
08-29-2009, 03:14 AM
thx you my friend
Bansheebob
08-29-2009, 12:44 PM
wheres the files to upload with icons at?
Log on
09-03-2009, 08:20 AM
Great
thank u
seostudio
09-03-2009, 09:52 AM
Great mod!
Installed, Thank you...
Bansheebob
09-04-2009, 12:41 PM
installed but only one of the four .pngs are showing on the home page. The other 3 are plain white box's?
Bansheebob
09-04-2009, 01:12 PM
everything works fine except the rss icon leads to a blank page on both IE and Fire Fox. RSS has been enabled.
whats the cure?
Bansheebob
09-04-2009, 11:14 PM
All fixed works great. Thanks!
Hasan H?seyin
09-06-2009, 11:05 PM
Thank you İnstalled
How can I make this icons appear only when the mouse is over there??
Thansk! great mod!
Trescom
09-10-2009, 03:58 PM
Nice idea, going to install it after fully refreshing my Forum. But could you tell me how did you make the menus that are shown in the demos? I really like it.
Trescom
09-16-2009, 08:40 PM
Is there anyone alive??? >.<
veenuisthebest
09-17-2009, 12:53 AM
Is there anyone alive??? >.<
No. :D
RedHacker
09-17-2009, 09:39 AM
For the subscribe if enable firewall product not show... How to fix this...?
RedHacker
09-21-2009, 12:34 PM
I have problem.. Show some forum first icons and later the name of forum. Why....?
Trescom
10-25-2009, 02:02 PM
No. :D
That's what i thought.
Than i guess i won't get any answer that menus seen in demos are nothing more than a jQuery :]
What a pitty.
Spinball
12-13-2009, 08:44 AM
If you have some forums set up as links, these icons are not appropriate.
How do I edit the template to not display these icons when the forum is a link?
Also in forumhome_forumbit_level1_post, the icons are not right justified in Firefox.
steeler7
01-28-2010, 01:51 PM
If you have some forums set up as links, these icons are not appropriate.
How do I edit the template to not display these icons when the forum is a link?
Also in forumhome_forumbit_level1_post, the icons are not right justified in Firefox.
Don't add - <td width="100%"> and it aligns fine in firefox . Same thing happened with me. I deleted that and it aligned fine.
kimof911
01-28-2010, 09:49 PM
cool
hayaldunya
02-17-2010, 08:49 AM
Thank you, very neat - installed.
mattwmc2001
03-01-2010, 05:48 PM
Sweet!
mattwmc2001
03-02-2010, 10:45 PM
Small problem with how they look in "Sub-Forums" page. Nothing that major.
Any idea how to fix? -
http://www.cosmicbooknews.com/images/sshot.jpg
Silencer Groans
03-04-2010, 11:52 PM
Thanks
infnity8x3
06-20-2010, 07:39 AM
Great work thanks dev.
-=[INSTALLED]=-
farazfaraz
07-08-2010, 11:12 AM
goooooooooooooooooooooooood
Sworm
04-16-2011, 09:21 PM
The Best One :)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.