vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=155)
-   -   Welcome Panel Template Rewrite v2.1 (https://vborg.vbsupport.ru/showthread.php?t=100672)

King Kovifor 11-21-2005 09:26 PM

Not Such a bad idea.

King Kovifor 11-21-2005 10:20 PM

IMPLEMENTED AND COMPLETE. Now, I'm just working on a file to add phrases. :) That might take a while. :(

Smartin 11-22-2005 09:12 PM

I have clicked on the "Install" link, and it shows as installed, but how do I create the welcome panel under the forumhome template? I really would like to have this on my board.

Smartin 11-22-2005 09:41 PM

to add to my last post: I just did the 3.5.1 upgrade. I have moved the "What's Going On" box to the top of the page. Can I replace the userinfo table with the code above?

Smartin 11-22-2005 11:09 PM

ok...got the welcomepanel made....and the xml file uploaded. Why am I not seeing the welcome panel on the main page? Do I have to modify the forumhome template?

Smartin 11-23-2005 12:16 AM

got it....didn't realize I had to enable plugins. <----n00b

King Kovifor 11-23-2005 02:50 PM

You need to install zero tolerences and I don't have an xml file yet.

King Kovifor 11-25-2005 12:40 PM

OK I got an xml file that SHOULD install phrases. I'll be updating the template today, if I still have it, if I don't (I just need access to the test vb again, it's gone all haywire with vB.com hackers into the license account and they've used our license and someone reported us as hackers and now we are under investigation and he took it down. :( SO no access for now.)

gameslover 11-25-2005 03:02 PM

Hello,

I have a problem, the % and the messages per day are not working. As exemple, for me, the % is always showing 20% et the posts par day are always at 0.00.

The worst is for any of my members, they have % like 12'000% or 2380% lol that's amazing, fun but very strange...

Is there a way to fix it ?

Thanks

King Kovifor 11-25-2005 09:02 PM

gameslover, I think your asking the wrong author. :D It's probably somethign todo with Zero Tolerence's part, try to reinstall the hack. That might work.

gameslover 11-25-2005 09:23 PM

Quote:

Originally Posted by King Kovifor
gameslover, I think your asking the wrong author. :D It's probably somethign todo with Zero Tolerence's part, try to reinstall the hack. That might work.

Thanks you, but I have already tried to contact him without success... he seems to be very busy right now... I'll try to reinstall it, thanks you for the suggestion :)

King Kovifor 11-25-2005 09:33 PM

Your Welcome, just let me know if it works. :)

gameslover 11-26-2005 09:04 AM

I tried to reinstall it but unfortunately without success... it's very strange because the posts per day are working for my members but not for me lol...
I'll try to contact Zero Tolerance again hoping he will be less busy in some days...

King Kovifor 11-26-2005 06:11 PM

Can you send me your template please?

gameslover 11-26-2005 09:17 PM

Yes of course but it's the same that in your first post :)

Code:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat" colspan="3" align="center">
                <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_welcomepanel')"><img id="collapseimg_forumhome_welcomepanel" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_welcome_panel].gif" alt="" border="0" /></a>
$vbphrase[wp_welcomeback] {$bbuserinfo['username']}!
        </td>
</tr>
<tbody id="collapseobj_forumhome_welcomepanel" style="$vbcollapse[collapseobj_forumhome_welcomepanel]">
        <tr>
                <td class="alt1" align="center" width="1%">
                <a href="profile.php?{$session[sessionurl]}do=editavatar">{$bbuserinfo['avatar_build']}</a>
                </td>
                <td width="50%" class="alt2" align="$stylevar[left]" valign="top">
                $vbphrase[wp_welcomeback]! $vbphrase[wp_unread] <b>{$bbuserinfo['newposts']}</b> $vbphrase[wp_unread2] <b>{$bbuserinfo['newthreads']}</b> $vbphrase[wp_unread3] {$bbuserinfo['lastvisit']}. $vbphrase[wp_unread4] <b>{$bbuserinfo['pmunread']}</b> $vbphrase[wp_unread5]
                <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
                <div align='center'><a href="search.php?{$session[sessionurl]}do=getnew"> $vbphrase[wp_view]</a> $vbphrase[wp_seperator] <a href="profile.php?{$session[sessionurl]}do=editprofile"> $vbphrase[wp_profile]</div>
                </td>
                <td width="50%" class="alt2" align="$stylevar[left]" valign="top">
                $vbphrase[wp_total] <b>{$bbuserinfo['posts']}</b><br />
      $vbphrase[wp_percent] <b>{$bbuserinfo['postpercent']}%</b> $vbphrase[wp_percent1]<br />
      <b>$bbuserinfo[postsperday]</b> $vbphrase[wp_day]<br />
                <if condition="$bbuserinfo[active]">
                $vbphrase[wp_activity] <a href="forumdisplay.php?{$session[sessionurl]}f={$bbuserinfo[active][0][forumid]}">{$bbuserinfo[active][0][title]}</a> $vbphrase[wp_activity2] <b>{$bbuserinfo[active][1]}</b> $vbphrase[wp_activity3]<br />
                <else />
                $vbphrase[wp_activity] <i>N/A</i><br />
                </if>
                <hr size="1" style="color:$stylevar[tborder_bgcolor]" />
                <div align="center">$vbphrase[wp_stats_members] <b>{$numbermembers}</b> $vbphrase[wp_seperator] $vbphrase[wp_stats_threads] <b>{$totalthreads}</b> $vbphrase[wp_seperator] $vbphrase[wp_stats_posts] <b>{$totalposts}</b></div>
                </td>
        </tr>
</tbody>
</table>
<br />


bonjurkes 11-27-2005 09:59 AM

king, the code that you give is not work for me. I mean only stats number displayed and there was no text at welcome panel.

i tried gizmo's code and its working fine now !

p.s: i am using 1024*768

King Kovifor 11-27-2005 05:13 PM

Can you both add screen Caps?

Gizmo's Code?

to: bonjurkes

did you install the product? That's what adds the phrases.

bonjurkes 11-27-2005 11:48 PM

yep i did it king. but phrases didnt shown after i changed the template with the second code it was all looking good :)

