MyBB Community Forums

Full Version: Steamprofile v1.4
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12
follows this error when activating plugins after you.

thanks for responding.
I need help.
Someone who knows php.
This plugin generates the error.
(2010-11-20, 03:41 PM)Mauro Wrote: [ -> ]follows this error when activating plugins after you.

You'll need to go through the files in./inc/plugins

Find:
require MYBB_ROOT.'/inc/adminfunctions_templates.php';

Replace with:
require_once MYBB_ROOT.'/inc/adminfunctions_templates.php';

Some won't need changing at all but you'll need to make that change in two places in each file it does appear.
Go inc/plugins/support_class/include.php and replace
include_once MYBB_ROOT."inc/adminfunctions_templates.php";
with
require_once MYBB_ROOT."inc/adminfunctions_templates.php";

If problem will disappear then I will update plugin.

Yours,
Vic~
the error persists.
you could prove yourself.
test on stats and favorite topic threads.
toggled.

thanks for the help as well.
I am having the same error, when I activate the plugin my forum gives me this error

"Fatal error: Cannot redeclare find_replace_templatesets() (previously declared in /home/zombieso/public_html/inc/adminfunctions_templates.php:22) in /home/zombieso/public_html/inc/adminfunctions_templates.php on line 101"

I installed the latest version of the plugin and tried changing the include.php both require_once and include_once, both give the same error
(2010-11-25, 07:34 PM)Mauro Wrote: [ -> ]the error persists.
you could prove yourself.
test on stats and favorite topic threads.
toggled.

thanks for the help as well.

(2010-12-04, 04:36 AM)winds Wrote: [ -> ]I am having the same error, when I activate the plugin my forum gives me this error

"Fatal error: Cannot redeclare find_replace_templatesets() (previously declared in /home/zombieso/public_html/inc/adminfunctions_templates.php:22) in /home/zombieso/public_html/inc/adminfunctions_templates.php on line 101"

I installed the latest version of the plugin and tried changing the include.php both require_once and include_once, both give the same error

Please check with which plugins the bug is visible and give me links.
I will look on it. Smile
The plugins I have installed are:
Activate users from Mod CP (2.0.1)
Ajax PM Notification (1.8.1)
Donation Page (2.0)
Header Announcements (1.0)
Multiple Registrations Detector (1.1)
MyShoutbox (1.4)
Profile Comments (0.6.0)
Undo Delete (1.2.1)
VIP Membership (1.5)

Is this what you need?
Also a link to my forum is www.zombiesondrugs.com
Thanks!
http://mods.mybb.com/view/steamprofile

UPDATE to v1.1.
Just wait for approval.

Quote:Plugin Steamprofile
© 2010 by Victor
Website: http://www.victor.org.pl/steamprofile
Version: v1.1 Final release (@08.01.2010)

Descrption:
Basing on http://code.google.com/p/steamprofile/ by BARRACUDA!
It shows steam status at top-right place in post content.
You can add poster to steam friends and (if possible) join game where he is now playing.
In profile field user can insert STEAM_x:y:z (steamid), 76561197993778103 (steamcommunityid)
or Mybad (steamlogin). It will be checked and if doesn't exists it will not showing.
Plugin shows "Steam profile: 76561197993778103" with link to profile in postbit too.

It's configurable in inc/plugins/steamprofile/steamprofile.xml (generally theme).
Theme you can add at inc/plugins/steamprofile/themes/. I added mybboard - it's theme based on default mybb theme.
steamprofile.js WAS MODIFIED because of using JQuery with Prototype (JQuery.noConflict()).

Screenshots at my BLOG!

Changelog:
v1.1 @08.01.2010:
! fixed => Fatal error: Cannot redeclare find_replace_templatesets() <=
+ changed number
v0.8 @18.09.2010:
+ alpha release (alpha tests)

Install:
1. Goto ACP -> Configuration -> Custom Profile Fields
2. Add New Profile Field:
title - Steamid, steamcommunityid or steamlogin
short descritption: Steamid, steamcommunityid or steamlogin.
field type - textbox
maximum length - 24 (?!)
fieldlenght - 0
display order - probably 4
required - as you want
editable by user - yes
hide on profile - yes
3. Goto Plugins and Activate "Steamprofile"
4. Goto Settings -> Steamprofile and set Fid to id of created Profile Field (by default 4)
5. Done!

Upgrade:
v0.8 to v1.1:
1. Upload inc/plugins/steamprofile.php and inc/plugins/support_class/include.php. You may not reactivate.
v0.0 to v0.8:
1. Look "Install"
Hello Victor, thanks for your mod!! But i can't make it work. The templates of my forum are been edited when i installed and activated the plugin but i can't see the steam's box on post template or signatures.

¿Any suggestion?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12