Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mike dijital

Pages: [1] 2
1
good luck with that , ill keep asking around my tech friends for you and ill see if i can nail down an answer

2
Honestly that would be my resort, i would make a post saying anyone who wants there credits back say " I "


there is a way to just get the table you want, im just not 100% sure how to do it.

3
how many members do you have?

4
General SMFShop Discussion / Re: Change own title PROBLEM
« on: October 24, 2008, 03:44:42 pm »
is this members name the original name they registered with, alot of shop mods use the original login name, and they dont recognize changes of display names

5
Do you use PHPmy admin


you can export and import single tables


load up the backup os the oldforum on a seperate DB, use PHP myadmin to export to two tables you need, then import them to the new DB with PHPmyadmin

6
Coding / Re: NOOB Question - How do I make a .PHP file?
« on: October 21, 2008, 07:22:26 am »
I basically copy this code to msnotepad and save as whateverfile.php


now if you are copying a mod from this forum, sometimes WHAT you name the file is crucial, read the post and see what they suggest you name it. sometimes the code depends on that

if there is no reccomended file name in athe post on this forum, look in the code itself, alot of times it will say  // reducekarma.php  or  // stealcredits.php


I was getting the same error untill i started using the recomended names for the file itself

7
Installation Problems / Re: Issues with SMFShop
« on: October 21, 2008, 07:18:52 am »
are you using shop 3.0


im running a heavily modded 1.1.6 with shop and its working great


you have to sign up to see but my forum is here www.deggi5.com

8
Bugs / Re: Cannot steal from other users
« on: October 21, 2008, 07:16:56 am »
if the person your trying to steal froms display name is deffient form there original display name, tat can be an issue. try using the original display name


works for me

9
I cant think of a single reason that is happening

where did you download the shop mod from


for now I would just not use the rock. it really doesnt do anything anyway

10
Items / Re: Notepad
« on: October 17, 2008, 12:00:44 pm »
for just the notepad option install this mod

http://custom.simplemachines.org/mods/index.php?mod=788

this will install a notepad on each members profile page that admins and only that certain member can see, and that certain member can add and save text

to make it so everyone can see the note pad, but only the profile owner can add and save text:

in Source/profile.php   ( make a backup of this file first !!  ;D )

find

else { $context['show_pad'] = false; } // End Member NotePad

and replace with

else { $pad_notes = ''; $result = db_query("SELECT value FROM {$db_prefix}themes WHERE variable = 'notes' AND ID_MEMBER = $memID LIMIT 1", __FILE__, __LINE__); if (mysql_num_rows($result) != 0) { $row = mysql_fetch_assoc($result); $pad_notes = $row['value']; } mysql_free_result($result); $context['pad_notes'] = $pad_notes; $context['show_pad'] = true; } // End Member NotePad

im using it here www.deggi5.com you need to reg to join and see but its the best i got for an example right now
 

11
Modifications / Re: Remove bad karma
« on: October 17, 2008, 11:52:06 am »
Works great on 1.1.6!

12
Items / Re: Notepad
« on: October 17, 2008, 11:14:01 am »
SMF has a notepad mod, you need to tweek it a bit to make it so all can see it, but its easy, if you want the help let me know

13
Items / Re: New Item Random Krama (between xxx and xxx)
« on: October 17, 2008, 06:59:33 am »
Works awsome on 1.1.6

14
Items / Re: Teddy Bear Item
« on: October 17, 2008, 06:57:43 am »
Is this a reocuring email, or just the one time


ps works great on 1.1.6 with mods

15
Items / Re: anti Egg your victims avatar
« on: October 17, 2008, 06:56:22 am »
Me too Me too!!!!! :D

Pages: [1] 2