Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions

Reply
 
Thread Tools Display Modes
  #11  
Old 03-04-2009, 08:12 PM
Ahmet Turan Ahmet Turan is offline
 
Join Date: Dec 2006
Location: Mersin
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In this way seemed to Imaging Resource

<strong><a href="http://www.webilgi.com/group.php?do=create" rel="nofollow"></a></strong>
Reply With Quote
  #12  
Old 03-04-2009, 08:20 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If that is what is ending up in the source code, then the phrase is missing. Find the template (as I instructed above) and look in the template for the phrase name. See if that phrase exists. If not, create it and put in the text "Create a New Group" and the translation for that.
Reply With Quote
  #13  
Old 03-05-2009, 01:26 PM
Ahmet Turan Ahmet Turan is offline
 
Join Date: Dec 2006
Location: Mersin
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

you tried to do something with the sample code but did not.

The code is given below the code of social groups are the admin panel.
Can you do this by looking arrangement

Thanx

Admincp --- Stil edit ---- my template ---- SOCIALGROUPS

PHP Code:
$stylevar[htmldoctype]
<
html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]lang="$stylevar[languagecode]">
<
head>
$headinclude
<title>$vboptions[bbtitle] - $custompagetitle</title>
$socialgroups_css
</head>
<
body>
$header
$navbar

<form action="group.php?$session[sessionurl]do=grouplist" method="post">
<
table class="tborder" id="sg_grouplist" cellpadding="$stylevar[cellpadding]cellspacing="$stylevar[cellspacing]border="0" width="100%" style="clear: both">
<
tr>
    <
td class="tcat" width="100%" colspan="6">
        <
div style="float:$stylevar[right]class="normal">$vbphrase[search_groups] <input type="text" class="bginput" name="filtertext" value="$filters[text]style="font-size: 11px;" />&nbsp;<input type="submit" class="button" value="$vbphrase[go]/></div>
        
$grouplisttitle
        
<if condition="$category_name">
            <
span style="font-weight:normal"><phrase 1="$category_name">$vbphrase[in_category_x]</phrase></span>
        </if>
    </
td>
</
tr>
<if 
condition="$grouplist">
    <
tr>
        <
td class="thead" width="100%">
            <if 
condition="$show['category_names']"><span style="float:$stylevar[right]"><a href="$orderlinks[category]">$vbphrase[category]</a$sortarrow[category]</span></if>
            <
a href="$orderlinks[name]">$vbphrase[group_name]</a$sortarrow[name]
        </
td>
        <
td class="thead" align="center" nowrap="nowrap">
            <
a href="$orderlinks[members]">$vbphrase[group_members]</a$sortarrow[members]
        </
td>
        <if 
condition="$show['gminfo']">
            <
td class="thead" align="center" nowrap="nowrap">
                <
a href="$orderlinks[discussions]">$vbphrase[discussions]</a$sortarrow[discussions]
            </
td>
            <
td class="thead" align="center" nowrap="nowrap">
            <
a href="$orderlinks[messages]">$vbphrase[messages]</a$sortarrow[messages]
            </
td>
        </if>
        <if 
condition="$show['pictureinfo']"><td class="thead" align="center" nowrap="nowrap">
            <
a href="$orderlinks[pictures]">$vbphrase[pictures]</a$sortarrow[pictures]
        </
td></if>
        <if 
condition="$show['gminfo']"><td class="thead" align="center" nowrap="nowrap">
            <
a href="$orderlinks[lastpost]">$vbphrase[last_post]</a$sortarrow[lastpost]
        </
td></if>
    </
tr>
    
$grouplist
    
<else />
    <
tr>
        <
td class="alt1" align="center" colspan="6">$vbphrase[no_groups_to_display]</td>
    </
tr>
</if>

<
tr>
    <
td colspan="6" align="center" class="tfoot smallfont">
        <
strong><a href="group.php?$session[sessionurl]do=search">$vbphrase[advanced_search]</a></strong>
         &
nbsp;
        <
strong><a href="groupsubscription.php?$session[sessionurl]">$vbphrase[subscribed_discussions]</a></strong>
    </
td>
</
tr>
</
table>

<
input type="hidden" name="s" value="$session[sessionhash]/>
<
input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]/>
<
input type="hidden" name="dofilter" value="1" />
</
form>

<
br />

<
div class="floatcontainer">
    <if 
condition="$pagenav">
    <
div id="discussion_pagenav">
        
$pagenav
    
</div>
    </if>

    <if 
condition="$show['creategroup']">
    <
div class="action_links">
        <
a href="group.php?$session[sessionurl]do=create" rel="nofollow">$vbphrase[create_a_new_group]</a>
    </
div>


    </if>
</
div>

$footer
</body>
</
html
Reply With Quote
  #14  
Old 03-05-2009, 01:59 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pramid View Post
you tried to do something with the sample code but did not.
Huh?

You are missing this phrase - $vbphrase[create_a_new_group].
Reply With Quote
  #15  
Old 03-05-2009, 02:18 PM
Ahmet Turan Ahmet Turan is offline
 
Join Date: Dec 2006
Location: Mersin
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How do I put this missing code
Reply With Quote
  #16  
Old 03-05-2009, 03:15 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

First, search for the phrase (Search in Phrases) and see if it exists. It could be it is just missing the translation and all you have to do is add the translation.
Reply With Quote
  #17  
Old 03-10-2009, 04:27 PM
Ahmet Turan Ahmet Turan is offline
 
Join Date: Dec 2006
Location: Mersin
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

3.6.8 version 3.8.1 version of the problem was solved by updating the individual
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:47 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.04662 seconds
  • Memory Usage 2,280KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete