vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - Affiliation Display (https://vborg.vbsupport.ru/showthread.php?t=184198)

Nintendo-Daily 12-06-2008 10:02 AM

Bump.

Nintendo-Daily 12-09-2008 09:33 PM

Bump

Il Pompa 12-10-2008 03:38 PM

Can I have a module for vbadvanced pls??

Nintendo-Daily 12-10-2008 09:35 PM

bump...

I was referred here in hope of getting a solution to my problem:

https://vborg.vbsupport.ru/


By default, the statistics image shows and I don't want to use that one for the affiliation. I want to make my own and use that one instead; I just don't know where to edit that.

Also, where it says "Affiliation" I want to change that to something else as well...something more customized for my board.

rajosing 12-11-2008 12:43 PM

can you update this for version 3.8.0

Monkey D Luffy 12-11-2008 04:10 PM

Quote:

Originally Posted by Nintendo-Daily (Post 1682744)
bump...

I was referred here in hope of getting a solution to my problem:

http://img361.imageshack.us/img361/8229/affqi9.png


By default, the statistics image shows and I don't want to use that one for the affiliation. I want to make my own and use that one instead; I just don't know where to edit that.

Also, where it says "Affiliation" I want to change that to something else as well...something more customized for my board.

Go to your admincp>>language and phrase>>phrase manager>> and look for Affiliation and put w/e you want in it hope I helped you...
THIS DOES NOT APPLY TO THE IMAGE THOUGH

TheInsaneManiac 12-12-2008 02:32 PM

Quote:

Originally Posted by Nintendo-Daily (Post 1682744)
bump...

Sorry about that, I thought I was subscribed to this thread, but for some reason no emails? Anyway it seems Luffy has helped you out with that.

Quote:

Originally Posted by rajosing (Post 1683100)
can you update this for version 3.8.0

Are you sure it doesn't work on 3.8? I do not run 3.8, however if you contribute a test board I will be more than happy to bring it to 3.8.

Nintendo-Daily 12-13-2008 10:53 AM

Quote:

Originally Posted by Monkey D Luffy (Post 1683228)
Go to your admincp>>language and phrase>>phrase manager>> and look for Affiliation and put w/e you want in it hope I helped you...
THIS DOES NOT APPLY TO THE IMAGE THOUGH

YAY!!! Thank you so much Monkey D Luffy :) I went to AdminCP => Languages & Phrases => Phrase Manager => Searched for the phrase "Affiliation" When I seached it, a global phrase for affiliation came up and I edited that to say what I wanted and it worked. Thanks again. This is exactly what I was looking for.


Quote:

Originally Posted by TheInsaneManiac (Post 1683859)
Sorry about that, I thought I was subscribed to this thread, but for some reason no emails? Anyway it seems Luffy has helped you out with that.

Thank you for your effort TheInsaneManiac :)

tlwwolfseye 12-13-2008 12:02 PM

Well, however you guys made it, i can see the Affiliates row in the footer no problem but in the settings there is only one thing to enable the hack. Nothing to add affiliates. And the Mod Author didn?t really explain why it might not shows up.
:confused:
I am using the latest vB 3.7.4 PL1 btw.

ExTincTi0N 12-14-2008 10:10 PM

Anyway you can make a modification to this mod so I could have two of them one for affilaites another for gfx voting sites like phototop sites etc?

ExTincTi0N 12-20-2008 09:49 PM

Hey insane any way you could do what I said in the post above?

TheInsaneManiac 12-29-2008 11:34 PM

Quote:

Originally Posted by ExTincTi0N (Post 1689828)
Hey insane any way you could do what I said in the post above?

I could pull it off, but I kind of have my own website to worry about right now. IDK what's going on with it, but its lagging like mad crazy. I'll try to work on it somewhat soon.

EDIT:
Version 2.0 has been released and I added your request as a feature.

militarytuners 12-31-2008 01:35 AM

Pretty cool. I will try this out

TheInsaneManiac 12-31-2008 08:34 PM

Quote:

Originally Posted by militarytuners (Post 1697559)
Pretty cool. I will try this out

Let me know if there are any issues.

DarkGizmo 01-01-2009 06:28 PM

I get an SQL error when I try to update the script:
Quote:

Database error in vBulletin 3.7.4:

