Endless Paradigm

Full Version: [MyBB] MyPlaza v0.5 (beta version)
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 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
found a error
Reputation:[Details] [Vote]

[Vote]Parse error: parse error, unexpected '[' in /home/www/cbthome.freehostia.com/reputation.php on line 459

[Details]Parse error: parse error, unexpected '[' in /home/www/cbthome.freehostia.com/reputation.php on line 459

well i don't know about this one ? looking for line 459 now
Must be an error on your side, cause I can't reproduce it...

Plus, it's in reputation.php - not a part of MyPlaza...
ZiNgA BuRgA Wrote:Must be an error on your side, cause I can't reproduce it...

Plus, it's in reputation.php - not a part of MyPlaza...

fixed
ZiNgA BuRgA's code_edits.txt Wrote:In reputation.php

FIND
$username = format_name($user['username'], $user['usergroup'], $user['displaygroup']);

REPLACE WITH
$username = format_name($user['username'], $user['usergroup'], $user['displaygroup'], $user['nameformat']);


FIND
SELECT r.*, r.uid AS rated_uid, u.uid, u.username, u.reputation AS user_reputation, u.usergroup AS user_usergroup, u.displaygroup AS user_displaygroup

REPLACE WITH
SELECT r.*, r.uid AS rated_uid, u.uid, u.username, u.reputation AS user_reputation, u.usergroup AS user_usergroup, u.displaygroup AS user_displaygroup, u.nameformat


FIND
$reputation_vote['username'] = format_name($reputation_vote['username'], $reputation_vote['user_usergroup'], $reputation_vote['user_displaygroup']);

REPLACE WITH
$reputation_vote['username'] = format_name($reputation_vote['username'], $reputation_vote['user_usergroup'], $reputation_vote['user_displaygroup'], $reputation_vote['nameformat']);

I messed that up but fixed now
Zinga i found a bug, using the formatting module, I formatted my post color and font.
If I Quick edit a post or a thread, it will loose its color/font formatting, it does not looses it if I Full Edit.
Pirata Nervo Wrote:Zinga i found a bug, using the formatting module, I formatted my post color and font.
If I Quick edit a post or a thread, it will loose its color/font formatting, it does not looses it if I Full Edit.
It does the same thing here, if you didn't realise.
I really couldn't be bothered editing xmlhttp.php to get around that...  meh.
Well 2 days now & no probs :)

tip top plugin zinga

Thank you for all your help :)
Lol, this plugin is almost perfect, I think the only bug is the quick edit thing.
after all that work this is what i get

[Image: damnit.png]

wow I just got every thing working I now they deleted my site
LOL wow

I will be using your plugin if i ever get a new site to call home :(
%%%%^^^^^ that sucks,.!!
How can you make sure that does not happen,.. i don't understand,.1?
I told you to use freeweb7...
However I told you to don't upload ANYTHING until january starts..lol
Freeweb7 is better! 100 000 mb of bandwith and 7000 mb of space.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
Reference URL's