vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Display Enhancements - Colors For Usergroup In Forum Last Post (https://vborg.vbsupport.ru/showthread.php?t=218773)

hotwheels 07-30-2009 11:21 PM

Thanks a bunch for sharing, this is kewl

Gemma 08-04-2009 03:55 PM

Thank you. Works well :)

Dcoy 08-07-2009 03:16 PM

thank you.. mark as installed :D

NLP-er 08-07-2009 09:47 PM

Quote:

Originally Posted by Dcoy (Post 1863148)
thank you.. mark as installed :D

Great Thanks :D:up:

DubaiZone 08-09-2009 04:44 AM

Thnax very much for this plugin

*installed*

stangger5 08-09-2009 05:48 AM

Quote:

Originally Posted by NLP-er (Post 1858723)
Have no idea :) My mod has set productid to colgroupforforum - you can find it in product file. So ask vb stuff what is going on :) Meantime - just disable :)

I`ve got the same thing when tring to uninstall..
Code:

Could not find product with productid = .
I see colgroupforforum is set to the productid="colgroupforforum" ..

It doesnt show title,,description or version number on the Installed Products page..
Its just blank with the edit menu to the right..
Theres no way to fix this that I know of..

Can you get it to uninstall everything??
You might want to put (will not uninstall) at the top with all the install info..

I dont think the vb staff will help with mods,,its up to the author of the mod..

-=Leb=- 08-09-2009 10:50 AM

Great job :) Installed

The colored names is only on Forum Home. I'm wondering if you could add colored names inside the forums.

BillieJoe 08-09-2009 11:08 AM

Is it possible that this hack will work in searchresults, too ?

nAsH 08-10-2009 07:58 PM

Quote:

Originally Posted by stangger5 (Post 1863934)
I`ve got the same thing when tring to uninstall..
Code:

Could not find product with productid = .
I see colgroupforforum is set to the productid="colgroupforforum" ..

It doesnt show title,,description or version number on the Installed Products page..
Its just blank with the edit menu to the right..
Theres no way to fix this that I know of..

Can you get it to uninstall everything??
You might want to put (will not uninstall) at the top with all the install info..

I dont think the vb staff will help with mods,,its up to the author of the mod..

I have the same problem :(

NLP-er 08-11-2009 09:50 PM

Quote:

Originally Posted by stangger5 (Post 1863934)
I dont think the vb staff will help with mods,,its up to the author of the mod..

Not necessary. You see this is not a problem with mod functionality - this is problem with vB functionality. Thos mod has empty uninstallcode section - whatever bad happens during uninstall it happens because of vB code.

NLP-er 08-11-2009 09:52 PM

Quote:

Originally Posted by Leb (Post 1863985)
Great job :) Installed

The colored names is only on Forum Home. I'm wondering if you could add colored names inside the forums.

It works inside forum for sub forums. For topics there is other mod - just use booth :)
https://vborg.vbsupport.ru/showthread.php?p=1850310

This mod colors everything without forums. My does the rest ;)

NLP-er 08-11-2009 09:55 PM

Quote:

Originally Posted by BillieJoe (Post 1863992)
Is it possible that this hack will work in searchresults, too ?

I will work on that :) Just written in TODO list ;)

g0dfather1984 08-12-2009 01:58 PM

Quote:

Originally Posted by NLP-er (Post 1865421)
Not necessary. You see this is not a problem with mod functionality - this is problem with vB functionality. Thos mod has empty uninstallcode section - whatever bad happens during uninstall it happens because of vB code.

Well, I went to VB and they stated this is a mod problem.

I hope you can help us figure out how to get this uninstalled.

Paul M 08-13-2009 11:08 AM

Quote:

Originally Posted by NLP-er (Post 1865421)
Thos mod has empty uninstallcode section

No it doesnt.

Code:

                        <uninstallcode><![CDATA[
        $db->hide_errors();
        $vbulletin->db->query_write("ALTER TABLE " . TABLE_PREFIX . "forum DROP lastposter_displaygroupid");
        $db->show_errors();
                        ]]></uninstallcode>


NLP-er 08-14-2009 06:07 PM

Quote:

Originally Posted by g0dfather1984 (Post 1865860)
Well, I went to VB and they stated this is a mod problem.

I hope you can help us figure out how to get this uninstalled.

Give me second

NLP-er 08-14-2009 06:09 PM

Quote:

Originally Posted by Paul M (Post 1866401)
No it doesnt.

Code:

                        <uninstallcode><![CDATA[
        $db->hide_errors();
        $vbulletin->db->query_write("ALTER TABLE " . TABLE_PREFIX . "forum DROP lastposter_displaygroupid");
        $db->show_errors();
                        ]]></uninstallcode>


Yes. My mistake and sorry for confusion - I looked to product file of my other mod. I will just work about this issue :)

NLP-er 08-14-2009 06:22 PM

