wapdesire v2 xhtml (teaze-n-plz.com)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • nadym89
    replied
    Thanks man, it works.....Found it in core/functions.inc

    Leave a comment:


  • wapxtech
    replied
    Originally posted by nadym89 View Post
    WHYQ, it works, but for some posts.... In many posts it doesnt work
    in your core.php find if(substr_count($text,"[br/]")<=2) or something like that.. and replace with

    Code:
    if(substr_count($text,"[br/]")<=1000)
    it will allows you 1000 linebreak bbcode.. :D

    Leave a comment:


  • nadym89
    replied
    WHYQ, it works, but for some posts.... In many posts it doesnt work

    Leave a comment:


  • WhyQ
    replied
    Use [br/] in btw

    Leave a comment:


  • nadym89
    replied
    does anyone have a better looking forum page of wapdesire? The FIELD to reply to forum threads are too small...

    By the way, I wanted to post a message containing 2 paragraphs in a single post.........But found that I couldn't write sentences in a newline. I used "\n" function too.


    For example, I wanted to write the following.
    Code:
    This is a test:-
    1- test one
    2- test two.
    But the tests appear in wapdesire forum is like below.
    Code:
    This is a test:- 1- test one 2- test two.

    Does anyone have a solution for this?
    Last edited by nadym89; 06.11.10, 07:52.

    Leave a comment:


  • convictor
    replied
    adriane14, look in register.php for this:
    mail($email,
    "Registration details for ".sitename(), "<b>Username:</b> ".$uid."
    <b>Password:</b> ".$pwd."

    ".sitename()." is a nice friendly chat community, we are glad to hav u with us :o) pls feel free to bring your friends along to join in the fun:-)

    <b>Thank You
    ".sitename()."</b>", "From: admin@".sitename()."\r
    Reply-To: admin@wapdesire.com\r
    X-Mailer: PHP/".phpversion());
    $title="<img src=\"images/ok.gif\" alt=\"o\"/><br/><b>Registration completed successfully!</b>";

    There you can change the message as well what your email is... Hope this helps.

    Leave a comment:


  • bOrN2pwn
    replied
    I can still remember the day I was a n00b coder.....
    The simplest thing got me so worked up exmpl the } tags and ; simple little things.

    Leave a comment:


  • adriane14
    replied
    too many question but i have to ask n ask lol

    Added after 5 minutes:

    how about msg that goes to email lyk gmail or yahoo about ur info eg. username n pass with the msg i want to change??cant find there
    Last edited by adriane14; 03.11.10, 17:05.

    Leave a comment:


  • wap2010v2
    replied
    Originally posted by adriane14 View Post
    ok last question where can i find the auto msg to email when someone registered??
    you will find it in the core/register.inc off the top of my head

    Leave a comment:


  • adriane14
    replied
    ok last question where can i find the auto msg to email when someone registered??

    Leave a comment:


  • adriane14
    replied
    ok i got shop working mixing to another modified script lol
    Last edited by adriane14; 03.11.10, 07:36. Reason: solved

    Leave a comment:


  • wap2010v2
    replied
    Originally posted by adriane14 View Post
    moderator tool seems to be just admin ill just rename it lol...how can i permit when i assign someone to be my admin? in there tools always permission denied
    if you go in phpmyadmin and then go to admintools and then get the member of staffs id number eg:2 put in the top box 2 and then put 1 in all the other boxs and it will give them the tools

    Leave a comment:


  • adriane14
    replied
    Originally posted by wap2010v2 View Post
    you set the level in users and then go to admintools and put ya id number in the top box and then put one in all the other boxs and away ya go all this is done in phpmyadmin
    moderator tool seems to be just admin ill just rename it lol...how can i permit when i assign someone to be my admin? in there tools always permission denied
    Last edited by adriane14; 02.11.10, 05:32.

    Leave a comment:


  • makvanpor2000
    replied
    wap2010v2 nor be so, at nadym
    go to phpmyadmin, users table select the user and edit, change perm to 5

    Leave a comment:


  • wap2010v2
    replied
    Originally posted by nadym89 View Post
    Thanks for the reply....It's working now.....

    Another question...What's the procedure to change the level of owner to 5?. I know it can be done by doing something with phpMyAdmin. But can anyone tell me how to set the level?
    you set the level in users and then go to admintools and put ya id number in the top box and then put one in all the other boxs and away ya go all this is done in phpmyadmin
    Last edited by wap2010v2; 01.11.10, 18:10.

    Leave a comment:

Working...
X