King Kovifor 11-27-2005 11:50 PM

ok try this:

uninstall my xml, than delete the template. AFTER adding the xml again, try the template again.

bonjurkes 11-27-2005 11:53 PM

king it is working fine now :)

like i said when i used second template codes its done..

King Kovifor 11-28-2005 12:00 AM

What' second code?

UPDATE: 1.3 ADDED, NEW INSTALL CODE WITH TEMPALTE ADDITION, TO UPGRADE PLEASE DELETE THE TEMPLATE, UNINSTALL THE PHRASES AND THAN READD THE PRODUCT. :) TOOK ME AWHILE TO PERFECT ME CODE. :)

rb290 11-28-2005 01:05 AM

where is 1.3 and whats different?

King Kovifor 11-28-2005 01:30 PM

Just an installer. And it's got all the phrases so they can't be deleted, like the templates. I forgot to add last night. SRRY!

Jedric 11-29-2005 05:22 AM

Is it just me or is the installer missing?

King Kovifor 11-29-2005 06:14 PM

Oops, must have clicked the wrong box editor.

lanc3lot 12-02-2005 07:02 PM

Quote:

Originally Posted by King Kovifor
Oops, must have clicked the wrong box editor.

I have installed it but nothing happens:(

Note that i have 3.5.0 with some templates fixed, is that ok i think (it worked with all the other plugins/products/hacks i have installed...

Do i have to activate it somewhere?

King Kovifor 12-02-2005 07:05 PM

Did you install the Template Hack by Zero Tolerence?

lanc3lot 12-02-2005 07:08 PM

Exm, do i have to install another hack first and then this u mean?

King Kovifor 12-02-2005 07:10 PM

Yes, that's exactly what I mean. this is an addon. That's why it's a rewrite. :)

lanc3lot 12-02-2005 07:17 PM

Hm, sorry then:(

I guess u mean this one right: https://vborg.vbsupport.ru/showthrea...threadid=83124

So i just install that and then yours?

Also, write that in your first message, so other dont get confused :)

Thnx again

King Kovifor 12-02-2005 07:20 PM

Yeah will do, but that's the one. :)

lanc3lot 12-02-2005 07:23 PM

Question: Do i have to install also Zero's xml or just make the new template and then put your product?

King Kovifor 12-02-2005 07:26 PM

.xml is needed. There's plugins that are needed for this to work. SRRY!

lanc3lot 12-02-2005 07:30 PM

Ok, something last:)

Is there any other change i can see or just a rewrite?

Sorry to ask this, but i cant see a difference since i installed the product of yours with Zero Hack

King Kovifor 12-02-2005 07:33 PM

if you installed his, than installed mine right away without looking you won't notice it. :) or if you didn't install his template it's not noticeable. I was getting a bunch of ? as the serperators and the text was messed up. That's the point.

lanc3lot 12-02-2005 07:41 PM

Ok, thnx again:)

Installed

Ps

Is there any way i can change its phrases (need to translate them in Greek) ?

King Kovifor 12-02-2005 07:43 PM

Yeah. Go to your phrase manager -> edit all wp_x phrases with translations. :)

Zerachiel 12-03-2005 09:22 PM

Thanks, this is nice! *Install*

King Kovifor 12-03-2005 09:24 PM

This by far has been the most installed hack. :)

Viks 12-04-2005 01:13 AM

well, I installed the mod on my newly upgraded 3.5 but nothing happened.. didnt see any change in the templates nor in the Welcome Panel!! :ermm:


All times are GMT. The time now is 05:11 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.01371 seconds
  • Memory Usage 1,810KB
  • 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
  • (1)bbcode_code_printable
  • (2)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