vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   MPDev's Graffiti Wall (https://vborg.vbsupport.ru/showthread.php?t=98247)

Detomah 11-01-2005 06:05 PM

Quote:

Originally Posted by eXtremeTim
heres how I fixed the blank page and timeout problem on my site


Fixed I had the variable typed wrong.


Find:
Code:

if( isset($painttext) )
Replace with:
Code:

if ($painttext != '')


Thumbs up from me, that little fix did the job for me. Thanks. :)

Not sure why it stopped working for me in the first place though, i've been running this for ages and on 3.0.7 and it always worked fine before, was only this updated version that had killed it.

Lea Verou 11-01-2005 06:28 PM

It is really nice but only for the english speaking world :(
There is probably no graffiti font with greek :(

Lea Verou 11-02-2005 09:22 PM

Installed with some changes in the code so that it supports greek.
I also had to replace those nice graffiti fonts with others that support greek (apparently only a few of those that had greek characters worked out for the wall) :)

javo 11-03-2005 04:11 PM

Anyone have any idea what might be causing this error?
Code:

Fatal error: Call to undefined function: globalize() in /home/virtual/site12/fst/var/www/html/forums/wall.php on line 37
I've tried that edit a few posts up and had no success.

Thanks

Lea Verou 11-03-2005 04:17 PM

Quote:

Originally Posted by javo
Anyone have any idea what might be causing this error?
Code:

Fatal error: Call to undefined function: globalize() in /home/virtual/site12/fst/var/www/html/forums/wall.php on line 37
I've tried that edit a few posts up and had no success.

Thanks

What have you changed in wall.php?

javo 11-03-2005 06:26 PM

Quote:

Originally Posted by Loukrhtia
What have you changed in wall.php?


I can PM you my entire wall.php if you want or I can post it out here. Just let me know.. I think I've made all the necessary changes, but possibly I'm missing something..

Lea Verou 11-03-2005 06:28 PM

Quote:

Originally Posted by javo
I can PM you my entire wall.php if you want or I can post it out here. Just let me know.. I think I've made all the necessary changes, but possibly I'm missing something..

The best thing would be to post it here but I don't know if that's ok with the rules :confused:

javo 11-03-2005 06:37 PM

I just pm'd it to you..

Thanks

rezovor 11-03-2005 11:54 PM

My members can erase the wall.....um.. I didnt want that.

Code:

    if ( can_moderate() ) {
echo<<<INPUTTEXT
      <br /><input type="checkbox" name="adminreset" value="1" />&nbsp;Wipe Wall</font>
INPUTTEXT;
    }

figuring out this code.

Nice hack though, i like it.

and this code

Code:

   
    if ( !file_exists($graffitifile) || ($adminreset == 1 AND can_moderate()) ) {
        $myimage = ImageCreate($picwidth, $picheight);
        $newimage = 1;
    }

What's going on is I have diary moderators and they're the one's causing the trouble, so i'm trying to get the code right so only admin's can erase it.

javo 11-04-2005 01:00 PM

Can someone please verify that the wall.php file in that package is the correct file.
Loukrhtia said mine looks drastically different than his and the readme mpdev put in there says the pathto edit is on line 38 except my file it's on 45. This may be why I cant get it to work. I may be running the wrong version of the wall.php file. I've downloaded the package several times in the last few days and had the same results.

Thanks..

Of if someone can just pm me the wall.php file I would appreciate it..


All times are GMT. The time now is 09:43 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.02173 seconds
  • Memory Usage 1,740KB
  • 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
  • (6)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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