Current time: 02-04-2012, 03:20 AM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help regarding some terms form mybb as compared to vb
06-28-2009, 03:34 PM
Post: #1
Need help regarding some terms form mybb as compared to vb
The code for vb is :
Code:
"vb" => array(
            "prefix" => "",
            "idfield" => "threadid",
            "titlefield" => "title",
            "topicstable" => "thread",
            "userfield" => "postuserid",
            "forumidfield" => "forumid"
            ),

What will be the similar for mybb?
Code:
"mybb" => array(
            "prefix" => "mybb_",
            "idfield" => "threadid",
            "titlefield" => "title",
            "topicstable" => "thread",
            "userfield" => "postuserid",
            "forumidfield" => "forumid"
            ),

I mean the above code for mybb gives error. What should it be?
Find all posts by this user
Quote this message in a reply
06-28-2009, 04:17 PM
Post: #2
RE: Need help regarding some terms form mybb as compared to vb
What is it exactly that you are trying to accomplish?

[Image: sig.gif]

Contact me in private only if you need paid help with mybb-related issues. Otherwise, please don''t, unless I invite you to. Thanks Smile
Find all posts by this user
Quote this message in a reply
06-28-2009, 04:18 PM
Post: #3
RE: Need help regarding some terms form mybb as compared to vb
just found a piece of code & i need to edit it.
Find all posts by this user
Quote this message in a reply
06-29-2009, 12:11 AM
Post: #4
RE: Need help regarding some terms form mybb as compared to vb
What piece of code? It's hard to help without knowing exactly what you want.

If your trying to put php directly into the template that won't work Wink.

Reps me if you Heart me Toungue.
My Site: Alex Sage
Visit this user's website Find all posts by this user
Quote this message in a reply
06-29-2009, 09:34 PM
Post: #5
RE: Need help regarding some terms form mybb as compared to vb
(06-28-2009 04:18 PM)raider Wrote:  just found a piece of code & i need to edit it.

I would also suggest to not edit the core files. I would use the hooks that mybb provides and create a plugin.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | MyBB | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication