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)
-   -   BB Code Enhancements - Modification System (https://vborg.vbsupport.ru/showthread.php?t=203028)

4hoost.com 01-28-2009 03:39 PM

after install get problem

Fatal error: Call to undefined function modsystem_usertitle() in /home/atarchiv/public_html/member.php(512) : eval()'d code on line 159

i have version 3.8.0

Coroner 01-28-2009 06:43 PM

This function is in ./includes/modsystem_functions.php

Have you uploaded this file :confused:

raugusto 01-28-2009 09:25 PM

Step 10 FORUMDISPLAY
Searh for
Code:

<td class="thead" width="100%">
                <if condition="$show['threadratings']"><span style="float:$stylevar[right]"><a href="$sorturl&order=desc&sort=voteavg" rel="nofollow">$vbphrase[rating]</a> $sortarrow[voteavg]</span></if>
                <a href="$sorturl&order=asc&sort=title" rel="nofollow">$vbphrase[thread]</a> $sortarrow[title] /
                <a href="$sorturl&order=asc&sort=postusername" rel="nofollow">$vbphrase[thread_starter]</a> $sortarrow[postusername]
        </td>

I dont find this. Using 3.8.0 on default style without ANY mod's at all.

Coroner 01-29-2009 06:28 AM

Found it in the template at line 91

Code:

        <td class="thead" width="100%">
                <if condition="$show['threadratings']"><span style="float:$stylevar[right]"><a href="$sorturl&amp;order=desc&amp;sort=voteavg" rel="nofollow">$vbphrase[rating]</a> $sortarrow[voteavg]</span></if>
                <a href="$sorturl&amp;order=asc&amp;sort=title" rel="nofollow">$vbphrase[thread]</a> $sortarrow[title] /
                <a href="$sorturl&amp;order=asc&amp;sort=postusername" rel="nofollow">$vbphrase[thread_starter]</a> $sortarrow[postusername]
        </td>


kildjean 02-17-2009 09:35 PM

Coroner;

I wanted to point out one thing in the instructions that I didnt understand, and I think its the cause of why I am getting this error:

Quote:

Warning: require_once([path]/includes/functions_post_thanks.php) [function.require-once]: failed to open stream: No such file or directory in [path]/showthread.php(1082) : eval()'d code on line 118

Fatal error: require_once() [function.require]: Failed opening required '/home/.maybelle/ccmsforgeadmin/ccmsforge.com/forums/includes/functions_post_thanks.php' (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/.maybelle/ccmsforgeadmin/ccmsforge.com/forums/showthread.php(1082) : eval()'d code on line 118
In Step 4 you put:

USERCP_SHELL
suche nach:

Quote:

<if condition="$show['attachments']">
<tr><td class="$navclass[attachments]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editattachments">$vbphrase[attachments]</a></td></tr>
</if>
Then you put:
f?ge darunter ein:

Quote:

<tr><td class="$navclass[tagged]" nowrap="nowrap"><a class="smallfont" href="modsystem_miscactions.php?$session[sessionurl]do=showtagged">$vbphrase[modsystem_usercp_view_tagged]</a></td></tr>
<tr><td class="$navclass[installed]" nowrap="nowrap"><a class="smallfont" href="modsystem_miscactions.php?$session[sessionurl]do=showinstalled">$vbphrase[modsystem_usercp_view_installed]</a></td></tr>
<tr><td class="$navclass[nominated]" nowrap="nowrap"><a class="smallfont" href="modsystem_miscactions.php?$session[sessionurl]do=shownominated">$vbphrase[modsystem_usercp_view_nominated]</a></td></tr>
<tr><td class="$navclass[downloaded]" nowrap="nowrap"><a class="smallfont" href="modsystem_miscactions.php?$session[sessionurl]do=showdownloaded">$vbphrase[modsystem_usercp_view_downloaded]</a></td></tr>
I dont know what: suche nach: or f?ge darunter ein: because I am neither german, or danish nor klingon =)

Could you translate and prolly fix that in the next update, and if this is not the cause of my error could you tell me what it is?

Thanks!

Gilbert

kildjean 02-17-2009 11:26 PM

Coroner;

I have a couple of questions regarding modifying the mod system...

1. Donations: I have it enabled, and the user has permition to use the Mod System, but the field to Paypal is not showing up in UserCP.

2. vB Version: With the Installation, I've create only 4 versions. You can create even mor if you like. The Author can choose one of it.

Basically I am using
ModSystem to run a "roge" for mod developing of another CMS platform. I would like to change references made from VB to ThisOtherCMS.

How could I do this? I have searched for the files everywhere but havnt found them.

Please help!

Thanks!

G.

xcesivvs 02-20-2009 01:05 AM

does anyone have this runing.

I would love to see a demo of it on someones forum please

lazor 02-27-2009 02:45 AM

Quote:

Originally Posted by kildjean (Post 1747386)
Coroner;

I have a couple of questions regarding modifying the mod system...

1. Donations: I have it enabled, and the user has permition to use the Mod System, but the field to Paypal is not showing up in UserCP.

2. vB Version: With the Installation, I've create only 4 versions. You can create even mor if you like. The Author can choose one of it.

Basically I am using
ModSystem to run a "roge" for mod developing of another CMS platform. I would like to change references made from VB to ThisOtherCMS.

How could I do this? I have searched for the files everywhere but havnt found them.

Please help!

Thanks!

G.

I also need the ability to change what this post is talking about.

Coroner 02-27-2009 03:18 AM

Is there no english instructions ? Or did I miss something ?

"suche nach" = search for
"füge darunter ein" = add below

Coroner 02-27-2009 03:21 AM

Quote:

Originally Posted by kildjean (Post 1747386)
Coroner;

I have a couple of questions regarding modifying the mod system...

1. Donations: I have it enabled, and the user has permition to use the Mod System, but the field to Paypal is not showing up in UserCP.

2. vB Version: With the Installation, I've create only 4 versions. You can create even mor if you like. The Author can choose one of it.

Basically I am using
ModSystem to run a "roge" for mod developing of another CMS platform. I would like to change references made from VB to ThisOtherCMS.

How could I do this? I have searched for the files everywhere but havnt found them.

Please help!

Thanks!

G.

1.) Have you checked the Template ?
2.) creating of versions will done in the AdminCP


All times are GMT. The time now is 02:13 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.01145 seconds
  • Memory Usage 1,751KB
  • 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_code_printable
  • (5)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
  • (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