MyBB Hacks

Full Version: link directory...can someone make this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Check your HTML an ensure your templates are correct.
(08-27-2011 10:01 AM)ZiNgA BuRgA Wrote: [ -> ]Check your HTML an ensure your templates are correct.

just redid all the templates and the aforementioned still shows.

anyhow, I'm going to try out rateu's newest version of the link directory, but I think I found a bug.

posting a comment doesn't work; the spinner that shows when doing the quick reply just continually spins.  furthermore, the link shows that there are comments, but you cannot see any.

here's the forum I'm using to test this out on:
http://andrewshemo.com/testforum/showthr...http://andrewshemo.com/testforum/showthread.ph

also, how would I place a link above the link directory to allow users to go back to the main link directory page and go back to the main forum?

note: the only plugins installed on this forum are xthreads and template conditionals.
(08-27-2011 12:03 PM)Shemo Wrote: [ -> ]just redid all the templates and the aforementioned still shows.
But have you actually checked the HTML that gets outputted?

(08-27-2011 12:03 PM)Shemo Wrote: [ -> ]posting a comment doesn't work; the spinner that shows when doing the quick reply just continually spins.  furthermore, the link shows that there are comments, but you cannot see any.
You've probably got messed up HTML/Javascript.
Check Firebug's debugger.

(08-27-2011 12:03 PM)Shemo Wrote: [ -> ]here's the forum I'm using to test this out on:
http://andrewshemo.com/testforum/showthr...http://andrewshemo.com/testforum/showthread.ph
Issues don't show up as guest so obviously can't tell anything.

(08-27-2011 12:03 PM)Shemo Wrote: [ -> ]also, how would I place a link above the link directory to allow users to go back to the main link directory page and go back to the main forum?
Check your templates to ensure <navigation> is in your header template.  The nav template isn't showing through.
(08-27-2011 01:49 PM)ZiNgA BuRgA Wrote: [ -> ]
(08-27-2011 12:03 PM)Shemo Wrote: [ -> ]just redid all the templates and the aforementioned still shows.
But have you actually checked the HTML that gets outputted?

I have not.

(08-27-2011 01:49 PM)ZiNgA BuRgA Wrote: [ -> ]
(08-27-2011 12:03 PM)Shemo Wrote: [ -> ]posting a comment doesn't work; the spinner that shows when doing the quick reply just continually spins.  furthermore, the link shows that there are comments, but you cannot see any.
You've probably got messed up HTML/Javascript.
Check Firebug's debugger.

quite possible.  I wasn't able to sign up on rateu's forum to see if he had the issue or not and I didn't see any links on his test board with comments for this mod.

(08-27-2011 01:49 PM)ZiNgA BuRgA Wrote: [ -> ]
(08-27-2011 12:03 PM)Shemo Wrote: [ -> ]here's the forum I'm using to test this out on:
http://andrewshemo.com/testforum/showthr...http://andrewshemo.com/testforum/showthread.ph
Issues don't show up as guest so obviously can't tell anything.

I set up a test account:
username- mybbhacks
password- mybbhacks

(08-27-2011 01:49 PM)ZiNgA BuRgA Wrote: [ -> ]
(08-27-2011 12:03 PM)Shemo Wrote: [ -> ]also, how would I place a link above the link directory to allow users to go back to the main link directory page and go back to the main forum?
Check your templates to ensure <navigation> is in your header template.  The nav template isn't showing through.

good catch, it was missing and I inserted it and now the breadcrumb is showing up.
It seems that your postbit template is somewhat empty.

You're probably better off reinstalling your entire board.  It looks like you've messed up the templates there quite a bit.
(08-27-2011 03:20 PM)ZiNgA BuRgA Wrote: [ -> ]It seems that your postbit template is somewhat empty.

You're probably better off reinstalling your entire board.  It looks like you've messed up the templates there quite a bit.

I can do that.  in fact, I got some time so maybe I'll do that here in a few minutes.
ok, I redid the forum and reapplied the mod and it looks great and everything is working!!

http://andrewshemo.com/testforum/showthread.php?tid=1
rateu, is there a way to allow subdomains in the url field in your latest link directory mod?

when trying to add a URL that is on a subdomain, it keeps returning this error:
"Invalid value supplied for "Website URL"."

the url is:
http://mantic59.blogspot.com/
Gah, that's a bug on my part.

Try updating XThread to v1.46.

Change the Text Mask Filter to Custom (regex) and use this:

Code:
^(https?)\://([a-z0-9.\-_]+)(/[^\r\n"<>&]*)?$


I'll fix up XThreads so that the URL (HTTP/HTTPS) works properly.

(lol, this bug was committed on 27th Oct 2010, almost a year ago)

(08-30-2011 06:13 PM)ZiNgA BuRgA Wrote: [ -> ]Gah, that's a bug on my part.

Try updating XThread to v1.46.

Change the Text Mask Filter to Custom (regex) and use this:

Code:
^(https?)\://([a-z0-9.\-_]+)(/[^\r\n"<>&]*)?$


I'll fix up XThreads so that the URL (HTTP/HTTPS) works properly.

(lol, this bug was committed on 27th Oct 2010, almost a year ago)


huh, still throwing the same error for me when I try a URL with a subdomain.

[attachment=574]
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Reference URL's