vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Activity Modification (https://vborg.vbsupport.ru/showthread.php?t=93831)

Azhrialilu 08-16-2005 08:22 AM

To upgrade to beta 5 do I just install the xml file? or are there additional template edits to be done?

WetWired 08-16-2005 11:41 AM

Just re-import the XML file, with overwrite set to yes.

womensden 08-16-2005 03:39 PM

oh.. I found the issue to my problem. I just had to change a setting. Sorry about that. I didnt think it would reset it.

I am not sure which one I was running before. I think I caused the problem myself. I didnt realize the overwrite option and just deleted the old one and added it again. My end, not yours.

Thanks!

Logikos 08-16-2005 06:29 PM

Quote:

Originally Posted by WetWired
I've been writing up a configuration guide to include in the next release. I'd like oppinions on its usefullness, understandability, and so forth.

I just read that guide, and I think that will help everyone understand exactly what this modification is, and how it works. The guide is very well written.

john1744 08-16-2005 08:13 PM

Do you think its safe to install this mod on a fully live forum?

WetWired 08-16-2005 09:44 PM

Quote:

Originally Posted by john1744
Do you think its safe to install this mod on a fully live forum?

In my opinion, yes, it is.

Elmer 08-18-2005 04:46 PM

I'm getting this error when posting as a guest

Fatal error: Call to undefined function: activityrankget() in /httpdocs/foros/includes/class_postbit.php(251) : eval()'d code on line 25

EDIT: actually, this happen with all post already made by guests...

WetWired 08-18-2005 08:02 PM

Quote:

Originally Posted by Elmer
I'm getting this error when posting as a guest

Fatal error: Call to undefined function: activityrankget() in /httpdocs/foros/includes/class_postbit.php(251) : eval()'d code on line 25

EDIT: actually, this happen with all post already made by guests...

Fixed in beta 6.

bold 08-23-2005 10:25 PM

hey wetwired,
what font did you use to make the images?

john1744 08-23-2005 10:32 PM

Just wanted to say, this mod is absolutely fabulous, the users love it.

Roxie 08-24-2005 04:18 AM

Works like a charm.

WetWired 08-24-2005 11:47 AM

Quote:

Originally Posted by bold
hey wetwired,
what font did you use to make the images?

I didn't use a font; I drew the letters and numbers by hand, which is generally all you can do when you go that small and don't want to use the system "Small Fonts" font.

johnbruce71 08-24-2005 01:30 PM

Great hack, love it...............Installed perfectly.

WetWired 08-25-2005 03:41 PM

There have been no issues for a while, now, so I'm going to make beta 6 the release version. There is one change from beta 6 to release, which is a template change for boards using right-to-left languages. In postbit and postbit_legacy, find
Code:

<td><img src="$stylvar[imgdir_misc]/activity/posts$WWU002_postsd[1].gif"
and replace it with
Code:

<td dir="ltr"><img src="$stylvar[imgdir_misc]/activity/posts$WWU002_postsd[1].gif"

SuperFly 08-25-2005 11:41 PM

for some reason i downloaded both and it says no files to extract

WetWired 08-26-2005 02:11 AM

That's strange. Do you have any security software that may interfere with the DL?

Roxie 08-26-2005 02:19 AM

I have an issue with the Today part of the hack. I am assuming that Today counts from 12am-11:59p, but my Today seems to start over around 9pm.

WetWired 08-26-2005 02:56 AM

It's based on GMT. The whole mod is.

Roxie 08-26-2005 03:16 AM

I'm sorry..what do you mean? Mine is set at GMT -5 (Eastern time zone)

Logikos 08-26-2005 03:46 AM

Quote:

Originally Posted by Roxie
I'm sorry..what do you mean? Mine is set at GMT -5 (Eastern time zone)

Doesn't matter what time zone your on. The script is coded to refresh at midnight GMT. My guess is because then users can't change there timzone to gain a few extra points for that day.

Roxie 08-26-2005 03:51 AM

oh..okay. Thanks. :)

bold 08-28-2005 09:50 PM

how can i use images instead of text for the rank levels? (like on your site :))

Roxie 08-28-2005 10:12 PM

There are instructions for the text and image versions in the readme. :)

bold 08-28-2005 10:16 PM

Quote:

