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)
-   -   Mini Mods - [DBTech] User Status & Moods v1 (vB3) (https://vborg.vbsupport.ru/showthread.php?t=243753)

Tyran1 06-18-2011 11:05 PM

shit where is the reply??

DragonByte Tech 06-19-2011 11:02 PM

Quote:

Originally Posted by Tyran1 (Post 2203038)
Ich habe dein Addon einwenig ver?ndert.

Eine Extra seite f?r die Status Meldungen erstellt.
Dort kann man leider keine Eintr?ge machen das fehlt mir noch,
ebenfalls das man drauf Antworten kann.

K?nntest du da eventuell das mal anschauen?
Das man zumindest auf der extra seite eintragen kann?

Kannst die ?nderungen auch ?bernehmen wenn es dir gef?llt.
Sch?n w?re es ;-)

In English:

I have changed your addon einwenig.

An extra page is designed for the status messages.

There can be no entries make me still missing,
The answers may also be on it.
Could you possibly look at because the times?
That way, at least on the page can add extra?

The changes can take over if you like it.
It would be nice;-)

Sorry for the delay! I am not quite sure what you are asking here. Do you mean could I look at the page you built for the addon?

- David

teach1st 06-23-2011 10:33 PM

I know this has issue has been posted, but I didn't see a resolution, so here is my two cents. 3.8.7 PL1: All is well, except Internet Explorer can't update the mood. The little triangle selecter thingie to the right of "mood" is not there. I can change the mood using Opera, Chrome, and Firefox. I cannot change the mood on IE. Using IE (7 and 9) on a several different computers with compatibility mode on and off just won't work. I tried all styles, including my vanilla one. I tried repairing the cache. Nothing worked.

Does anybody have any ideas? Most of my students use IE.

EDIT: The mod works for me using IE on the DBT forum

Tyran1 06-24-2011 04:30 PM

Quote:

Originally Posted by DragonByte Tech (Post 2210151)
Sorry for the delay! I am not quite sure what you are asking here. Do you mean could I look at the page you built for the addon?

- David

Yes, The Template "dbtech_status":

PHP Code:

<p>$stylevar[htmldoctype]
<
title>$vboptions[bbtitle]</title>
$headinclude
$header
$navbar
</p>

<if 
condition="$show['member']">

<
table width="100%" border="0" style="border-collapse: collapse" cellspacing="0" cellpadding="10" bordercolor="#111111">
  <
tr>
    <
td valign="middle">
    <
div align="center">
    </
div>
    </
td>
  </
tr>
  <
tbody id="collapseobj_forumhome_dbtechstatus" style="$vbcollapse[collapseobj_forumhome_dbtechstatus]">
    <
tr>
      <
td class="thead" colspan="2">
      <
table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
        <
tr>
          <
td width="50%">$vbphrase[dbtech_status_updates$vbphrase[dbtech_alle_statusmeldungen]</td>
          <
td width="50%">
          <
p align="right">

<if 
condition="!is_browser('ie')"><form action="ajax.php" method="post" onsubmit="return FBStatus{$post[postid]}.save_edit_status();"></if>
<
div class="smallfont">
    <
div id="dbtech_status_status{$post[postid]}">
        <if 
condition="$show['dbtech_status_change']">
            <
a style="cursor: pointer;" href="javascript://" onclick="return FBStatus{$post[postid]}.init_edit_status();">
                <
img src="$stylevar[imgdir_misc]/userfield_edit.gif" alt="" border="0" />
            </
a>
        </if>
    </
div>
    <
div style="display:none;" id="dbtech_status_controls{$post[postid]}">
        <
input type="text" tabindex="1" value="" id="dbtech_status_input{$post[postid]}name="status" class="bginput" style="width:95%;" /><br />
        <
input type="button" class="button" value="{$vbphrase[save]}onclick="return FBStatus{$post[postid]}.save_edit_status();" /> 
        <
input type="button" class="button" value="{$vbphrase[cancel]}onclick="return FBStatus{$post[postid]}.cancel_edit_status();" />
    </
div>            
</
div>
<if 
condition="!is_browser('ie')"></form></if>

<if 
condition="$vboptions[dbtech_status_moodenabled] == 0">
<
script type="text/javascript">
<!--
    
// Initialise the object
    
var FBStatus{$post[postid]} = new FBStatus_Obj();
    
    
// Set the userid
    
FBStatus{$post[postid]}.set_userid('{$post[userid]}''{$post[postid]}');

// Init editors
    
<if condition="$vboptions[dbtech_status_moodenabled] == 1">FBStatus$post[postid].set_mood_editors();</if>
    <if 
condition="$vboptions[dbtech_status_enabled] == 1">FBStatus$post[postid].set_status_editors();</if>
// -->
</script>
</if>

<
img align="absMiddle" src="images/misc/stift.png" width="10" height="10">&nbsp;<a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]&quot;&gt;">$vbphrase[dbtech_statusmeldung_eintragen]</td
     </
tr>
      </
table>                      
      </
td>
    </
tr>
    <
tr>
      <
td class="alt1" width="100%">
      <
div class="smallfont">
        
$statuses
      
</div>
      </
