Search found 272 matches

by AGC
Wed Nov 21, 2012 1:20 am
Forum: [3.0.x] MOD Requests
Topic: Horizontal rule tag [hr] without end tag
Replies: 7
Views: 2467

Re: Horizontal rule tag [hr] without end tag

Jessica wrote:
AGC wrote:Why not trying this:

code:

[hr][/hr]

html:
<hr />
OP wants the code without end tag [/hr] so that you can just put [hr] and make a horizontal line.
So I see. But.....
The parser add a end tag to the [*] so trying to find some other way is pointless.
You should consider that.
by AGC
Tue Nov 20, 2012 11:04 pm
Forum: [3.0.x] MOD Requests
Topic: Horizontal rule tag [hr] without end tag
Replies: 7
Views: 2467

Re: Horizontal rule tag [hr] without end tag

Why not trying this:

code:

[hr][/hr]

html:
<hr />
by AGC
Tue Nov 20, 2012 2:07 am
Forum: [3.0.x] Support Forum
Topic: Can't Open ACP Module Management
Replies: 31
Views: 1605

Re: Can't Open ACP Module Management

http://img818.imageshack.us/img818/6676/54654517.png You have created a module within module 76 (modules acp). Run the query SELECT * FROM phpbb_modules WHERE parent_id = 76 AND module_class = 'acp' (I could reproduce the error on my testboard and the solution as well.) Oops. I missed that. :?
by AGC
Tue Nov 20, 2012 1:11 am
Forum: [3.0.x] Support Forum
Topic: Can't Open ACP Module Management
Replies: 31
Views: 1605

Re: Can't Open ACP Module Management

You try my suggestion? check in your database for id 76.

No.hijacking just informative. :roll:
It's weird that the info files don't load in this version.
by AGC
Tue Nov 20, 2012 12:24 am
Forum: [3.0.x] Support Forum
Topic: Can't Open ACP Module Management
Replies: 31
Views: 1605

Re: Can't Open ACP Module Management

I suggest you check to see if you have module id 76 in your database. Don't know what all this is about but there is a difference between the modules in your db and the files in your include/acp folder and or include/acp/info folder. It could be a file missing or it also could be a typo in the class...
by AGC
Thu Jun 02, 2011 3:44 pm
Forum: [3.0.x] Support Forum
Topic: How to keep database after fresh install?
Replies: 21
Views: 1351

Re: How to keep database after fresh install?

If you didn't install anything and you didn't modified any file most likely that your host disabled this feature for your domain. :idea:
by AGC
Thu Jun 02, 2011 3:36 pm
Forum: [3.0.x] Support Forum
Topic: No Activation Email עזרה
Replies: 4
Views: 379

Re: No Activation Email עזרה

I suspect the host disabled the ability to send mail, not every host allow it by default.
by AGC
Thu Jun 02, 2011 2:51 pm
Forum: [3.0.x] Support Forum
Topic: can't lock anything etc as an Admin
Replies: 11
Views: 989

Re: can't lock anything etc as an Admin

Try to purge your cache and check again.
by AGC
Thu Jun 02, 2011 2:33 pm
Forum: [3.0.x] Support Forum
Topic: How to keep database after fresh install?
Replies: 21
Views: 1351

Re: How to keep database after fresh install?

So the forum2 server block the option to send emails.
Stay with the one that work and import the database.
by AGC
Thu Jun 02, 2011 1:20 am
Forum: phpBB Discussion
Topic: [Community] Tell us what to add to the banner over there ➚➚➚
Replies: 36
Views: 4275

Re: [Community] Tell us what to add to the banner over there

Some ideas for the scam warning one: I love those warning, not too sure about http://cs.mcgill.ca/~wliu65/media/phpbb/scam-darker-bold.png though. Also I think this may be a bug, the ➚➚ is covered by the image when viewing the thread. This may happen on other threads as well (ones that got long tit...
by AGC
Wed Jun 01, 2011 9:57 pm
Forum: [3.0.x] Support Forum
Topic: How to keep database after fresh install?
Replies: 21
Views: 1351

Re: How to keep database after fresh install?

I though you said it work with the new one. :oops: :shock: :?
When you install without the "one click install", didn't you ?
If so, save that database and compare the setting.
by AGC
Wed Jun 01, 2011 1:26 am
Forum: phpBB Discussion
Topic: [Community] Tell us what to add to the banner over there ➚➚➚
Replies: 36
Views: 4275

Re: [Community] Tell us what to add to the banner over there

@dellsystem +10,Wow.
Mixstar wrote:Scam warning
Nice. I would change the skull to a stop sign with the same size.
by AGC
Tue May 31, 2011 3:14 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: Help Me Add a Simple Calculation to the Application Form Mod
Replies: 11
Views: 1587

Re: Help Me Add a Simple Calculation to the Application Form

I think I have the formula down but not sure how to pull a value from the form $average = price; // that one stumped me since price should be the user input answer $round_to = 0.5; // that's what I want to rounded it to the nearest half $rounded = round($average / $round_to) * $round_to; $srfpoints...
by AGC
Tue May 31, 2011 3:08 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: show the statistics
Replies: 7
Views: 817

Re: show the statistics

The first and second codes you put in the .php files (viewforum.php, viewtopic.php ext.)
and the third one you put in the .html (template) files.
For example:
if the php is viewtopic.php => his template would be viewtopic_body.html, and so on and on.
by AGC
Tue May 31, 2011 3:05 pm
Forum: [3.0.x] MOD Writers Discussion
Topic: IF Syntax
Replies: 19
Views: 901

Re: IF Syntax

Of course the hash and not display the actual password to view by the members. :?: :shock:

Go to advanced search