Invalid SQL:
INSERT INTO datastore (title,data) VALUES ('affiliation','');

MySQL Error : Duplicate entry 'affiliation' for key 1
Error Number : 1062
Request Date : Thursday, January 1st 2009 @ 01:28:01 PM
Error Date : Thursday, January 1st 2009 @ 01:28:01 PM
Script : http://zeroboards.net/forums/XXXXX/p...=productimport
Referrer : http://zeroboards.net/forums/XXXX/pl...?do=productadd
IP Address : 98.116.107.149
Username : Smoke
Classname : vB_Database
MySQL Version : 5.0.67-log
Tried importing both XML files and allowing the overwrite, same stuff happens...

TheInsaneManiac 01-01-2009 08:59 PM

Quote:

Originally Posted by NegativeSmoke (Post 1698686)
I get an SQL error when I try to update the script

Uninstall the old one and then install the new one. Your affiliation is saved in a phrase, so you will lose no data by uninstalling.

donald200 01-06-2009 07:13 PM

id would be better if there opens a new window, clicking the linkpic instead in the same window could this be changed and how? thanks

jlew24asu 01-07-2009 12:18 PM

great hack. it would be nice to be able to install both xml's.

also, how can I move this above the forums? (and be able to move it back if I dont like the look or get negative feedback)

TheInsaneManiac 01-07-2009 06:43 PM

Quote:

Originally Posted by jlew24asu (Post 1704130)
great hack. it would be nice to be able to install both xml's.

also, how can I move this above the forums? (and be able to move it back if I dont like the look or get negative feedback)

Why would there be a need for both XMLs at the same time?

Trust me, I've tried it in many different positions lol. It just doesn't work anywhere else as it looks out of place.

Quote:

Originally Posted by donald200 (Post 1703546)
id would be better if there opens a new window, clicking the linkpic instead in the same window could this be changed and how? thanks

Yes this is quite simple actually, just add target="_blank" after the link like so:
Code:

<a href="http://www.yourdomain.com" target="_blank">

jlew24asu 01-07-2009 06:56 PM

Quote:

Originally Posted by TheInsaneManiac (Post 1704406)
Why would there be a need for both XMLs at the same time?

well maybe not both. but I would like to be able to turn on/off the scrolling feature.

Quote:

Originally Posted by TheInsaneManiac (Post 1704406)
Trust me, I've tried it in many different positions lol. It just doesn't work anywhere else as it looks out of place.

LOL ok but do you mind if I give it a try? or are we stuck putting this where you think is best?

DawnsWebDesigns 01-09-2009 06:41 AM

I didn't see you'd updated this so I had your old version installed. Even though I upgraded to 3.8.0 it still worked fine but I see you updated so I tried to update & now it won't accept this product at all. :(

TheInsaneManiac 01-14-2009 03:53 AM

Quote:

Originally Posted by DawnsWebDesigns (Post 1705992)
I didn't see you'd updated this so I had your old version installed. Even though I upgraded to 3.8.0 it still worked fine but I see you updated so I tried to update & now it won't accept this product at all. :(

Uninstall and reinstall.

AtomicFPS 01-17-2009 12:22 AM

Hi,

Quote:

The following dependencies were not met:

1. This product is not compatible with version 3.8.0 of vBulletin. (Compatible starting with 3.7.0 / Incompatible with 3.7.9 and greater)
Do you have a vb 3.8.0 version?

Eneswar 01-17-2009 10:00 AM

This is not working for me, 1.1 version worked, but i got SQL error so i upgraded to 2.0 and it just isnt showing up. It does show up on the default style but not the one we use, I did try to add the $affiliation but still no go, still doesnt show up... What to do?

Eneswar 01-22-2009 11:25 AM

Anyone about the issue above? or can you just give me the version 1.1, cuz that worked...

TheInsaneManiac 01-23-2009 01:33 AM

Quote:

Originally Posted by Eneswar (Post 1721092)
Anyone about the issue above? or can you just give me the version 1.1, cuz that worked...

I'm working on the 3.8 version and will implement the $affiliation back in once I have some free time. I have plans this weekend so here's a temporary fix. In your custom style make sure you have the following hook in your FORUMHOME:
$template_hook[forumhome_wgo_pos5]