td>
    </
tr>
</
table>
<
p></p>
<else />

<
div class="smallfont" align="center">
<
p style="font-size : 0.9em;">
<
img src="$stylevar[imgdir_misc]/nur_mitglieder.png" width="110" height="100" alt="Nur f?r Mitglieder" border="0" />
</
p>
</
div>
</if>
<
p>$footer</p>
</
body>
</
html

Entry is not possible here. The script doesn't work here.
You should also can delete.

DragonByte Tech 06-27-2011 12:46 PM

Quote:

Originally Posted by Tyran1 (Post 2212270)
Yes, The Template "dbtech_status":

PHP Code:

<p>$stylevar[htmldoctype]
<
title>$vboptions[bbtitle]</title>
$headinclude
$header
$navbar
</p>

<if 
condition="$show['member']">

<
table width="100%" border="0" style="border-collapse: collapse" cellspacing="0" cellpadding="10" bordercolor="#111111">
  <
tr>
    <
td valign="middle">
    <
div align="center">
    </
div>
    </
td>
  </
tr>
  <
tbody id="collapseobj_forumhome_dbtechstatus" style="$vbcollapse[collapseobj_forumhome_dbtechstatus]">
    <
tr>
      <
td class="thead" colspan="2">
      <
table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
        <
tr>
          <
td width="50%">$vbphrase[dbtech_status_updates$vbphrase[dbtech_alle_statusmeldungen]</td>
          <
td width="50%">
          <
p align="right">

<if 
condition="!is_browser('ie')"><form action="ajax.php" method="post" onsubmit="return FBStatus{$post[postid]}.save_edit_status();"></if>
<
div class="smallfont">
    <
div id="dbtech_status_status{$post[postid]}">
        <if 
condition="$show['dbtech_status_change']">
            <
a style="cursor: pointer;" href="javascript://" onclick="return FBStatus{$post[postid]}.init_edit_status();">
                <
img src="$stylevar[imgdir_misc]/userfield_edit.gif" alt="" border="0" />
            </
a>
        </if>
    </
div>
    <
div style="display:none;" id="dbtech_status_controls{$post[postid]}">
        <
input type="text" tabindex="1" value="" id="dbtech_status_input{$post[postid]}name="status" class="bginput" style="width:95%;" /><br />
        <
input type="button" class="button" value="{$vbphrase[save]}onclick="return FBStatus{$post[postid]}.save_edit_status();" /> 
        <
input type="button" class="button" value="{$vbphrase[cancel]}onclick="return FBStatus{$post[postid]}.cancel_edit_status();" />
    </
div>            
</
div>
<if 
condition="!is_browser('ie')"></form></if>

<if 
condition="$vboptions[dbtech_status_moodenabled] == 0">
<
script type="text/javascript">
<!--
    
// Initialise the object
    
var FBStatus{$post[postid]} = new FBStatus_Obj();
    
    
// Set the userid
    
FBStatus{$post[postid]}.set_userid('{$post[userid]}''{$post[postid]}');

// Init editors
    
<if condition="$vboptions[dbtech_status_moodenabled] == 1">FBStatus$post[postid].set_mood_editors();</if>
    <if 
condition="$vboptions[dbtech_status_enabled] == 1">FBStatus$post[postid].set_status_editors();</if>
// -->
</script>
</if>

<
img align="absMiddle" src="images/misc/stift.png" width="10" height="10">&nbsp;<a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]&quot;&gt;">$vbphrase[dbtech_statusmeldung_eintragen]</td
     </
tr>
      </
table>                      
      </
td>
    </
tr>
    <
tr>
      <
td class="alt1" width="100%">
      <
div class="smallfont">
        
$statuses
      
</div>
      </
td>
    </
tr>
</
table>
<
p></p>
<else />

<
div class="smallfont" align="center">
<
p style="font-size : 0.9em;">
<
img src="$stylevar[imgdir_misc]/nur_mitglieder.png" width="110" height="100" alt="Nur f?r Mitglieder" border="0" />
</
p>
</
div>
</if>
<
p>$footer</p>
</
body>
</
html

Entry is not possible here. The script doesn't work here.
You should also can delete.

I won't be available to edit custom pages for users at this time, my workload is just too great at the moment. I may have a look at this at a later time if I can afford the time! Apologies! :(

- David

Tyran1 06-27-2011 01:48 PM

Thanks!

It would be better still if you the change by me
Paste in your addon ;-)

DarkGizmo 06-28-2011 02:16 AM

It says to import the moods file in the XML folder but there isn't one?

Tyran1 08-20-2011 07:24 PM

I need a Plugin for the "status.php" this is a copy off the postbit!!

I can the status see on "status.php", but i can't a new status to enter data.

Hornstar 10-30-2011 10:05 AM

What was the latest pl2 update?

DragonByte Tech 10-30-2011 04:33 PM

Update for the dropdown :)

Please do not cross post to both vb3 and vb4 as we rely on the thread to determine basic information about a persons forum so we can test reported issues more reliably. Thanks :)

Fillip


All times are GMT. The time now is 01:07 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.01480 seconds
  • Memory Usage 1,872KB
  • 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
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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