![]() |
Okay, it seems you have not understood what has been said.
I have your PM, and when I login, I see it working fine. When I check your profile, I see you have Display Reputation turned off. You must turn this option on in your usercp. (note, your usergroup must also have "Can Hide Reputation from Others" enabled to actually see the option in your usercp). |
oh ight thanks man... for all of your help... I turned my view on
|
installed... thanks!
|
Flawless victory! *INSTALL*
One of those things that just makes life a little easier. :) |
Ahh too bad...
Sorry but I had MAJOR performance problems due to this plug-in... Maybe it is because of the "new posts" query? Not sure... Uninstalling it made my forums much faster again. |
I can't get this to show either posts or rep...I tried disabling other hacks and even renaming the pcount variable incase it was a variable conflict....no change....as vauge a question as this is....can you think of anything that would cause this? or do you know of any hacks that specifically won't work with it off the top of your head?
|
Ohh I love this!! Thank You very much. :D
Sincerely, Gehanna |
Quote:
(you did do the template edit ? in all styles ?) |
I am using VBA, I made the changes....(all I needed to do was add the variables to the global in the settings right?) and all the changes are made in the template...I have 1 main style with 4 child styles so the change is automatic to the child styles.
It used to work....which is why i'm at a loss....it just decided to stop working....like a month or more ago....and I couldn't figure it out on my own. |
Well things never just stop working without a reason, but there is nothing I can do without access to your plugins, feel free to PM me admin access if you want me to have a look.
|
You have mail Paul :) good luck...you'll have better (and faster) luck than I did i'm sure :p
|
The following hack was the cause ;
Multiple IPs Detection This only has one plugin, linked to the global_start hook - that plugin is faulty, causing other hacks using that hook to fail. I have disabled it. |
Thanks Paul I appreciate it :)
|
Paul, has anyone reported the post count not decreasing after viewing? Cause its started to happen to me today...It increases for every post (my own included) and doesn't go down for anything except marking all forums read....could another plugin conflict be doing this? or is it an all new headache for me?
Thanks Paul for all your help :) |
It's never decreased, it's not designed to - it's the number of new posts since your last visit, not the number of unread posts. :)
|
I realize that :p but when I view a post...and return to the forumhome the count doesn't decrese, yet I click the link again and I get the "no new posts" with the link to posts made within last 24 hrs.
|
The count is the number of new posts since your last visit, and links the the vbulletin GetNew search. In vb3.5, if you have database thread marking enabled, then GetNew only shows unread posts, not all new posts. It's all working correctly (tho not maybe as you would expect). This change in vb is one of the reasons I wrote this.
|
Hi Paul! First off, thank you so much for this! It's awesome :banana:
I have a question though, I need to turn off the new posts part and only want to use the rep comments. In the instructions, it says that they are seperate in the plug-in area, but on mine they are together. How would I go about getting rid of the new posts? Thanks for your help! :) |
Oops! Never mind Paul, I figured it out, I was looking in the wrong area :surprised:
It looks great! Thanks again for all of your hard work :banana: |
I think you are looking at the product list, not the plugin list.
Edit: Oh, which I see you just figured out. :) Feel free to click on install(ed) ;) |
Yes, that was my mistake...still learning all this hehe
Thanks :D |
How do I add this to the navigation right next to the "New Posts" link - like this:
New Posts (32) I guess it should be around here in the header: <a href="search.php?$session[sessionurl]do=getnew" accesskey="2">$vbphrase[new_posts_nav]</a> |
just checking does this use any global phrases?
for some reason it doesnt show up in the ibporarcade. Also can you list the ones it uses. i want to inform another user who is having problems |
$pcount & $rcount probably need to be declared as global in the arcade script (arcade.php ?).
|
Paul, how to I add just the counter next to New Posts ?
|
Quote:
|
Well, it seems the hack adds an entire line and not just the count.
Can I add just a counter up in the main navigation of the forums? In the "New Posts" between the "Calendar" and the "Search". Thanks |
Not without changes to the plugin, and your navbar template.
|
I figured it was worth a shot asking this question here, possibly someone might know:
Is there a way to incorporate this hack into ibproarcade? For some reason, ibproarcade doesn't grab this hacks setting in the navbar, so it's completely missing. Thanks |
See post #144
|
Quote:
|
There is a support forum for it in the premuim section, that's probably the best place to ask. I don't run that arcade so I can't really say. :)
|
Yeah, I know.
so where do I change the code in the plugin and navbar to show only a counter next to New Posts? Thanks a lot Quote:
|
3.6.0 beta 2 good working :)
|
CPMS problem.
ON the link for new posts under CPMS it doesnt have correct link. CPMS home page looks like this http://www.mysite.com/search.php?do=getnew Under my forums its correct http://www.mysite.com/forums/search.php?do=getnew So if people click on new posts on welcome bar from CPMS main page get a 404 error. |
Sorry, I don't support CMPS, I would suggest you ask in thier forums.
|
Quote:
Find: Code:
function do_output($output_array) Code:
global $header, $vbphrase, $vboptions, Code:
, $rcount, $pcount |
Thanks Mark.
|
Quote:
|
Quote:
A rather dirty workaround might be to edit the plugin code. Find this line: Code:
$pcount = "<a href='search.php?do=getnew'><b>" . $pcount . "</b></a> ".$vbphrase['since_last_visit']; Code:
$pcount = "<a href='http://www.allbuffs.com/forums/search.php?do=getnew'><b>" . $pcount . "</b></a> ".$vbphrase['since_last_visit']; I am sure there is a cleaner fix than this though. I think yours fails because your portal is actually at your root domain whereas mine simply redirects from the root domain to /forum/cmps_index.php. |
All times are GMT. The time now is 12:39 AM. |
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:
|