![]() |
Quote:
Quote:
I like your mods ;) Best Regards |
Sorry, thats unlikely to happen. I dont even know if you can re-direct to a specific tab on the profile page, but either way, its not something I plan to add.
|
Not sure whether you can or not, but the "Template Edits" should be removed from the area with the checkboxes (Supported, Uses Plugins, etc).
Just upgraded to 4.0.3 and was re-checking MODs to see which ones did require template edits and this one states it does when it doesn't - because you fixed it. |
True, updated the settings.
|
Quote:
http://site.com/forums/member.php?53-CvP#reputation |
Hi. Does this work with 4.0.3?
|
Is there any way of hiding which forums are excluded? Because they show up in a 'New Posts' search.
|
Quote:
Quote:
|
This is one of my *must have* mods, but having a bit of an issue...
running vBSuite 4.0.3 on Win7 Pro 64bit happens in SeaMonkey 2.0.4, Firefox 3.6.2, IE 8.0.7600.16385 I have installed, uninstalled, re-installed, allowed overwrite, checked the header template and the {vb:raw template_hook.header_userinfo} is there yet the info does NOT show up below the Welcome X/Notifications/My Profile/Settings/Log Out links - above the 'search box area' the hook shows in both default AND custom header template here is that section of code from my header template: PHP Code:
|
I checked again and it DOES show in the default style, just not my custom style. Any ideas? I can post the complete code but don't want to bore anyone ;)
|
If the hook is there it should show. I cannot guess at why it doesnt.
|
Weird. On my custom template, if I add the hook a SECOND time it displays... not exactly 'where' I wanted it too (below 'Welcome Xyz & above search box/tab area) but it does show, but there is also displayed an 'error message' (see pic)
https://vborg.vbsupport.ru/external/2010/05/12.png I also moved the first hook to be after the 'welcome' section but before the < /li> that preceeds the facebook connect code. Then the second placement is right after the second < /vb:if> code after the 2nd facebook connect code (near end of template) |
Been working on the hook placement in my customized style
It's in the right location now at least... if I could just get that Error: Header Template is Customised to go away! https://vborg.vbsupport.ru/external/2010/05/11.png I moved the hook to near the bottom of my header template like so: PHP Code:
|
installed without a hitch. Good mod.
Been looking for a mod that can be added as a link to the top of every forum category, so users can choose on the forum index to show unread posts only for that category. Sure...it's possible to set up a search to do this every time, but that's not convenient. such a feature makes it easier for mods and admins in a hurry to select the admin forum category unread posts, and sort through only those, rather than the entire forum index of unread posts. if someone has one, or can make one, pm me. |
yeah yeah....I actually brought up this mod along with vSA's. just installed this one first.
Quote:
see it on teamplayergaming.com thanks |
tks Paul M. Installed! :)
|
How can you make the text in the header look better? its just a plain text but anyone has some snippet to put it more in evidence?
How can I change its colour and font properties? |
Quote:
|
hi Paul, just installed onto a 4.0.4 board and got this error:
Code:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in [path]/includes/class_bootstrap.php(394) : eval()'d code on line 24 ps. i've tried to disable your hack and the error is gone ... |
Sorry, I cannot replicate that on any of my 4.0.4 forums.
|
same thing like the other product ... just reinstalled and all runs correctly ... :)
|
Hmm, so just to be clear, you upgraded from the 3.8 version before ?
|
Quote:
upgraded the board from 3.8.5 to 4.0.4 (disabled the plug-in by the config.php file), then upgraded your products and enabled the plug-in system ... and found the errors ... so i uninstalled all your products and reintalled them ... |
Ok thanks. I need to look at the upgrade function then.
|
Quote:
Code:
>{vb:rawphrase last_visited_x_at_y, |
Looks like a ok mod. I have tagged it for latter.
|
Paul, can you take a look at this:
https://vborg.vbsupport.ru/showthrea...68#post2063368 There is a conflict between your mod and "Avatar in Header" by Seven Skins. |
TBH, I dont understand your issue - the screenshot you posted still shows the mod display.
|
Quote:
Anyway, did some random maintenance via ACP and problem is gone. No idea what I've done but who cares.....it works OK now. |
Hi Paul,
Used the prior version of this, and loved them. Installed this version, and it installed without a hitch. I am getting some odd behavior in the link however, specifically when there are no new posts. It looks like: .../search.php?do=getnew[ARG:2%20UNDEFINED] Looked in the thread, with no joy. Any ideas? |
You have an old copy of a phrase - most likely you copied it into your local language.
|
Please excuse me if this has been answered before, but I searched and couldn't find anything.
Here is the text of what I have at the top of my forum: Quote:
Any way to change the words "Unread Posts" to BLACK? Thanks! |
I done it by placing div's around the hook location which this mod attaches its self too and then just a CSS to colour the link. Also handy for moving the mod away from the normal location under the toplinks which is highly annoying
|
Quote:
-Jim |
Love this mod and many others you have created Paul.
One quick question. I'm using a custom template that isn't too heavily modified from the stock template. So, the Unread post count is automatically inserted right under the top nav bar where it shows "Welcome, user" The issue I have is that the Unread post text gets placed right on a line separating that nav bar from my header box. I found the code in the xml file that sets the phrase. I added in an extra <br /> it and re-imported the product. When I refreshed my page, the phrase did move down a line like I wanted, but the 1 Unread Post part was no longer clickable like it should be. Viewing the source, I do see that the html tag is still there. When I import the default xml file you provided, the link is back where it originally was and is clickable. I'm stumped as to why moving it down one line stopped it from being clickable. This is what I changed Code:
<phrase name="dup_posts" date="1255000000" username="Paul M" version="4.0.2"><![CDATA[Posts]]></phrase> |
I cant see anything obviously wrong with what you have done.
|
Quote:
I have 5 skins total. The default and 2 other skins that have 2 color choices each one. With the link moved down using the edit I posted above, in the default and one of the skins in both colors works. In the other skin, in both colors it does not. here is the html generated in a skin that works. Code:
<br /><div style="margin: 14px"><br />You Have 3 <a href="search.php?do=getnew&contenttype=vBForum_Post">Unread Posts</a></div> Code:
<br /><div style="margin: 14px"><br />You Have 3 <a href="search.php?do=getnew&contenttype=vBForum_Post">Unread Posts</a></div> Both the two custom skins are from the same author and are pretty similar in structure/layout. So it is even more odd that one worked with my change above and the other didn't. I might just have to leave it in the default location. It really isn't a major issue, just more of a nitpicky thing with some of my users. Thanks though for the reply. |
I would guess its something to do with the properties of the elements containing the code, but Im afraid my CSS & HTML is very limited, so I cannot help you.
|
Thanks!!!
|
installed on 4.0.8. this doesn't separate the new posts with "older" new posts like before.
am i the only one with this issue? |
All times are GMT. The time now is 11:01 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:
|