If you do not find:
Code:

                <td class="alt1" width="100%"><div class="smallfont">$upcomingevents</div></td>
        </tr>
</tbody>
</if>

Add after:
Code:

$template_hook[forumhome_wgo_pos5]

Freddy.k 01-23-2009 01:44 PM

Merci cool

TheInsaneManiac 01-23-2009 07:13 PM

Quote:

Originally Posted by Eneswar (Post 1715547)
This is not working for me, 1.1 version worked, but i got SQL error so i upgraded to 2.0 and it just isnt showing up. It does show up on the default style but not the one we use, I did try to add the $affiliation but still no go, still doesnt show up... What to do?

I have updated the plugin to support $affiliation again. If it does not work for you PM me and I will provide you with the 1.1 version.

Eneswar 01-23-2009 10:17 PM

Thanks alot now it works :)

TheInsaneManiac 01-24-2009 03:49 AM

Quote:

Originally Posted by Eneswar (Post 1722790)
Thanks alot now it works :)

Np dude.

freewilley 02-07-2009 06:46 AM

how to stop the marquee text?

GeekStep 02-08-2009 07:54 PM

How to make it presist through out all the pages

I need this on all pages

benny92000 02-17-2009 01:11 AM

Thanks, installed! i was on the old 1.1 version, and when i upgraded it didnt work cause the templates were still on 1.1, then vbulletin said to revert the templates and it works good now.. Great modification.

Crystal Shards 03-22-2009 01:47 PM

The following dependencies were not met:
  1. This product is not compatible with version 3.8.1 of vBulletin. (Compatible starting with 3.7.0 / Incompatible with 3.7.9 and greater)
Ummmm.

Tophon 03-24-2009 10:04 PM

Same here..

Quote:

The following dependencies were not met:

1. This product is not compatible with version 3.8.1 of vBulletin. (Compatible starting with 3.7.0 / Incompatible with 3.7.9 and greater)

TheLastSuperman 03-24-2009 10:08 PM

Quote:

Originally Posted by Crystal Shards (Post 1774177)
The following dependencies were not met:
  1. This product is not compatible with version 3.8.1 of vBulletin. (Compatible starting with 3.7.0 / Incompatible with 3.7.9 and greater)
Ummmm.

See below...

Quote:

Originally Posted by Tophon (Post 1776190)
Same here..




UmmmmHmmmm :D

https://vborg.vbsupport.ru/showthread.php?t=202853

ALWAYS click the coders/authors name and view his/her mods released to see if they have it for the version you need ;) you can change that value in the xml install manually HOWEVER I would always look for your version 1st and then if none do a database backup and give it a go... if you want it that bad of course but regardless that is not a recommendation for inexperienced owners.

S-MAN

Tophon 03-24-2009 10:16 PM

:) whoops, Google brought me to this one and then this threw me
Quote:

4.0 - Now works on both 3.7.X and 3.8.X
Thanks for that :)

TheLastSuperman 03-24-2009 10:20 PM

Quote:

Originally Posted by Tophon (Post 1776201)
:) whoops, Google brought me to this one and then this threw me

Thanks for that :)

No prob!

Just remember sometimes us coders unless it's a very drastic change will copy & paste the details from 3.6.x to 3.7.x to 3.8.x for the mods we put up... would be nice if someone would finally make a mod to streamline it all but we can wait can't we? Besides it seems if the details state that it works in 3.7 and 3.8 the author could have simply forgot to upload the new file or in fact it is similar but some code had to be revised for a newer version of vb.

Either way enjoy as this is a great hack IMO and I have found many uses for it and ways to incorporate into vB not just the what's going on area :D

S-MAN

Gamelobby 10-13-2009 06:42 PM

This is what i get when i try to install..
Quote:

The following dependencies were not met:
This product is not compatible with version 3.8.3 of vBulletin. (Compatible starting with 3.7.0 / Incompatible with 3.7.9 and greater)
Also why are there 4 xml files..?
Which one do we use & for what.?

Thanks

Gamelobby 10-13-2009 07:59 PM

But this one worked.. :)
https://vborg.vbsupport.ru/showthread.php?t=202853


All times are GMT. The time now is 08:04 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
  • Page Generation 0.01305 seconds
  • Memory Usage 1,837KB
  • 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
  • (3)bbcode_code_printable
  • (24)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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