Quote:

Originally Posted by Paul M (Post 1866401)
No it doesnt.

Code:

                        <uninstallcode><![CDATA[
        $db->hide_errors();
        $vbulletin->db->query_write("ALTER TABLE " . TABLE_PREFIX . "forum DROP lastposter_displaygroupid");
        $db->show_errors();
                        ]]></uninstallcode>



Ok I just made uninstall on my forum - everything works fine. So uninstall code is ok. Everything is ok on my forum.

I back to opinion that this is vB problem. Know that's not helping, but as you can see erroe message has nothing common with uninstall code. vB gets stupid with productid which is set in this mod. I have nothing to change on my side right now.

Really want to help, but error message shows not real data.

Try to install again with override option and then uninstall. Maybe this will help.

In the meantime - just disable.

g0dfather1984 08-14-2009 09:56 PM

This is the note I get when trying to overwrite it:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/global.php(238) : eval()'d code on line 1

And it still doesn't uninstall. Disabled for now, but I hope we can get this figured out.

stangger5 08-15-2009 01:43 AM

Quote:

Originally Posted by NLP-er (Post 1867377)
Ok I just made uninstall on my forum - everything works fine. So uninstall code is ok. Everything is ok on my forum.

Can you shair the uninstall code ??

NLP-er 08-15-2009 02:57 PM

Quote:

Originally Posted by g0dfather1984 (Post 1867532)
This is the note I get when trying to overwrite it:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/global.php(238) : eval()'d code on line 1

And it still doesn't uninstall. Disabled for now, but I hope we can get this figured out.

Also hope :) Sorry for trouble and weak support - it just works on my forum. Since I'm not able to reproduce it I'm also not albe to fix it. Assuming that is on my mod side. ANd I can made such assumption - just need a place where can work on it.

NLP-er 08-15-2009 02:58 PM

Quote:

Originally Posted by stangger5 (Post 1867638)
Can you shair the uninstall code ??

I just used uninstall in AdminCP. Nothing more.

g0dfather1984 08-15-2009 03:30 PM

Quote:

Originally Posted by NLP-er (Post 1867934)
Also hope :) Sorry for trouble and weak support - it just works on my forum. Since I'm not able to reproduce it I'm also not albe to fix it. Assuming that is on my mod side. ANd I can made such assumption - just need a place where can work on it.

I'm finding this a little ridiculous, that you can not fix this problem.

I am reporting this mod.

To all other users that think of installing this, I would highly suggest not doing so.

stangger5 08-16-2009 02:48 AM

I have tried installing it and then overwriting it and it still will not uninstall..

This is what is says when tring to uninstall..
Code:

Could not find product with productid = .
How did you get around this to uninstall it ??

On the Installed Products page its just a blank line too..

Can anyone else uninstall this ?? :rolleyes:

One more thing,,since installing it when you login,,the login welcome doesnt say your name any more..
Code:

Thank you for logging in, .

NLP-er 08-16-2009 03:49 PM

Quote:

Originally Posted by g0dfather1984 (Post 1867946)
I'm finding this a little ridiculous, that you can not fix this problem.

I am reporting this mod.

To all other users that think of installing this, I would highly suggest not doing so.

You can finding ridiculous whatever you want.

Mod is harmless and working correctly - why do you want to highly suggest to not use it?... :eek: I find this ridiculous.

NLP-er 08-16-2009 03:53 PM

Quote:

Originally Posted by stangger5 (Post 1868287)
One more thing,,since installing it when you login,,the login welcome doesnt say your name any more..
Code:

Thank you for logging in, .

Not related with this mod. This mod has nothing common with login welcome :) You can find it by disabling mod.

g0dfather1984 08-16-2009 05:52 PM

Quote:

Originally Posted by NLP-er (Post 1868593)
You can finding ridiculous whatever you want.

Mod is harmless and working correctly - why do you want to highly suggest to not use it?... :eek: I find this ridiculous.

Numerous people are reporting the same problem and you refuse to believe it's not your mod causing the problem. Then when we ask for help, you continue to dodge & dash the problem, not offering any help what so ever.

Yeah I do NOT recommend installing this mod for future advice.

You get a 1 for a rating and I will not install any of your other products, due to your will not to help.

g0dfather1984 08-16-2009 05:53 PM

Quote:

Originally Posted by stangger5 (Post 1868287)
I have tried installing it and then overwriting it and it still will not uninstall..

This is what is says when tring to uninstall..
Code:

Could not find product with productid = .
How did you get around this to uninstall it ??

On the Installed Products page its just a blank line too..

Can anyone else uninstall this ?? :rolleyes:

One more thing,,since installing it when you login,,the login welcome doesnt say your name any more..
Code:

Thank you for logging in, .

Quote:

Originally Posted by NLP-er (Post 1868593)
You can finding ridiculous whatever you want.

