Quote:
Originally Posted by maidos
yeah thats my point, i want a command that it opens a new popup or new window whichleads to a new forum section and a new url site like forum/downloads.php
where can i add it theres html codes php codes and go no clue where to do that or how
|
If you have knowlegedin javascript, php and html you can handle it yourself by creating a new command through the dedicated system in the admincp.
Some clue to do the forum open command :
- Create a js file in clientscript/mgc_cb_evo_cmd containing a function that take an url string as parameter and just open a new window (window.open javascript function) at the url given as function parameter
- Create a new chatbox command through the admincp. And configure it somehow like the ban or del command which doesn't return anything but just execute. You'll have to add in the php code executed on chats sending code that contains :
Code:
$this->action = "your_js_function('forumdisplay.php?' + sessionurl + 'f=" . $this->raw_chat . "')";
return;
This code is not tested and written on the fly so you should perhaps dig a bit to correct it. You'll also to add the name of your js file to include in the command parameters.
Don't hesitate to ask me questions if you need help on figuring out how to do it. If you have not the skills to do that just wait for me to work on it
Quote:
Originally Posted by jalmz
its not working... =(
|
I'll see on saturday what I can do to fix that.
Quote:
Originally Posted by sickboy6ths
That's correct. We had such problems with vbGallery aswell, I think we fixed it by replacing all urls in MGC php & js files and templates. The urls should be set to the vbBBurl variable, instead of leaving out url, and using relative urls/paths.
|
Yes I know, I just have to write some code to make it work for both with a single version of files
Quote:
Originally Posted by baghdad4ever
i have strange problem
the mgc box appear but when i put any word
the page lag and turn white
what is the problem??
|
Can you give me an url to your forum + test account access to have a look (you can do it by pm if you don't want to show it to everyone.