Okay, New Question!

I got a Mod that allows a site wall, but I'm clueless how to follow these instructions. I'm not a programmer that I understand this! Can someone please give step by step details on how I do this in phpmyadmin:

 

SELECT @iPCOrder:=MAX(`Order`) FROM `sys_page_compose` WHERE `Page`='index' AND `Column`='1';

 

INSERT INTO `sys_page_compose` (`Page`, `PageWidth`, `Desc`, `Caption`, `Column`, `Order`, `Func`, `Content`, `DesignBox`, `ColWidth`, `Visible`, `MinWidth`) VALUES

('index', '998px', 'View events on a Wall', '_wall_pc_view', 1, @iPCOrder+1, 'PHP', 'return BxDolService::call(\'wall\', \'view_block_index\', array(0));', 1, 64, 'non,memb', 0);

Thank you!

MOOOOMMM, She's touching me!!
Quote · 1 May 2011

In phpMyAdmin, navigate to the database, then to the query menu at the top of the page. Enter the query as it appears in the instructions and submit. You should always backup your database before making changes to it.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 1 May 2011

Thx, I still don't get it though, I'm one of those really annoying people that just doesn't get it until I have a step by step roadmap! I'm writing the mod creator, but thanks again.

MOOOOMMM, She's touching me!!
Quote · 1 May 2011

Alright, let's try this:

 

  1. access phpMyAdmin through your control panel/however you do stuff on your server
  2. select your database from the list of available databases on the left
  3. at the top of the page, click the SQL menu, which will bring you to a query tool for the database
  4. enter your SQL query into the text box on the page and click the submit button

 

If you see any messages on the page in red, it means something went wrong. I should again remind you to always backup your database before making changes to it.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 2 May 2011

Got it! Thank you!! Laughing

MOOOOMMM, She's touching me!!
Quote · 5 May 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.