Originally Posted by Roxie
There are instructions for the text and image versions in the readme. :)

Not for rank level (Junior Member, Member, Senior Member) :ermm:

WetWired 08-29-2005 01:49 AM

Quote:

Originally Posted by bold
Not for rank level (Junior Member, Member, Senior Member) :ermm:

Change the templates to use
Code:

<img src="images/rank/$WWU002_ranktext" />
instead of
Code:

$WWU002_ranktext
, make some images, put them in a new images/rank directory, then enter the names of the images instead of the titles on the options page.

bold 08-29-2005 08:21 AM

Quote:

Originally Posted by WetWired
Change the templates to use
Code:

<img src="images/rank/$WWU002_ranktext" />
instead of
Code:

$WWU002_ranktext
, make some images, put them in a new images/rank directory, then enter the names of the images instead of the titles on the options page.

Awesome! Thanks WetWired! :D

Roxie 09-01-2005 02:51 AM

Is there anyway to wrap this (in the postbit) in an if condition so that it doesn't appear in my vbadvance gallery postbit?

Logikos 09-01-2005 04:29 AM

This should work:
HTML Code:

<if condition="THIS_SCRIPT == showimage">
        &nbsp;
<else />
        [activity code here]
</if>


Roxie 09-01-2005 04:41 AM

Worked wonderfully! Thanks! :D

Logikos 09-01-2005 04:58 AM

Not a problem. :)

iceytdot 09-24-2005 03:05 AM

daaamn this **** worked perfect & looks Craaaaazy *clicks install*

GrendelKhan{TSU 09-24-2005 09:14 AM

awesome!!

installeD!! :D :D

however I noticed I had to delete something it looked like ucash was using. I hope they don't end up conflicting or messing eachother out. I'll have to see and let ya know. :D

great stuff though,...thanks!! :D :D

TruthElixirX 09-26-2005 12:13 AM

Love it. Thanks. :D

jugo 09-26-2005 02:42 AM

Thanks for this...my members love it.

dastar 10-05-2005 11:02 AM

Any reason why the today meter only displays bars for that particular user when they are logged in and only for their postbit? For instance, when a user is logged in, they can see their today meter bars but no one else's (and you it's nothing but white for everyone who isn't logged in).

cdoyle 10-17-2005 01:08 AM

I'm not sure if I just missed it or maybe it's needed. But where the hack adds 'owner' under administrator, or it adds 'junior' under 'junior'. Is there anyway to have it not do that? just leave that part the default? Other then that I think this is a great hack!

dina 10-18-2005 02:33 PM

Is there any way I can move this below my reputation bar (under the instant message images)?

dina 10-18-2005 02:44 PM

Also, what font did you use? I'd like to localize the text in the images.

klinsek 10-18-2005 10:59 PM

Quote:

Originally Posted by cdoyle
I'm not sure if I just missed it or maybe it's needed. But where the hack adds 'owner' under administrator, or it adds 'junior' under 'junior'. Is there anyway to have it not do that? just leave that part the default? Other then that I think this is a great hack!

Testing this myself and also didn't want to use the built in ranking overrides. So if someone knows what to remove to get that bit out, would be much appreciated. :)

Unfortunately it overrides the primary, and we use secondary usergroups to display rank our images.

Thanks much. Great mod so far, I feel a install click coming if I can tweak it right.

GrendelKhan{TSU 10-24-2005 09:48 AM

I have the same issue that this doesn't seem to work when it shows up in VBADVANCED GALLERY. :/

it comes up with this path:
which isn't correct---should be posts0.gif or similar.

Is there a fix for this? I don't know if its the code or vbadvanced. But its not showing up in the vbadvanced image update installer...so I suspect its more on this end.

could be wrong. :/



Quote:

Originally Posted by Live Wire
This should work:
HTML Code:

<if condition="THIS_SCRIPT == showimage">
        &nbsp;
<else />
        [activity code here]
</if>



1. OK, so this will turn it OFF when in vbadvanced gallery...which is a workaround.
2. er.... I don't know how to use that code. :(


any help would be greatly appreciated. I love this mod. :D :D


All times are GMT. The time now is 02:45 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.01560 seconds
  • Memory Usage 1,803KB
  • 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
  • (6)bbcode_code_printable
  • (2)bbcode_html_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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