Mod is harmless and working correctly - why do you want to highly suggest to not use it?... :eek: I find this ridiculous.

Like I said, you dodge & dash the problem. Excellent work, NPL.

Paul M 08-16-2009 06:46 PM

Quote:

Originally Posted by g0dfather1984 (Post 1867946)
I am reporting this mod.

I have installed this, and then uninstalled this [on my test forum] without any issues.

Quote:

Originally Posted by g0dfather1984 (Post 1867946)
I'm finding this a little ridiculous, that you can not fix this problem.

As far as I can see, the author has (like me) tried to replicate the issue, and cannot. Perhaps you can explain how he (or anyone) should fix a problem they cannot reproduce ? They only way would be access to a forum that has the problem. Are you willing to give them access to your acp and database ?

g0dfather1984 08-16-2009 07:33 PM

Quote:

Originally Posted by Paul M (Post 1868684)
I have installed this, and then uninstalled this [on my test forum] without any issues.


As far as I can see, the author has (like me) tried to replicate the issue, and cannot. Perhaps you can explain how he (or anyone) should fix a problem they cannot reproduce ? They only way would be access to a forum that has the problem. Are you willing to give them access to your acp and database ?

Certainly. Can I PM you the information?

Paul M 08-16-2009 07:50 PM

Quote:

Originally Posted by g0dfather1984 (Post 1868694)
Certainly. Can I PM you the information?

Im not the author ;)

However, I am quite curious as to whats going on so yes, feel free to PM me.

g0dfather1984 08-16-2009 08:11 PM

Quote:

Originally Posted by Paul M (Post 1868699)
Im not the author ;)

However, I am quite curious as to whats going on so yes, feel free to PM me.

Sorry about that.

Sent.

shaunceb 08-16-2009 08:41 PM

Quote:

Originally Posted by g0dfather1984 (Post 1868655)
Numerous people are reporting the same problem and you refuse to believe it's not your mod causing the problem. Then when we ask for help, you continue to dodge & dash the problem, not offering any help what so ever.

Yeah I do NOT recommend installing this mod for future advice.

You get a 1 for a rating and I will not install any of your other products, due to your will not to help.



Installed and uninstalled without any problems on my test forum.

nAsH 08-17-2009 10:12 AM

Quote:

Originally Posted by shaunceb (Post 1868714)
Installed and uninstalled without any problems on my test forum.

vB 3.7.x or 3.8.x???

it gives problems mainly with vB 3.7.x

nAsH

Paul M 08-17-2009 12:09 PM

My test forum is 3.8.

Also, this is released in the 3.8 forums, and the code has a minimum 3.8.2 dependancy in the xml - therefore you could not install it on 3.7 without manually editing the xml. If you did that then you cant really complain if it then doesnt work.

nAsH 08-17-2009 01:12 PM

Quote:

Originally Posted by Paul M (Post 1869124)
My test forum is 3.8.

Also, this is released in the 3.8 forums, and the code has a minimum 3.8.2 dependancy in the xml - therefore you could not install it on 3.7 without manually editing the xml. If you did that then you cant really complain if it then doesnt work.

https://vborg.vbsupport.ru/showpost....76&postcount=2

no comment!!! ;)

nAsH

Paul M 08-17-2009 01:50 PM

Whats your point exactly ? That tells you exactly what I just said, you cannot install it on older versions without editing the xml. It also tells you it works on 3.6 and 3.7.

nAsH 08-17-2009 01:57 PM

and why have then some problems with this addon?


I have changed the version in the xml file. the problems with vB 3.7 nevertheless appear.

nAsH

shaunceb 08-17-2009 03:35 PM

Quote:

Originally Posted by nAsH (Post 1869071)
vB 3.7.x or 3.8.x???

it gives problems mainly with vB 3.7.x

nAsH

Both.
Test forum uses custom style and 3.8.3. Installed and uninstalled without any problems.
I downloaded 3.7.6. Installed and uninstalled on default style without any problems. I simply changed the XML minversion to 3.1

NLP-er 08-18-2009 06:41 PM

Quote:

Originally Posted by g0dfather1984 (Post 1868655)
Numerous people are reporting the same problem and you refuse to believe it's not your mod causing the problem. Then when we ask for help, you continue to dodge & dash the problem, not offering any help what so ever.

Yeah I do NOT recommend installing this mod for future advice.

You get a 1 for a rating and I will not install any of your other products, due to your will not to help.

LOL just read what I wrote before:
https://vborg.vbsupport.ru/showpost....4&postcount=60

NLP-er 08-18-2009 06:42 PM

Quote:

Originally Posted by g0dfather1984 (Post 1868694)
Certainly. Can I PM you the information?

Of course :)


All times are GMT. The time now is 01:37 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
  • Page Generation 0.01461 seconds
  • Memory Usage 1,851KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (10)bbcode_code_printable
  • (31)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete